index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
Age
Commit message (
Expand
)
Author
2021-12-24
Fixed trailing whitespaces and missing new lines.
Nathan Moinvaziri
2021-06-21
Change WITH_SANITIZER to be a multi-option parameter (for ccmake etc).
Hans Kristian Rosbach
2021-06-11
fix: unterminated #elif in detect-arch.c
Ilya Kurdyukov
2021-06-02
Replace CMAKE_CURRENT_SOURCE_DIR to CMAKE_CURRENT_LIST_DIR
Vladislav Shchapov
2021-05-16
Spelling fixes
Greg Sjaardema
2021-05-06
Fix cmake detection of risc-v (32 and 64 bit)
Vladimir Smirnov
2021-05-03
Add status messages in test-compress cmake script.
Nathan Moinvaziri
2021-05-03
Simplify cleaning up files in test-compress cmake script and always clean up ...
Nathan Moinvaziri
2021-05-03
Create temporary files in CTest's Testing/Temporary directory and upload all ...
Nathan Moinvaziri
2021-05-03
Print differences between expected output in test-compress cmake script and u...
Nathan Moinvaziri
2021-05-02
Decompress gzip compressed archive to a separate file to prevent corruption i...
Nathan Moinvaziri
2021-04-27
Fix cmake coverage detection requiring cmake 3.14 or newer.
Hans Kristian Rosbach
2021-04-14
Write generated files during tests to CMake's build directory using the name ...
Nathan Moinvaziri
2021-03-18
Fix GNUInstallDirs includedir detection
Victor Westerhuis
2021-03-18
Cmake: Accept custom install dirs in various formats from command line.
Hans Kristian Rosbach
2021-03-16
Added comments for cmake test scripts.
Nathan Moinvaziri
2021-03-16
Add testing of minigzip/minideflate --help and invalid parameter
Hans Kristian Rosbach
2021-02-17
Move code coverage detection into its own cmake file.
Nathan Moinvaziri
2020-12-12
Separate sanitizers so they can be run independently.
Nathan Moinvaziri
2020-09-23
Added option to normalize line-endings in CMake run-and-compare script.
Nathan Moinvaziri
2020-09-23
Fixed cmake script directory for out of source builds.
Nathan Moinvaziri
2020-09-23
Fixed parallel test runs on macOS by always appending unique id, since with c...
Nathan Moinvaziri
2020-09-23
Add checks to cmake scripts to see if input files exist.
Nathan Moinvaziri
2020-09-23
Add ability to turn off compare step in test-compare script.
Nathan Moinvaziri
2020-09-23
Check if input variables are defined in cmake scripts.
Nathan Moinvaziri
2020-09-23
Check exit code from execute_process in run-and-compare cmake script.
Nathan Moinvaziri
2020-09-23
Cleanup temporary files before fatal error in test-compress cmake script.
Nathan Moinvaziri
2020-09-23
Check exit code from execute_process in test-compare cmake script.
Nathan Moinvaziri
2020-09-14
Added ubuntu mingw cross-compile CI instances to cmake GHA.
Nathan Moinvaziri
2020-08-21
Add toolchain files for cross-compiling MinGW on Linux.
Mika Lindqvist
2020-08-02
Allow for CMake to run tests in parallel.
Nathan Moinvaziri
2020-06-27
cmake: Use consistent arch names for POWER targets
Matheus Castanho
2020-06-08
Preparation for POWER optimizations
Matheus Castanho
2020-05-30
Fixed whitespace and tabbing in cmake files.
Nathan Moinvaziri
2020-05-24
Rename archdetect files to detect-arch to match detect-sanitizer.
Nathan Moinvaziri
2020-05-24
Move compiler sanitizer checking to separate cmake file.
Nathan Moinvaziri
2020-02-07
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2019-12-25
Set arch based on target compiler if cross compiling.
Nathan Moinvaziri
2019-10-22
Added github actions yaml for cmake and configure.
Nathan Moinvaziri
2019-09-26
travis.yml changes:
Hans Kristian Rosbach
2019-09-21
Add archdetect as separate cmake include file.
Hans Kristian Rosbach
2019-09-14
Added cmake tests to verify output of makefixed (#398)
Nathan Moinvaziri
2019-06-22
Added cmake support for testing against CVEs (#354)
Nathan Moinvaziri
2019-06-04
Added cmake toolchain arm support. (#350)
Nathan Moinvaziri