summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: Add comment about RUNTIME_DIRECTORYAndy Cedilnik2004-03-091-2/+4
* ENH: Move implementation of configure_file to cmMakefile, so that other class...Andy Cedilnik2004-03-093-53/+79
* ENH: Added STRING(CONFIGURE ...) command.Brad King2004-03-044-0/+74
* ENH: Moved variable and #cmakedefine replacement from cmConfigureFileCommand....Brad King2004-03-033-27/+79
* 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 t...Andy Cedilnik2004-02-242-226/+253
* 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
* 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