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
*
Use the correct project name compiletest not compilefail
Stephen Kelly
2011-08-10
1
-1/+1
*
Only set the COMPILER_HAS_HIDDEN_VISIBILITY if GCC >= 4.2
Stephen Kelly
2011-08-10
1
-16/+1
*
Set the CMAKE_RUNTIME_OUTPUT_DIRECTORY for windows builds.
Stephen Kelly
2011-08-10
1
-0/+4
*
Only run the failure tests with gcc >= 4.2
Stephen Kelly
2011-08-10
1
-1/+16
*
Fix typo and tests failing as a result.
Stephen Kelly
2011-08-10
1
-1/+1
*
Fix tests with clang.
Stephen Kelly
2011-08-10
1
-4/+5
*
Test expected no-op instead of aborting the build.
Stephen Kelly
2011-08-10
1
-7/+4
*
Short-circuit the tests on unsupported compilers.
Stephen Kelly
2011-08-10
1
-0/+6
*
Add a newline at the end of the file.
Stephen Kelly
2011-08-09
1
-1/+1
*
Add a newline at the end of the file.
Stephen Kelly
2011-08-08
1
-1/+1
*
Handle the case where the user changes the DEFINE_SYMBOL property.
Stephen Kelly
2011-08-08
5
-0/+37
*
Add the GenerateExportMacro with unit tests.
Stephen Kelly
2011-08-07
15
-0/+735
*
Merge topic 'adjust-path-for-all-generators-test'
David Cole
2011-08-02
1
-0/+22
|
\
|
*
Ensure libgmp-10.dll is in the PATH for CMakeTestAllGenerators
David Cole
2011-07-29
1
-0/+22
*
|
Merge topic 'fix-updategit-test'
David Cole
2011-08-02
1
-3/+5
|
\
\
|
*
|
Fix machine-specific UpdateGIT test failures
David Cole
2011-07-29
1
-3/+5
|
|
/
*
|
Add support for Visual Studio project-specific globals (#8707)
David Cole
2011-07-29
1
-1/+4
|
/
*
Merge topic 'fix-tests-failing-with-Xcode4'
Brad King
2011-07-26
2
-4/+63
|
\
|
*
Use correct default multiple architecture values in test
David Cole
2011-07-19
1
-9/+10
|
*
Base architecture choice logic on Xcode version
David Cole
2011-07-18
2
-7/+37
|
*
Fix BuildDepends test to work with Xcode 4
David Cole
2011-07-15
1
-0/+5
|
*
Fix Architecture test to work with Xcode 4
David Cole
2011-07-15
1
-4/+27
*
|
Merge topic 'SetPropertyAppendString'
Brad King
2011-07-26
1
-0/+18
|
\
\
|
*
|
Fix #12342: Add APPEND_STRING option to set_property()
Alex Neundorf
2011-07-15
1
-0/+18
|
|
/
*
|
Merge topic 'PushCheckState'
Brad King
2011-07-26
2
-0/+31
|
\
\
|
*
|
Add macros cmake_push/pop_check_state() as discussed on the list.
Alex Neundorf
2011-07-07
2
-0/+31
|
|
/
*
|
Merge topic 'DisableSwitchForFindPackage'
Brad King
2011-07-26
2
-1/+5
|
\
\
|
*
|
Add a basic test for CMAKE_DISABLE_FIND_PACKAGE_<package>
Alex Neundorf
2011-06-23
2
-1/+5
|
|
/
*
|
Merge topic 'asn_java_support'
Brad King
2011-07-26
2
-41/+8
|
\
\
|
|
/
|
/
|
|
*
Tests: Check for the new Java exeutable variables.
Andreas Schneider
2011-03-29
1
-2/+2
|
*
Tests: Java tests should test UseJava.cmake
Andreas Schneider
2011-03-29
1
-39/+6
*
|
Merge topic 'library-multiarch-issue-12037'
Brad King
2011-06-14
7
-0/+31
|
\
\
|
*
|
Test find_package multiarch support (#12037)
Brad King
2011-06-08
7
-0/+31
*
|
|
CTest: Report tests not run due to unknown configuration
Brad King
2011-06-10
1
-1/+1
|
/
/
*
|
Merge topic 'fix-12034-fixup-bundle-with-non-dotapp-exe'
Brad King
2011-06-07
13
-0/+305
|
\
\
|
*
|
BundleUtilities: Avoid test on Watcom dashboards (#12034)
David Cole
2011-06-04
1
-3/+3
|
*
|
Revert "BundleUtilities: Run test on Windows if either MSVC or dumpbin was fo...
Clinton Stimpson
2011-06-02
1
-4/+2
|
*
|
BundleUtilities: Add rpath to loadable modules in test.
Clinton Stimpson
2011-06-02
3
-25/+70
|
*
|
BundleUtilities: Print reason for not loading module.so
Clinton Stimpson
2011-06-01
1
-3/+7
|
*
|
BundleUtilities: Run test on Windows if either MSVC or dumpbin was found.
Clinton Stimpson
2011-06-01
1
-2/+4
|
*
|
BundleUtilities: Disable running test on Windows unless using MSVC.
Clinton Stimpson
2011-06-01
1
-3/+3
|
*
|
BundleUtilities: Fix issues with custom target DEPENDS in test (#12034)
Clinton Stimpson
2011-05-31
4
-3/+11
|
*
|
BundleUtilities: Fix test when using xcode (#12034)
Clinton Stimpson
2011-05-31
1
-1/+1
|
*
|
BundleUtilities: Work w/ non .app exes on Mac (#12034)
Clinton Stimpson
2011-05-27
12
-0/+248
*
|
|
Merge topic 'vs10_include_fix'
Brad King
2011-06-07
3
-0/+68
|
\
\
\
|
*
|
|
One more try. Use full path by default, and relative on broken compilers.
Bill Hoffman
2011-06-03
1
-5/+29
|
*
|
|
Use bin tree for inclues to avoid -I with spaces in the path.
Bill Hoffman
2011-06-03
5
-8/+17
|
*
|
|
Append and do not clobber CMAKE_CXX_FLAGS in the test.
Bill Hoffman
2011-06-03
1
-1/+1
|
*
|
|
Fix for bug#10798. VS10 did not append -I flags with COMPILE_FLAGS prop.
Bill Hoffman
2011-06-02
7
-0/+35
|
|
/
/
*
|
|
Fix XCode -> Xcode typos, notably in man page (#12231)
Sean McBride
2011-05-31
6
-8/+8
|
/
/
[next]