index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmLocalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmLocalGenerator: Move variable population inside of condition.
Stephen Kelly
2015-02-17
1
-4/+3
*
Convert loops to cmJoin algorithm with cmRange.
Stephen Kelly
2015-02-11
1
-7/+1
*
Convert loops populating maybe-empty content into the common pattern.
Stephen Kelly
2015-02-11
1
-4/+8
*
Replace temporary bool by inlining warning condition.
Stephen Kelly
2015-02-06
1
-15/+11
*
Replace loop with member algorithm.
Stephen Kelly
2015-02-06
1
-6/+5
*
cmLocalGenerator: Replace loop with find_first_not_of
Stephen Kelly
2015-02-05
1
-5/+1
*
Merge topic 'fix-C-standard-features'
Brad King
2015-02-05
1
-8/+22
|
\
|
*
Features: Allow setting standard dialect below the default.
Stephen Kelly
2015-02-04
1
-1/+15
|
*
Features: Add dialect compile flags only if default is known.
Stephen Kelly
2015-02-04
1
-9/+9
*
|
Merge topic 'fix-default-install-config'
Brad King
2015-02-04
1
-9/+5
|
\
\
|
|
/
|
/
|
|
*
install: Fix regression in default configuration selection
Ben Boeckel
2015-02-03
1
-9/+5
*
|
Features: Define meaning for no language standard default
Brad King
2015-01-29
1
-2/+7
*
|
Replace foo.length() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
|
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-4/+4
*
|
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
|
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-3/+3
*
|
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-15/+15
|
\
\
|
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-15/+15
*
|
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-10/+2
|
/
/
*
|
file: Add LOCK subcommand to do file and directory locking
Ruslan Baratov
2014-12-03
1
-0/+6
*
|
file(GENERATE): Evaluate early to allow generating source files
Stephen Kelly
2014-11-12
1
-0/+11
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-19/+19
|
/
*
Ninja: Fix RC include directories regression
Brad King
2014-10-13
1
-3/+6
*
cmLocalGenerator: Fix AddBuildTargetRule object file path conversion
Brad King
2014-07-22
1
-1/+1
*
cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'
Brad King
2014-07-22
1
-2/+2
*
Merge topic 'install-messages'
Brad King
2014-06-27
1
-4/+19
|
\
|
*
install: Add CMAKE_INSTALL_MESSAGE variable (#13761)
Brad King
2014-06-24
1
-1/+1
|
*
install: Thread message level setting through internal API
Brad King
2014-06-24
1
-0/+1
|
*
cmInstallTargetGenerator: Drop default constructor arguments
Brad King
2014-06-24
1
-4/+18
*
|
Fix some generator crashes on undefined CMAKE_BUILD_TYPE
Brad King
2014-06-23
1
-1/+1
|
/
*
Features: Escape the COMPILE_OPTIONS for dialects.
Stephen Kelly
2014-06-13
1
-2/+5
*
Add OBJECT_FILE_DIR rule placeholder for compilation lines
Brad King
2014-06-05
1
-0/+7
*
Features: Enable compiler extensions by default.
Stephen Kelly
2014-05-31
1
-2/+10
*
Features: Add support for C++14 features.
Stephen Kelly
2014-05-22
1
-0/+1
*
Merge topic 'ninja-intel-ipo'
Brad King
2014-05-22
1
-5/+3
|
\
|
*
cmGeneratorTarget: Improve GetCreateRuleVariable API
Brad King
2014-05-21
1
-5/+3
*
|
Features: Add COMPILE_FEATURES generator expression.
Stephen Kelly
2014-05-21
1
-0/+25
|
/
*
Features: Extend concept to C language.
Stephen Kelly
2014-05-14
1
-0/+4
*
Merge topic 'decay-language-version'
Brad King
2014-05-08
1
-6/+60
|
\
|
*
cmTarget: Add CXX_STANDARD_REQUIRED to control decay.
Stephen Kelly
2014-05-07
1
-0/+20
|
*
Features: Decay language flag if requested is not available.
Stephen Kelly
2014-05-07
1
-7/+41
*
|
Merge topic 'dev/refactor-source-depends-in-ninja'
Brad King
2014-05-07
1
-5/+14
|
\
\
|
*
|
LocalGenerator: Add a string overload for AppendFlags
Ben Boeckel
2014-05-07
1
-5/+14
|
|
/
*
|
OS X: Use -iframework for system framework directories
MikoĊaj Siedlarek
2014-05-07
1
-3/+17
|
/
*
Merge topic 'target_compile_features'
Brad King
2014-04-15
1
-0/+39
|
\
|
*
cmTarget: Transitively evaluate compiler features.
Stephen Kelly
2014-04-07
1
-1/+1
|
*
cmTarget: Allow populating COMPILE_FEATURES using generator expressions.
Stephen Kelly
2014-04-07
1
-9/+6
|
*
cmTarget: Add COMPILE_FEATURES target property.
Stephen Kelly
2014-04-07
1
-0/+13
|
*
cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties.
Stephen Kelly
2014-04-07
1
-0/+29
*
|
Watcom: Use single quote for all file/path items in wlink command
Jiri Malak
2014-04-08
1
-13/+21
|
/
[next]