summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-1/+1
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-3/+3
* Genex: Enable use of COMPILE_LANGUAGE for compile options.Stephen Kelly2015-03-091-2/+2
* Merge topic 'fix-crash-on-bad-LANG_STANDARD'Brad King2015-03-021-1/+8
|\
| * Diagnose invalid <LANG>_STANDARD value instead of crashing (#15426)Brad King2015-02-281-1/+8
* | Merge topic 'install-manifest-optimize'Brad King2015-02-271-11/+6
|\ \
| * | install: Write the entire installation manifest at onceRobert Goulet2015-02-261-11/+6
| |/
* | cmLocalGenerator: Convert loop to algorithm.Stephen Kelly2015-02-181-6/+1
* | cmLocalGenerator: Move variable population inside of condition.Stephen Kelly2015-02-171-4/+3
* | Convert loops to cmJoin algorithm with cmRange.Stephen Kelly2015-02-111-7/+1
* | Convert loops populating maybe-empty content into the common pattern.Stephen Kelly2015-02-111-4/+8
* | Replace temporary bool by inlining warning condition.Stephen Kelly2015-02-061-15/+11
* | Replace loop with member algorithm.Stephen Kelly2015-02-061-6/+5
* | cmLocalGenerator: Replace loop with find_first_not_ofStephen Kelly2015-02-051-5/+1
|/
* 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