Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Tests: Allow RunCMake tests to pass generator expressions | Brad King | 2014-12-15 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Tests: Fix CheckSourceTree test for newer Git | Brad King | 2014-12-16 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Tests: Fix OS X version check to use component-wise test | Brad King | 2014-12-12 | 1 | -1/+1 | |
* | | | | | find_library: Fix repeat call after changing directory content (#15293) | Brad King | 2014-12-08 | 5 | -0/+25 | |
* | | | | | Merge topic 'custom-command-multiple-outputs' | Brad King | 2014-12-08 | 2 | -0/+41 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: Cover rebuild with multiple custom command outputs (#15116) | Brad King | 2014-12-05 | 2 | -0/+41 | |
* | | | | | | Merge topic 'ExternalProject_TEST_EXCLUDE_FROM_MAIN' | Brad King | 2014-12-08 | 1 | -0/+25 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ExternalProject: Add TEST_EXCLUDE_FROM_MAIN option | Daniele E. Domenichelli | 2014-12-05 | 1 | -0/+25 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'try_compile-link-flags' | Brad King | 2014-12-08 | 4 | -0/+86 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | try_compile: Pass linker flags into test project (#14066) | Brad King | 2014-12-03 | 4 | -0/+86 | |
* | | | | | | Merge topic 'cached-regex-clear-fixed' | Brad King | 2014-12-04 | 5 | -0/+116 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | test: add a test for clearing regex results | Ben Boeckel | 2014-12-03 | 5 | -0/+116 | |
* | | | | | | | Merge topic 'vs-phone-store-deployment-location' | Brad King | 2014-12-04 | 4 | -12/+17 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | VS: Add source file property to specify Windows App deployment location | Gilles Khouzam | 2014-12-03 | 4 | -12/+17 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge topic 'file-LOCK-command' | Brad King | 2014-12-03 | 45 | -0/+196 | |
|\ \ \ \ \ | ||||||
| * | | | | | file: Add LOCK subcommand to do file and directory locking | Ruslan Baratov | 2014-12-03 | 45 | -0/+196 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'icase-source-file-prop' | Brad King | 2014-12-03 | 4 | -0/+40 | |
|\ \ \ \ \ | ||||||
| * | | | | | test: test source file properties with case-insensitivity | Ben Boeckel | 2014-12-02 | 4 | -0/+40 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'vs-hlsl-settings' | Brad King | 2014-12-03 | 3 | -2/+8 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | VS: Add source file properties to set the hlsl shader entry point and model | Cedric Perthuis | 2014-12-03 | 3 | -2/+8 | |
* | | | | | continue: Add a new CMake language command for loop continuation (#14013) | Gregor Jasny | 2014-12-01 | 19 | -0/+100 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'target-sources-error-conditions' | Brad King | 2014-12-01 | 14 | -5/+41 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Export: Disallow export of targets with INTERFACE_SOURCES | Stephen Kelly | 2014-11-29 | 7 | -0/+17 | |
| * | | | cmTarget: Don't allow relative paths in INTERFACE_SOURCES | Stephen Kelly | 2014-11-29 | 8 | -5/+24 | |
* | | | | Merge topic 'fix-transitive-OBJECT_SOURCES-context' | Brad King | 2014-12-01 | 1 | -1/+4 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Genex: Fix evaluation context propagation for TARGET_OBJECTS. | Stephen Kelly | 2014-11-26 | 1 | -1/+4 | |
| |/ / | ||||||
| * | | Merge branch 'C-features-Wundef' into release | Brad King | 2014-11-26 | 2 | -0/+14 | |
| |\ \ | ||||||
* | \ \ | Merge topic 'break-command-strictness' | Brad King | 2014-11-26 | 21 | -0/+73 | |
|\ \ \ \ | ||||||
| * | | | | break: Add policy CMP0055 to check calls strictly | Gregor Jasny | 2014-11-25 | 21 | -0/+73 | |
* | | | | | Merge topic 'return-test-foreach' | Brad King | 2014-11-26 | 5 | -0/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | return: Add test for returning inside a foreach loop | Gregor Jasny | 2014-11-25 | 5 | -0/+18 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'WCDH-multi-file' | Brad King | 2014-11-26 | 14 | -23/+115 | |
|\ \ \ \ \ | ||||||
| * | | | | | WCDH: Make it possible to generate multiple files. | Stephen Kelly | 2014-11-24 | 14 | -23/+115 | |
* | | | | | | Merge topic 'C-features-Wundef' | Brad King | 2014-11-26 | 2 | -0/+14 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | | | ||||||
| * | | | | WCDH: Make the header -Wundef safe for the C language. | Stephen Kelly | 2014-11-25 | 2 | -0/+14 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge topic 'default-lang-dialect-for-master' | Brad King | 2014-11-25 | 5 | -42/+101 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'default-lang-dialect' into step2 | Stephen Kelly | 2014-11-20 | 5 | -42/+101 | |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | ||||||
| | * | | Fix the test for running the CxxDialog unit test. | Stephen Kelly | 2014-11-20 | 1 | -2/+2 | |
| | * | | Features: Fix the default C dialect for Clang and GNU. | Stephen Kelly | 2014-11-20 | 4 | -12/+69 | |
| | * | | Features: Test the CXX compiler only if it has features. | Stephen Kelly | 2014-11-18 | 1 | -28/+30 | |
| | |/ | ||||||
* | | | Merge topic 'file-GENERATE-rerun' | Brad King | 2014-11-25 | 4 | -0/+38 | |
|\ \ \ | ||||||
| * | | | file(GENERATE): Re-run cmake when appropriate. | Stephen Kelly | 2014-11-18 | 4 | -0/+38 | |
| |/ / | ||||||
* | | | Merge topic 'custom-command-byproducts' | Brad King | 2014-11-25 | 24 | -0/+201 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | ExternalProject: Add options to specify BYPRODUCTS (#14963) | Brad King | 2014-11-17 | 4 | -0/+31 | |
| * | | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 22 | -0/+170 | |
* | | | Merge topic 'ninja-minor-refactoring' | Brad King | 2014-11-17 | 1 | -5/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Tests/BuildDepends: Drop unneeded help for Ninja | Brad King | 2014-11-14 | 1 | -5/+1 | |
* | | | Merge topic 'console-pool' | Brad King | 2014-11-17 | 9 | -0/+37 | |
|\ \ \ | |/ / | ||||||
| * | | Add USES_TERMINAL option for custom commands | Peter Collingbourne | 2014-11-14 | 9 | -0/+37 | |
* | | | Merge topic 'test-custom-command-errors' | Brad King | 2014-11-17 | 29 | -0/+85 | |
|\ \ \ | |/ / |