summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: CleanupsAndy Cedilnik2004-02-2216-0/+33
* ENH: Ok, when doing cmake -P you should not have to squish filename next to -...Andy Cedilnik2004-02-204-3/+10
* ENH: Handle wrong library on sun and no project on visual studio 7Andy Cedilnik2004-02-201-0/+2
* ENH: Comment out testAndy Cedilnik2004-02-191-2/+2
* ENH: CleanupAndy Cedilnik2004-02-192-7/+20
* ENH: Make IF command scriptableAndy Cedilnik2004-02-191-0/+5
* BUG: Fixed identification of ( and ) tokens to avoid finding them in string l...Brad King2004-02-191-2/+2
* ENH: Macro should be scriptableAndy Cedilnik2004-02-191-0/+5
* ERR: Do not exit when find bad custom files.Andy Cedilnik2004-02-191-1/+0
* BUG: don't crash when loading a module that does not existBill Hoffman2004-02-171-4/+11
* shut up unfixable warningKen Martin2004-02-161-2/+3
* ENH: use cmake variables for cmDynamicLoader to figure out library prefix and...Bill Hoffman2004-02-162-46/+18
* BUG: fix mingw module load testsBill Hoffman2004-02-162-1/+4
* fix warningsKen Martin2004-02-161-3/+14
* shared modules are not linked so do not use lib prefixBill Hoffman2004-02-141-0/+1
* ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to themBill Hoffman2004-02-132-9/+1
* ENH: Add DESTDIR supportAndy Cedilnik2004-02-131-12/+79
* ERR: Fixed use of _findfirst for MSVC 6.Brad King2004-02-121-1/+6
* fix incorrect signature for findfirstKen Martin2004-02-121-1/+1
* Fix install test fail on mingwBill Hoffman2004-02-123-4/+12
* BUG: Like cygwin, mingw does not produce .lib file for shared libraries, so s...Andy Cedilnik2004-02-121-1/+1
* ERR: Remove warningAndy Cedilnik2004-02-111-4/+4
* ENH: On Cygwin shared libraries have only .dll file no .lib file, so when fin...Andy Cedilnik2004-02-113-8/+32
* ERR: Use filepath followed by filename not another filepathAndy Cedilnik2004-02-101-1/+1
* ENH: Add logging of tests while running. This way you can actually see the ou...Andy Cedilnik2004-02-102-8/+52
* ENH: Some cleanup and try to fix Visual Studio buildsAndy Cedilnik2004-02-092-82/+68
* BUG: -l or whatever should be at beginning of line.Andy Cedilnik2004-02-091-1/+1
* ENH: Some systems do not handle spaces in the pathAndy Cedilnik2004-02-093-3/+3
* ENH: Install stage2 to handle runtime problemAndy Cedilnik2004-02-093-2/+23
* ENH: Attempt to support tests in funky subdirectoriesAndy Cedilnik2004-02-081-0/+12
* ENH: Add second part of SimpleInstallAndy Cedilnik2004-02-083-78/+129
* ENH: When nor specifying full path, make sure it actually works, on broken fi...Andy Cedilnik2004-02-061-4/+18
* ENH: Handle script modeAndy Cedilnik2004-02-061-2/+10
* ENH: Make more commands scriptableAndy Cedilnik2004-02-063-0/+15
* ENH: Better finding of JNIAndy Cedilnik2004-02-061-0/+17
* ERR: Fix test on windows with network pathsAndy Cedilnik2004-02-052-2/+4
* ENH: Fix test on HP-UXBerk Geveci2004-02-046-8/+8
* ENH: Fix support for debug postfixAndy Cedilnik2004-02-031-3/+2
* ENH: Add support for install postfixAndy Cedilnik2004-02-033-1/+28
* ENH: Cleanup outputAndy Cedilnik2004-02-031-1/+3
* ENH: Fix ADD_DEPENDENCIES on Unix makefiles and fix SimpleInstall test not to...Andy Cedilnik2004-02-033-3/+16
* ENH: Make test work on windowsAndy Cedilnik2004-02-022-4/+20
* ENH: Propagate build typeAndy Cedilnik2004-02-021-0/+5
* ENH: Fix exportsAndy Cedilnik2004-02-014-4/+4
* ENH: Add install testAndy Cedilnik2004-02-0121-4/+250
* BUG: keep outputBill Hoffman2004-01-291-1/+1
* ENH: remove depend on CMakeCache for rebuild_cache target to avoid double reb...Bill Hoffman2004-01-291-1/+1
* ERR: Fixed prototypes of gmtime, localtime, and mktime.Brad King2004-01-291-3/+3
* BUG: After running builtin ctest, go back to the original directoryBill Hoffman2004-01-281-0/+4
* ERR: Remove coutAndy Cedilnik2004-01-281-1/+0