Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge topic 'install_name_policy' | Brad King | 2017-02-17 | 13 | -0/+59 | |
|\ \ \ \ | ||||||
| * | | | | Add policy CMP0068 separate install_name and RPATH settings on macOS | Clinton Stimpson | 2017-02-14 | 13 | -0/+59 | |
* | | | | | VS: Refactor generator toolset parsing | Brad King | 2017-02-15 | 8 | -2/+30 | |
* | | | | | Tests: Split out RunCMake.GeneratorToolset Xcode checks | Brad King | 2017-02-15 | 4 | -1/+18 | |
* | | | | | Tests: Fix `file://` URLs given to curl | Brad King | 2017-02-10 | 3 | -3/+12 | |
|/ / / / | ||||||
* | | | | FeatureSummary: Add FeatureSummary_<TYPE>_DESCRIPTION global properties | Daniele E. Domenichelli | 2017-02-06 | 3 | -0/+250 | |
* | | | | FeatureSummary: Add DEFAULT_DESCRIPTION option to feature_summary | Daniele E. Domenichelli | 2017-02-06 | 3 | -0/+129 | |
|/ / / | ||||||
* | | | AndroidTestUtilities: do not require ExternalData unconditionally | Zack Galbreath | 2017-02-04 | 3 | -0/+19 | |
* | | | Merge topic '16432-static-frameworks' | Brad King | 2017-01-31 | 7 | -48/+85 | |
|\ \ \ | ||||||
| * | | | Apple: Add support for static frameworks | Gregor Jasny | 2017-01-31 | 5 | -18/+70 | |
| * | | | Xcode: Refactor RunCMake.Framework test to prepare for static frameworks | Gregor Jasny | 2017-01-26 | 2 | -33/+18 | |
| * | | | Xcode: Ignore Xcode project warning until issue is fixed | Gregor Jasny | 2017-01-26 | 1 | -1/+1 | |
* | | | | Merge topic 'FeatureSummary_enhancement' | Brad King | 2017-01-30 | 42 | -8/+518 | |
|\ \ \ \ | ||||||
| * | | | | FeatureSummary: Refactor to use global properties for package types | Daniele E. Domenichelli | 2017-01-26 | 18 | -0/+208 | |
| * | | | | 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 | |
| |/ / / |