summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Convert: Inline uses of START_OUTPUTStephen Kelly2016-09-191-1/+3
* Convert: Move access to CurrentBinaryDirectory out of loopsStephen Kelly2016-09-191-4/+4
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-3/+4
* Convert: Remove last use of START enum valueStephen Kelly2016-09-191-1/+2
* Fix CTest test file generation for spaces in subdirectory namesStefano Soffia2016-09-131-0/+1
* cmLocalGenerator: Refactor test subdirectory generation loopStefano Soffia2016-09-131-8/+6
* Re-order link line to place RPATH entries before librariesDan Kegel2016-09-121-3/+3
* tidy: Fix readability-redundant-string-cstr issuesGregor Jasny2016-09-041-1/+1
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+10
* Convert: Replace Convert(FULL) with equivalentStephen Kelly2016-08-271-2/+5
* Convert: Replace trivial conversion with new methodStephen Kelly2016-08-271-4/+6
* Convert: Replace uses of Convert(NONE)Stephen Kelly2016-08-271-4/+4
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-18/+11
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-4/+5
* Fix typos.Felix Geyer2016-07-101-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-17/+17
* cmOutputConverter: remove unused 'local' argumentDaniel Pfeifer2016-06-201-3/+3
* cmLocalGenerator: Adopt target compile flag generationTobias Hunger2016-06-171-0/+27
* cmLocalGenerator: Add method to get Fortran-specific compiler flagsBrad King2016-06-171-0/+7
* Merge topic 'avoid-cmMakefile-IssueMessage-after-configure'Brad King2016-06-131-1/+2
|\
| * cmLocalGenerator: Store Backtrace for the directoryStephen Kelly2016-06-121-1/+2
* | cmLocalGenerator: Add GetTargetDefines to get all defines for a targetTobias Hunger2016-06-101-0/+14
* | cmLocalGenerator: Constify AppendDefines and AddCompileDefinitionsBrad King2016-06-101-3/+4
|/
* cmLocalGenerator: Move GetFrameworkFlags implementation to private helperTobias Hunger2016-06-091-9/+19
* cmLocalGenerator: Adopt GetFrameworkFlags methodTobias Hunger2016-06-091-0/+48
* cmLocalGenerator: Pass configuration to GetTargetFlagsTobias Hunger2016-06-081-6/+4
* cmLocalGenerator: Consolidate conditions in AddArchitectureFlagsBrad King2016-06-021-5/+1
* Remove unnecessary local copies.Daniel Pfeifer2016-05-261-3/+2
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-6/+6
|\
| * Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-4/+4
| * Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-2/+2
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-1/+1
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1304/+877
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-43/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+18
* GHS: Shorten long object paths with duplicate source namesGeoff Viola2016-05-061-1/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* cmLocalGenerator: Simplify IssueMessage implementationBrad King2016-04-151-11/+1
* cmLocalGenerator: Use own IssueMessage methodBrad King2016-04-151-2/+2
* Merge topic 'fix-target-alias-in-subdir'Brad King2016-04-051-13/+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-11/+0
* | Drop Visual Studio 6 generatorBrad King2016-03-091-1/+1
* | Merge topic 'fix-target-lookup-performance-regression'Brad King2016-02-091-0/+2
|\ \ | |/
| * Improve internal generator target structure lookupBrad King2016-02-081-0/+2
* | install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-3/+3
|/
* Port CMake from cmIML to KWIMLBrad King2015-12-181-2/+2
* Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...Brad King2015-11-251-4/+2
|\
| * cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopesBrad King2015-11-251-4/+2
* | cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTargetStephen Kelly2015-10-271-0/+7