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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Genex: Implement generator expressions for target PDB files.
Nils Gladitz
2014-07-31
14
-0/+143
*
Genex: Simplify filesytem artifact code
Nils Gladitz
2014-07-29
1
-35/+47
*
CMake Nightly Date Stamp
Kitware Robot
2014-07-24
1
-1/+1
*
Merge topic 'refactor-makerule-path-conversion'
Brad King
2014-07-23
10
-35/+40
|
\
|
*
cmGlobalVisualStudio7Generator: Remove unused variable
Brad King
2014-07-22
1
-1/+0
|
*
cmDepends: Refactor object file path conversion
Brad King
2014-07-22
3
-17/+23
|
*
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
9
-18/+18
*
|
Merge topic 'refactor-generator-startup'
Brad King
2014-07-23
10
-35/+22
|
\
\
|
*
|
cmGlobalGenerator: Create a non-virtual 'DoGenerate' method
Brad King
2014-07-22
10
-35/+22
*
|
|
Merge topic 'fix_sanitizer_test_to_work_with_sanitizer'
Brad King
2014-07-23
3
-2/+10
|
\
\
\
|
*
|
|
Fix leak and address sanitizer tests to be able to run with real tools.
Bill Hoffman
2014-07-22
3
-2/+10
*
|
|
|
Merge topic 'fix-complex-test-policies'
Brad King
2014-07-23
2
-0/+30
|
\
\
\
\
|
*
|
|
|
Tests: Set policies in 'complex' tests
Brad King
2014-07-22
2
-0/+30
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-23
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'deprecated-properties'
Brad King
2014-07-22
4
-5/+35
|
\
\
\
\
|
*
|
|
|
Help: Document deprecated properties.
Nils Gladitz
2014-07-21
4
-5/+35
|
|
/
/
/
*
|
|
|
Merge topic 'fix_guard_malloc_forbc'
Brad King
2014-07-22
1
-1/+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Tests/CTestTestMemcheck: Tolerate malloc guard in BC output
Bill Hoffman
2014-07-22
1
-1/+1
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-22
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
Merge topic 'backport-kwsys-qnx-fix'
Brad King
2014-07-21
0
-0/+0
|
\
\
\
|
*
|
|
KWSys SystemInformation: No SA_RESTART on QNX
Bob E
2014-07-17
1
-1/+4
*
|
|
|
Merge topic 'fix-QCC-compile-flags'
Brad King
2014-07-21
6
-27/+41
|
\
\
\
\
|
*
|
|
|
QNX: Add missing flags for configurations and artifact creation.
Stephen Kelly
2014-07-17
6
-27/+41
|
|
/
/
/
*
|
|
|
Merge topic 'update-kwsys'
Brad King
2014-07-21
3
-4/+22
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2014-07-18
3
-4/+22
|
|
\
\
\
|
|
*
|
|
KWSys 2014-07-18 (65b36ede)
KWSys Robot
2014-07-18
3
-4/+22
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-21
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-20
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-07-19
1
-1/+1
*
|
|
|
|
Merge topic 'dev/target-fastpaths'
Brad King
2014-07-18
2
-330/+344
|
\
\
\
\
\
|
*
|
|
|
|
cmTarget: use a hash_map for cmTargets typedef
Ben Boeckel
2014-07-17
1
-0/+7
|
*
|
|
|
|
cmTarget: help the optimizer a bit
Ben Boeckel
2014-07-17
1
-3/+3
|
*
|
|
|
|
cmTarget: use hash_set for sets of strings
Ben Boeckel
2014-07-17
1
-37/+42
|
*
|
|
|
|
cmTarget: Allow caching of empty genex expansions
Ben Boeckel
2014-07-17
1
-2/+4
|
*
|
|
|
|
cmTarget: Only copy GenEx expansions when necessary
Ben Boeckel
2014-07-17
1
-10/+13
|
*
|
|
|
|
cmTarget: Don't set properties on custom targets
Ben Boeckel
2014-07-17
1
-37/+43
|
*
|
|
|
|
cmTarget: Use static strings for special property names
Ben Boeckel
2014-07-17
1
-36/+55
|
*
|
|
|
|
cmTarget: Sort special property checks
Ben Boeckel
2014-07-17
1
-27/+27
|
*
|
|
|
|
cmTarget: Fast path for regular properties
Ben Boeckel
2014-07-17
1
-141/+157
|
*
|
|
|
|
cmTarget: Factor out common code
Ben Boeckel
2014-07-16
1
-52/+20
|
*
|
|
|
|
cmTarget: Use else/if trees rather than an if tree
Ben Boeckel
2014-07-16
1
-50/+38
*
|
|
|
|
|
Merge topic 'delay-generator-platform'
Brad King
2014-07-18
21
-118/+99
|
\
\
\
\
\
\
|
*
|
|
|
|
|
VS: Delay getting platform name in local generator
Brad King
2014-07-17
8
-17/+16
|
*
|
|
|
|
|
VS: Delay detection of VS 10 Express 64-bit tools
Brad King
2014-07-17
1
-8/+7
|
*
|
|
|
|
|
VS: Delay platform definitions until system name is known
Brad King
2014-07-17
6
-9/+19
|
*
|
|
|
|
|
VS: Remove unused method from VS 9 generator
Brad King
2014-07-17
2
-10/+0
|
*
|
|
|
|
|
VS: Refactor CMAKE_FORCE_*64 platform definitions
Brad King
2014-07-17
16
-74/+45
|
*
|
|
|
|
|
Tell generators about CMAKE_SYSTEM_NAME as soon as it is known
Brad King
2014-07-17
2
-0/+12
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge topic 'vs-MSTool-condition'
Brad King
2014-07-18
2
-95/+142
|
\
\
\
\
\
\
[next]