| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed unused library 'ncurses' from xlosetup's dependencies | Manuel Bentele | 2020-12-03 | 1 | -0/+3 |
| | | |||||
| * | Remove the build requirement for an unused C++ compiler | Manuel Bentele | 2020-10-27 | 3 | -3/+6 |
| | | | | | | This patch sets the programming languages of each CMake project to C. With this change, CMake does not search for an unused C++ compiler anymore. | ||||
| * | Remove static generation of LTP configuration header | Manuel Bentele | 2020-10-26 | 4 | -14/+15 |
| | | | | | | | | This patch removes the static generation of the LTP configuration header done by CMake. The static generation is replaced with a fixed header (no CMake template anymore) which includes the dynamic generated xloop version header to define version number macros for LTP. | ||||
| * | Move the source code of all xloop components to the common 'src' directory | Manuel Bentele | 2020-10-23 | 243 | -0/+50548 |
