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
*
Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.
Stephen Kelly
2012-09-19
13
-49/+56
*
Move GetLinkInformation to cmGeneratorTarget
Stephen Kelly
2012-09-19
13
-78/+95
*
Move GenerateTargetManifest to cmGeneratorTarget.
Stephen Kelly
2012-09-19
5
-76/+79
*
Store cmGeneratorTargets with the makefile.
Stephen Kelly
2012-09-19
4
-6/+24
*
Add more forwarding API to cmGeneratorTarget.
Stephen Kelly
2012-09-19
2
-0/+36
*
Merge topic 'generator-expression-refactor'
Brad King
2012-09-19
12
-222/+1249
|
\
|
*
cmGeneratorExpression: Port users to two-stage processing
Stephen Kelly
2012-09-18
5
-56/+95
|
*
cmGeneratorExpression: Re-write for multi-stage evaluation
Stephen Kelly
2012-09-18
9
-194/+1182
*
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-19
1
-1/+1
*
|
Merge topic 'cleanup-TLS-and-SSL-interface'
David Cole
2012-09-18
2
-45/+25
|
\
\
|
*
|
file(DOWNLOAD): Make TLS options behave as documented
Brad King
2012-09-17
1
-33/+13
|
*
|
Rename SSL terminology to TLS
Brad King
2012-09-14
2
-23/+23
*
|
|
Merge topic 'vs-simplify-CreateLocalGenerator'
David Cole
2012-09-18
6
-42/+0
|
\
\
\
|
*
|
|
VS: Remove duplicated implementations of CreateLocalGenerator()
Patrick Gansterer
2012-09-14
6
-42/+0
*
|
|
|
Merge topic 'if-version-depth'
David Cole
2012-09-18
1
-6/+10
|
\
\
\
\
|
*
|
|
|
if: Compare up to 8 components in VERSION tests
Brad King
2012-09-11
1
-6/+10
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge topic 'qt5-qtdialog-port'
David Cole
2012-09-18
3
-99/+117
|
\
\
\
\
|
*
|
|
|
Build with Qt5 if it is found.
Stephen Kelly
2012-08-22
1
-6/+23
|
*
|
|
|
Compile with both Qt4 and Qt5.
Stephen Kelly
2012-08-21
1
-0/+4
|
*
|
|
|
Replace two include_directories with a setting.
Stephen Kelly
2012-08-21
1
-2/+1
|
*
|
|
|
Use add_subdirectory instead of the obsolete subdirs.
Stephen Kelly
2012-08-21
1
-1/+1
|
*
|
|
|
Remove an if which is always true.
Stephen Kelly
2012-08-21
1
-7/+6
|
*
|
|
|
Move variable setting down to where it relates to.
Stephen Kelly
2012-08-21
1
-1/+1
|
*
|
|
|
Use CMake platform variables instead of Qt ones.
Stephen Kelly
2012-08-21
1
-2/+2
|
*
|
|
|
Add a return-after-error if an old Qt is found.
Stephen Kelly
2012-08-21
1
-94/+93
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-18
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-17
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-16
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-15
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-14
1
-1/+1
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-13
1
-1/+1
*
|
|
|
Merge topic 'file-download-verify'
Brad King
2012-09-12
2
-40/+135
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
file(DOWNLOAD): Add options for SSL
Bill Hoffman
2012-09-11
2
-1/+77
|
*
|
|
file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASH
Bill Hoffman
2012-09-11
2
-39/+58
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-12
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge topic 'docbook-validate'
Brad King
2012-09-11
3
-100/+94
|
\
\
\
|
*
|
|
docbook: Fix Sun CC warning on ptr_fun(isalnum)
Brad King
2012-09-10
1
-1/+8
|
*
|
|
docbook: Fix formatter naming convention to avoid shadow
Brad King
2012-09-09
2
-3/+3
|
*
|
|
docbook: Remove redundant docs that cause invalid DocBook
Daniel Pfeifer
2012-09-08
1
-7/+0
|
*
|
|
docbook: Add support for <abstract> at section level 1
Daniel Pfeifer
2012-09-08
1
-2/+24
|
*
|
|
docbook: Cleanup formatter and generated DocBook
Daniel Pfeifer
2012-09-07
1
-24/+24
|
*
|
|
docbook: Fix the DocBook section output
Daniel Pfeifer
2012-09-07
1
-24/+15
|
*
|
|
docbook: Factor out code to write valid DocBook IDs
Daniel Pfeifer
2012-09-07
2
-37/+36
|
*
|
|
docbook: Remove table of contents
Daniel Pfeifer
2012-09-07
1
-18/+0
|
|
/
/
*
|
|
Merge topic 'IsSourceFileTryCompile'
Brad King
2012-09-11
3
-2/+15
|
\
\
\
|
*
|
|
Ninja: suppress cmcldeps only for source file signature try_compiles
Peter Kümmel
2012-09-05
3
-2/+15
*
|
|
|
Merge topic 'ninja-cmcldeps-first-line'
Brad King
2012-09-11
1
-1/+3
|
\
\
\
\
|
*
|
|
|
Ninja: don't suppress warning about compiler options
Peter Kümmel
2012-09-04
1
-1/+3
|
|
/
/
/
*
|
|
|
Merge topic 'cmake-gui-interrupt-error'
Brad King
2012-09-11
1
-1/+2
|
\
\
\
\
|
*
|
|
|
cmake-gui: Fix error status when interrupted.
Clinton Stimpson
2012-09-04
1
-1/+2
[next]