summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-2/+0
|\
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-2/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-2/+2
* | Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-1/+53
|\ \
| * | cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+53
| |/
* | Merge topic 'max-recursion-depth'Brad King2019-01-251-0/+2
|\ \
| * | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-0/+2
| |/
* | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-211-1/+1
|/
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-10/+4
* fileapi: Report cmake generator in reply index fileBrad King2018-12-121-0/+6
* Merge topic 'getsafedef-stdstring'Brad King2018-09-181-1/+1
|\
| * cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+1
* | target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-121-0/+11
* | Make internal TARGET_PROPERTY generator expressions more robustBrad King2018-09-121-0/+4
* | cmGlobalGenerator: Remove unused FindLocalGenerator methodBrad King2018-09-111-2/+0
|/
* cmGlobalGenerator::AddInstallComponent(): Accept std::string argumentVitaly Stakhovsky2018-08-301-1/+1
* Merge topic 'autogen_single_entry'Brad King2018-08-061-4/+3
|\
| * Autogen: Use a single AUTOGEN setup function in cmGlobalGeneratorSebastian Holtermann2018-08-031-4/+3
* | cmGlobalGenerator: Add IsXcode queryBrad King2018-08-011-0/+2
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-9/+10
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-5/+8
* Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-3/+4
* Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializerSebastian Holtermann2018-01-171-2/+2
* Merge topic 'include_external_ms_project_support_non_windows_target'Brad King2017-12-051-0/+4
|\
| * cmGlobalGenerator: Add IsIncludeExternalMSProjectSupported methodTomoki Imai2017-12-041-0/+4
* | Autogen: Make cmQtAutoGeneratorInitializer an instantiable classSebastian Holtermann2017-11-191-2/+3
|/
* CMP0037: Allow test and package targets when features are not enabledBrad King2017-10-301-0/+3
* Merge topic 'defer-target-source-check'Brad King2017-10-251-0/+2
|\
| * Defer check for sources within a target until generation.Deniz Bahadir2017-10-241-0/+2
* | Add infrastructure for generators to select a build tool instanceBrad King2017-10-191-0/+3
|/
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+6
* Autogen: Iterate source files only onceSebastian Holtermann2017-09-071-1/+3
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-8/+8
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-4/+5
* cmGlobalGenerator: Rename member to avoid shadowingBrad King2017-06-141-3/+9
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-031-2/+4
* cmGlobalGenerator::DirectoryContent: remove custom copy ctorDaniel Pfeifer2017-04-211-6/+0
* cmGlobalGenerator: Add method to check if object file location is knownBrad King2017-04-181-0/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Merge topic 'ipo-policy-CMP0069'Brad King2017-03-311-0/+2
|\
| * Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-0/+2
* | Apple: Fix Resources location for all generatorsGregor Jasny2017-03-231-0/+4
|/
* Add policy CMP0068 separate install_name and RPATH settings on macOSClinton Stimpson2017-02-141-0/+3
* Xcode: Control emission of EFFECTIVE_PLATFORM_NAMEGregor Jasny2017-01-201-0/+4
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-11/+11
* Introduce CM_UNORDERED_MAPDaniel Pfeifer2016-10-241-21/+4
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-1/+1
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-1/+2