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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
ExternalData: Collapse ../ components in DATA{} paths
Brad King
2013-01-30
1
-1/+2
*
ExternalData: Add support for SHA 1 and 2 hash algorithms
Brad King
2013-01-30
1
-2/+7
*
ExternalData: Generalize hash algo/ext handling
Brad King
2013-01-30
1
-11/+9
*
ExternalData: Allow DATA{} syntax to reference directories
Brad King
2013-01-30
1
-7/+38
*
ExternalData: Allow ()-groups in series match regex
Brad King
2013-01-30
1
-5/+8
*
ExternalData: Improve series matching using an explicit syntax
Brad King
2013-01-29
1
-27/+55
*
ExternalData: Remove unused private interface
Brad King
2013-01-28
1
-10/+0
*
ExternalData: Cleanup stray TODO and typo in comments
Brad King
2013-01-28
1
-2/+1
*
ExternalData: Do not match directory names when resolving DATA{}
Brad King
2013-01-28
1
-2/+9
*
ExternalData: Remove compatibility with CMake < 2.8.5
Brad King
2013-01-24
1
-17/+6
*
Add ExternalData module
Brad King
2013-01-24
2
-0/+714
*
Merge topic 'qt4-autolink-qtmain'
Brad King
2013-01-23
1
-0/+28
|
\
|
*
Automatically link to the qtmain library when linking to QtCore.
Stephen Kelly
2013-01-23
1
-0/+28
*
|
ExternalProject: Allow DEPENDS on normal targets (#13849)
Brad King
2013-01-16
1
-2/+5
|
/
*
Merge topic 'qt4-target-depends'
Brad King
2013-01-10
1
-0/+26
|
\
|
*
FindQt4: Add INTERFACE includes and defines to Qt4 targets
Stephen Kelly
2013-01-10
1
-0/+26
*
|
Merge topic 'Haiku'
Brad King
2013-01-10
6
-27/+46
|
\
\
|
*
|
FindOpenGL: add Haiku paths
Rolf Eike Beer
2013-01-07
1
-9/+21
|
*
|
FindGLUT: BeOS does not have libXi and libXmu
Rolf Eike Beer
2013-01-07
1
-7/+21
|
*
|
FindLua51: do not try to link libm on BeOS
Rolf Eike Beer
2013-01-07
1
-1/+1
|
*
|
check for Haiku only with __HAIKU__
Rolf Eike Beer
2013-01-07
2
-9/+2
|
*
|
Haiku no longer defines __BEOS__
Rolf Eike Beer
2013-01-07
1
-1/+1
|
|
/
*
|
Merge topic 'qt4-version-openssl'
Brad King
2013-01-08
1
-5/+5
|
\
\
|
|
/
|
/
|
|
*
FindQt4: set QT_VERSION_* variables sooner.
Clinton Stimpson
2013-01-07
1
-5/+5
*
|
Merge topic 'osx-implicit-link-dirs'
Brad King
2013-01-07
8
-21/+78
|
\
\
|
*
|
OS X: Detect implicit linker framework search paths
Brad King
2012-12-11
6
-15/+50
|
*
|
OS X: Detect implicit link directories on modern toolchains
Brad King
2012-12-11
4
-15/+37
*
|
|
Merge topic 'qt4-target-depends'
Brad King
2013-01-07
1
-0/+55
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Qt4: Add module dependencies to the IMPORTED targets
Stephen Kelly
2013-01-07
1
-0/+55
|
|
/
*
|
Merge topic 'FixSDLSearchPaths'
Brad King
2013-01-03
5
-5/+10
|
\
\
|
*
|
FindSDL_...: Restore dropped search paths (#13819)
Benjamin Eikel
2012-12-30
5
-5/+10
*
|
|
CPack: WIX Product Icon, UI Banner, UI Dialog support (#13789)
Eric LaFranchi
2012-12-28
2
-0/+39
|
|
/
|
/
|
*
|
Merge topic 'ConfigHelperMinorCommentFix'
David Cole
2012-12-11
1
-0/+5
|
\
\
|
*
|
CONFIGURE_PACKAGE_CONFIG_FILE(): improve generated comments
Alex Neundorf
2012-12-06
1
-0/+5
*
|
|
Merge topic 'OpenBSD-patches'
David Cole
2012-12-11
3
-8/+24
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
OpenBSD: Add paths for Qt3/Qt4
Amit Kulkarni
2012-12-05
3
-8/+24
*
|
|
Merge topic 'fix-11575-add-wix-support-to-cpack'
David Cole
2012-12-05
3
-1/+120
|
\
\
\
|
*
|
|
CPack: Add a WiX Generator (#11575)
Nils Gladitz
2012-12-03
3
-1/+120
*
|
|
|
Merge topic 'OpenBSD-patches'
David Cole
2012-12-05
7
-1/+34
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
OpenBSD: Add path for Lua 5.1
Amit Kulkarni
2012-12-04
1
-1/+1
|
*
|
|
OpenBSD: Add paths for Tcl/Tk 8.4/8.5
Amit Kulkarni
2012-12-04
1
-0/+8
|
*
|
|
OpenBSD: Add path for Freetype under X.org
Amit Kulkarni
2012-12-04
1
-0/+3
|
*
|
|
OpenBSD: Add paths for Java 1.6.0/1.7.0 JRE/JDK
Amit Kulkarni
2012-12-04
3
-0/+18
|
*
|
|
OpenBSD: Install shared libraries without executable permission
Amit Kulkarni
2012-12-04
1
-0/+4
*
|
|
|
Merge topic 'qt4-include-as-system'
David Cole
2012-12-05
2
-2/+14
|
\
\
\
\
|
*
|
|
|
Qt4: Add SYSTEM option to include_directories.
Clinton Stimpson
2012-12-03
2
-2/+14
|
|
/
/
/
*
|
|
|
Merge topic 'ChangeSDLLinkLibraryOrder'
David Cole
2012-12-05
1
-1/+1
|
\
\
\
\
|
*
|
|
|
Swap linking order of SDLmain and SDL (#0013769)
Benjamin Eikel
2012-12-02
1
-1/+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'fix-FindGettext-result' into release
Brad King
2012-11-26
1
-2/+0
|
|
\
\
\
*
|
\
\
\
Merge topic 'windows-ce'
David Cole
2012-12-05
4
-11/+7
|
\
\
\
\
\
[next]