summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-0/+2
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-5/+5
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-29/+29
* cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-151-11/+7
* cmRulePlaceholderExpander: Extract from cmLocalGeneratorStephen Kelly2016-10-151-282/+6
* cmLocalGenerator: Move memset to cxx fileStephen Kelly2016-10-151-0/+5
* cmLocalGenerator: Use strings instead of a Target in rule replacementStephen Kelly2016-10-151-4/+6
* cmLocalGenerator: Use a converter in rule replacement APIStephen Kelly2016-10-151-7/+10
* cmLocalGenerator: Store variable replacements as stateStephen Kelly2016-10-151-94/+91
* cmLocalGenerator: Merge loops which populate mappingStephen Kelly2016-10-151-14/+12
* cmLocalGenerator: Populate variable mapping for all replacementsStephen Kelly2016-10-151-10/+11
* cmLocalGenerator: Extract compiler option replacement from loopStephen Kelly2016-10-151-50/+48
* cmLocalGenerator: Populate a container of mappings for replacementsStephen Kelly2016-10-151-31/+58
* cmLocalGenerator: Move compiler option handling to be more directStephen Kelly2016-10-151-23/+25
* cmLocalGenerator: Move variable to where it can be used easilyStephen Kelly2016-10-151-1/+2
* cmLocalGenerator: Use the language from the compiler containerStephen Kelly2016-10-151-7/+8
* cmLocalGenerator: Introduce a container of compiler namesStephen Kelly2016-10-151-3/+17
* cmLocalGenerator: Simplify loop with range algorithmStephen Kelly2016-10-151-6/+4
* cmLocalGenerator: Remove the launcher from RuleVariablesStephen Kelly2016-10-151-15/+0
* cmLinkLineComputer: Extract link libraries computation from cmLocalGeneratorStephen Kelly2016-10-101-26/+4
* cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-18/+5
* cmLocalGenerator: Inline last use of local variableStephen Kelly2016-10-101-3/+1
* cmLinkLineComputer: Move RPath computation from cmLocalGeneratorStephen Kelly2016-10-101-29/+4
* cmLinkLineComputer: Move LinkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-11/+2
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-18/+1
* cmLocalGenerator: Move variable to where it is usedStephen Kelly2016-10-101-2/+2
* cmLocalGenerator: Use a std::string instead of char*Stephen Kelly2016-10-101-2/+3
* cmLocalGenerator: Move stringstream to where it is usedStephen Kelly2016-10-101-1/+1
* cmLocalGenerator: Move flag determination up in the functionStephen Kelly2016-10-101-8/+9
* cmLocalGenerator: Separate stdlib content from library streamStephen Kelly2016-10-101-1/+5
* cmLocalGenerator: Separate rpath content from library streamStephen Kelly2016-10-101-7/+9
* cmLocalGenerator: Pass link library info to OutputLinkLibrariesStephen Kelly2016-10-101-14/+16
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-48/+16
* cmLocalGenerator: Inline conversion into link computationStephen Kelly2016-10-101-1/+8
* cmLocalGenerator: Extract definition retrieval out of loopStephen Kelly2016-10-101-2/+3
* Merge topic 'cleanup-Convert'Brad King2016-10-071-8/+5
|\
| * cmLocalGenerator: Simplify ConvertToLinkReferenceStephen Kelly2016-10-061-8/+5
* | CMP0065: Put computed flags into LINK_FLAGS not LINK_LIBRARIESStephen Kelly2016-10-071-1/+9
* | cmLocalGenerator: Rename local variable to be more appropriateStephen Kelly2016-10-061-4/+3
* | cmLocalGenerator: Extract policy handling into a methodStephen Kelly2016-10-061-46/+52
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* 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