summaryrefslogtreecommitdiffstats
path: root/Source/cmaketest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-8/+2
| | | | to escape spaces and convert to the native path type
* add ifdef for windows functionBill Hoffman2002-02-211-0/+2
|
* close to dot net workingBill Hoffman2002-02-201-0/+19
|
* ENH: run CMake a second time. The first time it is run, some cache values ↵Sebastien Barre2002-01-231-2/+24
| | | | are computed. The second time it is run, some commands check if the value is already in the cache and return that value instead of re-computing it. Therefore this ENH: a) make sure that this specific code is tested, b) increase coverage.
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* ENH: check the return value of the test program to be runBill Hoffman2002-01-211-2/+8
|
* FIX: need a 'make clean' before 'make all' otherwise the post-build ↵Sebastien Barre2002-01-171-0/+15
| | | | custom-command are not run (since a lib might be up to date already for ex.).
* add example to testsBill Hoffman2001-12-191-2/+11
|
* ENH: convert to windows pathsBill Hoffman2001-12-071-0/+4
|
* ENH: use windows paths to run commands and escape spacesBill Hoffman2001-12-071-0/+4
|
* *** empty log message ***Bill Hoffman2001-11-281-1/+1
|
* NMake with spaces in directoriesBill Hoffman2001-11-211-2/+6
|
* BUG: fix memory leakBerk Geveci2001-11-201-1/+1
|
* BUG: fix build for cygwinBill Hoffman2001-11-151-0/+2
|
* Closer to nmake buildBill Hoffman2001-11-141-17/+29
|
* add dependency for configure files and use short path in WIN32 cmake testBill Hoffman2001-10-261-1/+17
|
* ENH: fixes for borland compiler testingBill Hoffman2001-10-031-1/+10
|
* BUG: add missing includeBill Hoffman2001-10-011-0/+1
|
* ENH: change checkboxes back to pull down menus, remove leakBill Hoffman2001-10-011-0/+1
|
* bug in testing codeKen Martin2001-09-111-1/+5
|
* ENH: run cmake from cmaketestBill Hoffman2001-08-291-12/+21
|
* BUG: run make all on unix not make exenameBill Hoffman2001-08-231-1/+3
|
* ENH: add more testingBill Hoffman2001-08-231-10/+32
|
* minor compile fixKen Martin2001-06-291-1/+1
|
* minor fixes to testingKen Martin2001-06-271-5/+37
|
* namespace issuesKen Martin2001-06-221-6/+6
|
* new test driverKen Martin2001-06-211-0/+61