| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This change replaces all 64-bit division and modulo operations with
specific Linux kernel macros and functions to support 32-bit hardware
architectures. Thus, the xloop kernel modules can also run on 32-bit
ARM architectures, such as the Raspberry Pi 1 running Raspberry Pi OS.
|
| | |
|
| |
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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.
|
| |
|