| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake-server: Bare-bones server implementation | Tobias Hunger | 2016-09-19 | 3 | -0/+3 |
|
|
* | Make the add_custom_command output more predictable | Stephen Kelly | 2016-09-19 | 1 | -1/+4 |
|
|
* | Merge topic 'file-curl-httpheader' | Brad King | 2016-09-16 | 7 | -0/+14 |
|\ |
|
| * | file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboption | Ruslan Baratov | 2016-09-15 | 7 | -0/+14 |
|
|
* | | Tests: Add case for file(LOCK) with lower-cased path | Ruslan Baratov | 2016-09-15 | 2 | -0/+12 |
|
|
* | | Merge topic 'update-kwsys' | Brad King | 2016-09-15 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | Tests: Use upper-case drive letters in RunCMake.get_filename_component | Brad King | 2016-09-15 | 1 | -6/+6 |
|
|
* | | Merge topic 'file-curl-userpw' | Brad King | 2016-09-14 | 7 | -0/+14 |
|\ \ |
|
| * | | file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboption | Ruslan Baratov | 2016-09-13 | 7 | -0/+14 |
|
|
* | | | Merge topic 'add_androidmk_generator' | Brad King | 2016-09-14 | 8 | -0/+99 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add support for creating prebuilt Android.mk files | Bill Hoffman | 2016-09-13 | 8 | -0/+99 |
|
|
* | | | Merge topic 'file-download-unexpected-arg' | Brad King | 2016-09-13 | 9 | -0/+22 |
|\ \ \
| |_|/
|/| | |
|
| * | | file(DOWNLOAD|UPLOAD): Warn on unexpected arguments | Ruslan Baratov | 2016-09-09 | 9 | -0/+22 |
|
|
* | | | Merge topic 'geh-failure-tests' | Brad King | 2016-09-12 | 12 | -203/+445 |
|\ \ \
| |/ /
|/| | |
|
| * | | Tests: Refactor GenerateExportHeader test code | Matthew Woehlke | 2016-09-12 | 7 | -237/+327 |
|
|
| * | | Tests: Add data symbols to GenerateExportHeader test | Matthew Woehlke | 2016-09-12 | 3 | -0/+74 |
|
|
| * | | Tests: Add failure test for GenerateExportHeader | Matthew Woehlke | 2016-09-12 | 6 | -18/+96 |
|
|
* | | | cmake_parse_arguments: Add option to read arguments from ARGC/ARGV# | Bill Hoffman | 2016-09-08 | 14 | -0/+69 |
| |/
|/| |
|
* | | Merge topic 'vs-15-generator' | Brad King | 2016-09-08 | 2 | -4/+4 |
|\ \ |
|
| * | | VS15: Add Visual Studio 15 generator | Brad King | 2016-09-07 | 2 | -4/+4 |
| |/ |
|
* | | cmMakefile: Restore nested error logic use of cmExecutionStatus | Brad King | 2016-09-06 | 5 | -0/+45 |
|/ |
|
* | Merge topic 'genex-LINK_ONLY-not-linking' | Brad King | 2016-09-06 | 4 | -0/+11 |
|\ |
|
| * | Genex: Diagnose invalid LINK_ONLY usage instead of crashing | Brad King | 2016-09-05 | 4 | -0/+11 |
|
|
* | | Merge topic 'test-GenerateExportHeader-with-RunCMake' | Brad King | 2016-09-06 | 38 | -0/+1519 |
|\ \ |
|
| * | | Tests: Cleanup RunCMake.GenerateExportHeader somewhat | Brad King | 2016-09-05 | 11 | -51/+14 |
|
|
| * | | Tests: Port GenerateExportHeader test to RunCMake infrastructure | Brad King | 2016-09-05 | 39 | -0/+1556 |
| |/ |
|
* | | CPack/DEB: Add option to select archive type | Domen Vrankar | 2016-09-05 | 7 | -0/+59 |
|/ |
|
* | Merge topic '16101-xcode-fix-directory-exclude-from-all' | Brad King | 2016-08-31 | 7 | -0/+36 |
|\ |
|
| * | Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101) | Gregor Jasny | 2016-08-31 | 7 | -0/+36 |
|
|
* | | Improve error message on unexpected end of file | Brad King | 2016-08-30 | 4 | -0/+9 |
|
|
* | | Merge topic 'ninja-add_custom_command-depfile' | Brad King | 2016-08-30 | 7 | -0/+34 |
|\ \ |
|
| * | | add_custom_command: Add DEPFILE option for Ninja | Kulla Christoph | 2016-08-30 | 7 | -0/+34 |
| |/ |
|
* | | CPack/RPM: Add test for debuginfo package generation | Domen Vrankar | 2016-08-26 | 4 | -0/+44 |
|/ |
|
* | Merge topic 'extract-cmMessenger' | Brad King | 2016-08-25 | 19 | -119/+75 |
|\ |
|
| * | Parser: Issue messages through cmake, not cmSystemTools | Stephen Kelly | 2016-08-25 | 19 | -119/+75 |
|
|
* | | Tests: Fix RunCMake.CMP0040 custom command syntax | Brad King | 2016-08-24 | 5 | -5/+5 |
|/ |
|
* | Merge topic 'android-platform-modules' | Brad King | 2016-08-24 | 52 | -0/+572 |
|\ |
|
| * | Android: Add `ANDROID` variable to indicate the target | Brad King | 2016-08-23 | 1 | -0/+4 |
|
|
| * | Android: Add test cases covering use of the NDK and standalone toolchains | Brad King | 2016-08-23 | 52 | -0/+568 |
|
|
* | | cmake: Add `cmake -E capabilities` mode | Tobias Hunger | 2016-08-16 | 4 | -0/+5 |
|/ |
|
* | Merge topic 'fix-test-macOS-case-sensitive' | Brad King | 2016-08-10 | 1 | -1/+1 |
|\ |
|
| * | Tests: Fix RunCMake.Framework on case sensitive file systems. | Chaoren Lin | 2016-08-09 | 1 | -1/+1 |
|
|
* | | Ninja: Add `$subdir/{test,install,package}` targets | Brad King | 2016-08-09 | 5 | -0/+17 |
|/ |
|
* | prefer list(APPEND) over string(APPEND) where appropriate | Daniel Pfeifer | 2016-08-08 | 1 | -2/+2 |
|
|
* | Merge topic 'use-string-append' | Brad King | 2016-08-01 | 11 | -37/+37 |
|\ |
|
| * | Use string(APPEND) in Tests | Daniel Pfeifer | 2016-07-27 | 11 | -37/+37 |
|
|
* | | Merge topic 'app-framework-bundle-extension' | Brad King | 2016-08-01 | 3 | -4/+64 |
|\ \
| |/
|/| |
|
| * | Add tests for BUNDLE_EXTENSION | Gregor Jasny | 2016-07-22 | 3 | -4/+64 |
|
|
* | | Merge topic 'tests-hide-ldd-check-errors' | Brad King | 2016-07-22 | 1 | -1/+2 |
|\ \ |
|
| * | | Tests: Hide errors from `ldd --help` output check | Brad King | 2016-07-21 | 1 | -1/+2 |
| |/ |
|