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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmTarget: Make the source files depend on the config.
Stephen Kelly
2014-04-02
44
-138/+492
*
cmGeneratorTarget: Don't add computed sources to the target.
Stephen Kelly
2014-04-02
1
-1/+5
*
cmComputeTargetDepends: Use valid config to compute target depends.
Stephen Kelly
2014-04-02
1
-17/+4
*
cmGeneratorTarget: Compute target objects on demand
Stephen Kelly
2014-04-02
5
-56/+30
*
cmTarget: Compute languages from object libraries on demand.
Stephen Kelly
2014-04-02
2
-25/+47
*
cmGeneratorTarget: Compute consumed object libraries on demand.
Stephen Kelly
2014-04-02
5
-57/+27
*
cmComputeTargetDepends: Track object library depends.
Stephen Kelly
2014-04-02
2
-1/+29
*
cmTarget: Allow any generator expression in SOURCES property.
Stephen Kelly
2014-04-02
12
-47/+80
*
cmTarget: Include TARGET_OBJECTS genex in target SOURCES property.
Stephen Kelly
2014-04-02
19
-11/+160
*
cmGlobalGenerator: Add interface to call ForceLinkerLanguages
Stephen Kelly
2014-03-31
3
-1/+9
*
cmStringCommand: Add GENEX_STRIP subcommand.
Stephen Kelly
2014-03-31
5
-0/+43
*
Genex: Evaluate TARGET_OBJECTS as a normal expression.
Stephen Kelly
2014-03-31
19
-0/+200
*
cmTarget: Store strings instead of cmSourceFile* to represent SOURCES.
Stephen Kelly
2014-03-31
2
-42/+135
*
cmSourceFileLocation: Collapse full path for directory comparisons.
Stephen Kelly
2014-03-31
4
-0/+21
*
cmSourceFileLocation: Remove unused Update method.
Stephen Kelly
2014-03-31
2
-26/+0
*
cmTarget: Remove AddSourceFile method
Stephen Kelly
2014-03-31
2
-12/+5
*
cmTarget: Use string API to add sources to cmTarget objects.
Stephen Kelly
2014-03-31
8
-23/+21
*
cmTarget: Add a method to obtain list of filenames for sources.
Stephen Kelly
2014-03-31
3
-12/+27
*
cmSourceFileLocation: Make copyable and assignable.
Stephen Kelly
2014-03-31
2
-0/+44
*
cmTarget: Rename AddSource method for backward compatibility.
Stephen Kelly
2014-03-31
4
-5/+11
*
cmTarget: Use GetSourceFiles for languages.
Stephen Kelly
2014-03-31
1
-1/+3
*
cmGeneratorTarget: Compute the object directory early.
Stephen Kelly
2014-03-31
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2014-03-31
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2014-03-30
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2014-03-29
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2014-03-28
1
-1/+1
*
Merge topic 'osx-CFBundle-info-plist'
Brad King
2014-03-27
1
-1/+1
|
\
|
*
OS X: Fix Info.plist placement in a CFBundle
Tim Blechmann
2014-03-26
1
-1/+1
*
|
Merge topic 'threads-cleanup'
Brad King
2014-03-27
1
-17/+16
|
\
\
|
*
|
FindThreads: simplify checking for SunOS
Rolf Eike Beer
2014-03-25
1
-1/+1
|
*
|
FindThreads: avoid useless checks if a thread library is already found
Rolf Eike Beer
2014-03-25
1
-16/+15
|
*
|
FindThreads: replace MATCHES with STREQUAL
Rolf Eike Beer
2014-03-25
1
-1/+1
*
|
|
Merge topic 'suppress-diagnostic-context-note-warnings'
Brad King
2014-03-27
1
-0/+1
|
\
\
\
|
*
|
|
CTestCustom: Suppress "note: in expansion of macro" diagnostic context
Brad King
2014-03-26
1
-0/+1
*
|
|
|
Merge topic 'fix-CTestTestMemcheck-xcode2-missing-dirs'
Brad King
2014-03-27
2
-14/+21
|
\
\
\
\
|
*
|
|
|
Tests/CTestTestMemcheck: Help Xcode 2.x create output dirs
Brad King
2014-03-26
2
-14/+21
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2014-03-27
1
-1/+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'fix-Qt-manual-typo'
Brad King
2014-03-26
1
-1/+1
|
\
\
\
\
|
*
|
|
|
Help: Fix typo in cmake-qt manual.
Stephen Kelly
2014-03-26
1
-1/+1
*
|
|
|
|
Merge topic 'dev/find-boost-graph_parallel'
Brad King
2014-03-26
1
-1/+2
|
\
\
\
\
\
|
*
|
|
|
|
FindBoost: Search next to MPI libs for graph_parallel (#14832)
Ben Boeckel
2014-03-25
1
-1/+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'fix-Qt-Autogen'
Brad King
2014-03-26
8
-7/+84
|
\
\
\
\
\
|
*
|
|
|
|
QtAutogen: Fix use of multiple ui files in a single target.
Stephen Kelly
2014-03-25
6
-6/+74
|
*
|
|
|
|
QtAutogen: Use the basename for resource files.
Stephen Kelly
2014-03-25
4
-1/+10
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'simplify-empty-LDFLAGS'
Brad King
2014-03-26
1
-6/+12
|
\
\
\
\
\
|
*
|
|
|
|
Avoid trailing space in CMAKE_*_LINKER_FLAGS when LDFLAGS is empty
Jiri Malak
2014-03-24
1
-6/+12
*
|
|
|
|
|
Merge topic 'FindPkgConfig-stop-on-missing'
Brad King
2014-03-26
1
-1/+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
FindPkgConfig: Stop processing when REQUIRED package not found (#14381)
Christoph GrĂ¼ninger
2014-03-24
1
-1/+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'dev/custom-ninja-deptypes'
Brad King
2014-03-26
2
-0/+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ninja: Add support for custom depfile formats
Ben Boeckel
2014-03-24
2
-0/+10
[next]