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
*
Tests: Add test for cmake --build . --target package
Kyle Edwards
2018-07-17
3
-8/+25
*
Tests: Add test for install(SCRIPT ... COMPONENT)
Kyle Edwards
2018-07-17
5
-0/+9
*
Tests: Add test for InstallRequiredSystemLibraries
Kyle Edwards
2018-07-17
3
-0/+12
*
Tests: Add test for $<0:...> in ExportImport
Kyle Edwards
2018-07-17
1
-3/+3
*
Tests: Add test for install(TARGETS) RPATH functionality
Kyle Edwards
2018-07-17
5
-1/+42
*
Tests: Add test for install(FILES) with PERMISSIONS
Kyle Edwards
2018-07-17
3
-0/+7
*
Tests: Add test for installing parts of targets in different directories
Kyle Edwards
2018-07-17
4
-0/+15
*
Tests: Add test for install(DIRECTORY) with PATTERN and REGEX
Kyle Edwards
2018-07-17
6
-0/+38
*
Tests: Add test for CONFIGURATIONS parameter of install()
Kyle Edwards
2018-07-17
3
-0/+4
*
Tests: Add test for install(<SCRIPT|CODE>)
Kyle Edwards
2018-07-17
4
-0/+11
*
Tests: Add test for <PRE|POST>_INSTALL_SCRIPT
Kyle Edwards
2018-07-17
5
-0/+11
*
Tests: Add test for deprecated install_*() commands
Kyle Edwards
2018-07-17
5
-0/+19
*
Tests: Add tests for *OUTPUT_NAME properties
Kyle Edwards
2018-07-17
3
-0/+44
*
Tests: Add test for install(DIRECTORY ... OPTIONAL)
Kyle Edwards
2018-07-17
3
-0/+3
*
Tests: Add tests for install(<TARGETS|FILES> ... OPTIONAL)
Kyle Edwards
2018-07-17
6
-0/+10
*
Merge branch 'release-3.12'
Brad King
2018-07-17
0
-0/+0
|
\
|
*
CMake 3.12.0
v3.12.0
Brad King
2018-07-17
1
-1/+1
*
|
Merge topic 'math-err'
Brad King
2018-07-17
12
-92/+104
|
\
\
|
*
|
math: Restore toleration of unexpected characters in an expression
Brad King
2018-07-16
12
-76/+102
|
*
|
cmExprParserHelper: Simplify error state tracking
Brad King
2018-07-16
1
-6/+2
|
*
|
cmExprParserHelper: Remove some unused code
Brad King
2018-07-16
2
-10/+0
*
|
|
Merge topic 'FindProtobuf-upstream-impl'
Brad King
2018-07-17
1
-99/+143
|
\
\
\
|
*
|
|
Protobuf: restore previous output directory
André Apitzsch
2018-07-16
1
-2/+2
|
*
|
|
Protobuf: restore 'DESCRIPTORS' support
André Apitzsch
2018-07-16
1
-4/+23
|
*
|
|
Protobuf: restore 'PROTOBUF_IMPORT_DIRS' check
André Apitzsch
2018-07-16
1
-0/+8
|
*
|
|
Protobuf: use upstream implementation to generate cpp and python files
André Apitzsch
2018-07-16
1
-104/+121
*
|
|
|
Merge topic 'hex_file'
Brad King
2018-07-17
1
-8/+2
|
\
\
\
\
|
*
|
|
|
Use isxdigit() to determine if a character is a hex digit
Devin Nakamura
2018-07-13
1
-8/+2
*
|
|
|
|
Merge topic 'FindOpenCL-arch-paths'
Brad King
2018-07-17
1
-10/+21
|
\
\
\
\
\
|
*
|
|
|
|
FindOpenCL: Search per-architecture path suffixes on UNIX
Anton Myagkov
2018-07-16
1
-10/+21
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-07-17
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge branch 'release-3.12'
Brad King
2018-07-16
0
-0/+0
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'doc-add_library-IMPORTED_OBJECTS' into release-3.12
Brad King
2018-07-16
1
-2/+5
|
|
\
\
\
*
|
\
\
\
Merge topic 'doc-add_library-IMPORTED_OBJECTS'
Brad King
2018-07-16
1
-2/+5
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Help: Mention IMPORTED_OBJECTS in add_library docs
Brad King
2018-07-16
1
-2/+5
*
|
|
|
|
Merge topic 'FindXercesC-versioned-names'
Brad King
2018-07-16
1
-2/+9
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
FindXercesC: Search for version-named library files
Raul Metsma
2018-07-13
1
-2/+9
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-07-16
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-07-15
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-07-14
1
-1/+1
*
|
|
|
|
Merge topic 'autogen_forward_errors'
Brad King
2018-07-13
5
-226/+348
|
\
\
\
\
\
|
*
|
|
|
|
Return std::string from cmGeneratorTarget::ImportedGetLocation
Sebastian Holtermann
2018-07-11
3
-13/+6
|
*
|
|
|
|
Autogen: Wrap moc/uic/rcc related variables in structs
Sebastian Holtermann
2018-07-11
2
-109/+120
|
*
|
|
|
|
Autogen: Improve error detection during configuration
Sebastian Holtermann
2018-07-11
3
-121/+239
*
|
|
|
|
|
Merge topic 'cpack-wix-extra-sources'
Brad King
2018-07-13
1
-0/+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
WiX: Add the build directory to IncludeSearchPaths for candle.exe
Lars Schmertmann
2018-07-12
1
-0/+4
*
|
|
|
|
|
|
Merge branch 'release-3.12'
Brad King
2018-07-13
0
-0/+0
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'intel-std-fix' into release-3.12
Brad King
2018-07-12
2
-8/+10
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'boost-1.68-beta1' into release-3.12
Brad King
2018-07-12
1
-4/+23
|
|
\
\
\
\
\
\
\
*
|
\
\
\
\
\
\
\
Merge topic 'intel-std-fix'
Brad King
2018-07-13
2
-8/+10
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
[next]