summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-7/+0
| |/ /
* | | Merge topic 'cmrange-improvements'Brad King2019-02-251-0/+1
|\ \ \
| * | | cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
| |/ /
* | | Merge topic 'error-consolidate'Brad King2019-02-251-17/+14
|\ \ \
| * | | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-17/+14
| |/ /
* | | cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-1/+1
|/ /
* | Modernize: C-arrays and loops over themArtur Ryt2019-02-151-12/+11
* | cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-1/+1
* | Merge topic 'modernize-for-loops'Brad King2019-02-111-6/+6
|\ \
| * | Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-6/+6
| |/
* | cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-2/+3
|/
* 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
|\ \