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
*
Merge topic 'cleanup-cmAlgorithms'
Brad King
2015-02-24
1
-24/+37
|
\
|
*
cmAlgorithms: Cache the end iterators in algorithms.
Stephen Kelly
2015-02-24
1
-4/+7
|
*
cmAlgorithms: Remove needless assignment.
Stephen Kelly
2015-02-24
1
-2/+1
|
*
cmAlgorithms: Maintain the pivot iterator in cmRemoveIndices.
Stephen Kelly
2015-02-24
1
-2/+4
|
*
cmAlgorithms: Relax iterator requirement for cmRemoveIndices.
Stephen Kelly
2015-02-24
1
-2/+5
|
*
cmAlgorithms: Make cmRemoveDuplicates work with more containers.
Stephen Kelly
2015-02-24
1
-2/+3
|
*
cmAlgorithms: Rename template argument to RemoveN.
Stephen Kelly
2015-02-24
1
-3/+3
|
*
cmAlgorithms: Relax cmRemoveN requirement to FwdIter.
Stephen Kelly
2015-02-24
1
-1/+3
|
*
cmAlgorithms: Add a size() to cmRange.
Stephen Kelly
2015-02-24
1
-0/+3
|
*
cmAlgorithms: Rename template type in cmDeleteAll algorithm.
Stephen Kelly
2015-02-23
1
-10/+10
|
*
cmAlgorithms: Add const to const objects.
Stephen Kelly
2015-02-23
1
-3/+3
*
|
Merge topic 'osx-CFBundleExecutable'
Brad King
2015-02-24
1
-1/+2
|
\
\
|
*
|
OS X: Shorten CFBundleExecutable to file name only
Gregor Jasny
2015-02-23
1
-1/+2
|
|
/
*
|
Merge topic 'vs-midl-absolute-OutputDirectory'
Brad King
2015-02-24
1
-1/+1
|
\
\
|
*
|
VS: Specify absolute output directory for the Midl tool
Tim Blechmann
2015-02-23
1
-1/+1
|
|
/
*
|
Merge topic 'ctest-output-options'
Brad King
2015-02-24
33
-575/+722
|
\
\
|
*
|
ctest_upload: Add QUIET option
Zack Galbreath
2015-02-23
2
-2/+9
|
*
|
ctest_memcheck: Add QUIET option
Zack Galbreath
2015-02-23
3
-47/+58
|
*
|
ctest_coverage: Add QUIET option
Zack Galbreath
2015-02-23
8
-211/+228
|
*
|
ctest_test: Add QUIET option
Zack Galbreath
2015-02-23
4
-50/+65
|
*
|
ctest_build: Add QUIET option
Zack Galbreath
2015-02-23
2
-40/+51
|
*
|
ctest_configure: Add QUIET option
Zack Galbreath
2015-02-23
2
-8/+10
|
*
|
ctest_update: Add QUIET option
Zack Galbreath
2015-02-23
2
-39/+44
|
*
|
ctest_start: Add QUIET option
Zack Galbreath
2015-02-23
3
-40/+69
|
*
|
ctest_submit: Add QUIET option
Zack Galbreath
2015-02-23
6
-126/+160
|
*
|
CTest: Add cmCTestOptionalLog macro
Zack Galbreath
2015-02-23
2
-12/+28
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-02-24
1
-1/+1
|
|
/
|
/
|
*
|
Merge topic 'wix-shortcut-properties'
Brad King
2015-02-23
9
-152/+354
|
\
\
|
*
|
CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property.
Nils Gladitz
2015-02-21
5
-1/+39
|
*
|
CPackWIX: Add installed file properties for the creation of shortcuts.
Nils Gladitz
2015-02-21
6
-12/+67
|
*
|
CPackWIX: Refactor start menu and desktop shortcut creation.
Nils Gladitz
2015-02-21
7
-150/+249
|
*
|
CPackWIX: Explicitly list CPack WIX headers for IDE convenience.
Nils Gladitz
2015-02-20
1
-0/+10
*
|
|
Merge topic 'if-optimize'
Brad King
2015-02-23
1
-1/+1
|
\
\
\
|
*
|
|
if(): avoid one needless string compare for all if() statements
Rolf Eike Beer
2015-02-22
1
-1/+1
*
|
|
|
Merge topic 'minor-cleanups'
Brad King
2015-02-23
6
-38/+15
|
\
\
\
\
|
*
|
|
|
cmMakefile: Store macro list in a vector not in a map.
Stephen Kelly
2015-02-21
4
-28/+10
|
*
|
|
|
cmMakefile: Fix list of macros generation.
Stephen Kelly
2015-02-21
1
-1/+1
|
*
|
|
|
cmFunctionCommand: Remove ineffectual code.
Stephen Kelly
2015-02-21
1
-5/+0
|
*
|
|
|
cmTarget: Don't needlessly clear vectors in the destructor.
Stephen Kelly
2015-02-21
1
-5/+5
*
|
|
|
|
Merge topic 'use-algorithms'
Brad King
2015-02-23
17
-212/+126
|
\
\
\
\
\
|
*
|
|
|
|
Replace loops with algorithms.
Stephen Kelly
2015-02-20
1
-12/+5
|
*
|
|
|
|
cmAlgorithms: Add cmReverseRange adaptor.
Stephen Kelly
2015-02-20
2
-2/+9
|
*
|
|
|
|
cmAlgorithms: Add cmFindNot algorithm.
Stephen Kelly
2015-02-20
1
-0/+7
|
*
|
|
|
|
cmRST: Replace two erase with a rotate and larger erase.
Stephen Kelly
2015-02-20
1
-2/+6
|
*
|
|
|
|
cmAlgorithms: Update concept requirement to FowardIterator
Stephen Kelly
2015-02-20
1
-6/+6
|
*
|
|
|
|
cmAlgorithms: Move cmRotate out of 'implementation detail' namespace.
Stephen Kelly
2015-02-20
1
-11/+11
|
*
|
|
|
|
cmRST: Move two algorithms beside each other.
Stephen Kelly
2015-02-20
1
-1/+1
|
*
|
|
|
|
cmRST: Use std::min where appropriate.
Stephen Kelly
2015-02-20
1
-4/+1
|
*
|
|
|
|
cmGlobalGenerator: Convert set insert algorithm to vector algorithms.
Stephen Kelly
2015-02-20
1
-9/+17
|
*
|
|
|
|
Convert some raw loops to cmWrap.
Stephen Kelly
2015-02-20
5
-32/+9
[next]