Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix get_filename_component(... REALPATH) work dir | Brad King | 2009-11-18 | 1 | -1/+1 |
| | | | | | | | The commit "Fix get_filename_component ABSOLUTE mode" broke REALPATH treatment of relative paths because it stopped storing the absolute path in local variable 'filename'. This commit fixes the call to GetRealPath to use the proper local variable and adds a test. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-18 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-17 | 1 | -1/+1 |
| | |||||
* | Try to fix missing size_t on qnx | Bill Hoffman | 2009-11-16 | 1 | -0/+1 |
| | |||||
* | COMP: Fixing return type of the Get methods associated with variables that | Luis Ibanez | 2009-11-16 | 2 | -16/+16 |
| | | | | | were changed from "unsigned long" to "size_t" to solve warnings about 64 bits to 32 bits truncations. | ||||
* | Handle multiple carriage return issue on windows VS9. Also make sure that ↵ | Zach Mullen | 2009-11-16 | 2 | -3/+9 |
| | | | | running ctest in showonly mode does not kill our cost store, since many ctest tests do this and corrupt our cost data. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | COMP: Fixing type declarations and type conversions that could potentially | Luis Ibanez | 2009-11-15 | 1 | -12/+12 |
| | | | | truncate 64 bits types into 32 bits types. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-15 | 1 | -1/+1 |
| | |||||
* | use different tar format to handle longer file names | Bill Hoffman | 2009-11-14 | 2 | -3/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-14 | 1 | -1/+1 |
| | |||||
* | Show the current file when there is a tar error | Bill Hoffman | 2009-11-13 | 1 | -0/+2 |
| | |||||
* | fix warning for borland | Bill Hoffman | 2009-11-13 | 1 | -0/+3 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Fix missing return value. | Bill Hoffman | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-12 | 1 | -1/+1 |
| | |||||
* | fix number of callers to work with newer versions of valgrind | Bill Hoffman | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | Change logic of ctest subdirs command to allow for absolute paths. Also ↵ | Zach Mullen | 2009-11-10 | 1 | -6/+9 |
| | | | | added test coverage for passing absolute paths to subdirs. | ||||
* | Fix double bootstrap build for in source builds | Bill Hoffman | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Fixed a bug where it was possible for a test to be started twice if a ↵ | Zach Mullen | 2009-11-09 | 1 | -0/+5 |
| | | | | lower-indexed test depended on it. | ||||
* | Removed duplicated documentation entry. | Zach Mullen | 2009-11-09 | 1 | -5/+0 |
| | |||||
* | Bug 9090: CTest does not handle absolute paths in CTestTestfile SUBDIR( ) ↵ | Zach Mullen | 2009-11-09 | 1 | -0/+6 |
| | | | | | | entries. The ctest subdirs command now checks the relative path first, and if that does not exist, also checks if the given path was absolute. Thanks vodall for the patch. | ||||
* | add better error checking and run from correct directory. | Bill Hoffman | 2009-11-09 | 1 | -3/+9 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | add better error checking and support for symlinks to cpack's use of libarchive | Bill Hoffman | 2009-11-09 | 1 | -28/+49 |
| | |||||
* | Fix for working with symlinks in tar files | Bill Hoffman | 2009-11-09 | 1 | -29/+29 |
| | |||||
* | Fix some warnings | Bill Hoffman | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | fix line length error | Bill Hoffman | 2009-11-08 | 1 | -2/+3 |
| | |||||
* | go back to running stat and put size check in | Bill Hoffman | 2009-11-08 | 1 | -4/+4 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-08 | 1 | -1/+1 |
| | |||||
* | Remove check for now so test passes on linux | Bill Hoffman | 2009-11-08 | 1 | -0/+2 |
| | |||||
* | create a better error message | Bill Hoffman | 2009-11-08 | 1 | -1/+5 |
| | |||||
* | add much better error checking on libarchive calls. | Bill Hoffman | 2009-11-08 | 1 | -22/+44 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-07 | 1 | -1/+1 |
| | |||||
* | Fix issue #9851 - only seed the random number generator on the first call to ↵ | David Cole | 2009-11-06 | 2 | -3/+19 |
| | | | | STRING(RANDOM or if given the new RANDOM_SEED argument. Add test and documentation of new argument. | ||||
* | Implement LINK_FLAGS_<CONFIG> property on Xcode | Brad King | 2009-11-06 | 1 | -0/+10 |
| | | | | See issue #9841. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | Fix compiler error in cmSystemTools.cxx | Zach Mullen | 2009-11-05 | 1 | -1/+0 |
| | |||||
* | Doc --help-command, --help-command-list, --help-commands for ctest. (bug 9833) | Zach Mullen | 2009-11-05 | 1 | -0/+7 |
| | |||||
* | Add JOM support and clean up some of the tar -E stuff | Bill Hoffman | 2009-11-05 | 6 | -18/+147 |
| | |||||
* | Fix style warning in cmsystemtools, cosmetic change to ctest code | Zach Mullen | 2009-11-05 | 2 | -6/+4 |
| | |||||
* | Fixed infinite loop condition when a test's dependent test executable could ↵ | Zach Mullen | 2009-11-05 | 1 | -0/+2 |
| | | | | not be found. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | Document and test find_package <pkg>_DIR env var | Brad King | 2009-11-04 | 1 | -0/+1 |
| | | | | | The find_package(<pkg>) command checks the <pkg>_DIR environment variable. This commit documents and tests the feature. | ||||
* | Fix unused param warning resulting from libarchive API change. | Zach Mullen | 2009-11-04 | 1 | -0/+1 |
| | |||||
* | Fixed ctest doc typos. (bug 9836) | Zach Mullen | 2009-11-04 | 1 | -5/+5 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | Fix warning | Bill Hoffman | 2009-11-03 | 1 | -1/+1 |
| |