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
*
Support explicitly set test costs in non-parallel testing.
Zach Mullen
2011-01-03
5
-1/+81
*
Merge topic 'dev/add_test-working-directory'
Brad King
2010-12-28
3
-0/+131
|
\
|
*
Make TestsWorkingDirectory test a C file
Ben Boeckel
2010-12-17
2
-11/+11
|
*
Use iostream to make Borland happy
Ben Boeckel
2010-12-17
1
-4/+5
|
*
Fully specify the path to old-signature add_test
Ben Boeckel
2010-12-17
1
-2/+2
|
*
Group adding tests with its properties
Ben Boeckel
2010-12-17
1
-6/+4
|
*
Only test the default cwd with Makefiles
Ben Boeckel
2010-12-17
1
-0/+6
|
*
Simplify the _default_cwd derivation
Ben Boeckel
2010-12-17
1
-5/+3
|
*
Use --><-- markers to denote the path
Ben Boeckel
2010-12-17
2
-7/+7
|
*
Flip slashes around on Windows
Ben Boeckel
2010-12-17
1
-0/+7
|
*
Add ctype.h include for toupper()
Ben Boeckel
2010-12-17
1
-0/+1
|
*
Fix header includes for C++ and Visual Studio
Ben Boeckel
2010-12-17
1
-2/+3
|
*
Rename the project to match the test
Ben Boeckel
2010-12-16
1
-1/+1
|
*
Add tests for WORKING_DIRECTORY arg to add_test
Ben Boeckel
2010-12-16
1
-0/+21
|
*
Rename WorkingDirectory test
Ben Boeckel
2010-12-16
3
-6/+6
|
*
Add the WORKING_DIRECTORY property to tests
Rolf Eike Beer
2010-12-16
3
-0/+98
*
|
Merge topic 'resolve/tests-if-CYGWIN'
Brad King
2010-12-21
2
-3/+3
|
\
\
|
*
\
Merge branch 'custom-command-generator-expressions' into resolve/tests-if-CYGWIN
Brad King
2010-12-17
9
-40/+82
|
|
\
\
|
*
|
|
Cygwin: Fix tests to check CYGWIN instead of WIN32
Brad King
2010-12-17
2
-3/+3
*
|
|
|
Merge topic 'custom-command-generator-expressions'
Brad King
2010-12-21
8
-32/+51
|
\
\
\
\
|
*
|
|
|
Mark CustomCommand test perconfig.out as SYMBOLIC
Brad King
2010-12-20
1
-0/+1
|
*
|
|
|
Introduce "generator expression" syntax to custom commands (#11209)
Brad King
2010-12-15
3
-1/+14
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Factor per-config sample targets out of 'Testing' test
Brad King
2010-12-15
7
-31/+36
|
*
|
|
Merge branch 'imported-target-dependencies' into custom-command-refactor
Brad King
2010-12-08
1
-5/+45
|
|
\
\
\
*
|
\
\
\
Merge topic 'vs2010_header_only_fix'
Brad King
2010-12-21
2
-1/+9
|
\
\
\
\
\
|
*
|
|
|
|
Fix vs2010 project generation error when HEADER_FILE_ONLY is set.
Bill Hoffman
2010-12-20
2
-1/+9
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'CheckCCompilerFlag-strict-prototypes'
Brad King
2010-12-21
1
-0/+6
|
\
\
\
\
\
|
*
|
|
|
|
CheckCCompilerFlag: Strict signature of 'main' (#11615)
Brad King
2010-12-16
1
-0/+6
*
|
|
|
|
|
Merge topic 'ctest-depend-cycle'
Brad King
2010-12-21
2
-0/+13
|
\
\
\
\
\
\
|
*
|
|
|
|
|
CTest: Fix test DEPEND cycle detection
Brad King
2010-12-15
2
-0/+13
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'CPack-AddMoreTests'
Brad King
2010-12-21
7
-0/+243
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Change cpack run and verify script to work with multi-config generators.
Bill Hoffman
2010-12-14
1
-3/+10
|
*
|
|
|
|
Precise the project config type when invoking cpack
Eric NOULARD
2010-12-14
1
-1/+1
|
*
|
|
|
|
Arrange output in a better way
Eric NOULARD
2010-12-14
1
-9/+5
|
*
|
|
|
|
CPackTest spit out more output in case of failure
Eric NOULARD
2010-12-14
1
-3/+16
|
*
|
|
|
|
CPack Default component test for ZIP should be OK
Eric NOULARD
2010-12-14
3
-6/+19
|
*
|
|
|
|
CPack new tests for component install
Eric NOULARD
2010-12-14
7
-0/+214
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'custom-command-slashes'
Brad King
2010-12-16
1
-1/+1
|
\
\
\
\
\
|
*
|
|
|
|
Normalize add_custom_command OUTPUT names (#10485)
Brad King
2010-12-15
1
-1/+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'NAG-Fortran'
Brad King
2010-12-16
1
-1/+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Detect object files in implicit link information
Brad King
2010-12-09
1
-1/+8
*
|
|
|
|
Merge topic 'dev/support-substring-negative-indices'
Brad King
2010-12-14
1
-0/+24
|
\
\
\
\
\
|
*
|
|
|
|
allow STRING(SUBSTRING) work with length -1 as "rest of the string"
Rolf Eike Beer
2010-12-08
1
-0/+24
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'custom-command-depend'
Brad King
2010-12-14
1
-4/+1
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Skip file-level dependencies on custom targets (#11332)
Brad King
2010-12-08
1
-4/+1
|
|
/
/
*
|
|
Honor custom command dependencies on imported targets (#10395)
Brad King
2010-12-08
1
-5/+45
|
/
/
*
|
Allow add_dependencies() on imported targets (#10395)
Brad King
2010-11-19
2
-1/+17
*
|
Honor FOLDER on include_external_msproject targets (#11436)
David Cole
2010-11-10
1
-0/+8
*
|
Merge topic 'add-cse-contract-test'
David Cole
2010-11-09
6
-2/+256
|
\
\
|
*
|
Update tag in the Contracts/cse-snapshot test.
David Cole
2010-10-28
1
-2/+16
[next]