summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* OpenWatcom: Add workaround for lack of error on missing libraryBrad King2018-04-181-0/+7
* cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-2/+12
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-10/+10
* Merge topic 'reduce-temporaries'Brad King2018-01-291-50/+49
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-50/+49
* | Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-2/+3
|/
* Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializerSebastian Holtermann2018-01-171-5/+5
* Xcode: rename embedded SDK query functionGregor Jasny2017-12-221-1/+1
* Autogen: Make cmQtAutoGeneratorInitializer an instantiable classSebastian Holtermann2017-11-191-22/+14
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* CMP0037: Allow test and package targets when features are not enabledBrad King2017-10-301-5/+67
* cmGlobalGenerator: Refactor test and package target conditionsBrad King2017-10-261-42/+50
* Merge topic 'cm-array-begins-size'Brad King2017-10-261-2/+2
|\
| * Replace cmArray{Begin,End,Size} by their standard counterpartsMatthias Maennich2017-10-231-2/+2
* | Merge topic 'defer-target-source-check'Brad King2017-10-251-0/+42
|\ \
| * | Defer check for sources within a target until generation.Deniz Bahadir2017-10-241-0/+42
| |/
* | Add infrastructure for generators to select a build tool instanceBrad King2017-10-191-0/+27
|/
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+10
* Find native build tool after determining the target systemBrad King2017-09-271-9/+11
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-188/+131
* Autogen: Iterate source files only onceSebastian Holtermann2017-09-071-37/+37
* Use C++11 nullptrDaniel Pfeifer2017-08-241-18/+18
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-4/+4
* Autogen: Merge and remove redundant function callsSebastian Holtermann2017-08-101-23/+24