summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-8/+14
|\
| * cmake: Add options for verbose output to --build modeFlorian Maushart2019-01-281-1/+8
| * cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-7/+6
* | Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-8/+13
|\ \
| * | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-8/+13
| |/
* | Merge topic 'exclude_from_all'Brad King2019-01-251-2/+2
|\ \
| * | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-211-2/+2
* | | Merge topic 'cmake-files-directory'Brad King2019-01-251-8/+8
|\ \ \
| * | | cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-8/+8
| |/ /
* | | cmLocalUnixMakefileGenerator3: more methods accept std::stringVitaly Stakhovsky2019-01-221-9/+8
| |/ |/|
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-6/+6
|/
* cmGlobalUnixMakefileGenerator3: Fix memory leak warningKyle Edwards2019-01-141-4/+4
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-6/+5
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-8/+10
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-22/+23
* Cleanup: Fix typos and grammar in docs and codeCraig Scott2018-04-231-1/+1
* Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-011-0/+7
* Makefile: Fix "make clean" when there are no targetsBrad King2018-03-081-0/+4
* Document and extend the CMAKE_SUPPRESS_REGENERATION variableShane Parris2018-02-231-5/+21
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-4/+3
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-3/+3
* Makefiles: Drop 'requires' step and its supporting infrastructureYurii Batrak2017-12-141-28/+0
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-93/+58
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-11/+12
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+6
* Avoid some copiesDaniel Pfeifer2016-10-301-1/+1
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-0/+2
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-6/+5
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-30/+35
* Merge topic 'nmake-encoding'Brad King2016-10-071-1/+2
|\
| * NMake: Use ANSI encoding for NMake MakefilesDāvis Mosāns2016-10-061-1/+2
* | Makefiles: Hardcode the relative location of the CMakeCache fileStephen Kelly2016-10-061-5/+1
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Inline HOME_OUTPUT MAKERULE conversionStephen Kelly2016-09-191-3/+4
* Convert: Move access to BinaryDirectory out of loopsStephen Kelly2016-09-191-6/+4
* Convert: Avoid HOME_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-5/+6
* Convert: Move access to CurrentBinaryDirectory out of loopsStephen Kelly2016-09-191-11/+5
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-6/+6
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+12
* Convert: Replace Convert(FULL) with equivalentStephen Kelly2016-08-271-4/+6
* Convert: Replace trivial conversion with new methodStephen Kelly2016-08-271-7/+14
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-2/+2
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-12/+12
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-503/+366
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-15/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4