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
*
Document CMAKE_FIND_PACKAGE_NAME
Alex Neundorf
2012-10-04
1
-0/+3
*
CMake Nightly Date Stamp
Kitware Robot
2012-10-04
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2012-10-03
1
-1/+1
*
Merge topic 'ninja-LIBPATH'
Brad King
2012-10-02
9
-40/+85
|
\
|
*
Ninja: add option to enforce usage of response files
Peter Kümmel
2012-10-01
1
-4/+4
|
*
Ninja: move <OBJECTS> in front of the first linker option
Peter Kümmel
2012-10-01
4
-14/+31
|
*
Ninja: move -LIBPATH behind -link option
Peter Kümmel
2012-10-01
6
-27/+55
*
|
Merge topic 'ninja-link-rsp-expand'
Brad King
2012-10-02
7
-33/+30
|
\
\
|
|
/
|
*
Revert "Ninja: don't expand any rsp files"
Bill Hoffman
2012-10-01
4
-28/+13
|
*
Ninja: don't confuse ninja's rsp files with nmake's
Peter Kümmel
2012-09-28
3
-5/+17
*
|
Merge topic 'FindCURL-libcurl'
Brad King
2012-10-02
1
-1/+3
|
\
\
|
*
|
FindCURL: Find older MSVC prebuilts
Andreas Mohr
2012-10-01
1
-1/+3
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-10-02
1
-1/+1
*
|
|
Merge topic 'documentation-cleanup'
Brad King
2012-10-01
7
-16/+26
|
\
\
\
|
*
|
|
Remove period at the end of the check message.
Stephen Kelly
2012-09-29
2
-2/+2
|
*
|
|
Fix minor typos.
Stephen Kelly
2012-09-29
3
-5/+5
|
*
|
|
Remove unused parameter marker and the unused parameter.
Stephen Kelly
2012-09-29
1
-2/+1
|
*
|
|
Document that generator expressions can be used in target properties.
Stephen Kelly
2012-09-29
1
-2/+9
|
*
|
|
Fix punctuation in some variables documentation.
Stephen Kelly
2012-09-29
1
-2/+4
|
*
|
|
Fix the layout of the generator expression documentation.
Stephen Kelly
2012-09-29
1
-3/+5
*
|
|
|
Merge topic 'export-sets'
Brad King
2012-10-01
25
-182/+480
|
\
\
\
\
|
*
\
\
\
Merge topic 'AutomocUseTargetProperties' into export-sets
Alex Neundorf
2012-09-30
69
-925/+2183
|
|
\
\
\
\
|
*
|
|
|
|
exports: add a test for exporting dependent targets
Alex Neundorf
2012-09-30
4
-0/+21
|
*
|
|
|
|
exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()
Alex Neundorf
2012-09-30
2
-1/+10
|
*
|
|
|
|
exports: move the handling of missing targets into subclasses
Alex Neundorf
2012-09-30
6
-98/+124
|
*
|
|
|
|
exports: fix build with MSVC6
Alex Neundorf
2012-09-28
4
-7/+7
|
*
|
|
|
|
exports: first try at error handling if a target is missing
Alex Neundorf
2012-09-28
4
-11/+42
|
*
|
|
|
|
exports: accept a missing target if it is exported exactly once
Alex Neundorf
2012-09-28
7
-22/+111
|
*
|
|
|
|
exports: store pointers to all installations of each export set
Alex Neundorf
2012-09-28
3
-0/+14
|
*
|
|
|
|
exports: cmGlobalGenerator::ExportSets destructor will clear it
Yury G. Kudryashov
2012-09-28
1
-1/+0
|
*
|
|
|
|
exports: Hold an ExportSet pointer in cm*Export*Generator
Yury G. Kudryashov
2012-09-28
5
-38/+30
|
*
|
|
|
|
exports: Add cmExportSetMap class
Yury G. Kudryashov
2012-09-28
8
-38/+76
|
*
|
|
|
|
exports: Create class cmExportSet
Yury G. Kudryashov
2012-09-28
10
-43/+103
|
*
|
|
|
|
exports: Rename cmGlobalGenerator::AddTargetToExport{s,}
Yury G. Kudryashov
2012-09-28
3
-17/+3
|
*
|
|
|
|
exports: Remove cmTargetExport constructor
Yury G. Kudryashov
2012-09-28
4
-31/+25
|
*
|
|
|
|
exports: Move cmTargetExport to a dedicated header file
Yury G. Kudryashov
2012-09-28
5
-31/+54
|
*
|
|
|
|
find_package: add support for a <package>_NOT_FOUND_MESSAGE variable
Alex Neundorf
2012-09-28
3
-0/+16
|
*
|
|
|
|
Modules/readme.txt: fix typo
Alex Neundorf
2012-09-28
1
-1/+1
|
*
|
|
|
|
cmGlobalGenerator.h: some minor coding style fixes
Alex Neundorf
2012-09-28
1
-6/+5
*
|
|
|
|
|
Merge topic 'vs-pdb-output'
Brad King
2012-10-01
18
-16/+274
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Run PDBDirectoryAndName test on MSVC and Intel
Brad King
2012-09-29
2
-3/+8
|
*
|
|
|
|
|
Document that PDB_(NAME|OUTPUT_DIRECTORY) are ignored for VS 6
Brad King
2012-09-25
2
-4/+17
|
*
|
|
|
|
|
Verify that PDB_(NAME|OUTPUT_DIRECTORY) are honored in test
Brad King
2012-09-25
2
-0/+36
|
*
|
|
|
|
|
Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)
Yuchen Deng
2012-09-25
17
-16/+220
*
|
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-10-01
1
-1/+1
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-30
1
-1/+1
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2012-09-29
1
-1/+1
*
|
|
|
|
Merge topic 'generator-expression-target-properties'
Brad King
2012-09-28
47
-121/+666
|
\
\
\
\
\
|
*
|
|
|
|
Process generator expressions in the COMPILE_DEFINITIONS target property.
Stephen Kelly
2012-09-28
10
-1/+67
|
*
|
|
|
|
Process generator expressions in the INCLUDE_DIRECTORIES property.
Stephen Kelly
2012-09-28
20
-3/+116
[next]