Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ | |/ / | |||||
| * | | Tests: Test add_custom_command and add_custom_target error cases | Brad King | 2014-11-14 | 29 | -0/+85 |
* | | | Merge topic 'string-SUBSTRING-truncate' | Brad King | 2014-11-17 | 2 | -6/+9 |
|\ \ \ | |/ / |/| | | |||||
| * | | string: Tolerate SUBSTRING length exceeding end index | Domen Vrankar | 2014-11-13 | 2 | -6/+9 |
* | | | Merge topic 'fix-config-dependent-tests' | Brad King | 2014-11-14 | 1 | -3/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | Tests: Build config-dependent tests in the same config they run | Brad King | 2014-11-13 | 1 | -3/+6 |
* | | | Merge topic 'file-GENERATE-source' | Brad King | 2014-11-13 | 14 | -0/+85 |
|\ \ \ | |||||
| * | | | file(GENERATE): Evaluate early to allow generating source files | Stephen Kelly | 2014-11-12 | 14 | -0/+85 |
| |/ / | |||||
* | | | Merge topic 'ExternalProject_UPDATE_DISCONNECTED' | Brad King | 2014-11-13 | 2 | -0/+108 |
|\ \ \ | |/ / |/| | | |||||
| * | | ExternalProject: Add unit tests for UPDATE_DISCONNECTED | Daniele E. Domenichelli | 2014-11-06 | 2 | -0/+108 |
* | | | Merge topic 'fix_link-line-dedup_regression' | Brad King | 2014-11-11 | 5 | -0/+37 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix link line order when shared libraries are de-duplicated | Daniele E. Domenichelli | 2014-11-10 | 5 | -0/+37 |
| * | | Merge branch 'revert-definition-map-lookup' into releasev3.1.0-rc1 | Brad King | 2014-10-24 | 5 | -0/+266 |
| |\ \ | |||||
* | \ \ | Merge topic 'update-curl' | Brad King | 2014-11-10 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Tests: Update expected CTestTestFailedSubmit output | Brad King | 2014-11-10 | 1 | -0/+1 |
* | | | | | Merge topic 'make-fortran-preprocessor-assembly-targets' | Brad King | 2014-11-10 | 3 | -0/+38 |
|\ \ \ \ \ | |||||
| * | | | | | Makefile: Add assembly and preprocessed targets for Fortran | Tim Gallagher | 2014-11-10 | 3 | -0/+38 |
| | |_|_|/ | |/| | | | |||||
* | | | | | file(GENERATE): Use permissions of input file if present. | Stephen Kelly | 2014-11-04 | 5 | -0/+28 |
|/ / / / | |||||
* | | | | ExternalProject: Add unit tests | Daniele E. Domenichelli | 2014-11-03 | 6 | -1/+89 |
* | | | | Merge topic 'fix-configure_file-COPYONLY' | Brad King | 2014-11-03 | 3 | -0/+13 |
|\ \ \ \ | |||||
| * | | | | configure_file: Warn about unknown arguments | Brad King | 2014-10-31 | 3 | -0/+13 |
* | | | | | Merge topic 'ExternalProject_CMAKE_CACHE_DEFAULT_ARGS' | Brad King | 2014-10-31 | 13 | -12/+117 |
|\ \ \ \ \ | |||||
| * | | | | | ExternalProject: Add unit tests for CMAKE_CACHE_DEFAULT_ARGS | Daniele E. Domenichelli | 2014-10-31 | 6 | -0/+80 |
| * | | | | | ExternalProject: Add CMAKE_CACHE_DEFAULT_ARGS arguments | Daniele E. Domenichelli | 2014-10-31 | 1 | -0/+1 |
| * | | | | | Tests/Tutorial: Fix when USE_MYMATH is OFF | Daniele E. Domenichelli | 2014-10-31 | 6 | -12/+36 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'VERSION_no_sscanf' | Brad King | 2014-10-31 | 1 | -6/+82 |
|\ \ \ \ \ | |||||
| * | | | | | cmSystemTools: reimplement verson comparison without sscanf() | Rolf Eike Beer | 2014-10-31 | 1 | -0/+2 |
| * | | | | | extend the testing for version comparison | Rolf Eike Beer | 2014-10-29 | 1 | -6/+80 |
| |/ / / / | |||||
* | | | | | Merge topic 'wince-tests' | Brad King | 2014-10-30 | 1 | -1/+52 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: Run Tutorial steps 1-4 as tests for Windows CE | Pascal Bach | 2014-10-29 | 1 | -1/+52 |
* | | | | | | Merge topic 'fix--D-command-line-parsing' | Brad King | 2014-10-30 | 6 | -0/+15 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | cmCacheManager: parse -D flags more strictly | Ben Boeckel | 2014-10-20 | 1 | -1/+1 |
| * | | | | | Tests: test -D parsing on the command line | Ben Boeckel | 2014-10-20 | 6 | -0/+15 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'add_javascript_coverage_parser' | Brad King | 2014-10-29 | 5 | -0/+565 |
|\ \ \ \ \ | |||||
| * | | | | | CTest: Add Javascript coverage parser | Joseph Snyder | 2014-10-29 | 5 | -0/+565 |
* | | | | | | Merge topic 'compiler-include-encoding' | Brad King | 2014-10-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |