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
*
cmLocalGenerator: Add response file option to OutputLinkLibraries
Brad King
2014-03-04
3
-11/+17
*
cmLocalGenerator: Simplify GetIncludeFlags output formatting
Brad King
2014-03-04
1
-12/+4
*
cmLocalGenerator: Add format option to ConvertToLinkReference
Brad King
2014-03-04
4
-7/+11
*
cmLocalGenerator: Add format option to ConvertToIncludeReference
Brad King
2014-03-04
4
-6/+10
*
cmLocalGenerator: Add format option to ConvertToOutputForExisting
Brad King
2014-03-04
2
-11/+17
*
Makefile: Factor out some duplicate link libraries generation
Brad King
2014-03-04
4
-12/+21
*
CMake Nightly Date Stamp
Kitware Robot
2014-03-04
1
-1/+1
*
Merge topic 'wix-additions'
Brad King
2014-03-03
6
-0/+82
|
\
|
*
CPackWIX: support installation of empty directories
Nils Gladitz
2014-03-01
3
-0/+36
|
*
CPackWIX: Allow Windows Installer property customization
Nils Gladitz
2014-03-01
4
-0/+46
*
|
CMake Nightly Date Stamp
Kitware Robot
2014-03-03
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2014-03-02
1
-1/+1
|
/
*
CMake Nightly Date Stamp
Kitware Robot
2014-03-01
1
-1/+1
*
Merge topic 'vs-Fortran-use-OBJECT-lib'
Brad King
2014-02-28
1
-4/+4
|
\
|
*
VS: For Intel Fortran .vfproj put OBJECT libs in link line (#14777)
Brad King
2014-02-27
1
-4/+4
*
|
Merge topic 'no_gcov_error_msg'
Brad King
2014-02-28
1
-0/+6
|
\
\
|
*
|
CTest: notify user if gcov cannot be found
Zack Galbreath
2014-02-28
1
-0/+6
*
|
|
Merge topic 'wix-refactor'
Brad King
2014-02-28
18
-534/+846
|
\
\
\
|
*
|
|
CPackWIX: refactor and cleanup
Nils Gladitz
2014-02-26
18
-534/+846
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-02-28
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-02-27
1
-1/+1
|
|
/
|
/
|
*
|
Merge topic 'fix-showinclude-warnings'
Brad King
2014-02-26
2
-2/+18
|
\
\
|
*
|
CTest: exclude /showIncludes notes when scraping logs
Nils Gladitz
2014-02-25
2
-2/+18
*
|
|
Merge topic 'msvc-compiler-pdb-files'
Brad King
2014-02-26
10
-11/+202
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
MSVC: Add properties to configure compiler PDB files (#14762)
Brad King
2014-02-26
10
-1/+141
|
*
|
cmTarget: Add per-config compilation info
Brad King
2014-02-24
2
-0/+50
|
*
|
cmTarget: Refactor ComputePDBOutputDir interface
Brad King
2014-02-24
2
-6/+7
|
*
|
Makefile: Fix per-config linker PDB output directory
Brad King
2014-02-24
3
-4/+4
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-02-26
1
-1/+1
*
|
|
Merge topic 'dev/faster-parsers'
Brad King
2014-02-25
3
-71/+63
|
\
\
\
|
*
|
|
cmGeneratorExpression: Improve parsing in StripEmptyListElements
Ben Boeckel
2014-02-21
1
-3/+10
|
*
|
|
cmGeneratorExpressionLexer: Use a switch statement to parse
Ben Boeckel
2014-02-21
1
-35/+35
|
*
|
|
ExpandListArguments: Optimize the parser
Ben Boeckel
2014-02-21
1
-33/+18
*
|
|
|
Merge topic 'target-SOURCES-refactor'
Brad King
2014-02-25
13
-495/+775
|
\
\
\
\
|
*
|
|
|
Handle Mac OSX source flags for individual files lazily.
Stephen Kelly
2014-02-24
1
-26/+17
|
*
|
|
|
cmGeneratorTarget: Classify sources on demand, not up front.
Stephen Kelly
2014-02-24
3
-126/+241
|
*
|
|
|
cmGeneratorTarget: Use a method to access the definition file.
Stephen Kelly
2014-02-24
5
-12/+20
|
*
|
|
|
cmTarget: Add GetTransitiveTargetClosure method.
Stephen Kelly
2014-02-24
2
-19/+60
|
*
|
|
|
cmTarget: Create a temporary cmTarget in checkInterfacePropertyCompatibility
Stephen Kelly
2014-02-24
1
-8/+9
|
*
|
|
|
cmTarget: Avoid computing languages when computing transitive targets.
Stephen Kelly
2014-02-24
3
-12/+108
|
*
|
|
|
cmTarget: Move ComputeLinkInterface to the internal class.
Stephen Kelly
2014-02-24
2
-24/+28
|
*
|
|
|
cmTarget: Extract a ComputeLinkInterfaceLibraries method.
Stephen Kelly
2014-02-24
2
-72/+99
|
*
|
|
|
cmTarget: Re-arrange the ComputeLinkInterface method.
Stephen Kelly
2014-02-24
1
-5/+15
|
*
|
|
|
cmTarget: Extract a ComputeLinkImplementationLanguages method.
Stephen Kelly
2014-02-24
2
-0/+7
|
*
|
|
|
cmTarget: Change GetTransitivePropertyLinkLibraries to output targets.
Stephen Kelly
2014-02-24
4
-42/+71
|
*
|
|
|
cmTarget: Find source files on request.
Stephen Kelly
2014-02-24
4
-51/+4
|
*
|
|
|
cmTarget: Move SourceFileFlags to cmGeneratorTarget.
Stephen Kelly
2014-02-24
7
-168/+166
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-02-25
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'install-FILES-genex'
Brad King
2014-02-24
5
-17/+81
|
\
\
\
\
|
*
|
|
|
install: Support generator expressions in FILES and PROGRAMS mode
Brad King
2014-02-21
5
-7/+60
[next]