summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-msbuild-arch'Brad King2019-01-301-5/+5
|\
| * Find native build tool after selecting a toolsetBrad King2019-01-291-5/+5
* | Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-17/+14
|\ \
| * | cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-17/+14
* | | Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-3/+3
|\ \ \
| * | | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-3/+3
* | | | cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-1/+1
| |_|/ |/| |
* | | Merge topic 'max-recursion-depth'Brad King2019-01-251-0/+3
|\ \ \
| * | | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-0/+3
| | |/ | |/|
* | | Merge topic 'exclude_from_all'Brad King2019-01-251-10/+3
|\ \ \
| * | | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-211-10/+3
* | | | Merge topic 'cmake-files-directory'Brad King2019-01-251-7/+6
|\ \ \ \
| * | | | cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-7/+6
| |/ / /
* | | | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-2/+2
| |/ / |/| |
* | | cmMakefile: GetModulesFile() accepts std::string paramVitaly Stakhovsky2019-01-211-18/+13
| |/ |/|
* | Merge topic 'read-list-file'Brad King2019-01-211-12/+12
|\ \
| * | cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-12/+12
| |/
* | Merge topic 'use-emplace'Brad King2019-01-211-5/+5
|\ \
| * | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-5/+5
| |/
* | GHS: Integrity Application updatesFred Baksik2019-01-161-1/+2
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-21/+24
* Merge topic 'nmake-compile-commands'Craig Scott2019-01-071-3/+15
|\
| * cmGlobalGenerator: Teach EscapeJSON to escape newlines and tabsYan Pashkovsky2018-12-141-3/+15
* | fileapi: Report cmake generator in reply index fileBrad King2018-12-121-0/+9
* | clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-2/+2
|/
* Autogen: Add cmQtAutoGenGlobalInitializer classSebastian Holtermann2018-11-111-59/+5
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-1/+1
* Merge topic 'provide_explicit_source_and_build_command_line_options'Brad King2018-09-191-2/+2
|\
| * CMake: Internally uses -S instead of -H to specify source directoryRobert Maynard2018-09-151-2/+2
* | Merge topic 'fix-getsafedef-stdstring'Brad King2018-09-191-4/+1
|\ \
| * | Restore possibly regressed CMP0018 logicBrad King2018-09-191-4/+1
* | | Merge topic 'getsafedef-stdstring'Brad King2018-09-181-5/+6
|\ \ \ | |/ /
| * | cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-5/+6
* | | Merge topic 'out-of-dir-linking'Brad King2018-09-141-8/+34
|\ \ \ | |/ / |/| |
| * | target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-121-1/+22
| * | Make internal TARGET_PROPERTY generator expressions more robustBrad King2018-09-121-0/+18
| * | cmGlobalGenerator: Remove unused FindLocalGenerator methodBrad King2018-09-111-13/+0
* | | cmState::GetInitializedCacheValue: Return as const std::string*Vitaly Stakhovsky2018-09-101-7/+7
|/ /
* | Merge topic 'grd-stdstring'Brad King2018-09-061-1/+1
|\ \
| * | cmMakefile: Make GetRequiredDefinition return std::stringVitaly Stakhovsky2018-09-051-1/+1
| |/
* | Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-2/+2
|/
* cmGlobalGenerator::AddInstallComponent(): Accept std::string argumentVitaly Stakhovsky2018-08-301-2/+2
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-2/+2
* Autogen: Use integers to store the Qt versionSebastian Holtermann2018-08-131-4/+4
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-5/+5
* Autogen: Use a single AUTOGEN setup function in cmGlobalGeneratorSebastian Holtermann2018-08-031-24/+25
* cmGlobalGenerator: Avoid -Wstringop-truncation warningBrad King2018-07-311-1/+1
* Autogen: Improve error detection during configurationSebastian Holtermann2018-07-111-2/+6
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-22/+26
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-6/+15