summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Use `std::function` for callbacksRegina Pfeifer2019-01-2916-187/+159
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-2926-134/+184
|\
| * cmake: Add options for verbose output to --build modeFlorian Maushart2019-01-285-7/+27
| * cmake: cmcmd.cxx fix "The arguments are" commentsFlorian Maushart2019-01-251-6/+6
| * ctest: Fix --build-and-test without --build-target on XcodeFlorian Maushart2019-01-251-5/+7
| * cmake: Add -hideShellScriptEnvironment xcodebuild optionFlorian Maushart2019-01-251-0/+3
| * cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-2522-118/+143
* | Merge topic 'cmoutputconverter-simplify'Brad King2019-01-2925-86/+89
|\ \
| * | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-2725-86/+89
* | | Merge topic 'message-stdstring'Brad King2019-01-2918-26/+30
|\ \ \
| * | | cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-2818-26/+30
* | | | Merge topic 'ftc-string'Brad King2019-01-297-34/+33
|\ \ \ \
| * | | | cmFileTimeComparison: use std::string argumentsVitaly Stakhovsky2019-01-287-34/+33
| |/ / /
* | | | Merge topic 'vs-host-arch'Brad King2019-01-294-10/+45
|\ \ \ \
| * | | | VS: Teach VS 2019 generator to select host tools matching host archBrad King2019-01-283-2/+38
| * | | | VS: Add support for explicit 32-bit toolset selection via host=x86Brad King2019-01-281-2/+2
| * | | | VS: Remove stray semicolons from VS 2019 implementationBrad King2019-01-281-3/+3
| * | | | VS: Use internal abstraction for VCTargetsPath host archBrad King2019-01-281-3/+2
* | | | | Merge topic 'add-missing-macos-framework'Brad King2019-01-291-1/+2
|\ \ \ \ \
| * | | | | macOS: Add missing explicit dependency on CoreServices frameworkChuck Atkins2019-01-291-1/+2
* | | | | | Merge topic 'autogen_reenable_implicit_include_dirs'Brad King2019-01-295-77/+117
|\ \ \ \ \ \
| * | | | | | Autogen: Reenable passing compiler implicit include directories to mocSebastian Holtermann2019-01-281-6/+3
| * | | | | | cmLocalGenerator: Refactor `GetIncludeDirectoriesImplicit` methodSebastian Holtermann2019-01-281-45/+51
| * | | | | | cmLocalGenerator: Simplify `GetIncludeDirectories`Sebastian Holtermann2019-01-285-26/+63
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-01-291-1/+1
|/ / / / /
* | | | | Merge topic 'cmake-gui-s-b'Brad King2019-01-281-12/+43
|\ \ \ \ \
| * | | | | QtDialog: Clean up and document -S and -B optionsKyle Edwards2019-01-251-12/+43
* | | | | | Merge topic 'cmake-E-compare_files-eol'Brad King2019-01-281-5/+16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cmake: Add --ignore-eol option to `-E compare_files` commandTaylor Braun-Jones2019-01-281-5/+16
| |/ / / /
* | | | | Merge topic 'get_filename_component_last_ext'Brad King2019-01-281-0/+4
|\ \ \ \ \
| * | | | | cmGetFilenameComponentCommand: Add more componentsTushar Maheshwari2019-01-241-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge topic 'vs2019'Brad King2019-01-283-9/+26
|\ \ \ \ \
| * | | | | VS: Update for Visual Studio 2019 Preview 2Brad King2019-01-243-9/+26
| |/ / / /
* | | | | Merge topic 'png-optimize'Brad King2019-01-285-0/+0
|\ \ \ \ \
| * | | | | Reduce size of PNG imagesLucy Phipps2019-01-255-0/+0
* | | | | | CMake Nightly Date StampKitware Robot2019-01-281-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-01-271-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-01-261-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'max-recursion-depth'Brad King2019-01-259-5/+78
|\ \ \ \ \
| * | | | | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-239-5/+78
| |/ / / /
* | | | | Merge topic 'exclude_from_all'Brad King2019-01-258-29/+15
|\ \ \ \ \
| * | | | | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-218-29/+15
* | | | | | Merge topic 'swift'Brad King2019-01-251-1/+6
|\ \ \ \ \ \
| * | | | | | Ninja: support `SWIFT_MODULE_NAME` propertySaleem Abdulrasool2019-01-241-1/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'clang-warnings'Brad King2019-01-252-4/+5
|\ \ \ \ \ \
| * | | | | | Silence -Wcomma warningBrad King2019-01-231-2/+3
| * | | | | | Avoid -Wstring-plus-int warningBrad King2019-01-231-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'update-kwsys'Brad King2019-01-254-5/+114
|\ \ \ \ \ \
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-01-244-5/+114
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'cmake-files-directory'Brad King2019-01-2528-85/+62
|\ \ \ \ \ \