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
/
Tests
/
RunCMake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'cmake-option-parsing' into release-3.13
Brad King
2019-01-14
3
-14/+17
|
\
|
*
cmake: Ensure source and binary dirs are set
Craig Scott
2019-01-13
3
-14/+17
*
|
Tests: Add case for warning when AUTOMOC/UIC/RCC gets disabled
Brad King
2019-01-11
6
-0/+21
|
/
*
Tests: Add cases for -{C,D,U} without a source tree
Brad King
2019-01-10
12
-1/+22
*
Merge branch 'cpack-status-callback' into release-3.13
Brad King
2018-12-07
2
-0/+3
|
\
|
*
CPack/External: Fix status messages of staging scripts
Nils Gladitz
2018-12-07
2
-0/+3
*
|
CUDA: Fix crash on linking to a CUDA target without CUDA enabled
Brad King
2018-12-05
3
-0/+10
|
/
*
FindBoost: Restore finding without CXX language enabled
Brad King
2018-11-26
3
-0/+3
*
Merge branch 'backport-configure_file-canonical-deps' into release-3.13
Brad King
2018-11-19
4
-1/+14
|
\
|
*
configure_file: canonicalize input and output path in dependencies
Frank Benkstein
2018-11-19
4
-1/+14
*
|
CTest: Restore inheritance of stdin by test processes
Brad King
2018-11-15
5
-1/+34
*
|
Tests: Teach RunCMake infrastructure to optionally provide stdin
Brad King
2018-11-15
1
-0/+9
|
/
*
Merge branch 'rename-cpack-ext-generator' into release-3.13
Brad King
2018-11-06
17
-38/+38
|
\
|
*
CPack: Rename Ext generator to External
Craig Scott
2018-11-05
17
-38/+38
*
|
Merge branch 'fix-custom-target-with-csharp' into release-3.13
Brad King
2018-10-31
3
-0/+13
|
\
\
|
*
|
CSharp: Fix regression in VS project type selection for custom target
Brad King
2018-10-31
3
-0/+13
|
|
/
*
|
Merge branch 'set_directory_properties-script-mode' into release-3.13
Brad King
2018-10-29
3
-0/+5
|
\
\
|
|
/
|
/
|
|
*
set_directory_properties: Restore in script mode
Brad King
2018-10-29
3
-0/+5
*
|
Merge branch 'GNUInstallDirs-kfreebsd-man' into release-3.13
Brad King
2018-10-22
1
-1/+1
|
\
\
|
*
|
GNUInstallDirs: Don't use BSD info and man paths on GNU/kFreeBSD
James Clarke
2018-10-22
1
-1/+1
*
|
|
Merge branch 'document-dollar-in-varnames' into release-3.13
Brad King
2018-10-16
6
-0/+41
|
\
\
\
|
*
|
|
CMP0053: document that `$` is a valid literal variable character
Ben Boeckel
2018-10-15
6
-0/+41
|
|
/
/
*
|
|
Merge branch 'backport-revert-install-code-script-genex' into release-3.13
Brad King
2018-10-11
6
-19/+0
|
\
\
\
|
*
|
|
install: Revert CODE,SCRIPT support for generator expressions
Brad King
2018-10-11
6
-19/+0
|
|
/
/
*
|
|
Merge branch 'project-always-set-desc-url' into release-3.13
Brad King
2018-10-08
2
-0/+27
|
\
\
\
|
*
|
|
project(): Add tests verifying variables set by second project() call
Craig Scott
2018-10-07
2
-0/+27
|
|
/
/
*
|
|
FindPkgConfig: support also > and < operators for version compares
Rolf Eike Beer
2018-10-04
2
-0/+84
|
/
/
*
|
Merge topic 'no_buildid_for_files'
Brad King
2018-10-01
4
-0/+4
|
\
\
|
*
|
ctest: only create buildid when submitting from Testing/ dir
Zack Galbreath
2018-09-28
4
-0/+4
*
|
|
Ninja,Makefile: Add tests for handling of byproducts by clean operations
Pedro Navarro
2018-09-28
6
-0/+173
*
|
|
Merge topic 'vs-global-props-for-all-targets'
Brad King
2018-09-28
3
-0/+53
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
VS: Add test for CMAKE_VS_GLOBALS
Mikhail Korolev
2018-09-28
3
-0/+53
*
|
|
Merge topic 'link-directories'
Craig Scott
2018-09-26
17
-0/+55
|
\
\
\
|
*
|
|
LINK_DIRECTORIES target property: add policy for absolute paths check.
Marc Chevrier
2018-09-25
14
-0/+49
|
*
|
|
LINK_DIRECTORIES: Add new properties and commands
Marc Chevrier
2018-09-25
3
-0/+6
|
|
/
/
*
|
|
Merge topic 'dbgsym-packaging'
Brad King
2018-09-26
5
-11/+38
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
CPack/Deb: Add ability to split out debug symbols into .ddeb package
Andrew Fuller
2018-09-21
5
-11/+38
*
|
|
Merge topic 'deprecate-policy-old'
Craig Scott
2018-09-20
10
-3/+106
|
\
\
\
|
*
|
|
Add deprecation warnings for policies CMP0063 and below
Brad King
2018-09-17
10
-3/+106
|
|
/
/
*
|
|
BundleUtilities: Disallow inclusion at configure time
Kyle Edwards
2018-09-19
10
-0/+32
*
|
|
Merge topic 'symlink'
Brad King
2018-09-19
3
-31/+42
|
\
\
\
|
*
|
|
cmake: Add '-E create_symlink' support on Windows
Jon Chronopoulos
2018-09-18
3
-31/+42
*
|
|
|
Merge topic 'provide_explicit_source_and_build_command_line_options'
Brad King
2018-09-19
11
-0/+42
|
\
\
\
\
|
*
|
|
|
cmake: -S and -B can be used to specify source and build directories
Robert Maynard
2018-09-15
11
-0/+42
*
|
|
|
|
Merge topic 'ctest-more_submit_params'
Brad King
2018-09-19
5
-0/+5
|
\
\
\
\
\
|
*
|
|
|
|
ctest_submit: pass additional info to CDash
Zack Galbreath
2018-09-17
5
-0/+5
*
|
|
|
|
|
Merge topic 'vs-ipo'
Brad King
2018-09-18
2
-2/+2
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual Studio
Niels Dekker
2018-09-17
2
-2/+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'out-of-dir-linking'
Brad King
2018-09-14
27
-11/+77
|
\
\
\
\
\
|
*
|
|
|
|
target_link_libraries: Allow use with targets in other directories
Brad King
2018-09-12
27
-11/+77
|
|
|
/
/
/
|
|
/
|
|
|
[next]