summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-C-standard-features'Brad King2015-02-051-8/+22
|\
| * Features: Allow setting standard dialect below the default.Stephen Kelly2015-02-041-1/+15
| * Features: Add dialect compile flags only if default is known.Stephen Kelly2015-02-041-9/+9
* | Merge topic 'fix-default-install-config'Brad King2015-02-041-9/+5
|\ \ | |/ |/|
| * install: Fix regression in default configuration selectionBen Boeckel2015-02-031-9/+5
* | Features: Define meaning for no language standard defaultBrad King2015-01-291-2/+7
* | Replace foo.length() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-15/+15
|\ \
| * | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-15/+15
* | | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-10/+2
|/ /
* | file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+6
* | file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-121-0/+11
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-19/+19
|/
* Ninja: Fix RC include directories regressionBrad King2014-10-131-3/+6
* cmLocalGenerator: Fix AddBuildTargetRule object file path conversionBrad King2014-07-221-1/+1
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-2/+2
* Merge topic 'install-messages'Brad King2014-06-271-4/+19
|\
| * install: Add CMAKE_INSTALL_MESSAGE variable (#13761)Brad King2014-06-241-1/+1
| * install: Thread message level setting through internal APIBrad King2014-06-241-0/+1
| * cmInstallTargetGenerator: Drop default constructor argumentsBrad King2014-06-241-4/+18
* | Fix some generator crashes on undefined CMAKE_BUILD_TYPEBrad King2014-06-231-1/+1
|/
* 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
|/