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
/
cmMakefile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'minor-cleanups'
Brad King
2015-02-23
1
-16/+6
|
\
|
*
cmMakefile: Store macro list in a vector not in a map.
Stephen Kelly
2015-02-21
1
-16/+6
|
*
cmMakefile: Fix list of macros generation.
Stephen Kelly
2015-02-21
1
-1/+1
*
|
Convert some raw loops to cmWrap.
Stephen Kelly
2015-02-20
1
-7/+1
*
|
cmMakefile: Add flag to result and manipulate in place.
Stephen Kelly
2015-02-18
1
-5/+5
*
|
cmMakefile: Replace two loops with std::replace.
Stephen Kelly
2015-02-18
1
-13/+2
*
|
cmMakefile: Replace loop with composed algorithm.
Stephen Kelly
2015-02-18
1
-12/+5
|
/
*
Replace common loop pattern with cmJoin
Stephen Kelly
2015-02-11
1
-27/+3
*
Convert loops into the commonly used pattern.
Stephen Kelly
2015-02-11
1
-21/+13
*
Merge topic 'cmStandardIncludes-cleanup'
Brad King
2015-02-10
1
-0/+1
|
\
|
*
cmStandardIncludes: Remove list include.
Stephen Kelly
2015-02-06
1
-0/+1
*
|
cmMakefile: Remove ExpandSourceListArguments.
Stephen Kelly
2015-02-05
1
-13/+0
|
/
*
Features: Define meaning for no language standard default
Brad King
2015-01-29
1
-2/+44
*
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
-1/+1
*
Merge topic 'delete-algorithm'
Brad King
2015-01-15
1
-39/+7
|
\
|
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-39/+7
*
|
Merge topic 'fix-COMPILE_FEATURES-genex'
Brad King
2015-01-15
1
-5/+6
|
\
\
|
|
/
|
/
|
|
*
cmMakefile: Rename a method to what it really does.
Stephen Kelly
2015-01-12
1
-5/+6
*
|
Merge topic 'join-algorithm'
Brad King
2015-01-12
1
-11/+1
|
\
\
|
*
|
Use the cmJoin algorithm where possible.
Stephen Kelly
2015-01-08
1
-11/+1
*
|
|
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-39/+39
|
\
\
\
|
*
|
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-39/+39
|
|
/
/
*
|
|
Use two-iterator std::set::insert where appropriate.
Stephen Kelly
2015-01-11
1
-15/+3
*
|
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-6/+1
|
/
/
*
|
Merge topic 'cached-regex-clear-fixed'
Brad King
2014-12-04
1
-0/+58
|
\
\
|
*
|
cmMakefile: store the number of last matches in a CMake var
Ben Boeckel
2014-12-03
1
-0/+58
*
|
|
file: Add LOCK subcommand to do file and directory locking
Ruslan Baratov
2014-12-03
1
-0/+10
|
/
/
*
|
Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-m...
Brad King
2014-11-26
1
-47/+0
|
\
\
|
|
/
|
*
Revert "ClearMatches: Only clear matches which were actually set" (#15261)
Ben Boeckel
2014-11-26
1
-47/+0
|
*
Merge branch 'revert-definition-map-lookup' into release
v3.1.0-rc1
Brad King
2014-10-24
1
-1/+1
|
|
\
*
|
|
Track nested loop levels in CMake language with a stack of counters
Gregor Jasny
2014-11-25
1
-0/+39
*
|
|
Add an option for explicit BYPRODUCTS of custom commands (#14963)
Brad King
2014-11-14
1
-8/+62
*
|
|
Add USES_TERMINAL option for custom commands
Peter Collingbourne
2014-11-14
1
-6/+13
*
|
|
Merge topic 'revert-definition-map-lookup'
Brad King
2014-10-27
1
-1/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Revert "cmDefinitions: Don't store parent lookups"
Ben Boeckel
2014-10-24
1
-1/+1
*
|
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-14/+14
|
|
/
|
/
|
*
|
Merge topic 'if-sanity'
Brad King
2014-09-15
1
-0/+61
|
\
\
|
*
|
If: Introduce policy CMP0054 - don't dereference quoted variables in if()
Nils Gladitz
2014-09-11
1
-0/+61
*
|
|
CMake: Add CMAKE_GENERATOR_PLATFORM option
Brad King
2014-09-05
1
-0/+1
|
/
/
*
|
cmGlobalGenerator: Take Build output argument by reference
Brad King
2014-07-31
1
-1/+1
*
|
cmMakefile: fix __CMAKE_RULE property setting
Ben Boeckel
2014-07-14
1
-1/+1
*
|
cmMakefile: Defer dependency calculations
Ben Boeckel
2014-07-08
1
-7/+7
*
|
cmMakefile: Avoid excess source files
Ben Boeckel
2014-07-08
1
-23/+26
*
|
cmMakefile: Add a CreateSource method
Ben Boeckel
2014-07-08
1
-13/+21
|
/
*
cmDefinitions: Don't store parent lookups
Ben Boeckel
2014-06-09
1
-1/+1
*
backtrace: Convert to local paths in IssueMessage
Ben Boeckel
2014-06-05
1
-13/+10
*
cmMakefile: return a backtrace
Ben Boeckel
2014-06-05
1
-21/+11
*
Merge topic 'cxx14-features'
Brad King
2014-05-29
1
-5/+28
|
\
[next]