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
*
add_dependencies: Distinguish target v. file dependencies in error (#14050)
Brad King
2013-03-29
6
-0/+18
*
Merge topic 'fix-Qt5-incompatibility-check-version'
Brad King
2013-03-28
1
-1/+1
|
\
|
*
Fix the Qt 5 version required to run the IncompatibleQt test.
Stephen Kelly
2013-03-26
1
-1/+1
*
|
Error if linked target has relative paths in INTERFACE_INCLUDE_DIRECTORIES
Stephen Kelly
2013-03-26
4
-0/+15
|
/
*
Report an error on IMPORTED targets with a faulty INTERFACE
Stephen Kelly
2013-03-26
5
-2/+24
*
install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES
Stephen Kelly
2013-03-26
11
-0/+56
*
FindQt4: Set the INTERFACE_QT_MAJOR_VERSION for Qt4::QtCore
Stephen Kelly
2013-03-18
7
-0/+30
*
Merge topic 'cleanup-early-include-CTest-failure'
Brad King
2013-03-13
15
-60/+104
|
\
|
*
CTest: Fail early without PROJECT_BINARY_DIR (#14005)
Brad King
2013-03-12
6
-0/+20
|
*
build_command: Fail early without CMAKE_MAKE_PROGRAM (#14005)
Brad King
2013-03-12
5
-1/+15
|
*
Refactor RunCMake.build_command test to allow more cases
Brad King
2013-03-12
5
-59/+69
*
|
ExternalData: Preserve escaped semicolons during argument expansion
Brad King
2013-03-12
7
-0/+46
|
/
*
FPHSA: Convert FOUND_VAR failure test to RunCMake
Brad King
2013-02-22
7
-0/+24
*
Merge topic 'compiler-change-cleanup'
Brad King
2013-02-20
14
-2/+98
|
\
|
*
Test Unix Makefiles generator support for changing compilers
Brad King
2013-02-20
13
-0/+92
|
*
Tests/RunCMake: Allow tests to control build tree behavior
Brad King
2013-02-18
1
-2/+6
*
|
Revert "Add the $<LINKED:...> generator expression."
Stephen Kelly
2013-02-13
4
-16/+0
*
|
Don't populate INTERFACE includes and defines properties in tll.
Stephen Kelly
2013-02-13
2
-7/+12
*
|
Revert "Don't allow utility or global targets in the LINKED expression."
Stephen Kelly
2013-02-13
5
-18/+0
*
|
Merge topic 'minor-fixes'
Brad King
2013-02-11
15
-3/+62
|
\
\
|
|
/
|
/
|
|
*
Don't allow utility or global targets in the LINKED expression.
Stephen Kelly
2013-02-08
5
-0/+18
|
*
Whitelist target types in target_{include_directories,compile_definitions}
Stephen Kelly
2013-02-08
4
-0/+12
|
*
Ensure type specific compatible interface properties do not intersect.
Stephen Kelly
2013-02-07
4
-0/+16
|
*
Test printing origin of include dirs from tll().
Stephen Kelly
2013-02-07
2
-3/+16
*
|
Tests: Add generator toolset support
Brad King
2013-02-07
3
-6/+9
*
|
Merge branch 'master' into generator-toolset
Brad King
2013-02-07
120
-15/+670
|
\
\
|
|
/
|
*
Merge topic 'tll-includes-defines'
Brad King
2013-02-05
8
-0/+30
|
|
\
|
|
*
Add the $<LINKED:...> generator expression.
Stephen Kelly
2013-01-31
4
-0/+16
|
|
*
Make it an error for INSTALL_PREFIX to be evaluated.
Stephen Kelly
2013-01-31
4
-0/+14
|
*
|
Merge topic 'add-ExternalData-module'
Brad King
2013-02-05
71
-0/+431
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
ExternalData: Collapse ../ components in DATA{} paths
Brad King
2013-01-30
2
-2/+13
|
|
*
ExternalData: Add support for SHA 1 and 2 hash algorithms
Brad King
2013-01-30
3
-0/+26
|
|
*
ExternalData: Allow DATA{} syntax to reference directories
Brad King
2013-01-30
9
-2/+38
|
|
*
ExternalData: Add tests covering interfaces and errors
Brad King
2013-01-30
62
-0/+358
|
*
|
Add the COMPATIBLE_INTERFACE_STRING property.
Stephen Kelly
2013-01-24
13
-0/+64
|
|
/
|
*
Merge topic 'clean-include-dirs-debugging'
Brad King
2013-01-23
1
-15/+8
|
|
\
|
|
*
Output include directories as LOG messages, not warnings.
Stephen Kelly
2013-01-21
1
-4/+4
|
|
*
Specify the target whose includes are being listed.
Stephen Kelly
2013-01-21
1
-4/+4
|
|
*
Store includes from the same include_directories call together.
Stephen Kelly
2013-01-21
1
-7/+0
|
*
|
Merge topic 'qt4-autolink-qtmain'
Brad King
2013-01-23
14
-0/+62
|
|
\
\
|
|
*
|
Add the $<TARGET_POLICY> expression
Stephen Kelly
2013-01-17
14
-0/+62
|
|
|
/
|
*
|
Make INTERFACE determined properties readable in generator expressions.
Stephen Kelly
2013-01-20
16
-0/+75
|
|
/
*
|
Xcode: Implement generator toolset selection (#9831, #13802)
Brad King
2013-02-07
2
-1/+6
*
|
VS: Implement generator toolset selection (#10722, #13774)
Brad King
2013-02-07
4
-3/+21
*
|
CMake: Add -T option to choose a generator toolset
Brad King
2013-02-07
13
-0/+46
|
/
*
Process the INTERFACE_PIC property from linked dependencies
Stephen Kelly
2013-01-10
13
-0/+62
*
Merge topic 'deprecate-load_command'
Brad King
2013-01-08
5
-14/+0
|
\
|
*
Revert "load_command: Deprecate and document pending removal"
Brad King
2013-01-07
5
-14/+0
*
|
Add the TARGET_NAME generator expression.
Stephen Kelly
2013-01-05
4
-0/+13
*
|
Add a way to print the origins of used include directories.
Stephen Kelly
2013-01-03
4
-0/+82
[next]