summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Construct with basic information up frontBrad King2016-09-141-8/+8
* Avoid requiring default cmTarget constructor for map indexingBrad King2016-09-141-2/+3
* cmMakefile: Restore nested error logic use of cmExecutionStatusBrad King2016-09-061-11/+8
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-6/+7
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-4/+6
* Parser: Port away from cmMakefileStephen Kelly2016-08-251-3/+12
* cmMakefile: Port nested error logic away from cmExecutionStatusStephen Kelly2016-08-251-7/+11
* cmMakefile: Simplify IssueMessage implementationStephen Kelly2016-08-251-5/+3
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-10/+16
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-85/+82
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-1/+4
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-10/+9
* use CM_NULLPTRDaniel Pfeifer2016-06-281-29/+30
* cmake: Add an option to control what files needs to be tracedAlex Turbov2016-06-171-1/+23
* Merge topic 'cleanup-streams'Brad King2016-06-161-1/+1
|\
| * Access std::ios_base with std::iosDaniel Pfeifer2016-06-141-1/+1
* | Merge topic 'clean-up-cmMakefile-IssueMessage'Brad King2016-06-161-3/+4
|\ \
| * | cmMakefile: Extract invoke result variablesStephen Kelly2016-06-131-3/+4
| |/
* | Parser: Out-of-line conditional code to cmMakefileStephen Kelly2016-06-131-4/+75
|/
* Merge topic 'fix-cmake-ISP-violation'Brad King2016-06-131-3/+3
|\
| * cmake: Remove force from IssueMessage APIStephen Kelly2016-06-121-3/+3
* | Merge topic 'avoid-cmMakefile-IssueMessage-after-configure'Brad King2016-06-131-14/+38
|\ \
| * | cmMakefile: Port messages for compile features to cmakeStephen Kelly2016-06-121-9/+29
| * | cmMakefile: Avoid IssueMessage after configure is finishedStephen Kelly2016-06-121-5/+9
| |/
* | Merge topic 'find-lib32'Brad King2016-06-131-0/+8
|\ \
| * | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-0/+8
| |/
* | Add missing braces around statements.Daniel Pfeifer2016-06-101-1/+2
|/
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-1/+1
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-13/+4
* cmMakefile: Optimize AddSystemIncludeDirectories for empty setBrad King2016-05-241-0/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1937/+1289
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-69/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+26
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-13/+13
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmMakefile::AddCacheDefinition: avoid conversions between char* and stringRolf Eike Beer2016-04-201-10/+11
* cmListFileBacktrace: Refactor storage to provide efficient value semanticsBrad King2016-04-181-95/+45
* Add call stack to unused/uninitialized variable warningsBrad King2016-04-151-17/+3
* cmMakefile: Move cmMakefileCall to .cxx fileBrad King2016-04-151-13/+20
* cmState: Rename CallStack snapshots to IncludeFileBrad King2016-04-121-1/+1
* Merge topic 'fix-target-alias-in-subdir'Brad King2016-04-051-14/+2
|\
| * Rename local target lookup methods to clarify purposeBrad King2016-04-011-2/+2
| * Fix lookup of an ALIAS target outside aliased target's directory (#16044)Brad King2016-04-011-14/+2
* | Merge topic 'fix-variable_watch-reallocation'Brad King2016-03-241-8/+15
|\ \ | |/
| * Avoid occasional use-after-free when a variable watch is executedYves Frederix2016-03-231-8/+15
* | Avoid depending on CMAKE_ROOT cache entry internally (#16015)Brad King2016-03-161-12/+8
* | Drop Visual Studio 6 generatorBrad King2016-03-091-28/+0
|/
* Fix internal target lookup performance regressionBrad King2016-02-081-0/+2
* add_custom_command: Clarify error when TARGET is out of scope (#15681)Brad King2016-01-281-1/+18
* Optimize cmMakefile::ExpandVariablesInStringNew.Milian Wolff2016-01-201-10/+9