summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: create new test to test subdir excludeBill Hoffman2004-03-098-0/+64
|
* ENH: Properly build WIN32 executablesAndy Cedilnik2004-03-091-3/+3
|
* ENH: Try to remove warningAndy Cedilnik2004-03-092-7/+7
|
* ENH: Add comment about RUNTIME_DIRECTORYAndy Cedilnik2004-03-091-2/+4
|
* ENH: Move implementation of configure_file to cmMakefile, so that other ↵Andy Cedilnik2004-03-093-53/+79
| | | | classes can use it
* ENH: Added STRING(CONFIGURE ...) command.Brad King2004-03-044-0/+74
|
* ENH: Moved variable and #cmakedefine replacement from ↵Brad King2004-03-033-27/+79
| | | | cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code.
* ERR: Too much commitsAndy Cedilnik2004-02-291-1/+1
|
* ERR: Fix GetModulesFileAndy Cedilnik2004-02-292-1/+2
|
* ENH: Handle backticks as a valid libraryAndy Cedilnik2004-02-291-1/+1
|
* ERR: Cleanup and remove warningAndy Cedilnik2004-02-291-12/+2
|
* ERR: Fix build on MacAndy Cedilnik2004-02-291-3/+0
|
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-2811-104/+193
|
* ERR: Fix crash. We should check output before appending to itAndy Cedilnik2004-02-241-3/+12
|
* BUG: CVS update fix. If the CVS command was not set there was no indication ↵Andy Cedilnik2004-02-242-226/+253
| | | | that something went wrong. Now it will make sure it does. Also start working on multiple configuration scripts
* ENH: Put Process execution errors in output and honor verbosityAndy Cedilnik2004-02-241-3/+18
|
* ENH: Improve coverage support and add more verbosityAndy Cedilnik2004-02-232-11/+53
|
* ENH: Make more commands scriptableAndy Cedilnik2004-02-2314-0/+70
|
* BUG: Prevent crash when deleting the last cache itemAndy Cedilnik2004-02-231-25/+34
|
* 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
| | | | -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-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 ↵Brad King2004-02-191-2/+2
| | | | literals.
* 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-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 ↵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-113-8/+32
| | | | 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
* 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
|