summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | install: Fix stripping on macOSHarry Mallon2019-01-301-1/+13
* | | Merge topic 'xcode-object-dir'Brad King2019-01-313-15/+27
|\ \ \
| * | | Xcode: Fix object library builds with sanitizers enabledBrad King2019-01-302-3/+12
| * | | Xcode: Place object library artifacts outside Objects-normal directoryBrad King2019-01-302-15/+18
| |/ /
* | | Merge topic 'set-validate-cache-type'Brad King2019-01-313-3/+23
|\ \ \
| * | | set: warn if CACHE type is not recognizedTaylor Holberton2019-01-303-3/+23
* | | | Merge topic 'autogen-std-bind-to-lambdas'Brad King2019-01-312-6/+2
|\ \ \ \
| * | | | Autogen: Refactor std::bind calls to lambdasArtur Ryt2019-01-292-6/+2
| |/ / /
* | | | Merge topic 'tidy-use-equals-default-fix'Brad King2019-01-311-1/+1
|\ \ \ \
| * | | | clang-tidy: Silence use-equals-default warningRegina Pfeifer2019-01-301-1/+1
| | |/ / | |/| |
* | | | Merge topic 'std-string-callback'Brad King2019-01-315-16/+13
|\ \ \ \
| * | | | OutputCallback: Accept std::string argumentRegina Pfeifer2019-01-305-16/+13
| |/ / /
* | | | Merge topic 'update-kwsys'Brad King2019-01-312-10/+20
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-01-302-10/+20
| |/ / /
* | | | Merge topic 'autogen-qt-version-from-dirprops'Brad King2019-01-311-18/+25
|\ \ \ \
| * | | | Autogen: Read the Qt version from directory properties as wellSebastian Holtermann2019-01-301-18/+25
| |/ / /
* | | | Merge topic 'restore-install-late-framework'Brad King2019-01-311-2/+29
|\ \ \ \
| * | | | macOS: Restore compatibility for setting FRAMEWORK after install()Brad King2019-01-301-2/+29
* | | | | ReadListFile: Accept std::string argumentVitaly Stakhovsky2019-01-314-14/+16
* | | | | Merge topic 'unused-members'Brad King2019-01-311-14/+0
|\ \ \ \ \
| * | | | | Remove unused 'class cmake' membersBrad King2019-01-311-14/+0
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2019-01-311-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'tidy-use-equals-delete'Brad King2019-01-3055-127/+209
|\ \ \ \ | |/ / / |/| | |
| * | | clang-tidy: Use `= delete`Regina Pfeifer2019-01-2955-127/+209
| | |/ | |/|
* | | Merge topic 'vs-msbuild-arch'Brad King2019-01-302-5/+17
|\ \ \
| * | | VS: Use MSBuild matching toolset host architectureBrad King2019-01-291-0/+12
| * | | Find native build tool after selecting a toolsetBrad King2019-01-291-5/+5
* | | | Merge topic 'functional-callbacks'Brad King2019-01-3016-191/+158
|\ \ \ \
| * | | | MessageCallback: Remove unused bool& argumentRegina Pfeifer2019-01-299-28/+23
| * | | | Use `std::function` for callbacksRegina Pfeifer2019-01-2916-187/+159
* | | | | Merge topic 'copyfile-stdstring'Brad King2019-01-3011-33/+18
|\ \ \ \ \
| * | | | | cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-2911-33/+18
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2019-01-301-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'tidy-use-equals-default'Brad King2019-01-29153-528/+205
|\ \ \ \ | |/ / / |/| | |
| * | | cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-2538-113/+11
| * | | clang-tidy: Use `= default`Regina Pfeifer2019-01-25150-462/+241
* | | | 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