summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-4/+4
* Merge topic 'cleanup-endls-1'Brad King2020-03-271-16/+12
|\
| * Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-261-16/+12
* | Merge topic 'make-nested-silent'Brad King2020-03-271-1/+5
|\ \
| * | Makefiles: Fix silencing of nested calls for GNU make 4.3Brad King2020-03-261-1/+5
* | | Merge topic 'string-prefix'Brad King2020-03-261-1/+1
|\ \ \
| * | | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+1
* | | | Merge topic 'cleanup-CollapseFullPath-calls'Brad King2020-03-261-22/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove redundant calls to CollapseFullPathBrad King2020-03-241-22/+15
| |/ /
* | | cmState::GetTargetTypeName: return type is *cmPropVitaly Stakhovsky2020-03-191-1/+2
|/ /
* | Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-2/+2
* | Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-5/+5
* | makefiles: suppress RCS and SCCS implicit rulesBen Boeckel2020-01-241-3/+9
* | Refactoring: suppress cmEraseIf in favor of cm::erase_ifMarc Chevrier2020-01-091-2/+2
* | Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* | Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-7/+15
* | cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-2/+1
* | Merge topic 'cmake-e-rm'Kyle Edwards2019-11-151-1/+1
|\ \
| * | replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-131-1/+1
| |/
* | cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-17/+18
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+3
* cmLocalUnixMakefileGenerator3: Mark GetRelativeTargetDirectory constBrad King2019-09-301-1/+1
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-6/+4
* Merge topic 'cmake-system-headers'Brad King2019-09-201-1/+1
|\
| * cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* | Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPEDaniel Eiband2019-09-171-5/+3
|/
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-8/+5
* cmLocalGenerator: Remove AppendFlags 'const char*' overloadBrad King2019-09-051-6/+0
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+4
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-96/+82
* Merge topic 'string-literal-append'Brad King2019-08-191-10/+5
|\
| * avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-10/+5
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-3/+3
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-7/+6
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-2/+2
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-7/+5
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+2
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-2/+5
* Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory levelSebastian Holtermann2019-05-181-0/+51
* Makefiles: Inline range loop range argumentsSebastian Holtermann2019-05-171-6/+3
* Makefiles: Sort clean files by using a std::set<std::string> containerSebastian Holtermann2019-05-141-1/+1
* Merge topic 'cmDepends_tweaks'Brad King2019-04-011-3/+2
|\
| * cmDepends: Define DependencyMap instead of DependencyVectorSebastian Holtermann2019-03-271-3/+2
* | cmTarget: Move member `*Commands` to implSebastian Holtermann2019-03-231-0/+1
|/
* Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::CompareSebastian Holtermann2019-03-181-3/+2
* Substitute FileComparison in variable names with FileTimeCacheSebastian Holtermann2019-03-181-4/+4