summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testSystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
| | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
* BUG: Use angle-brackets to include testSystemTools.h to avoid problems with ↵Brad King2007-03-071-1/+3
| | | | in-source builds.
* ENH: Cleaned up KWSys tests to use test drivers.Brad King2007-03-031-1/+1
|
* COMP: Added missing headers. This partially addresses bug#3556.Brad King2006-08-011-0/+2
|
* ENH: better coverageKen Martin2006-07-311-2/+40
|
* BUG: fix some bad code and add a couple more testsKen Martin2006-07-281-6/+30
|
* COMP: fix compile issueKen Martin2006-07-251-1/+1
|
* BUG: some bug fixes, better docs, and more coverageKen Martin2006-07-251-0/+147
|
* STYLE: Minor styleMathieu Malaterre2006-03-091-18/+18
|
* ENH: CMake kills me (so does Cygwin)Sebastien Barre2005-10-061-2/+2
|
* ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable ↵Sebastien Barre2005-10-051-4/+4
| | | | instead of the test executable
* ENH: add kwsys test for DetectFileTypeSebastien Barre2005-10-041-0/+30
|
* ENH: fix test, it has to return a true/false value otherwise it just passes ↵Sebastien Barre2005-06-201-5/+46
| | | | the test, and add test for EscapeChars
* COMP: Disable MSVC debug symbol truncation warning.Brad King2005-04-141-0/+5
|
* COMP: Adding work-around for CMake dependency scanning limitation. Any ↵Brad King2005-04-131-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 King2005-04-131-2/+4
|
* ENH: Do kwsys testing as part of cmake testing, command line arguments are ↵Andy Cedilnik2005-04-131-0/+64
not experimental and add simple test for systemtools