summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make message suppression more consistent.Michael Scott2015-11-301-3/+5
* Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...Brad King2015-11-251-16/+12
|\
| * cmState: Enforce policy scope balancing around variable scopesBrad King2015-11-251-6/+1
| * cmMakefile: Remove unused PolicyPushPop interfacesBrad King2015-11-251-5/+3
| * cmMakefile: Clarify purpose of method that pops a scope snapshotBrad King2015-11-251-7/+10
* | Merge topic 'minor-cleanups'Brad King2015-10-281-2/+2
|\ \
| * | cmMakefile: Fix typo in commentStephen Kelly2015-10-271-1/+1
| * | cmMakefile: Fix styleStephen Kelly2015-10-271-1/+1
* | | cmMakefile: Add imported target accessorStephen Kelly2015-10-271-0/+12
* | | cmTarget: Implement ALIAS in terms of name mappingStephen Kelly2015-10-271-5/+8
* | | cmGlobalGenerator: Remove direct storage of targetsStephen Kelly2015-10-271-6/+1
* | | cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-25/+0
* | | cmTarget: Make compatbility API explicit.Stephen Kelly2015-10-271-5/+16
|/ /