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
...
|
*
|
QtAutogen: Make some private statics file static.
Stephen Kelly
2015-10-05
2
-72/+27
|
*
|
QtAutogen: Move SetupAutoRccTarget method.
Stephen Kelly
2015-10-05
1
-117/+116
|
*
|
QtAutogen: Move MergeRccOptions method.
Stephen Kelly
2015-10-05
1
-44/+44
|
*
|
QtAutogen: Move GetRccExecutable method.
Stephen Kelly
2015-10-05
1
-51/+51
|
*
|
QtAutogen: Move SetupAutoUicTarget method.
Stephen Kelly
2015-10-05
1
-107/+107
|
*
|
QtAutogen: Move GetUicOpts method.
Stephen Kelly
2015-10-05
1
-11/+11
|
*
|
QtAutogen: Move SetupAutoMocTarget method.
Stephen Kelly
2015-10-05
1
-92/+92
|
*
|
QtAutogen: Move GetCompileDefinitionsAndDirectories method.
Stephen Kelly
2015-10-05
1
-22/+22
|
*
|
QtAutogen: Move SetupSourceFiles method.
Stephen Kelly
2015-10-05
1
-83/+83
|
|
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-10-06
1
-1/+1
|
/
*
Begin post-3.4 development
Brad King
2015-10-05
1
-2/+2
*
CMake 3.4.0-rc1 version update
Brad King
2015-10-05
1
-3/+3
*
Merge topic 'vs-win10-store'
Brad King
2015-10-05
4
-7/+294
|
\
|
*
VS: Add support for Windows 10 Universal (Store) Applications
Gilles Khouzam
2015-10-05
2
-6/+223
|
*
VS: Refactor indentation of LinkLibraryDependencies
Gilles Khouzam
2015-10-05
1
-1/+1
|
*
VS: Select Windows 10 Store SDK and toolset for VS 2015
Gilles Khouzam
2015-10-02
2
-0/+70
*
|
Merge topic 'vs-win10-sdk'
Brad King
2015-10-05
1
-5/+14
|
\
\
|
|
/
|
*
VS: Select latest Windows 10 SDK if no specific version was requested
Gilles Khouzam
2015-10-02
1
-5/+14
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-10-05
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-10-04
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-10-03
1
-1/+1
*
|
Merge topic 'vs-win10-sdk'
Brad King
2015-10-02
7
-3/+126
|
\
\
|
|
/
|
*
VS: Add support for selecting the Windows 10 SDK (#15670)
Gilles Khouzam
2015-10-02
4
-0/+99
|
*
VS: Add hook to initialize Windows platform settings
Gilles Khouzam
2015-10-02
2
-3/+17
|
*
cmSystemTools: Add VersionCompareGreater helper
Gilles Khouzam
2015-10-02
2
-0/+10
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-10-02
1
-1/+1
*
|
Merge topic 'compiler-links-statically'
Brad King
2015-10-01
1
-1/+3
|
\
\
|
*
|
Drop executable symbol export if platform does not support shared libs
Chuck Atkins
2015-09-30
1
-1/+3
|
|
/
*
|
Merge topic 'fix-warnings'
Brad King
2015-10-01
2
-3/+3
|
\
\
|
*
|
cmVisualStudio10TargetGenerator: Fix unsigned integer constant type
Brad King
2015-09-30
1
-1/+1
|
*
|
cmMakefile: Avoid name conflict with Solaris global typedef
Brad King
2015-09-30
1
-2/+2
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-10-01
1
-1/+1
|
|
/
|
/
|
*
|
Merge topic 'update-kwsys'
Brad King
2015-09-30
2
-1/+65
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2015-09-29
2
-1/+65
*
|
CMake Nightly Date Stamp
Kitware Robot
2015-09-30
1
-1/+1
|
/
*
Merge topic 'vs-old-rule-files'
Brad King
2015-09-29
2
-0/+29
|
\
|
*
VS: Prevent generated "rule" files from causing rebuilds
Mike Pagel
2015-09-28
2
-0/+29
*
|
Merge topic 'fix-qtautogen-with-object-library-Ninja'
Brad King
2015-09-29
3
-16/+2
|
\
\
|
*
|
cmGlobalGenerator: Initialize generator targets on construction (#15729)
Stephen Kelly
2015-09-29
3
-16/+2
*
|
|
Merge topic 'simplify-qt-autogen'
Brad King
2015-09-29
7
-1107/+1208
|
\
\
\
|
|
/
/
|
*
|
QtAutogen: Port away from cmLocalGenerator.
Stephen Kelly
2015-09-29
1
-8/+7
|
*
|
QtAutogen: Split initializer class into separate file.
Stephen Kelly
2015-09-29
6
-1091/+1152
|
*
|
QtAutogen: Split initializer methods into separate class.
Stephen Kelly
2015-09-26
3
-40/+55
|
*
|
QtAutogen: Simplify generator initialization API.
Stephen Kelly
2015-09-26
2
-14/+12
|
*
|
QtAutogen: Remove unnecessary dereference.
Stephen Kelly
2015-09-26
1
-3/+3
|
*
|
QtAutogen: Move Source initialization to prior loop.
Stephen Kelly
2015-09-26
1
-2/+1
|
*
|
QtAutogen: Add _automoc.cpp sources before initializing.
Stephen Kelly
2015-09-26
3
-2/+17
|
*
|
QtAutogen: Move initialization condition to caller.
Stephen Kelly
2015-09-26
3
-20/+18
|
*
|
QtAutogen: Move condition to prior loop.
Stephen Kelly
2015-09-26
1
-10/+12
|
*
|
QtAutogen: Move condition to prior loop.
Stephen Kelly
2015-09-26
1
-15/+16
[prev]
[next]