summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.h
Commit message (Expand)AuthorAgeFilesLines
* Link step: use linker dependency linker fileMarc Chevrier2023-05-031-0/+3
* Source: Fix clang -Wextra-semi warningsSean McBride2021-09-281-1/+1
* Refactoring: Makefiles Generators: Add support for various depends scannersMarc Chevrier2020-11-281-15/+14
* Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-201-2/+2
* Makefile: Add policy CMP0113 to avoid duplication of custom commandsBrad King2020-09-081-0/+10
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Makefiles: Factor out makefile target path escaping and quotingBrad King2020-04-151-0/+6
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-1/+1
* Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-0/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* cmLocalUnixMakefileGenerator3: Mark GetRelativeTargetDirectory constBrad King2019-09-301-1/+2
* cmLocalGenerator: Add AppendFlags overload with backtracesJustin Goshi2019-09-091-0/+1
* cmLocalGenerator: Remove AppendFlags 'const char*' overloadBrad King2019-09-051-1/+0
* Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory levelSebastian Holtermann2019-05-181-0/+1
* Makefiles: Sort clean files by using a std::set<std::string> containerSebastian Holtermann2019-05-141-1/+1
* cmDepends: Define DependencyMap instead of DependencyVectorSebastian Holtermann2019-03-271-6/+5
* cmLocalUnixMakefileGenerator3: Pass strings instead of recomputing themSebastian Holtermann2019-03-121-1/+2
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-2/+1
|\
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-2/+2
* | Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-3/+0
|\ \
| * | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-3/+0
* | | Merge topic 'unixmfg3-string'Brad King2019-01-251-18/+7
|\ \ \ | |_|/ |/| |
| * | cmLocalUnixMakefileGenerator3: more methods accept std::stringVitaly Stakhovsky2019-01-221-18/+7
* | | clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+3
|/ /
* | cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-181-1/+1
|/
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-14/+6
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-1/+0
* Fix misc. typosluz.paz2018-06-041-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+2
* Makefile,Ninja: De-duplicate ComputeObjectFilenames methodBrad King2018-01-291-5/+0
* LocalGenerator: refactoringMarc Chevrier2018-01-231-2/+3
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-11/+10
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Makefiles: Introduce local RelativePath methodStephen Kelly2016-10-061-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+11
* Makefiles: Inline MakeLauncher into only callerStephen Kelly2016-08-271-3/+0
* Makefiles: Replace method with Wacom specific APIStephen Kelly2016-08-271-2/+1
* Makefiles: Change AppendCustomCommand API to stringsStephen Kelly2016-08-271-9/+10
* Makefiles: Change signature of AppendCustomCommandStephen Kelly2016-08-271-2/+2
* Makefiles: Port CreateCDCommand to string-based APIStephen Kelly2016-08-271-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+7
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-12/+13
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-5/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-61/+83
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-6/+7
* Remove vestigial declarations.Stephen Kelly2015-10-211-1/+0