Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Fix error when checkpatch.pl is found but version cannot be extracted | Simon Rettberg | 2024-03-15 | 1 | -1/+1 |
| | |||||
* | Turn modpost errors into warnings, default changed between 6.1 and 6.6 | Simon Rettberg | 2024-01-16 | 1 | -0/+1 |
| | |||||
* | cmake: Fix finding kernel include dir on Debian | Simon Rettberg | 2022-03-04 | 1 | -0/+1 |
| | |||||
* | Fix issue in CMake kernel header check | Manuel Bentele | 2021-12-01 | 1 | -3/+4 |
| | |||||
* | [BUILD] Change CMake search for the existence of Linux headers | Manuel Bentele | 2021-08-26 | 1 | -1/+2 |
| | |||||
* | Read version from lightweight (non-annotated) tags, too | Manuel Bentele | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Fix build issue if version information (Git tag) is missing | Manuel Bentele | 2021-03-17 | 1 | -6/+22 |
| | | | | | | | | | | | | The software version for packaging purposes is consituted from the following rules: - If the version information (from Git tags or the embedded version header file) is available, the version number for the packaging is set to those found version information. - If there isn't any version information available (e.g. missing Git tags), the version number for the packaging is set to '0.0' to represent an unkown version number. | ||||
* | Add support in CMake to validate (lint) the source code | Manuel Bentele | 2021-03-15 | 3 | -0/+121 |
| | |||||
* | Removed unused library 'ncurses' from xlosetup's dependencies | Manuel Bentele | 2020-12-03 | 1 | -56/+0 |
| | |||||
* | [BUILD] add support to locate build directory out of Git directory | Manuel Bentele | 2020-11-13 | 2 | -5/+9 |
| | | | | | This patch adds support to locate the build directory for generated artifacts out of the original checked out Git source code repository. | ||||
* | Do not print verbose CMake messages in unsupported CMake versionsv1.0 | Manuel Bentele | 2020-10-27 | 3 | -15/+21 |
| | |||||
* | Fix broken version header packaging for source packages | Manuel Bentele | 2020-10-27 | 3 | -8/+20 |
| | |||||
* | Add CMake build requirements check to find libraries and Linux kernel headers | Manuel Bentele | 2020-10-26 | 4 | -8/+148 |
| | |||||
* | Add automatic generation of version and build type headers for compilation | Manuel Bentele | 2020-10-23 | 7 | -21/+202 |
| | | | | | | | 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. | ||||
* | Set Linux kernel version to unknown if it is not detectable | Manuel Bentele | 2020-10-14 | 1 | -1/+4 |
| | | | | | | This change will command CMake to set the Linux kernel version to unknown if the kernel version can not be detected from the string defined in KERNEL_BUILD_DIR. | ||||
* | Added separate Linux kernel install directory and added version to kernel ↵ | Manuel Bentele | 2020-10-12 | 1 | -6/+3 |
| | | | | modules | ||||
* | Generate util-linux configuration to build xlosetup | Manuel Bentele | 2020-09-16 | 1 | -0/+21 |