| Commit message (Expand) | Author | Age | Files | Lines |
* | objlib: Allow other libraries to link to `OBJECT` libraries. | Deniz Bahadir | 2018-03-01 | 14 | -34/+67 |
|
|
* | objlib: Allow `OBJECT` libraries to link to other libraries. | Deniz Bahadir | 2018-03-01 | 9 | -12/+39 |
|
|
* | Tests: Teach RunCMake to ignore AIX ld warnings about GNU atexit | Brad King | 2018-03-01 | 1 | -0/+2 |
|
|
* | Merge topic 'object-library-export-as-interface' | Brad King | 2018-03-01 | 5 | -12/+3 |
|\ |
|
| * | install,export: Maybe transform OBJECT libraries to INTERFACE libraries | Brad King | 2018-02-28 | 5 | -12/+3 |
|
|
* | | Merge topic '14297-partial-xcode-zero-check' | Brad King | 2018-02-23 | 4 | -0/+21 |
|\ \ |
|
| * | | Xcode: Generate ZERO_CHECK generator target only once | Gregor Jasny | 2018-02-22 | 4 | -0/+21 |
|
|
* | | | Merge topic 'string-join' | Brad King | 2018-02-20 | 8 | -0/+32 |
|\ \ \ |
|
| * | | | string: Add JOIN subcommand | Alex Turbov | 2018-02-16 | 8 | -0/+32 |
| | |/
| |/| |
|
* | | | Replaces execute_process calls to touch files with file(TOUCH) calls | Shane Parris | 2018-02-15 | 1 | -2/+1 |
|
|
* | | | Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commands | Shane Parris | 2018-02-15 | 10 | -0/+36 |
|
|
* | | | Merge topic 'enhanced-UseSWIG-Module' | Brad King | 2018-02-15 | 20 | -0/+708 |
|\ \ \ |
|
| * | | | UseSWIG: modernize module | Marc Chevrier | 2018-02-14 | 8 | -8/+146 |
|
|
| * | | | UseSWIG: Re-work test framework | Marc Chevrier | 2018-02-14 | 16 | -0/+570 |
| |/ / |
|
* | | | Merge topic 'directory-property-TESTS' | Brad King | 2018-02-15 | 3 | -1/+21 |
|\ \ \
| |_|/
|/| | |
|
| * | | Tests management: add TESTS directory property | Marc Chevrier | 2018-02-08 | 3 | -1/+21 |
| |/ |
|
* | | Android.mk: Fix export of static libraries with PRIVATE dependencies | Brad King | 2018-02-14 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'ctest_start_function_scope' | Brad King | 2018-01-29 | 3 | -1/+12 |
|\ |
|
| * | cmCTestScriptHandler: Add new field ShouldRunCurrentScript | Kyle Edwards | 2018-01-26 | 3 | -1/+12 |
|
|
* | | Tests: Speed up RunCMake.TargetPropertyGeneratorExpressions | Brad King | 2018-01-25 | 62 | -241/+135 |
|
|
* | | Tests: Speed up RunCMake.GeneratorExpression | Brad King | 2018-01-25 | 25 | -71/+30 |
|/ |
|
* | Merge topic 'sourceFile-new-properties' | Brad King | 2018-01-25 | 14 | -0/+47 |
|\ |
|
| * | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 14 | -0/+47 |
|
|
* | | Merge topic 'fix-include_regular_expression-subdir' | Brad King | 2018-01-25 | 4 | -0/+9 |
|\ \ |
|
| * | | include_regular_expression: Fix propagation to subdirectories | Brad King | 2018-01-24 | 4 | -0/+9 |
| |/ |
|
* | | GenerateExportHeader: add release notes, tests for include guard changes | Kyle Edwards | 2018-01-23 | 19 | -14/+46 |
|/ |
|
* | Merge topic 'cache-truncate-newlines' | Brad King | 2018-01-19 | 7 | -0/+36 |
|\ |
|
| * | cmCacheManager: Test and document newline truncation behavior | Kyle Edwards | 2018-01-15 | 7 | -0/+36 |
|
|
* | | Merge topic 'extend-compile-language-genex' | Brad King | 2018-01-16 | 16 | -101/+0 |
|\ \ |
|
| * | | Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode | Brad King | 2018-01-12 | 8 | -43/+0 |
|
|
| * | | Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode | Brad King | 2018-01-12 | 11 | -62/+4 |
|
|
* | | | GNU: Use -fvisibility on AIX when supported | Brad King | 2018-01-12 | 1 | -1/+10 |
|
|
* | | | Tests: Remove redundant code from RunCMake.GenerateExportHeader case | Brad King | 2018-01-12 | 2 | -4/+0 |
|/ / |
|
* | | Merge topic 'add_cuda_to_source_regex' | Craig Scott | 2018-01-09 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | CUDA: Add cu as default source file extension | Robert Maynard | 2018-01-08 | 1 | -2/+2 |
|
|
* | | Merge topic 'use_generator_is_multi_config' | Brad King | 2018-01-08 | 17 | -15/+31 |
|\ \ |
|
| * | | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Tests | Craig Scott | 2017-12-29 | 17 | -15/+31 |
|
|
* | | | Merge topic 'execute_process_UTF8_keyword' | Brad King | 2018-01-08 | 2 | -0/+2 |
|\ \ \ |
|
| * | | | execute_process: Allow UTF-8 as a synonym for the UTF8 keyword | Craig Scott | 2017-12-27 | 2 | -0/+2 |
| |/ / |
|
* | | | Merge topic '17431-iphone-deployment-target' | Brad King | 2018-01-08 | 7 | -0/+88 |
|\ \ \ |
|
| * | | | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 7 | -0/+88 |
| |/ / |
|
* | | | Various typo fixes | Luz Paz | 2018-01-03 | 4 | -4/+4 |
|/ / |
|
* | | FindPkgConfig: Make IMPORTED_TARGET test verify NO...PATH properly | Craig Scott | 2017-12-16 | 1 | -0/+61 |
|/ |
|
* | Genex: Per-source $<COMPILE_LANGUAGE:...> support | Marc Chevrier | 2017-12-13 | 5 | -0/+27 |
|
|
* | Merge topic 'cpack-rpm-check-executable-flags' | Brad King | 2017-12-07 | 5 | -7/+15 |
|\ |
|
| * | CPack/RPM: check executable flags for debuginfo packages | Domen Vrankar | 2017-12-06 | 5 | -7/+15 |
|
|
* | | Merge topic 'externalproject_download_dir' | Brad King | 2017-12-07 | 3 | -7/+60 |
|\ \ |
|
| * | | ExternalProject: Support substituting <DOWNLOAD_DIR> | Craig Scott | 2017-12-06 | 3 | -7/+60 |
|
|
* | | | Merge topic 'gtest-discovery-timeout' | Brad King | 2017-12-07 | 7 | -0/+53 |
|\ \ \
| |_|/
|/| | |
|
| * | | GoogleTest: Add test for missing test executable | Matthew Woehlke | 2017-12-06 | 3 | -0/+10 |
|
|