summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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