| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'readability-named-parameter' | Brad King | 2016-08-17 | 5 | -5/+5 |
|\ |
|
| * | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 5 | -5/+5 |
|
|
* | | Merge topic 'include-what-you-use' | Brad King | 2016-08-17 | 2 | -0/+11 |
|\ \ |
|
| * | | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 2 | -0/+11 |
| |/ |
|
* | | cmake: Add `cmake -E capabilities` mode | Tobias Hunger | 2016-08-16 | 4 | -0/+5 |
|/ |
|
* | Merge topic 'ExternalProject-SOURCE_SUBDIR' | Brad King | 2016-08-16 | 3 | -0/+24 |
|\ |
|
| * | ExternalProject: Add SOURCE_SUBDIR option | Matthew Woehlke | 2016-08-16 | 3 | -0/+24 |
|
|
* | | Merge topic 'issue-tracker-urls' | Brad King | 2016-08-16 | 2 | -3/+3 |
|\ \ |
|
| * | | issues: update references to the CMake issue tracker | Ben Boeckel | 2016-08-15 | 2 | -3/+3 |
|
|
* | | | Merge topic 'autogen-same-name' | Brad King | 2016-08-15 | 21 | -0/+237 |
|\ \ \
| |/ /
|/| | |
|
| * | | Tests/QtAutogen: Test same moc/qrc source names in different directories | Sebastian Holtermann | 2016-08-10 | 21 | -0/+237 |
|
|
* | | | Merge topic '15687-xcode-support-system-include' | Brad King | 2016-08-10 | 2 | -5/+14 |
|\ \ \ |
|
| * | | | Xcode: Obey SYSTEM keyword for includes (#15687) | Gregor Jasny | 2016-08-09 | 2 | -5/+14 |
|
|
* | | | | 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 |
| |/ / / |
|
* | | | | Merge topic 'ninja-directory-targets' | Brad King | 2016-08-10 | 5 | -0/+17 |
|\ \ \ \ |
|
| * | | | | Ninja: Add `$subdir/{test,install,package}` targets | Brad King | 2016-08-09 | 5 | -0/+17 |
| |/ / / |
|
* | | | | Merge topic 'add-extra-boolean-comparisons' | Brad King | 2016-08-10 | 7 | -39/+535 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add additional <= and >= comparison operators | Chuck Atkins | 2016-08-09 | 7 | -39/+535 |
| |/ / |
|
* | | | prefer list(APPEND) over string(APPEND) where appropriate | Daniel Pfeifer | 2016-08-08 | 3 | -6/+6 |
|/ / |
|
* | | Merge topic 'use-string-append' | Brad King | 2016-08-01 | 47 | -108/+108 |
|\ \ |
|
| * | | Use string(APPEND) in Tests | Daniel Pfeifer | 2016-07-27 | 47 | -108/+108 |
|
|
* | | | 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 'aliased-target-properties' | Brad King | 2016-08-01 | 1 | -7/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Do not report ALIASED_TARGET as always set (#15783) | Gregor Jasny | 2016-07-16 | 1 | -7/+6 |
|
|
* | | | | 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 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'windows-export-all-fix-objlib' | Brad King | 2016-07-22 | 3 | -1/+9 |
|\ \ \ \ |
|
| * | | | | VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries | Brad King | 2016-07-21 | 3 | -1/+9 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'revert-autogen-subdirs' | Brad King | 2016-07-22 | 19 | -218/+0 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Autogen: Revert changes to generate moc/rcc in subdirectories | Brad King | 2016-07-21 | 19 | -218/+0 |
|
|
| * | | Merge branch 'revert-try_compile-config-flags' into release | Brad King | 2016-06-28 | 3 | -21/+0 |
| |\ \ |
|
* | | | | Ninja: Fix inter-target order-only dependencies of custom commands | Brad King | 2016-07-20 | 2 | -0/+45 |
| |_|/
|/| | |
|
* | | | Merge topic 'toolchain-flag-init' | Brad King | 2016-07-15 | 4 | -0/+73 |
|\ \ \ |
|
| * | | | Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain files | Brad King | 2016-07-14 | 4 | -0/+73 |
|
|
* | | | | Merge topic 'no-implicit-link-clang-rt' | Brad King | 2016-07-14 | 1 | -0/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | CMakeParseImplicitLinkInfo: Exclude libclang_rt libraries | Brad King | 2016-07-11 | 1 | -0/+6 |
|
|
* | | | | Merge topic 'findicu' | Brad King | 2016-07-13 | 1 | -8/+7 |
|\ \ \ \ |
|
| * | | | | Tests: Run clang-format on FindICU test code | Brad King | 2016-07-13 | 1 | -8/+7 |
|
|
* | | | | | Merge topic 'findicu' | Brad King | 2016-07-13 | 4 | -0/+53 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | FindICU: New module | Roger Leigh | 2016-07-13 | 4 | -0/+53 |
|
|
* | | | | | Merge topic 'windows-export-all-from-exe' | Brad King | 2016-07-13 | 3 | -0/+22 |
|\ \ \ \ \ |
|
| * | | | | | Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports | Yury Zhuravlev | 2016-07-11 | 3 | -0/+22 |
|
|
* | | | | | | Merge topic 'cmake-spelling' | Brad King | 2016-07-13 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Fix typos. | Felix Geyer | 2016-07-10 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge topic 'tiff-typo' | Brad King | 2016-07-11 | 1 | -7/+7 |
|\ \ \ \ \ |
|
| * | | | | | FindTIFF: Correct variable names in unit test | Roger Leigh | 2016-07-10 | 1 | -7/+7 |
| |/ / / / |
|
* | | | | | Source: Remove long-unused .cvsignore file | Brad King | 2016-07-08 | 2 | -2/+2 |
|/ / / / |
|
* | | | | Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files | Brad King | 2016-07-06 | 4 | -0/+45 |
|/ / / |
|