summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Ok, when doing cmake -P you should not have to squish filename next to ↵Andy Cedilnik2004-02-202-1/+8
| | | | -P, There should be space between
* 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-191-0/+13
|
* ENH: Make IF command scriptableAndy Cedilnik2004-02-191-0/+5
|
* 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 ↵Bill Hoffman2004-02-162-46/+18
| | | | and extensions
* BUG: fix mingw module load testsBill Hoffman2004-02-161-0/+4
|
* fix warningsKen Martin2004-02-161-3/+14
|
* ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to themBill Hoffman2004-02-131-8/+0
|
* 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-121-0/+8
|
* BUG: Like cygwin, mingw does not produce .lib file for shared libraries, so ↵Andy Cedilnik2004-02-121-1/+1
| | | | search for dll when searching for library
* ERR: Remove warningAndy Cedilnik2004-02-111-4/+4
|
* ENH: On Cygwin shared libraries have only .dll file no .lib file, so when ↵Andy Cedilnik2004-02-111-0/+8
| | | | finding library on cygwin, search also for .dll. Also fix SimpleInstall test on cygwin
* 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 ↵Andy Cedilnik2004-02-102-8/+52
| | | | output as it goes
* 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-091-1/+1
|
* ENH: Install stage2 to handle runtime problemAndy Cedilnik2004-02-091-2/+1
|
* ENH: Attempt to support tests in funky subdirectoriesAndy Cedilnik2004-02-081-0/+12
|
* ENH: Add second part of SimpleInstallAndy Cedilnik2004-02-081-0/+13
|
* ENH: When nor specifying full path, make sure it actually works, on broken ↵Andy Cedilnik2004-02-061-4/+18
| | | | filesystems fix case of files.
* ENH: Handle script modeAndy Cedilnik2004-02-061-2/+10
|
* ENH: Make more commands scriptableAndy Cedilnik2004-02-063-0/+15
|
* 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 ↵Andy Cedilnik2004-02-031-1/+10
| | | | to link the module
* ENH: Propagate build typeAndy Cedilnik2004-02-021-0/+5
|
* ENH: Add install testAndy Cedilnik2004-02-011-4/+18
|
* BUG: keep outputBill Hoffman2004-01-291-1/+1
|
* ENH: remove depend on CMakeCache for rebuild_cache target to avoid double ↵Bill Hoffman2004-01-291-1/+1
| | | | rebuild cache
* 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
|
* BUG: Corrected detection of exceptional exit code.Brad King2004-01-281-3/+3
|
* ENH: Added exception string to abnormal termination report.Brad King2004-01-281-1/+2
|
* Including exception string in test's error output.Ken Martin2004-01-281-0/+8
|
* ERR: Remove warning about unused variableAndy Cedilnik2004-01-281-1/+0
|
* remove old fileBill Hoffman2004-01-271-336/+0
|
* ENH: add a dynamic loader flush cacheBill Hoffman2004-01-271-0/+4
|
* ENH: Only display the precontext or postcontext up to the next or previous ↵Andy Cedilnik2004-01-271-3/+7
| | | | warning or error
* BUG: fix FMMBill Hoffman2004-01-271-1/+1
|
* ENH: Make install on windows seems to work nowAndy Cedilnik2004-01-276-36/+126
|