Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'policy-version-range' | Craig Scott | 2018-03-22 | 8 | -42/+122 |
|\ | |||||
| * | cmake_minimum_required: Optionally set policies with version range | Brad King | 2018-03-21 | 8 | -15/+88 |
| * | cmPolicies: Split parsing and impl of ApplyPolicyVersion | Brad King | 2018-03-16 | 2 | -19/+30 |
| * | cmPolicies: Drop unnecessary check from ApplyPolicyVersion | Brad King | 2018-03-16 | 1 | -9/+3 |
| * | cmPolicies: Pass policy version as std::string | Brad King | 2018-03-16 | 4 | -8/+10 |
* | | Merge topic 'ccmake-revise-default' | Brad King | 2018-03-22 | 3 | -0/+81 |
|\ \ | |||||
| * | | ccmake: Check for curses more robustly before enabling | Brad King | 2018-03-21 | 3 | -0/+81 |
* | | | Merge topic 'vs-flags-improvement' | Brad King | 2018-03-22 | 2 | -72/+65 |
|\ \ \ | |||||
| * | | | cmVisualStudioGeneratorOptions: Factor out an OutputFlag helper | Vitaly Stakhovsky | 2018-03-20 | 2 | -72/+65 |
| | |/ | |/| | |||||
* | | | Merge topic 'find-package_root-revise' | Brad King | 2018-03-22 | 1 | -4/+10 |
|\ \ \ | |||||
| * | | | find_package: Improve CMP0074 warning messages | Brad King | 2018-03-21 | 1 | -4/+10 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-22 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'makefile-fix-depend-optimization' | Brad King | 2018-03-21 | 1 | -3/+8 |
|\ \ \ | |||||
| * | | | Makefile: Restore use of dependency scanning cache | tsecer harry | 2018-03-20 | 1 | -3/+8 |
* | | | | Merge topic 'ccmake-solaris' | Brad King | 2018-03-21 | 1 | -0/+13 |
|\ \ \ \ | |||||
| * | | | | ccmake: Fix compilation with ncurses on Solaris | Brad King | 2018-03-20 | 1 | -0/+13 |
| | |/ / | |/| | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-21 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'list-join' | Brad King | 2018-03-20 | 2 | -0/+32 |
|\ \ \ | |||||
| * | | | list(): add `JOIN` sub-command | Marc Chevrier | 2018-03-20 | 2 | -0/+32 |
| |/ / | |||||
* | | | Merge topic 'make_GetItems_const' | Brad King | 2018-03-20 | 2 | -2/+2 |
|\ \ \ | |||||
| * | | | cmComputeLinkInformation: make GetItems() const | Michael Stürmer | 2018-03-19 | 2 | -2/+2 |
* | | | | Merge topic 'vs-indentfix' | Brad King | 2018-03-20 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | cmVisualStudio10TargetGenerator: fix indentation | Vitaly Stakhovsky | 2018-03-19 | 1 | -0/+3 |
| | |/ / | |/| | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-20 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'find-package_root-restore' | Brad King | 2018-03-19 | 8 | -44/+79 |
|\ \ \ | |||||
| * | | | find_package: Use PackageName_ROOT variables as search prefixes | Brad King | 2018-03-16 | 8 | -44/+79 |
* | | | | Merge topic 'export-properties' | Brad King | 2018-03-19 | 4 | -0/+59 |
|\ \ \ \ | |||||
| * | | | | Export: allow exporting of additional properties | Wouter Klouwen | 2018-03-16 | 4 | -0/+59 |
* | | | | | Merge topic 'codelite-project-settings' | Brad King | 2018-03-19 | 1 | -4/+7 |
|\ \ \ \ \ | |||||
| * | | | | | CodeLite: Prefer CMAKE_RUNTIME_OUTPUT_DIRECTORY for output path | Tobias R. Henle | 2018-03-14 | 1 | -3/+6 |
| * | | | | | CodeLite: Use project Makefile instead of workspace Makefile. | Tobias R. Henle | 2018-03-14 | 1 | -1/+1 |
* | | | | | | Merge topic 'vs-debugger-command' | Brad King | 2018-03-19 | 1 | -0/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | VS: Add target property VS_DEBUGGER_COMMAND | Hannes Mezger | 2018-03-14 | 1 | -0/+7 |
* | | | | | | | Merge topic 'vs10-cmelem' | Brad King | 2018-03-19 | 2 | -72/+83 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmVisualStudio10TargetGenerator: improved XML nesting | Vitaly Stakhovsky | 2018-03-16 | 2 | -72/+83 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-19 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-18 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'project-homepage-url' | Craig Scott | 2018-03-17 | 1 | -3/+46 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | project: Add HOMEPAGE_URL named parameter | Alex Turbov | 2018-03-16 | 1 | -3/+44 |
| * | | | | | | | | project: Add <PROJECT-NAME>_DESCRIPTION | Craig Scott | 2018-03-16 | 1 | -0/+2 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-17 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-16 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'compile-options-shell' | Brad King | 2018-03-15 | 1 | -5/+17 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | target_compile_options: Add syntax to specify shell strings | Brad King | 2018-03-14 | 1 | -5/+17 |
| | |/ / / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-15 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-14 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'genex-COMPILE_LANGUAGE-system-include' | Brad King | 2018-03-13 | 8 | -24/+40 |
|\ \ \ \ | |||||
| * | | | | Genex: Fix COMPILE_LANGUAGE propagation through try_compile | Brad King | 2018-03-12 | 3 | -9/+18 |
| * | | | | Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories | Brad King | 2018-03-12 | 5 | -15/+22 |
| * | | | | CMake 3.11.0-rc3v3.11.0-rc3 | Brad King | 2018-03-09 | 1 | -1/+1 |