summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-026-4/+60
|
* KWSys Nightly Date StampKWSys Robot2010-03-021-1/+1
|
* Use git for the checkout of the source tree instead of cvs.Bill Hoffman2010-03-012-0/+2
|
* Close ifstream.Zach Mullen2010-03-011-1/+5
|
* If tests failed on the last run, have them run first next timeZach Mullen2010-03-013-4/+33
|
* Configurable path to CTest cost data fileZach Mullen2010-03-014-5/+20
| | | | 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.
* Documentation: Test XHTML complianceBrad King2010-03-011-0/+14
| | | | | Use xmllint to validate our generated HTML documentation. See issue #10338.
* Documentation: Comply with "XHTML 1.0 Strict"Simon Harvey2010-03-011-23/+43
| | | | | | | | | | | | | 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>
* Documentation: Cleanup installation rulesBrad King2010-03-011-29/+35
| | | | | | 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.
* KWSys Nightly Date StampKWSys Robot2010-03-011-2/+2
|
* KWSys Nightly Date StampKWSys Robot2010-02-281-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-271-1/+1
|
* Different versions of cygwin report differet messages for cygwinBill Hoffman2010-02-261-2/+2
| | | | | For cygwin pass the badexe test if either ***Failed or BAD_COMMAND show up in the output of the test.
* Use historical average of test times to schedule tests.Zach Mullen2010-02-266-23/+115
|
* KWSys Nightly Date StampKWSys Robot2010-02-261-1/+1
|
* Change the tag to be master from CVS for release scriptsBill Hoffman2010-02-251-2/+2
|
* KWSys Nightly Date StampKWSys Robot2010-02-251-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-241-1/+1
|
* Change the git repository to be the new one and not the -tmp one.Bill Hoffman2010-02-231-1/+1
|
* Switch to git repository for creation of nightly releases.Bill Hoffman2010-02-239-20/+28
|
* KWSys Nightly Date StampKWSys Robot2010-02-231-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-211-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-201-1/+1
|
* BUG: We shouldn't be setting the HideWindow option on the test processes we ↵Zach Mullen2010-02-191-1/+0
| | | | create.
* Suppress GNU flag -fPIC on WindowsBrad King2010-02-191-0/+2
| | | | | | | | 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.
* KWSys Nightly Date StampKWSys Robot2010-02-191-1/+1
|
* Clarify CMAKE_MODULE_PATH documentationBrad King2010-02-181-4/+4
| | | | | Reword the documentation to make it clear that the variable can be a list of directories.
* KWSys Nightly Date StampKWSys Robot2010-02-181-1/+1
|
* Add support for QtDeclartive module.Clinton Stimpson2010-02-182-3/+12
|
* Fix problem with ExternalProject test in in-source builds.David Cole2010-02-171-0/+11
|
* A few small changed from Pat Marion (in VTK CVS too)Marcus Hanwell2010-02-171-2/+2
|
* Applied patch from Pat Marion - modules header macro.Marcus Hanwell2010-02-171-6/+12
| | | | | | 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.
* Do not force frameworks on Mac OS X - never worked well.Marcus Hanwell2010-02-171-16/+0
|
* KWSys Nightly Date StampKWSys Robot2010-02-171-1/+1
|
* FortranCInterface: Fix PathScale detection againBrad King2010-02-161-0/+6
| | | | | | | | | | | 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.
* KWSys Nightly Date StampKWSys Robot2010-02-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-141-1/+1
|
* -fix bug for Eclipse projects where targets which are in a subdir which has ↵Alexander Neundorf2010-02-131-19/+19
| | | | | | | | | | | | | | the same name as the project (... and so the linked resource) could not be built http://public.kitware.com/Bug/view.php?id=9978 Now instead of one linked resource for each project() just one linked resource to the top level source directory is created. This should really avoid this type of name clashes. And to me it looks also much less confusing. Hopefully the name "[Source directory]" containing a space and square brackets doesn't lead to problems somewhere. Here it works. Alex
* KWSys Nightly Date StampKWSys Robot2010-02-131-1/+1
|
* Preemptively fix line too long problem before tomorrow's dashboard has a ↵David Cole2010-02-121-3/+4
| | | | chance to complain about it.
* Make a common function that prints the status during the checks for working ↵David Cole2010-02-124-9/+36
| | | | compilers. Call it from all of the CMakeTesten_US.UTF-8Compiler.cmake files. In the message, print the full path to the tested compiler only for the Makefile generators. For Xcode and Visual Studio generators, print the generator instead so that users are not misled with the full path to a compiler that the generator may not even use. Xcode and Visual Studio have their own mechanisms for choosing the compiler to use during try_compile and build...
* Fix for issue #9125 - invent CMAKE_XCODE_ATTRIBUTE_* variable mechanism. If ↵David Cole2010-02-121-0/+15
| | | | there are variables that begin with CMAKE_XCODE_ATTRIBUTE_ then add corresponding attributes into the generated Xcode project file.
* Fix KWSYS_PLATFORM_INFO_TEST when user removes treeBrad King2010-02-121-1/+1
| | | | | | | | | | In commit 'Create KWSYS_PLATFORM_INFO_TEST macro' (2009-11-20) we implemented the macro to use a cache entry to avoid re-running the try_compile(). However, the output copied from the try_compile is needed on every configure. If the user wipes out the build tree but not the cache file then the try_compile() will not re-run to recreate the needed file. We address the problem by teaching the macro to run the try_compile() whenever its output file does not exist.
* Fix rule hash persistence file generationBrad King2010-02-122-4/+16
| | | | | | | | | | | | | | | | | | | | | We store custom command rule hashes in CMakeFiles/CMakeRuleHashes.txt persistently across CMake runs. When the rule hash changes we delete the custom command output file and write a new hash into the persistence file. This functionality was first added by the commit 'Introduce "rule hashes" to help rebuild files when rules change.' (2008-06-02). However, the implementation in cmGlobalGenerator::CheckRuleHashes kept the file open for read when attempting to rewrite a new file. On Windows filesystems this prevented the new version of the file from being written! This caused the first set of rule hashes to be used forever within a build tree, meaning that all custom commands whose rules changed would be rebuilt every time CMake regenerated the build tree. In this commit we address the problem by splitting the read and write operations into separate methods. This ensures that the input stream is closed before the output stream opens the file.
* KWSys Nightly Date StampKWSys Robot2010-02-121-1/+1
|
* Add a high COST value to BootstrapTest so that it will be scheduled first in ↵Zach Mullen2010-02-111-0/+2
| | | | parallel ctest executions.
* KWSys Nightly Date StampKWSys Robot2010-02-111-1/+1
|
* Fix for fix for issue #2336 - do not specify CMAKE_BUILD_TYPE when the ctest ↵David Cole2010-02-101-1/+2
| | | | -C configuration type string is empty.