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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the QtAutomoc test compile with either Qt 4 or Qt 5
Stephen Kelly
2013-03-16
2
-6/+13
*
Configure Tests/CMakeTests only with BUILD_TESTING ON
Brad King
2013-03-13
1
-2/+2
*
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
*
|
Merge topic 'fix-automoc-no-qt'
Brad King
2013-03-13
3
-0/+21
|
\
\
|
*
|
Automoc: Don't create automoc targets if Qt is not used (#13999)
Stephen Kelly
2013-03-12
3
-0/+21
*
|
|
Merge topic 'genex-SEMICOLON'
Brad King
2013-03-13
2
-0/+4
|
\
\
\
|
*
|
|
Add $<SEMICOLON> generator expression.
Jean-Christophe Fillion-Robin
2013-03-12
2
-0/+4
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'ExternalData-escape-semicolons'
Brad King
2013-03-13
9
-0/+57
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ExternalData: Preserve escaped semicolons during argument expansion
Brad King
2013-03-12
9
-0/+57
*
|
|
Merge topic 'fix-transitive-target-names'
Brad King
2013-03-12
2
-0/+8
|
\
\
\
|
*
|
|
Restore support for target names with '+' (#13986)
Stephen Kelly
2013-03-12
2
-0/+8
|
|
/
/
*
|
|
Remove unused parameters from target_link_libraries tests.
Stephen Kelly
2013-03-06
3
-3/+3
|
/
/
*
|
Merge topic 'FixPreLinkTest'
Brad King
2013-03-05
1
-1/+1
|
\
\
|
*
|
Use PRE_LINK instead of PRE_BUILD when testing PRE_LINK.
James Bigler
2013-03-04
1
-1/+1
*
|
|
Merge topic 'GetPrerequisites-objdump'
Brad King
2013-03-04
1
-0/+1
|
\
\
\
|
*
|
|
GetPrerequisites: Enable test for BundleUtilities on MinGW
Michael Tänzer
2013-03-01
1
-0/+1
|
|
/
/
*
|
|
Merge topic 'ctest_update-Git-HEAD'
Brad King
2013-03-04
1
-4/+6
|
\
\
\
|
*
|
|
CTest: Fix ctest_update with 'HEAD' file in source tree
Brad King
2013-02-28
1
-4/+6
|
|
/
/
*
|
|
Merge topic 'remove-TARGET_DEFINED-genex'
Brad King
2013-03-04
5
-18/+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Revert "Add the TARGET_DEFINED generator expression"
Stephen Kelly
2013-02-25
2
-10/+0
|
*
|
Remove use of TARGET_DEFINED from the target_link_libraries test.
Stephen Kelly
2013-02-25
1
-4/+4
|
*
|
Remove use of TARGET_DEFINED from the ExportImport test.
Stephen Kelly
2013-02-25
1
-1/+1
|
*
|
Remove use of TARGET_DEFINED from target_include_directories test.
Stephen Kelly
2013-02-25
1
-3/+3
*
|
|
Merge topic 'interface-property-external-read'
Brad King
2013-02-25
3
-1/+40
|
\
\
\
|
*
|
|
Fix the tests for evaluating includes and defines.
Stephen Kelly
2013-02-23
1
-4/+4
|
*
|
|
Expand includes and defines transitively in 'external' genexes.
Stephen Kelly
2013-02-23
3
-1/+40
*
|
|
|
Merge topic 'FPHSA_FOUND_VAR_OPTION'
Brad King
2013-02-25
10
-0/+46
|
\
\
\
\
|
*
|
|
|
FPHSA: Convert FOUND_VAR failure test to RunCMake
Brad King
2013-02-22
8
-5/+15
|
*
|
|
|
FPHSA: Add FOUND_VAR option to specify _FOUND variable name
Alex Neundorf
2013-02-22
6
-0/+36
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'try_compile-targets'
Brad King
2013-02-25
2
-0/+23
|
\
\
\
\
|
*
|
|
|
Handle targets in the LINK_LIBRARIES of try_compile.
Stephen Kelly
2013-02-22
2
-0/+23
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'fix-automoc-linker-language'
Brad King
2013-02-25
3
-0/+16
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
automoc: Add source file to target early to set the linker language
Stephen Kelly
2013-02-22
3
-0/+16
|
|
/
/
*
|
|
ExternalData: Test content link with a space in its name
Brad King
2013-02-22
4
-0/+13
*
|
|
Tests: Generalize decision for 'make' tool supporting spaces
Brad King
2013-02-22
1
-16/+22
*
|
|
Tests: Replace exec_program with execute_process
Brad King
2013-02-22
1
-6/+5
|
|
/
|
/
|
*
|
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 a way to exclude INTERFACE properties from exported targets."
Stephen Kelly
2013-02-13
4
-76/+0
*
|
Revert "Add the $<LINKED:...> generator expression."
Stephen Kelly
2013-02-13
8
-39/+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
*
|
Don't use LINKED where not needed.
Stephen Kelly
2013-02-12
3
-3/+3
*
|
Merge topic 'minor-fixes'
Brad King
2013-02-11
32
-12/+242
|
\
\
|
|
/
|
/
|
|
*
Don't allow utility or global targets in the LINKED expression.
Stephen Kelly
2013-02-08
5
-0/+18
|
*
Make sure INTERFACE properties work with OBJECT libraries.
Stephen Kelly
2013-02-08
4
-6/+23
[next]