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
/
cmMakefile.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow projects to specify extra inputs to CMake
Brad King
2014-01-21
1
-0/+1
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-3/+5
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+0
*
cmMakefile: Make FindTarget const.
Stephen Kelly
2013-11-19
1
-2/+2
*
Merge topic 'Qt-auto-generators'
Brad King
2013-10-28
1
-0/+5
|
\
|
*
Add automatic uic invocation for Qt.
Stephen Kelly
2013-10-24
1
-0/+5
*
|
Drop compatibility with CMake < 2.4
Brad King
2013-10-23
1
-7/+0
|
/
*
CMP0024: Store the fact of included export in global generator.
Stephen Kelly
2013-10-10
1
-13/+0
*
export: Add policy CMP0024 to disallow include() of export files
Stephen Kelly
2013-10-07
1
-1/+13
*
Optimize custom command full-path dependency lookup
Nicolas Despres
2013-08-06
1
-0/+23
*
Add the ALIAS target concept for libraries and executables.
Stephen Kelly
2013-08-02
1
-2/+5
*
Merge topic 'tid-system-argument'
Brad King
2013-07-16
1
-0/+3
|
\
|
*
Store system include directories in the cmTarget.
Stephen Kelly
2013-07-02
1
-0/+3
*
|
Add target property debugging for COMPILE_DEFINITIONS
Stephen Kelly
2013-07-12
1
-0/+5
|
/
*
cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile.
Robert Maynard
2013-06-24
1
-2/+2
*
Introduce add_compile_options command.
Stephen Kelly
2013-06-04
1
-0/+6
*
Rename the IncludeDirectoriesEntry to be more generic.
Stephen Kelly
2013-02-12
1
-5/+2
*
Process generator expressions for 'system' include directories.
Stephen Kelly
2013-02-07
1
-1/+1
*
Only output includes once after the start of 'generate-time' when debugging.
Stephen Kelly
2013-01-21
1
-0/+6
*
Store includes from the same include_directories call together.
Stephen Kelly
2013-01-21
1
-2/+3
*
Keep track of INCLUDE_DIRECTORIES as a vector of structs.
Stephen Kelly
2013-01-03
1
-0/+10
*
Add policy CMP0019 to skip include/link variable re-expansion
Brad King
2012-12-07
1
-1/+1
*
GenEx: Add an accessor for imported targets in a makefile.
Stephen Kelly
2012-10-22
1
-0/+4
*
Add convenience for getting a cmGeneratorTarget to use.
Stephen Kelly
2012-09-19
1
-0/+1
*
Store cmGeneratorTargets with the makefile.
Stephen Kelly
2012-09-19
1
-0/+12
*
Ninja: suppress cmcldeps only for source file signature try_compiles
Peter Kümmel
2012-09-05
1
-0/+2
*
Print any evaluated 'elseif'/'else' commands in trace mode (#13220)
Brian Helba
2012-05-16
1
-0/+5
*
Merge topic 'module-no-soname'
David Cole
2012-05-01
1
-0/+3
|
\
|
*
Support building shared libraries or modules without soname (#13155)
Modestas Vainius
2012-04-30
1
-0/+3
*
|
Cleanup custom command .rule file internal handling
Brad King
2012-04-18
1
-14/+16
|
/
*
Merge topic 'target-include-directories'
David Cole
2012-03-08
1
-19/+1
|
\
|
*
Remove cmMakefile::GetIncludeDirectories
David Cole
2012-02-22
1
-5/+0
|
*
CMake: Eliminate cmMakefile::IncludeDirectories
David Cole
2012-02-22
1
-15/+2
*
|
Rename UsedCommands to FinalPassCommands
Yury G. Kudryashov
2012-02-29
1
-7/+1
|
/
*
Optionally allow IMPORTED targets to be globally visible
Brad King
2012-01-25
1
-1/+2
*
Add NEWLINE_STYLE option to configure_file (#3957)
Peter Kuemmel
2011-11-28
1
-1/+4
*
Doxygen: Fix warnings.
Nicolas Despres
2011-10-23
1
-2/+2
*
Remove trailing white-spaces.
Nicolas Despres
2011-10-23
1
-72/+72
*
Add AUTOMOC to the add_library() command
Alex Neundorf
2011-08-14
1
-1/+1
*
Fix #12342: Add APPEND_STRING option to set_property()
Alex Neundorf
2011-07-15
1
-1/+1
*
Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828)
David Cole
2011-02-03
1
-0/+5
*
Add CMAKE_SCRIPT_MODE_FILE variable (#2828)
David Cole
2011-02-02
1
-1/+6
*
Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-mode
Brad King
2010-12-17
1
-1/+5
|
\
|
*
No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)
Brad King
2010-09-08
1
-1/+5
*
|
Factor out the checks for unused variables
Ben Boeckel
2010-09-22
1
-0/+2
*
|
Remove VarRemoved code since it's been superceded
Ben Boeckel
2010-09-16
1
-4/+0
*
|
Rework CheckVariableForUnused usage
Ben Boeckel
2010-09-16
1
-1/+1
*
|
Add method to allow variables to be marked as used
Ben Boeckel
2010-09-15
1
-0/+2
*
|
Factor out checks for unused variables
Ben Boeckel
2010-09-14
1
-1/+4
*
|
Add a flag to warn about system files
Ben Boeckel
2010-09-01
1
-0/+1
[next]