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