Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: CMake kills me (so does Cygwin) | Sebastien Barre | 2005-10-06 | 1 | -2/+2 |
| | |||||
* | ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ↵ | Sebastien Barre | 2005-10-05 | 1 | -4/+4 |
| | | | | instead of the test executable | ||||
* | ENH: add kwsys test for DetectFileType | Sebastien Barre | 2005-10-04 | 1 | -0/+30 |
| | |||||
* | ENH: fix test, it has to return a true/false value otherwise it just passes ↵ | Sebastien Barre | 2005-06-20 | 1 | -5/+46 |
| | | | | the test, and add test for EscapeChars | ||||
* | COMP: Disable MSVC debug symbol truncation warning. | Brad King | 2005-04-14 | 1 | -0/+5 |
| | |||||
* | COMP: Adding work-around for CMake dependency scanning limitation. Any ↵ | Brad King | 2005-04-13 | 1 | -0/+7 |
| | | | | configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies. | ||||
* | BUG: Only do ~ test if HOME variable is defined. | Brad King | 2005-04-13 | 1 | -2/+4 |
| | |||||
* | ENH: Do kwsys testing as part of cmake testing, command line arguments are ↵ | Andy Cedilnik | 2005-04-13 | 1 | -0/+64 |
not experimental and add simple test for systemtools |