summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency to dynamic loader during bootstrapAndy Cedilnik2002-10-012-2/+2
|
* ENH: Version 1.1 is considered to be the default.Luis Ibanez2002-10-011-5/+5
|
* 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
|
* Configuratiion for finding LaTeX related executables.Luis Ibanez2002-09-301-0/+26
|
* 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-302-3/+2
|
* 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
|
* Use cmake echoAndy Cedilnik2002-09-273-6/+6
|
* 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
|
* Cleanup configure scriptsAndy Cedilnik2002-09-273-515/+92
|
* added progressKen Martin2002-09-267-33/+91
|
* minor memory fixKen Martin2002-09-261-2/+2
|
* Set variable to either 1 or empty string instead of TRUE and FALSEAndy Cedilnik2002-09-253-6/+15
|
* CleanupAndy Cedilnik2002-09-251-1/+1
|
* Check for libraryAndy Cedilnik2002-09-254-0/+12
|
* Fix modules for recent changesAndy Cedilnik2002-09-253-14/+14
|
* 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-243-9/+53
| | | | 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
|
* Initial attempt to check if library existsAndy Cedilnik2002-09-242-0/+35
|
* 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
* Improve check size of. Now it checks for some header files before trying to ↵Andy Cedilnik2002-09-241-1/+9
| | | | check types
* *** empty log message ***Brad King2002-09-242-0/+14
|
* ENH: Adding prototype release config script for OSF.Brad King2002-09-241-0/+13
|
* ERR: Removed old cygwin release config file. A separate script is now used.Brad King2002-09-241-30/+0
|
* fixed memory leakKen Martin2002-09-241-0/+7
|