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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash
Bill Hoffman
2015-01-20
7
-3/+524
*
Merge topic 'cmake-labels-json'
Brad King
2015-01-20
2
-2/+28
|
\
|
*
cmake: Generate an internal 'Labels.json' file next to 'Labels.txt'
Brad King
2015-01-20
2
-2/+28
*
|
Merge topic 'cmake-E-tar-mtime'
Brad King
2015-01-20
8
-7/+95
|
\
\
|
*
|
cmake: Teach "-E tar" command a "--mtime=" option
Brad King
2015-01-19
8
-6/+92
|
*
|
cmake: Teach "-E tar" to report file name on failure to read from disk
Brad King
2015-01-19
1
-1/+3
|
|
/
*
|
Merge topic 'xcode-target-sort'
Brad King
2015-01-20
2
-14/+54
|
\
\
|
*
|
Xcode: Sort targets deterministically and with ALL_BUILD first (#15346)
Ben Boeckel
2015-01-19
1
-1/+25
|
*
|
Xcode: Fix early termination on per-config source file error
Brad King
2015-01-19
2
-13/+29
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-01-20
1
-1/+1
|
|
/
|
/
|
*
|
Merge topic 'consistent-empty-method'
Brad King
2015-01-19
81
-310/+310
|
\
\
|
*
|
Replace foo.length() pattern with !foo.empty().
Stephen Kelly
2015-01-18
5
-8/+8
|
*
|
Replace 'foo.length() >= 1' pattern with !foo.empty()
Stephen Kelly
2015-01-18
2
-2/+2
|
*
|
Replace 'foo.length() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
5
-8/+8
|
*
|
Replace 'foo.length() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
|
*
|
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
42
-114/+114
|
*
|
Replace !foo.size() pattern with foo.empty().
Stephen Kelly
2015-01-18
7
-13/+13
|
*
|
cmListCommand: Use empty() and expand whitespace.
Stephen Kelly
2015-01-18
1
-1/+1
|
*
|
Replace 'foo.size() != 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
6
-8/+8
|
*
|
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
35
-72/+72
|
*
|
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
32
-83/+83
*
|
|
Merge topic 'use-member-insert'
Brad King
2015-01-19
6
-36/+13
|
\
\
\
|
*
|
|
cmakemain: Initialize vector content with iterators directly.
Stephen Kelly
2015-01-18
1
-5/+1
|
*
|
|
cmakemain: Use member insert in command line handling code.
Stephen Kelly
2015-01-18
1
-4/+2
|
*
|
|
cmListCommand: Replace loop with member algorithm.
Stephen Kelly
2015-01-18
1
-7/+3
|
*
|
|
Convert raw loops to set member insert.
Stephen Kelly
2015-01-18
2
-10/+3
|
*
|
|
Convert raw loops to vector member insert.
Stephen Kelly
2015-01-18
2
-10/+4
|
|
/
/
*
|
|
Merge topic 'delete-algorithm'
Brad King
2015-01-19
4
-25/+21
|
\
\
\
|
*
|
|
Use the cmDeleteAll algorithm for types derived from std::map.
Stephen Kelly
2015-01-17
3
-21/+4
|
*
|
|
cmDeleteAll: Generalize deletion specialization for map types.
Stephen Kelly
2015-01-17
1
-4/+17
*
|
|
|
Merge topic 'eclipse-fix-cxx-natures'
Brad King
2015-01-19
1
-0/+1
|
\
\
\
\
|
*
|
|
|
Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)
André Klitzing
2015-01-16
1
-0/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-01-19
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-01-18
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-01-17
1
-1/+1
*
|
|
Merge topic 'fix-ctest_build-output-processing-regression'
Brad King
2015-01-16
1
-1/+1
|
\
\
\
|
*
|
|
ctest_build: Fix logic regression in parent that clips build output
Brad King
2015-01-15
1
-1/+1
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-01-16
1
-1/+1
*
|
|
|
Merge topic 'delete-algorithm'
Brad King
2015-01-15
20
-208/+68
|
\
\
\
\
|
*
|
|
|
cmVariableWatch: Use the cmDeleteAll algorithm with for_each.
Stephen Kelly
2015-01-13
1
-13/+8
|
*
|
|
|
cmGeneratorExpressionEvaluator: Replace own algorithm with cmDeleteAll.
Stephen Kelly
2015-01-13
1
-24/+3
|
*
|
|
|
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
17
-171/+30
|
*
|
|
|
Add a generic algorithm for deleting items in a container.
Stephen Kelly
2015-01-13
1
-0/+27
*
|
|
|
|
Merge topic 'fix-COMPILE_FEATURES-genex'
Brad King
2015-01-15
3
-9/+17
|
\
\
\
\
\
|
*
|
|
|
|
Features: Fix the COMPILE_FEATURES genex for unavailable features.
Stephen Kelly
2015-01-12
1
-0/+7
|
*
|
|
|
|
cmMakefile: Rename a method to what it really does.
Stephen Kelly
2015-01-12
3
-9/+10
*
|
|
|
|
|
Merge topic 'fix-LOCATION-with-TARGET_OBJECTS'
Brad King
2015-01-15
1
-0/+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD (#15338)
Stephen Kelly
2015-01-13
1
-0/+1
|
*
|
|
|
|
|
Merge branch 'fix-empty-target-property-queries' into release
Brad King
2015-01-11
1
-1/+4
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'kwsys-Terminal-xterm-termite' into release
Brad King
2015-01-08
1
-0/+1
|
|
\
\
\
\
\
\
\
[next]