Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-06 | 1 | -1/+1 |
| | |||||
* | ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ↵ | Sebastien Barre | 2005-10-05 | 3 | -8/+9 |
| | | | | instead of the test executable | ||||
* | BUG: Reverting fundamental type info change until it is fixed on more ↵ | Brad King | 2005-10-05 | 1 | -50/+34 |
| | | | | platforms. It was tested on Linux, SGI, HP, Sun, OSX, Windows with nmake and VS 6, 7, 7.1, 8, Borland Make, and cygwin by hand with spaces in the path and cmake 2.0 and 2.2 before committing but still seems to be failing on some dashboards...strange. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-05 | 1 | -1/+1 |
| | |||||
* | ENH: the test for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake ↵ | Sebastien Barre | 2005-10-04 | 2 | -2/+2 |
| | | | | bootstrap | ||||
* | ENH: add kwsys test for DetectFileType | Sebastien Barre | 2005-10-04 | 3 | -0/+58 |
| | |||||
* | ENH: More verbosity | Andy Cedilnik | 2005-10-04 | 2 | -0/+16 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-04 | 1 | -1/+1 |
| | |||||
* | ENH: Converting FundamentalType try-compiles into a single try-run. All the ↵ | Brad King | 2005-10-03 | 2 | -34/+137 |
| | | | | information about the existence, size, and signedness of types can be determined in one program thanks to limits.h. | ||||
* | BUG: Double-quotes in definitions must be escaped. | Brad King | 2005-10-03 | 1 | -2/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-10-01 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-24 | 1 | -1/+1 |
| | |||||
* | ENH: try to find a gui for the Mac | Bill Hoffman | 2005-09-23 | 10 | -0/+2017 |
| | |||||
* | BUG: the -P option was not working with relative paths and a couple types | Ken Martin | 2005-09-23 | 1 | -3/+10 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-23 | 1 | -1/+1 |
| | |||||
* | COMP: Try to remove warnings | Andy Cedilnik | 2005-09-22 | 1 | -18/+14 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-22 | 1 | -1/+1 |
| | |||||
* | ENH: Updated to use modern FILE command for writing to output logs instead ↵ | Brad King | 2005-09-21 | 1 | -4/+4 |
| | | | | of WRITE_FILE. | ||||
* | BUG: kwsys_ios namespace should import streambuf also. | Brad King | 2005-09-21 | 1 | -0/+1 |
| | |||||
* | BUG: Corrected and updated documentation of the -P option, -C option, ↵ | Brad King | 2005-09-21 | 4 | -10/+15 |
| | | | | GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command. | ||||
* | ENH: removed ITK command | Ken Martin | 2005-09-21 | 3 | -321/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-21 | 1 | -1/+1 |
| | |||||
* | ENH: Properly report failed tests | Andy Cedilnik | 2005-09-20 | 1 | -1/+10 |
| | |||||
* | ENH: Make message into status | Andy Cedilnik | 2005-09-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-20 | 1 | -1/+1 |
| | |||||
* | BUG: When an unquoted argument contains a pair of matching double quotes ↵ | Brad King | 2005-09-19 | 2 | -49/+50 |
| | | | | spaces and tabs should be allowed in-between. This allows arguments like -DFOO='"bar zot"' to work. | ||||
* | BUG: Remove warning and try to fix memory problem | Andy Cedilnik | 2005-09-19 | 1 | -5/+6 |
| | |||||
* | ENH: Test for both commands | Andy Cedilnik | 2005-09-19 | 1 | -2/+2 |
| | |||||
* | ENH: Modify output based on wether it is tested or memory checked | Andy Cedilnik | 2005-09-19 | 1 | -1/+10 |
| | |||||
* | BUG: This should fix memory checking | Andy Cedilnik | 2005-09-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Added reference to documentation in CMakeLists.txt. | Brad King | 2005-09-18 | 1 | -1/+4 |
| | |||||
* | STYLE: Added backward compatibility disclaimer. | Brad King | 2005-09-18 | 1 | -0/+8 |
| | |||||
* | BUG: Fix which argument is which, also, fix the test to be less agressive | Andy Cedilnik | 2005-09-18 | 2 | -5/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-18 | 1 | -1/+1 |
| | |||||
* | ENH: Fix memcheck command | Andy Cedilnik | 2005-09-17 | 1 | -1/+1 |
| | |||||
* | ENH: Add testing of GET_TEST_PROPERTY command | Andy Cedilnik | 2005-09-17 | 1 | -0/+4 |
| | |||||
* | BUG: On WIN32, since we are using subkey, set it | Andy Cedilnik | 2005-09-17 | 1 | -1/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-09-17 | 1 | -1/+1 |
| | |||||
* | COMP: Remove unused variable | Andy Cedilnik | 2005-09-16 | 1 | -2/+0 |
| | |||||
* | BUG: Fix encoding and add deleting to the test | Andy Cedilnik | 2005-09-16 | 2 | -4/+8 |
| | |||||
* | ENH: Modify API a little bit to allow arbitrary length values. Encode ↵ | Andy Cedilnik | 2005-09-16 | 3 | -61/+161 |
| | | | | certain characters. Rename UNIX registry to FILE registry. More testing | ||||
* | COMP: Remove problem on borland | Andy Cedilnik | 2005-09-16 | 1 | -7/+4 |
| | |||||
* | ENH: Enable registry, add test of SET_TESTS_PROPERTIES, rename tests for dart2 | Andy Cedilnik | 2005-09-16 | 1 | -10/+19 |
| |