summaryrefslogtreecommitdiff
path: root/Source/cmaketest.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Remove memory leak caused by cmDynamicLoader not being deleted properlyKen Martin2002-10-091-1/+13
* CleanupAndy Cedilnik2002-09-231-2/+1
* remove unused variablesKen Martin2002-09-151-1/+0
* Remove unnecessary includeAndy Cedilnik2002-09-121-1/+0
* new archKen Martin2002-09-061-2/+2
* no more singletonsKen Martin2002-08-281-18/+0
* memory issueKen Martin2002-08-231-0/+1
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll de...Bill Hoffman2002-08-231-0/+3
* ERR: UseIt() missing return type.Brad King2002-04-101-1/+1
* fix warningBill Hoffman2002-04-101-0/+4
* ENH: make sure the test tests the right cmake, and not the cmake used to boot...Bill Hoffman2002-04-051-18/+27
* ENH: fix more space problems, you can add args to the ExecProgram command sep...Bill Hoffman2002-04-031-14/+2
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-6/+15
* ENH: show output when running testsBill Hoffman2002-03-261-1/+1
* ENH: add new command to create a test driverBill Hoffman2002-03-201-3/+20
* ENH: overhaul of RunCommand on windows, if only win32 had popen...Bill Hoffman2002-03-141-1/+1
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+2
* ENH: add cmaketest to install targets (so that it can be used in other projec...Sebastien Barre2002-03-061-1/+11
* ENH: big change in the path handling, one function CreateOutputPath is used t...Bill Hoffman2002-02-221-8/+2
* 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 are...Sebastien Barre2002-01-231-2/+24
* 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 custom-co...Sebastien Barre2002-01-171-0/+15
* 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