Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added STRING(CONFIGURE ...) command. | Brad King | 2004-03-04 | 4 | -0/+74 |
| | |||||
* | ENH: Moved variable and #cmakedefine replacement from ↵ | Brad King | 2004-03-03 | 3 | -27/+79 |
| | | | | cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code. | ||||
* | ERR: Too much commits | Andy Cedilnik | 2004-02-29 | 1 | -1/+1 |
| | |||||
* | ERR: Fix GetModulesFile | Andy Cedilnik | 2004-02-29 | 2 | -1/+2 |
| | |||||
* | ENH: Handle backticks as a valid library | Andy Cedilnik | 2004-02-29 | 1 | -1/+1 |
| | |||||
* | ERR: Cleanup and remove warning | Andy Cedilnik | 2004-02-29 | 1 | -12/+2 |
| | |||||
* | ERR: Fix build on Mac | Andy Cedilnik | 2004-02-29 | 1 | -3/+0 |
| | |||||
* | ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE | Andy Cedilnik | 2004-02-28 | 11 | -104/+193 |
| | |||||
* | ERR: Fix crash. We should check output before appending to it | Andy Cedilnik | 2004-02-24 | 1 | -3/+12 |
| | |||||
* | BUG: CVS update fix. If the CVS command was not set there was no indication ↵ | Andy Cedilnik | 2004-02-24 | 2 | -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 verbosity | Andy Cedilnik | 2004-02-24 | 1 | -3/+18 |
| | |||||
* | ENH: Improve coverage support and add more verbosity | Andy Cedilnik | 2004-02-23 | 2 | -11/+53 |
| | |||||
* | ENH: Make more commands scriptable | Andy Cedilnik | 2004-02-23 | 14 | -0/+70 |
| | |||||
* | BUG: Prevent crash when deleting the last cache item | Andy Cedilnik | 2004-02-23 | 1 | -25/+34 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2004-02-22 | 16 | -0/+33 |
| | |||||
* | ENH: Ok, when doing cmake -P you should not have to squish filename next to ↵ | Andy Cedilnik | 2004-02-20 | 4 | -3/+10 |
| | | | | -P, There should be space between | ||||
* | ENH: Handle wrong library on sun and no project on visual studio 7 | Andy Cedilnik | 2004-02-20 | 1 | -0/+2 |
| | |||||
* | ENH: Comment out test | Andy Cedilnik | 2004-02-19 | 1 | -2/+2 |
| | |||||
* | ENH: Cleanup | Andy Cedilnik | 2004-02-19 | 2 | -7/+20 |
| | |||||
* | ENH: Make IF command scriptable | Andy Cedilnik | 2004-02-19 | 1 | -0/+5 |
| | |||||
* | BUG: Fixed identification of ( and ) tokens to avoid finding them in string ↵ | Brad King | 2004-02-19 | 1 | -2/+2 |
| | | | | literals. | ||||
* | ENH: Macro should be scriptable | Andy Cedilnik | 2004-02-19 | 1 | -0/+5 |
| | |||||
* | ERR: Do not exit when find bad custom files. | Andy Cedilnik | 2004-02-19 | 1 | -1/+0 |
| | |||||
* | BUG: don't crash when loading a module that does not exist | Bill Hoffman | 2004-02-17 | 1 | -4/+11 |
| | |||||
* | shut up unfixable warning | Ken Martin | 2004-02-16 | 1 | -2/+3 |
| | |||||
* | ENH: use cmake variables for cmDynamicLoader to figure out library prefix ↵ | Bill Hoffman | 2004-02-16 | 2 | -46/+18 |
| | | | | and extensions | ||||
* | BUG: fix mingw module load tests | Bill Hoffman | 2004-02-16 | 2 | -1/+4 |
| | |||||
* | fix warnings | Ken Martin | 2004-02-16 | 1 | -3/+14 |
| | |||||
* | shared modules are not linked so do not use lib prefix | Bill Hoffman | 2004-02-14 | 1 | -0/+1 |
| | |||||
* | ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to them | Bill Hoffman | 2004-02-13 | 2 | -9/+1 |
| | |||||
* | ENH: Add DESTDIR support | Andy Cedilnik | 2004-02-13 | 1 | -12/+79 |
| | |||||
* | ERR: Fixed use of _findfirst for MSVC 6. | Brad King | 2004-02-12 | 1 | -1/+6 |
| | |||||
* | fix incorrect signature for findfirst | Ken Martin | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | Fix install test fail on mingw | Bill Hoffman | 2004-02-12 | 3 | -4/+12 |
| | |||||
* | BUG: Like cygwin, mingw does not produce .lib file for shared libraries, so ↵ | Andy Cedilnik | 2004-02-12 | 1 | -1/+1 |
| | | | | search for dll when searching for library | ||||
* | ERR: Remove warning | Andy Cedilnik | 2004-02-11 | 1 | -4/+4 |
| | |||||
* | ENH: On Cygwin shared libraries have only .dll file no .lib file, so when ↵ | Andy Cedilnik | 2004-02-11 | 3 | -8/+32 |
| | | | | finding library on cygwin, search also for .dll. Also fix SimpleInstall test on cygwin | ||||
* | ERR: Use filepath followed by filename not another filepath | Andy Cedilnik | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | ENH: Add logging of tests while running. This way you can actually see the ↵ | Andy Cedilnik | 2004-02-10 | 2 | -8/+52 |
| | | | | output as it goes | ||||
* | ENH: Some cleanup and try to fix Visual Studio builds | Andy Cedilnik | 2004-02-09 | 2 | -82/+68 |
| | |||||
* | BUG: -l or whatever should be at beginning of line. | Andy Cedilnik | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | ENH: Some systems do not handle spaces in the path | Andy Cedilnik | 2004-02-09 | 3 | -3/+3 |
| | |||||
* | ENH: Install stage2 to handle runtime problem | Andy Cedilnik | 2004-02-09 | 3 | -2/+23 |
| | |||||
* | ENH: Attempt to support tests in funky subdirectories | Andy Cedilnik | 2004-02-08 | 1 | -0/+12 |
| | |||||
* | ENH: Add second part of SimpleInstall | Andy Cedilnik | 2004-02-08 | 3 | -78/+129 |
| | |||||
* | ENH: When nor specifying full path, make sure it actually works, on broken ↵ | Andy Cedilnik | 2004-02-06 | 1 | -4/+18 |
| | | | | filesystems fix case of files. | ||||
* | ENH: Handle script mode | Andy Cedilnik | 2004-02-06 | 1 | -2/+10 |
| | |||||
* | ENH: Make more commands scriptable | Andy Cedilnik | 2004-02-06 | 3 | -0/+15 |
| | |||||
* | ENH: Better finding of JNI | Andy Cedilnik | 2004-02-06 | 1 | -0/+17 |
| | |||||
* | ERR: Fix test on windows with network paths | Andy Cedilnik | 2004-02-05 | 2 | -2/+4 |
| |