Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | FeatureSummary: Allow lists of dependencies in ADD_FEATURE_INFO | Daniele E. Domenichelli | 2017-01-26 | 3 | -0/+23 | |
| * | | | | FeatureSummary: Add QUIET_ON_EMPTY option to feature_summary | Daniele E. Domenichelli | 2017-01-26 | 3 | -0/+20 | |
| * | | | | FeatureSummary: Add unit tests | Daniele E. Domenichelli | 2017-01-26 | 16 | -0/+259 | |
| * | | | | FeatureSummary: Clean printed output | Daniele E. Domenichelli | 2017-01-26 | 5 | -8/+8 | |
* | | | | | string: Teach TIMESTAMP to treat %% as % | Bernhard M. Wiedemann | 2017-01-27 | 2 | -2/+2 | |
* | | | | | Merge topic 'genex-if' | Brad King | 2017-01-27 | 4 | -0/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | Genex: Add `IF` generator expression | Colby Pike | 2017-01-26 | 4 | -0/+22 | |
* | | | | | | Merge topic 'topic-reproducible-build' | Brad King | 2017-01-27 | 13 | -0/+25 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | cmTimestamp: Support SOURCE_DATE_EPOCH to override current time | Bernhard M. Wiedemann | 2017-01-26 | 13 | -0/+25 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'FindGTK2_RunTwice' | Brad King | 2017-01-26 | 4 | -0/+32 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindGTK2: Add unit test to check variables when run twice | Daniele E. Domenichelli | 2017-01-25 | 4 | -0/+32 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'sanitizer-options' | Brad King | 2017-01-25 | 7 | -12/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | ctest_memcheck: Fix sanitizers when MemoryCheckSanitizerOptions is empty | Jamie Snape | 2017-01-23 | 6 | -10/+10 | |
| * | | | | | Tests: Use CTEST_MEMORYCHECK_SANITIZER_OPTIONS where appropriate | Jamie Snape | 2017-01-23 | 1 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'lang_lint' | Brad King | 2017-01-25 | 27 | -1/+97 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Add properties to run the cpplint style checker with the compiler | Jamie Snape | 2017-01-23 | 27 | -1/+97 | |
| |/ / / | ||||||
* | | | | Merge topic 'cpack-stgz-minimal-test' | Brad King | 2017-01-24 | 5 | -2/+78 | |
|\ \ \ \ | ||||||
| * | | | | CPack/STGZ: minimalistic packages test | Domen Vrankar | 2017-01-22 | 5 | -2/+78 | |
* | | | | | Merge topic '16253-xcode-effective-platform-name' | Brad King | 2017-01-24 | 2 | -0/+35 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Xcode: Control emission of EFFECTIVE_PLATFORM_NAME | Gregor Jasny | 2017-01-20 | 2 | -0/+35 | |
| |/ / / | ||||||
* | | | | Merge topic '16165-manually-added-dependencies' | Brad King | 2017-01-20 | 8 | -0/+35 | |
|\ \ \ \ | ||||||
| * | | | | Add a getter for manually added target dependencies | Gregor Jasny | 2017-01-16 | 8 | -0/+35 | |
* | | | | | Merge topic 'cdash_upload_retry' | Brad King | 2017-01-20 | 8 | -6/+8 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | ctest_submit: Allow RETRY_COUNT for CDASH_UPLOAD | Zack Galbreath | 2017-01-20 | 8 | -6/+8 | |
* | | | | | Merge topic 'fixtureUnusedOrdering' | Brad King | 2017-01-17 | 3 | -0/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | CTest: Ensure setup/cleanup ordering even when fixture not required | Craig Scott | 2017-01-16 | 3 | -0/+16 | |
* | | | | | | Merge topic 'file-GLOB-empty-no-crash' | Brad King | 2017-01-17 | 2 | -0/+2 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | file: Fix crash on GLOB with no expressions after LIST_DIRECTORIES | Brad King | 2017-01-16 | 2 | -0/+2 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'csharp_simple' | Brad King | 2017-01-16 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: renamed target property VS_USER_PROPS_CXX to VS_USER_PROPS | Michael Stürmer | 2017-01-13 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'fix_repeat_until_fail_duplicated_output' | Brad King | 2017-01-16 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | CTest: Properly reset output to avoid duplication with --repeat-until-fail | Sylvain Joubert | 2017-01-12 | 1 | -0/+2 | |
* | | | | | CUDA: Port test cases to Windows with MSVC host compiler | Brad King | 2017-01-12 | 2 | -1/+14 | |
|/ / / / | ||||||
* | | | | Merge topic 'ctest_memcheck-leak_sanitizer' | Brad King | 2017-01-11 | 6 | -17/+82 | |
|\ \ \ \ | ||||||
| * | | | | ctest_memcheck: join *SAN_OPTIONS with : | Jamie Snape | 2017-01-09 | 1 | -5/+5 | |
| * | | | | ctest_memcheck: add support for standalone LeakSanitizer | Jamie Snape | 2017-01-09 | 6 | -13/+78 | |
| |/ / / | ||||||
* | | | | CPack/RPM test for using custom binary spec file | Domen Vrankar | 2017-01-10 | 6 | -0/+102 | |
* | | | | Merge topic 'cpack-new-tests' | Brad King | 2017-01-10 | 20 | -63/+110 | |
|\ \ \ \ | ||||||
| * | | | | RunCMake.CPack_* add COMPONENT to minimal test | Domen Vrankar | 2016-12-23 | 1 | -1/+1 | |
| * | | | | CPack/Archive minimal tests for more formats | Domen Vrankar | 2016-12-23 | 20 | -63/+110 | |
| |/ / / | ||||||
* | | | | Merge topic 'cpack-deb-md5sums-paths-fix' | Brad King | 2017-01-10 | 4 | -0/+11 | |
|\ \ \ \ | ||||||
| * | | | | CPack/Deb invalid md5sums file fix | Domen Vrankar | 2016-12-23 | 4 | -0/+11 | |
| |/ / / | ||||||
* | | | | CPack test additional std out/err regex file overloads | Domen Vrankar | 2017-01-10 | 2 | -3/+18 | |
* | | | | cmTarget: Enforce TYPE being a read-only property | Gregor Jasny | 2017-01-09 | 4 | -0/+5 | |
|/ / / | ||||||
* | | | try_compile: extend CMP0067 to honor language standards for CUDA. | Robert Maynard | 2016-12-12 | 6 | -0/+23 | |
* | | | Merge topic 'try_compile-lang-std' | Brad King | 2016-12-07 | 17 | -0/+214 | |
|\ \ \ | ||||||
| * | | | try_compile: Add policy CMP0067 to honor language standards | Brad King | 2016-12-06 | 5 | -0/+90 | |
| * | | | try_compile: Add options to specify language standards | Brad King | 2016-12-06 | 15 | -0/+124 | |
* | | | | CPackRPM now supports multiple directives in CPACK_RPM_USER_FILELIST | Harry Mallon | 2016-12-03 | 4 | -0/+28 | |
|/ / / | ||||||
* | | | Merge topic 'execute_process-encoding' | Brad King | 2016-12-02 | 9 | -0/+26 | |
|\ \ \ |