summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Features: Escape the COMPILE_OPTIONS for dialects.Stephen Kelly2014-06-131-2/+5
* Add OBJECT_FILE_DIR rule placeholder for compilation linesBrad King2014-06-051-0/+7
* Features: Enable compiler extensions by default.Stephen Kelly2014-05-311-2/+10
* Features: Add support for C++14 features.Stephen Kelly2014-05-221-0/+1
* Merge topic 'ninja-intel-ipo'Brad King2014-05-221-5/+3
|\
| * cmGeneratorTarget: Improve GetCreateRuleVariable APIBrad King2014-05-211-5/+3
* | Features: Add COMPILE_FEATURES generator expression.Stephen Kelly2014-05-211-0/+25
|/
* Features: Extend concept to C language.Stephen Kelly2014-05-141-0/+4
* Merge topic 'decay-language-version'Brad King2014-05-081-6/+60
|\
| * cmTarget: Add CXX_STANDARD_REQUIRED to control decay.Stephen Kelly2014-05-071-0/+20
| * Features: Decay language flag if requested is not available.Stephen Kelly2014-05-071-7/+41
* | 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