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
*
Merge topic 'test-Fortran-compiler-compat'
David Cole
2011-12-16
1
-10/+2
|
\
|
*
Fix and simplify Fortran test compiler compatibility check
Brad King
2011-12-15
1
-10/+2
*
|
Follow all dependencies of shared library private dependencies
Brad King
2011-12-14
3
-2/+25
|
/
*
Merge branch 'master' into AutomocIncludedDotMocFileHandling
David Cole
2011-12-07
71
-19/+2094
|
\
|
*
Merge topic 'GNU-to-MS'
David Cole
2011-12-06
2
-0/+6
|
|
\
|
|
*
Test CMAKE_GNUtoMS option in ExportImport on MinGW and MSys
Brad King
2011-12-05
2
-0/+6
|
*
|
Merge topic 'fix-ExternalProject-svn-issue'
David Cole
2011-12-06
1
-7/+0
|
|
\
\
|
|
*
|
Tests: ExternalProject: Remove unnecessary 'svn --version' call
Rolf Eike Beer
2011-12-05
1
-7/+0
|
*
|
|
export(): Document undefined behavior of location properties
Brad King
2011-12-01
2
-10/+12
|
|
/
/
|
*
|
Merge topic 'newline-style'
David Cole
2011-12-01
5
-0/+38
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add NEWLINE_STYLE option to configure_file (#3957)
Peter Kuemmel
2011-11-28
5
-0/+38
|
*
|
Merge topic 'target-link-libraries-interfaces'
David Cole
2011-11-23
9
-0/+129
|
|
\
\
|
|
*
|
target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options
Stephen Kelly
2011-11-22
9
-0/+129
|
*
|
|
Fix CMake.File hash test for CRLF checkouts
Brad King
2011-11-16
11
-14/+16
|
*
|
|
Add string(MD5) and string(SHA*) commands to compute hashes
Brad King
2011-11-16
10
-0/+47
|
*
|
|
Add file(SHA*) commands to compute cryptographic hashes
Brad King
2011-11-16
6
-0/+25
|
*
|
|
Add file(MD5) command to compute cryptographic hash
Brad King
2011-11-16
7
-1/+22
|
|
|
/
|
|
/
|
|
*
|
Merge topic 'fix-11213-vs10-mfc-support'
David Cole
2011-11-15
4
-5/+39
|
|
\
\
|
|
*
|
Tests: Nudge MFC test to pass on VS 6 dashboards (#11213)
David Cole
2011-11-09
3
-5/+13
|
|
*
|
Tests: Add environment logging to the MFC test (#11213)
David Cole
2011-11-08
1
-0/+11
|
|
*
|
Tests: Fix MFC test to work with VS 10 and later (#11213)
David Cole
2011-11-04
1
-0/+15
|
*
|
|
Merge topic 'add-mfc-test'
David Cole
2011-11-15
28
-0/+1778
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Tests: Avoid MFC test automatically for Watcom WMake builds (#11213)
David Cole
2011-11-03
1
-0/+10
|
|
*
|
Tests: Fix MFC test for old vs6 dashboards (#11213)
David Cole
2011-11-03
1
-1/+7
|
|
*
|
Tests: Fix MFC test w/ Make-based generators (#11213)
David Cole
2011-11-02
1
-0/+12
|
|
*
|
Tests: Avoid MFC test automatically for VCExpress builds (#11213)
David Cole
2011-11-01
1
-0/+24
|
|
*
|
Tests: Add the MFC test (#11213)
David Cole
2011-11-01
28
-0/+1726
*
|
|
|
Add a test case for the use of Q_PRIVATE_SLOT.
Stephen Kelly
2011-11-22
3
-1/+42
*
|
|
|
automoc: add special handling for including basename_p.moc, with test
Alex Neundorf
2011-11-22
5
-1/+92
*
|
|
|
automoc: add test for including a moc_abc_p.cpp file
Alex Neundorf
2011-11-22
2
-0/+34
*
|
|
|
automoc: add test for including the moc file from another header
Alex Neundorf
2011-11-22
5
-1/+65
*
|
|
|
automoc: add a test for including both abc.moc and moc_abc.cpp
Alex Neundorf
2011-11-22
4
-1/+74
*
|
|
|
automoc: add more test cases
Alex Neundorf
2011-11-10
6
-1/+131
|
/
/
/
*
|
|
Merge topic 'CPackRPM-perComponentHeader'
David Cole
2011-11-01
2
-0/+2
|
\
\
\
|
*
|
|
CPackRPM support component specific variables for spec files
Eric NOULARD
2011-10-30
2
-0/+2
*
|
|
|
CTest: Look for CTestConfig.cmake in build dir first, then source dir
Jean-Christophe Fillion-Robin
2011-10-27
5
-0/+73
|
/
/
/
*
|
|
Merge topic 'test-update-svn-1.7-issue-12535'
David Cole
2011-10-25
1
-1/+11
|
\
\
\
|
*
|
|
Teach CTest.UpdateSVN to detect svn add --depth before using it
Brad King
2011-10-24
1
-1/+11
|
*
|
|
Fix CTest.UpdateSVN with Subversion 1.7 (#12535)
Brad King
2011-10-24
1
-1/+1
|
|
/
/
*
|
|
Add copyright notices
Alex Neundorf
2011-10-22
2
-0/+26
*
|
|
automoc:run moc on the header if the source file contains include "foo.moc"
Alex Neundorf
2011-10-22
4
-1/+46
|
/
/
*
|
Silence make on OpenBSD in FindPackageModeTest(#12508)
Alex Neundorf
2011-10-12
1
-0/+1
*
|
Build each library only once instead of once for each test.
Stephen Kelly
2011-10-09
4
-5/+58
*
|
Remove unused define.
Stephen Kelly
2011-10-09
1
-8/+0
|
/
*
Teach our tests about special cases for VS 11
Brad King
2011-09-23
3
-3/+10
*
Merge topic 'FortranCInterface-VS'
David Cole
2011-09-20
1
-19/+26
|
\
|
*
Enable Fortran tests for IDE builds.
Bill Hoffman
2011-09-09
1
-19/+26
*
|
Tests: Add the more modern Mac64 nightly build
David Cole
2011-09-14
1
-0/+2
*
|
Merge topic 'effective-platform-name'
David Cole
2011-09-13
12
-0/+1345
|
\
\
|
*
|
Xcode: Add test to demonstrate iOS project in Xcode
David Cole
2011-09-12
12
-0/+1345
[next]