Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | -make paths with spaces work in the CodeBlocks generator with MinGW (#10014) | Alexander Neundorf | 2010-01-24 | 1 | -6/+10 |
| | | | | Alex | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-21 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-18 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | Remove unused #include <windows.h> | Brad King | 2010-01-13 | 1 | -4/+0 |
| | |||||
* | Name Cygwin DLLs with SOVERSION, not VERSION | Brad King | 2010-01-13 | 1 | -2/+2 |
| | | | | | | | | | Cygwin versions .dll files by putting the version number in the file name. Our fix to issue #3571 taught CMake to do this, but it used the VERSION target property. It is better to use the SOVERSION property since that is the interface (rather than implementation) version. Change based on patch from issue #10122. | ||||
* | KWSys: Fix SharedForward on Cygwin without -mwin32 | Brad King | 2010-01-13 | 1 | -4/+6 |
| | | | | | | | | | | When building on Cygwin without -mwin32, the _WIN32 macro may not be defined. SharedForward must still set the PATH environment variable to ensure runtime dependencies are found. The 'ldd' wrapping feature uses 'cygcheck' for now since a real ldd tool is not available in Cygwin 1.5. We can change to use the real ldd when we choose to stop supporting legacy Cygwin and require 1.7. | ||||
* | Enable extra CodeBlocks generator on Cygwin | Brad King | 2010-01-13 | 2 | -7/+3 |
| | | | | | This generator builds correctly on Cygwin so it should be enabled. Change based on patch from issue #10122. | ||||
* | Use if(CYGWIN) instead of if(WIN32 AND UNIX) | Brad King | 2010-01-13 | 1 | -2/+2 |
| | | | | | CMake has defined CYGWIN on Cygwin for years, so we no longer need the legacy form of the test. Change based on patch from issue #10122. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | Trust umask for file permissions | Brad King | 2010-01-12 | 3 | -11/+6 |
| | | | | | Open output files with mode 0666 so that permissions are not more strict than umask permits. See issue #10126. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-10 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | change the name to be closer to NMake Makefiles which is basically what jom ↵ | Bill Hoffman | 2010-01-08 | 1 | -1/+3 |
| | | | | parses | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-07 | 1 | -1/+1 |
| | |||||
* | COMP: Added missing case for the export macro, thanks to Kenneth Moreland. | Marcus Hanwell | 2010-01-06 | 1 | -0/+2 |
| | |||||
* | ENH: Added support for building kwsys with GCC visibility support. | Marcus Hanwell | 2010-01-06 | 1 | -5/+9 |
| | | | | | | | When kwsys is built using GCC visibility support can be used. This is similar to the way that Windows exports symbols in DLLs, and requires projects that build kwsys to change the default visibility using some compiler flags. See http://gcc.gnu.org/wiki/Visibility for more details about GCC visibility. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-06 | 1 | -1/+1 |
| | |||||
* | Fix a line length issue. | Bill Hoffman | 2010-01-05 | 1 | -1/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | Fix escapes in Fortran depend.make entries | Brad King | 2010-01-04 | 1 | -5/+7 |
| | | | | | | | Makefile dependencies must be escaped using cmLocalGenerator::Convert with the cmLocalGenerator::MAKEFILE option. This fixes Fortran module dependencies with spaces in the path. We test the fix by adding a space to one of the module paths in the Fortran test. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-04 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-01 | 1 | -3/+3 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | Enhanced CTest HTTP Request API to support PUT file uploads. | Zach Mullen | 2009-12-30 | 2 | -11/+33 |
| | |||||
* | fix line lengths | Alexander Neundorf | 2009-12-30 | 1 | -2/+3 |
| | | | | Alex | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Fix for issue #5041 - improve error messages that may occur during ↵ | David Cole | 2009-12-29 | 2 | -4/+21 |
| | | | | | | ctest_build and ctest_configure. The improved text gives very clear information when either the CMakeLists.txt or CTestConfig.cmake file is missing. Hopefully, it makes it easier for those poor future souls who encounter these messages to solve their problems quickly. | ||||
* | Fix crash on Continuous dashboard - related to last commit fixing issue ↵ | David Cole | 2009-12-29 | 1 | -1/+7 |
| | | | | #10060. Do not call ShouldCreateNewTag if command is NULL... | ||||
* | Fix issue #10060 - add APPEND arg to ctest_start command. | David Cole | 2009-12-29 | 4 | -59/+115 |
| | | | | If APPEND is given to ctest_start, it will read the tag from the current existing Testing/TAG file rather than creating a new one based on the current time stamp. This allows a developer to run several dashboard scripts in a row, all of which will share the same tag/stamp/buildid when they finally get submitted to CDash. Now you can split the running of build phases and test phases for the same dashboard row into multiple scripts. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-12-29 | 1 | -1/+1 |
| | |||||
* | Fix mem leak reported by valgrind. | David Cole | 2009-12-28 | 1 | -3/+3 |
| | |||||
* | Add missing archive_read_finish calls to fix some of the presently reported ↵ | David Cole | 2009-12-28 | 2 | -1/+2 |
| | | | | valgrind memory leaks. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-12-27 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-12-26 | 1 | -1/+1 |
| |