Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved call to cache CDash version information to cmCTest::initialize. Also ↵ | Zach Mullen | 2010-02-08 | 1 | -4/+6 |
| | | | | added a 3 second timeout when requesting the version from the server. Added an option to the CTestConfiguration that will be used to determine whether to query the version information at all. (Behavior for this setting is not yet defined.) Updated CMake's local CDash version setting to 1.6. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-06 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Fix HPUX issue with test, by doing the query to cdash for its version before ↵ | Bill Hoffman | 2010-02-05 | 1 | -1/+3 |
| | | | | any test is started. | ||||
* | Support for relative paths to executables in MemCheck tests. Also fixed a ↵ | Zach Mullen | 2010-02-04 | 1 | -1/+3 |
| | | | | bug causing memcheck args to be overwritten repetitively. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-04 | 1 | -1/+1 |
| | |||||
* | Re-enabled Scheduler test and fixed the underlying problem. | Zach Mullen | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Fix line length style issue. | David Cole | 2010-02-02 | 1 | -1/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-02-01 | 1 | -2/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-31 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-30 | 1 | -1/+1 |
| | |||||
* | Fix issue #10155 - default value of CMAKE_OSX_DEPLOYMENT_TARGET should ↵ | David Cole | 2010-01-29 | 1 | -3/+7 |
| | | | | always be the empty string. When the value of CMAKE_OSX_DEPLOYMENT_TARGET is the empty string, the -mmacosx-version-min flag should not show up on the compiler command line. The logic for selecting default value of CMAKE_OSX_SYSROOT is orthogonal to and independent of the value of the deployment target. The default value for CMAKE_OSX_SYSROOT is the SDK that corresponds to the current version of Mac OSX on which cmake is running. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | KWSys: Remove $Id$ from MD5.c | Brad King | 2010-01-27 | 1 | -1/+0 |
| | | | | | This CVS keyword was copied into the file with the rest of the implementation. It has no meaning outside its original project tree. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | COMP: remove exporting String as VS10 attempts to export its parents ↵ | Dave Partyka | 2010-01-26 | 1 | -1/+1 |
| | | | | (basic_string) which causes all kinds of multiply defined symbols at link time. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | 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 |
| |