summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'dev/refactor-source-depends-in-ninja'Brad King2014-05-071-5/+14
|\
| * LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-071-5/+14
* | OS X: Use -iframework for system framework directoriesMikoĊ‚aj Siedlarek2014-05-071-3/+17
|/
* Merge topic 'target_compile_features'Brad King2014-04-151-0/+39
|\
| * cmTarget: Transitively evaluate compiler features.Stephen Kelly2014-04-071-1/+1
| * cmTarget: Allow populating COMPILE_FEATURES using generator expressions.Stephen Kelly2014-04-071-9/+6
| * cmTarget: Add COMPILE_FEATURES target property.Stephen Kelly2014-04-071-0/+13
| * cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties.Stephen Kelly2014-04-071-0/+29
* | Watcom: Use single quote for all file/path items in wlink commandJiri Malak2014-04-081-13/+21
|/
* Remove default labels from fully covered switch statements.Stephen Kelly2014-04-031-1/+0
* Merge topic 'target-transitive-sources'Brad King2014-04-031-3/+4
|\
| * cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-3/+4
* | Merge topic 'target-sources-refactor'Brad King2014-04-031-2/+2
|\ \ | |/
| * cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-2/+2
* | Simplify multiple config handling.Stephen Kelly2014-04-021-11/+8
|/
* Merge topic 'add_custom_command-no-INTERFACE-lib'Brad King2014-03-201-1/+2
|\
| * Disallow INTERFACE libraries with add_custom_command(TARGET).Stephen Kelly2014-03-191-1/+2
* | cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+8
* | Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-6/+7
* | Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-3/+3
* | Remove some c_str() calls.Stephen Kelly2014-03-111-82/+82
* | stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1
* | stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-19/+19
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-10/+10
* | stringapi: Take strings in escaping functionsBen Boeckel2014-03-081-26/+28
* | stringapi: Use strings in target nameBen Boeckel2014-03-081-10/+10
* | stringapi: Use strings in Convert methods in LocalGeneratorBen Boeckel2014-03-081-17/+19
* | stringapi: Use strings for the languagesBen Boeckel2014-03-081-26/+29
* | stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* | stringapi: Use strings for property namesBen Boeckel2014-03-081-6/+10
* | cmLocalGenerator: Add response file option to OutputLinkLibrariesBrad King2014-03-041-9/+14
* | cmLocalGenerator: Simplify GetIncludeFlags output formattingBrad King2014-03-041-12/+4
* | cmLocalGenerator: Add format option to ConvertToLinkReferenceBrad King2014-03-041-3/+4
* | cmLocalGenerator: Add format option to ConvertToIncludeReferenceBrad King2014-03-041-2/+3
* | cmLocalGenerator: Add format option to ConvertToOutputForExistingBrad King2014-03-041-8/+11
* | MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-0/+7
|/
* OS X: Escape path given to -isysroot flagBrad King2014-02-121-1/+1
* cmVersion: Fix CMake_VERSION_ENCODE for date in patch levelBrad King2014-02-101-2/+2
* VisibilityInlinesHidden: only apply -fvisibility-inlines-hidden to C++ sourcesNils Gladitz2014-02-011-1/+5
* Allow projects to specify extra inputs to CMakeBrad King2014-01-211-0/+2
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-2/+4
* cmLocalGenerator: Remove VTK include hack (#11338).Stephen Kelly2013-12-201-21/+0
* Merge topic 'minor-cleanup'Brad King2013-12-191-0/+8
|\
| * Avoid certain actions on IMPORTED targets.Stephen Kelly2013-12-111-0/+8
* | cmLocalGenerator: Constify target definitions accessStephen Kelly2013-12-111-1/+1
|/
* CTest: filter /showIncludes output from ninja compile launcherNils Gladitz2013-12-031-0/+1
* INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-0/+9
* Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-211-0/+5
* Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-191-1/+19