| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the build requirement for an unused C++ compiler | Manuel Bentele | 2020-10-27 | 4 | -4/+8 |
| | | | | | | 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. | ||||
| * | Add automatic generation of version and build type headers for compilation | Manuel Bentele | 2020-10-23 | 5 | -20/+15![]() |
| | | | | | | | | This change replaces the static version and build type header file generation by CMake with dynamic CMake targets to generate the version file whenever a Make target is executed. Thus, there is no need anymore to reconfigure and rerun CMake after the repository version or build configuration has changed. | ||||
| * | Move the source code of all xloop components to the common 'src' directory | Manuel Bentele | 2020-10-23 | 133 | -0/+29578 |

