summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and try to unify with the other codeAndy Cedilnik2002-10-021-202/+216
|
* CleanupAndy Cedilnik2002-10-021-2/+4
|
* Remove unnecessary new lineKen Martin2002-10-021-1/+1
|
* Fix bug in borland run commandKen Martin2002-10-021-9/+6
|
* Produce only one outputKen Martin2002-10-021-1/+1
|
* ENH: Added support to pass the gccxml program location to cable if ↵Brad King2002-10-011-0/+6
| | | | ITK_GCCXML_EXECUTABLE is set on m_Makefile.
* Fix grouping of arguments on Windows 98Ken Martin2002-10-011-2/+2
|
* Fix a bug in generator. This one is good: This bug is only present on ↵Ken Martin2002-10-011-1/+1
| | | | Windows 98, but since RunCommand did not work, it never showed on the dashboard... In any case commands in Visual studio 6 should be in windows style slashes
* Put quotes around arguments if they have spaces and no quotesKen Martin2002-10-011-3/+15
|
* Remove dependency to dynamic loader during bootstrapAndy Cedilnik2002-10-012-2/+2
|
* ERR: Fixed bad sentence in error message.Brad King2002-10-011-3/+3
|
* Fix bug in chdir; Who did this anyway...Andy Cedilnik2002-09-301-1/+1
|
* BUG: fix load command stuff for cygwin and cleanup at exitBill Hoffman2002-09-304-5/+22
|
* Add some more commentsKen Martin2002-09-301-0/+5
|
* Cleanups and hopefully now it works on all windows platformsKen Martin2002-09-301-62/+13
|
* Set comspec substitute the right wayKen Martin2002-09-301-2/+1
|
* Set comspec substituteKen Martin2002-09-301-0/+5
|
* Add spacesKen Martin2002-09-301-2/+3
|
* Another attempt on Windows 98Andy Cedilnik2002-09-304-3/+42
|
* Attempt to unify the codeAndy Cedilnik2002-09-301-1/+1
|
* Fix bug in printingAndy Cedilnik2002-09-301-2/+6
|
* Remove warnings and fix potential bugAndy Cedilnik2002-09-301-35/+37
|
* Make borland pass all the tests on XP (and 2000?)Andy Cedilnik2002-09-301-2/+1
|
* Remove debugAndy Cedilnik2002-09-301-1/+0
|
* It is late and it at least seems to work better than before...Andy Cedilnik2002-09-301-42/+45
|
* Fix for it to compile on "all" windows platforms...Andy Cedilnik2002-09-302-39/+156
|
* Simplify debugging by resetting error codeAndy Cedilnik2002-09-301-0/+1
|
* possible fix for warningsKen Martin2002-09-292-13/+14
|
* compiler warningsKen Martin2002-09-291-2/+2
|
* Add two cmake commands -E echo for echoing strings and -E comspec for ↵Andy Cedilnik2002-09-273-6/+313
| | | | workaround of bug of windows 9x; add another implementation of run command on windows which should work...
* Add class for process execution on WindowsAndy Cedilnik2002-09-273-0/+701
|
* removed some includesKen Martin2002-09-2723-20/+8
|
* BUG: fix doc string and allow a variable to be promoted from non-cache to cacheBill Hoffman2002-09-272-8/+11
|
* remove unused stuffBill Hoffman2002-09-271-2/+0
|
* added progressKen Martin2002-09-267-33/+91
|
* minor memory fixKen Martin2002-09-261-2/+2
|
* Several changes: COMPILE_DEFINITIONS is now depricated. If you want to ↵Andy Cedilnik2002-09-252-17/+61
| | | | specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile
* Use file format detectionAndy Cedilnik2002-09-251-3/+4
|
* Add detection of file format from extensionAndy Cedilnik2002-09-252-1/+62
|
* Remove warningsAndy Cedilnik2002-09-251-2/+2
|
* Attempt to make NMake quiet during TRY_COMPILEAndy Cedilnik2002-09-251-0/+7
|
* Add verbose flag -V, which makes the output of tests to be displayed; also ↵Andy Cedilnik2002-09-242-4/+31
| | | | add help to ctest
* Improve backward compatibility, so that all backward compatibility stuff is ↵Andy Cedilnik2002-09-241-9/+29
| | | | in two modules; fix invoking of try_compile; add checking for header files and sizes of types
* Add support for mac dylibAndy Cedilnik2002-09-241-0/+8
|
* Some GUI improvements and fix the way dirty is being set, so that if there ↵Andy Cedilnik2002-09-242-14/+54
| | | | are no cache values, dirty is not set
* *** empty log message ***Brad King2002-09-242-0/+14
|
* fixed memory leakKen Martin2002-09-241-0/+7
|
* always convert to output pathKen Martin2002-09-241-1/+1
|
* CleanupAndy Cedilnik2002-09-241-6/+2
|
* Add accessor for Flushing cacheAndy Cedilnik2002-09-242-0/+9
|