Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default to gcc as the compiler. | Bill Hoffman | 2010-03-15 | 1 | -2/+2 |
| | | | | | | The compiler id is checked for C++ and C, if there is not one of those available, then just default to gcc. This makes it work with Fortran, or None projects. | ||||
* | Change to UTC for dashboard time. | Bill Hoffman | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-13 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | Add errorlevel checking after each custom command in a sequence. | David Cole | 2010-03-11 | 1 | -1/+9 |
| | | | | | | | This makes the behavior of the build with the Visual Studio generators equivalent to the behavior of makefile based builds. After an error in a custom command sequence, the build stops and reports an error rather than executing the remaining commands in the sequence. | ||||
* | Add a new registry key to check for the location of MPICH2. | David Partyka | 2010-03-11 | 1 | -0/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | BUG #9419: Added wxWidgets_EXCLUDE_COMMON_LIBRARIES option. | Miguel A. Figueroa-Villanueva | 2010-03-07 | 1 | -2/+10 |
| | | | | | | | | | | This allows the user not to link to the common libraries, which are regularly required. The user must specify all libraries that he does want to link in the find_package line (png tiff jpeg zlib regex expat). --HG-- extra : rebase_source : df29f96c957600629a34a1c5fafb8b3d6f274e22 | ||||
* | Fix Qt with OpenGL on the Mac. | Bill Hoffman | 2010-03-10 | 1 | -1/+15 |
| | |||||
* | Add CMAKE_TESTS_CDASH_SERVER variable and CTestSubmitLargeOutput test. | David Cole | 2010-03-08 | 10 | -12/+175 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If defined and non-empty, the value of CMAKE_TESTS_CDASH_SERVER should point to a CDash server willing to accept submissions for a project named PublicDashboard. On machines that also run a CDash dashboard, set this variable to "http://localhost/CDash-trunk-Testing" so that the CMake tests that submit dashboards do not have to send those submissions over the wire. The CTestSubmitLargeOutput test runs a dashboard that has a test that produces very large amount of output on stdout/stderr. Since we do not even want to attempt to send such large output over the wire, this test is off by default unless the CMAKE_TESTS_CDASH_SERVER server is localhost. This test is expected to cause a submission failure when sent to CDash. It passes if the submit results contain error output. It fails if the submit succeeds. CMAKE_TESTS_CDASH_SERVER: CDash server used by CMake/Tests. If not defined or "", this variable defaults to the server at http://www.cdash.org/CDash. If set explicitly to "NOTFOUND", curl tests and ctest tests that use the network are skipped. If set to something starting with "http://localhost/", the CDash is expected to be an instance of CDash used for CDash testing, pointing to a cdash4simpletest database. In these cases, the CDash dashboards should be run first. | ||||
* | Add .git .bzr and .hg to the list of default CPack ignore directories. | Bill Hoffman | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Fix upload to work with git branch name master. | Bill Hoffman | 2010-03-05 | 1 | -2/+5 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Remove empty_binary_dir command in new unit test | Zach Mullen | 2010-03-03 | 2 | -3/+1 |
| | |||||
* | Add unit test for RESOURCE_LOCK test property | Zach Mullen | 2010-03-03 | 6 | -4/+91 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Added RESOURCE_LOCK test property. | Zach Mullen | 2010-03-02 | 6 | -4/+60 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Use git for the checkout of the source tree instead of cvs. | Bill Hoffman | 2010-03-01 | 2 | -0/+2 |
| | |||||
* | Close ifstream. | Zach Mullen | 2010-03-01 | 1 | -1/+5 |
| | |||||
* | If tests failed on the last run, have them run first next time | Zach Mullen | 2010-03-01 | 3 | -4/+33 |
| | |||||
* | Configurable path to CTest cost data file | Zach Mullen | 2010-03-01 | 4 | -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 compliance | Brad King | 2010-03-01 | 1 | -0/+14 |
| | | | | | Use xmllint to validate our generated HTML documentation. See issue #10338. | ||||
* | Documentation: Comply with "XHTML 1.0 Strict" | Simon Harvey | 2010-03-01 | 1 | -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 rules | Brad King | 2010-03-01 | 1 | -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 Stamp | KWSys Robot | 2010-03-01 | 1 | -2/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-27 | 1 | -1/+1 |
| | |||||
* | Different versions of cygwin report differet messages for cygwin | Bill Hoffman | 2010-02-26 | 1 | -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 Mullen | 2010-02-26 | 6 | -23/+115 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Change the tag to be master from CVS for release scripts | Bill Hoffman | 2010-02-25 | 1 | -2/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Change the git repository to be the new one and not the -tmp one. | Bill Hoffman | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Switch to git repository for creation of nightly releases. | Bill Hoffman | 2010-02-23 | 9 | -20/+28 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-21 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | BUG: We shouldn't be setting the HideWindow option on the test processes we ↵ | Zach Mullen | 2010-02-19 | 1 | -1/+0 |
| | | | | create. | ||||
* | Suppress GNU flag -fPIC on Windows | Brad King | 2010-02-19 | 1 | -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. |