Zach Mullen
5cfbdb1f80
Close ifstream.
2010-03-01 12:05:58 -05:00
Zach Mullen
348f6c4d8c
If tests failed on the last run, have them run first next time
2010-03-01 11:59:00 -05:00
Zach Mullen
09e748c69a
Configurable path to CTest cost data file
...
Allow the user to set the CMake variable CTEST_COST_DATA_FILE, which will be used to store the cost data from test runs. If not set, defaults to the original location in the build tree Testing/Temporary dir.
2010-03-01 11:06:28 -05:00
Brad King
370e5b9425
Documentation: Test XHTML compliance
...
Use xmllint to validate our generated HTML documentation.
See issue #10338 .
2010-03-01 08:51:22 -05:00
Simon Harvey
5771dd2f15
Documentation: Comply with "XHTML 1.0 Strict"
...
Ensure that the HTML documentation generated by CMake complies with
"XHTML 1.0 Strict":
- All tags are properly closed and DOCTYPE is specified
- Useful for downstream XML-processors (e.g. for extracting section
titles)
See issue #10338 .
Signed-off-by: Simon Harvey <simon.harvey@cambridgeflowsolutions.com>
2010-03-01 08:51:20 -05:00
Brad King
03f8820e64
Documentation: Cleanup installation rules
...
Organize Utilities/CMakeLists.txt to avoid duplicate install command
calls. We collect each type of documentation in a variable listing its
files for installation and then use one install call at the end.
2010-03-01 08:50:12 -05:00
KWSys Robot
efa4eb446e
KWSys Nightly Date Stamp
2010-03-01 00:01:06 -05:00
CMake Robot
e5ed295f3f
Nightly Start Time
...
--HG--
extra : rebase_source : 4ee0102f108f046a423e5ec18d4bfc1f12986d97
2010-02-28 20:00:00 -05:00
KWSys Robot
6474692076
KWSys Nightly Date Stamp
2010-02-28 00:01:03 -05:00
CMake Robot
3c8f3984d5
Nightly Start Time
...
--HG--
extra : rebase_source : 56d8d48f77029a2641cd4a4f069d290224e238ef
2010-02-27 20:00:00 -05:00
KWSys Robot
fc871caebb
KWSys Nightly Date Stamp
2010-02-27 00:01:04 -05:00
CMake Robot
f52361584e
Nightly Start Time
...
--HG--
extra : rebase_source : a3b56f32927d3b0bfe348114c2b55599bb28a044
2010-02-26 20:00:00 -05:00
Bill Hoffman
ab650f095f
Different versions of cygwin report differet messages for cygwin
...
For cygwin pass the badexe test if either ***Failed or BAD_COMMAND
show up in the output of the test.
2010-02-26 13:45:23 -05:00
Zach Mullen
b4d27dc041
Use historical average of test times to schedule tests.
2010-02-26 11:02:05 -05:00
KWSys Robot
55f012989c
KWSys Nightly Date Stamp
2010-02-26 00:01:03 -05:00
CMake Robot
5a0b3ee159
Nightly Start Time
...
--HG--
extra : rebase_source : b0d335a14775a289d14403c6904711699d9e571f
2010-02-25 20:00:00 -05:00
Bill Hoffman
0a1ecf197b
Change the tag to be master from CVS for release scripts
2010-02-25 14:46:10 -05:00
KWSys Robot
c63e4bd9be
KWSys Nightly Date Stamp
2010-02-25 00:01:06 -05:00
CMake Robot
41a8fe2dc2
Nightly Start Time
...
--HG--
extra : rebase_source : 0ea9ff52dba0e9c1daf98795d751f8181e009c9a
2010-02-24 20:00:00 -05:00
KWSys Robot
c38ffcf98c
KWSys Nightly Date Stamp
2010-02-24 00:01:02 -05:00
CMake Robot
ddc61afb79
Nightly Start Time
...
--HG--
extra : rebase_source : a5d4f32091f955ffe8b02f08964904236473c227
2010-02-23 20:00:00 -05:00
Bill Hoffman
f3cdbb0616
Change the git repository to be the new one and not the -tmp one.
2010-02-23 12:38:17 -05:00
Bill Hoffman
b0cf7e98ad
Switch to git repository for creation of nightly releases.
2010-02-23 11:49:11 -05:00
KWSys Robot
73395fb0eb
KWSys Nightly Date Stamp
2010-02-23 00:01:05 -05:00
CMake Robot
fb19de9545
Nightly Start Time
...
--HG--
extra : rebase_source : d9d14509e5e1a912860e51a0f05c07e0012184f2
2010-02-22 20:00:00 -05:00
KWSys Robot
6c300a04c4
KWSys Nightly Date Stamp
2010-02-22 00:01:04 -05:00
CMake Robot
16ac1ae1f7
Nightly Start Time
...
--HG--
extra : rebase_source : 4763092c27dbf857cc5680b2360333ceeaa11164
2010-02-21 20:00:00 -05:00
KWSys Robot
da402c2f7e
KWSys Nightly Date Stamp
2010-02-21 00:01:03 -05:00
CMake Robot
852f12e8a9
Nightly Start Time
...
--HG--
extra : rebase_source : 326ac2dbea6eb3b07683ab92ae875dd39566643f
2010-02-20 20:00:00 -05:00
KWSys Robot
88a4f2e3ec
KWSys Nightly Date Stamp
2010-02-20 00:01:02 -05:00
CMake Robot
69607e785c
Nightly Start Time
...
--HG--
extra : rebase_source : 6d63e0b50025cdae7fac6b9e9f305193edf57e7c
2010-02-19 20:00:00 -05:00
Zach Mullen
57efb4a497
BUG: We shouldn't be setting the HideWindow option on the test processes we create.
2010-02-19 13:28:04 -05:00
Brad King
4eba05de42
Suppress GNU flag -fPIC on Windows
...
Commit "Modernize GNU compiler info on Windows" (2009-12-02) reorganized
GNU flags on Windows but let -fPIC slip through for compilation of
objects in shared libraries. While this flag is valid on most GNU
compiler platforms we need to suppress it in Windows-GNU.cmake just as
we already do in CYGWIN-GNU.cmake.
2010-02-19 08:23:31 -05:00
KWSys Robot
2eeccbe227
KWSys Nightly Date Stamp
2010-02-19 00:01:07 -05:00
CMake Robot
96b17cc59a
Nightly Start Time
...
--HG--
extra : rebase_source : 1d0d227cb04e1af4ae9046426972694acd1d8984
2010-02-18 20:00:00 -05:00
Brad King
282ba89558
Clarify CMAKE_MODULE_PATH documentation
...
Reword the documentation to make it clear that the variable can be a
list of directories.
2010-02-18 12:05:51 -05:00
KWSys Robot
19c42fb582
KWSys Nightly Date Stamp
2010-02-18 00:01:03 -05:00
CMake Robot
8f0d423eb3
Nightly Start Time
...
--HG--
extra : rebase_source : 5a01b15397b58d0fef7b39643538cca4a7d87cd2
2010-02-17 20:00:00 -05:00
Clinton Stimpson
70290e1f64
Add support for QtDeclartive module.
2010-02-17 19:12:18 -05:00
David Cole
b39fe9407e
Fix problem with ExternalProject test in in-source builds.
2010-02-17 16:21:41 -05:00
Marcus Hanwell
1e43973741
A few small changed from Pat Marion (in VTK CVS too)
2010-02-17 14:36:17 -05:00
Marcus Hanwell
f7a3db6403
Applied patch from Pat Marion - modules header macro.
...
This modifies the behavior of PYTHON_WRITE_MODULES_HEADER, should be backwards
compatible. Also marked a couple of the variables generated by adding Python
modules as advanced.
2010-02-17 11:37:37 -05:00
Marcus Hanwell
8d87d12ce6
Do not force frameworks on Mac OS X - never worked well.
2010-02-17 11:35:17 -05:00
KWSys Robot
27dac9fa86
KWSys Nightly Date Stamp
2010-02-17 00:01:05 -05:00
CMake Robot
8768d30bcc
Nightly Start Time
...
--HG--
extra : rebase_source : 65e40010a900fc234b637691f672f9546ff58b29
2010-02-16 20:00:00 -05:00
Brad King
4685872078
FortranCInterface: Fix PathScale detection again
...
PathScale Fortran mangles module symbols as "MY_SUB.in.MY_MODULE" and
also requires "my_module_" when the module is imported. We cannot
provide the symbol with ".in." mangling so we should not provide
"my_module_" because it would duplicate the one in the Fortran-provided
object file.
Commit "FortranCInterface: Fix PathScale detection" (2010-01-22) already
made the same fix for the non-underscore module case.
2010-02-16 13:24:44 -05:00
Brad King
f195a131cc
CMake 2.8.1-rc3
2010-02-16 10:35:33 -05:00
KWSys Robot
71e4fe7c7e
KWSys Nightly Date Stamp
2010-02-16 00:01:03 -05:00
CMake Robot
5b706deadb
Nightly Start Time
...
--HG--
extra : rebase_source : 7491cbf0da4331ee67dc2bce89648cf0db6eebad
2010-02-15 20:00:00 -05:00
KWSys Robot
6301f98664
KWSys Nightly Date Stamp
2010-02-15 00:01:03 -05:00