Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add a new test for TRY_COMPILE | Bill Hoffman | 2003-02-10 | 2 | -9/+15 |
| | |||||
* | ENH: add a new test to test try compile | Bill Hoffman | 2003-02-10 | 3 | -0/+60 |
| | |||||
* | ENH: Running "make test" can now have ARGS specified on the command line. ↵ | Brad King | 2003-02-10 | 1 | -1/+4 |
| | | | | These ARGS are passed to ctest. | ||||
* | ERR: Removed extra &&. | Brad King | 2003-02-09 | 1 | -1/+1 |
| | |||||
* | Fix for include optional | Bill Hoffman | 2003-02-08 | 2 | -6/+12 |
| | |||||
* | BUG: fix for spaces in paths in library path | Bill Hoffman | 2003-02-08 | 1 | -1/+1 |
| | |||||
* | BUG: Copying _LIB_DEPENDS variables requires double-quoted argument. | Brad King | 2003-02-07 | 1 | -40/+40 |
| | |||||
* | Several fixes/improvements: | Brad King | 2003-02-07 | 12 | -39/+207 |
| | | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones. | ||||
* | Remove warnings on AIX | Bill Hoffman | 2003-02-07 | 1 | -1/+8 |
| | |||||
* | Do not reuse connection as that feature seems to be broken | Andy Cedilnik | 2003-02-07 | 1 | -26/+26 |
| | |||||
* | Fix update return status | Andy Cedilnik | 2003-02-07 | 1 | -2/+6 |
| | |||||
* | ENH: spelling error fix | Bill Hoffman | 2003-02-07 | 1 | -1/+1 |
| | |||||
* | BUG: use IsNOTFOUND | Bill Hoffman | 2003-02-07 | 1 | -1/+1 |
| | |||||
* | Add updating support | Andy Cedilnik | 2003-02-07 | 2 | -1/+272 |
| | |||||
* | tell the aix linker not to give warnings with -bhalt:5 | Bill Hoffman | 2003-02-06 | 1 | -0/+7 |
| | |||||
* | added option to shut off automatic rebuilding | Ken Martin | 2003-02-06 | 2 | -13/+28 |
| | |||||
* | ENH: Comeau C++ has been added for nightly testing. It does not support ↵ | Brad King | 2003-02-06 | 1 | -11/+18 |
| | | | | shared libraries, so we cannot run the complex tests. | ||||
* | add better testing for unlink | Bill Hoffman | 2003-02-06 | 3 | -2/+19 |
| | |||||
* | BUG: Generate 0 into test driver instead of NULL. | Brad King | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | BUG: Don't include prototype in test for gethostbyname_r. | Brad King | 2003-02-05 | 1 | -0/+18 |
| | |||||
* | ENH: Added win32_zipfile and win32_upload commands. | Brad King | 2003-02-05 | 1 | -3/+28 |
| | |||||
* | BUG: AppleInfo.plist should come from build tree. | Brad King | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | fix default release flags for hp | Bill Hoffman | 2003-02-05 | 1 | -2/+2 |
| | |||||
* | ENH: Better error checking for cache iterator. | Brad King | 2003-02-05 | 2 | -3/+40 |
| | |||||
* | ENH: add a check for -NOTFOUND | Bill Hoffman | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | move cmake install out of advanced | Bill Hoffman | 2003-02-04 | 1 | -2/+4 |
| | |||||
* | BUG: add better testing for notfound | Bill Hoffman | 2003-02-04 | 1 | -2/+4 |
| | |||||
* | Created modules for Mesa headers and libraries. | Berk Geveci | 2003-02-04 | 2 | -0/+52 |
| | |||||
* | BUG: don't let the messages get too big | Bill Hoffman | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Oops, std namespace | Andy Cedilnik | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Generate java dependency files | Andy Cedilnik | 2003-02-04 | 1 | -0/+16 |
| | |||||
* | ENH: Improved robustness of remote invocation. Added more documentation. | Brad King | 2003-02-04 | 1 | -15/+44 |
| | |||||
* | ENH: Added documentation and usage. | Brad King | 2003-02-04 | 1 | -5/+109 |
| | |||||
* | ENH: add a better test for lib deps | Bill Hoffman | 2003-02-03 | 3 | -0/+3 |
| | |||||
* | BUG: Removed generation of stray paren. | Brad King | 2003-02-03 | 1 | -2/+0 |
| | |||||
* | ENH: Cleaned up sgi unreferenced warning hack. | Brad King | 2003-02-03 | 1 | -13/+11 |
| | |||||
* | fix warning | Bill Hoffman | 2003-02-02 | 1 | -4/+4 |
| | |||||
* | ENH: fix warning | Bill Hoffman | 2003-02-01 | 1 | -1/+0 |
| | |||||
* | ENH: fix doc line | Bill Hoffman | 2003-02-01 | 1 | -2/+2 |
| | |||||
* | BUG: add missing ; | Bill Hoffman | 2003-02-01 | 1 | -2/+2 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -1/+0 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 2 | -4/+5 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 17 | -36/+95 |
| | |||||
* | ENH: Another merge from branch 1.6. | Brad King | 2003-01-31 | 1 | -3/+2 |
| | |||||
* | BUG: Change install location of cmCPluginAPI header. | Brad King | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | fixed warnings | Ken Martin | 2003-01-31 | 1 | -0/+2 |
| | |||||
* | Add some error checking for missing include directories and link libraries | Andy Cedilnik | 2003-01-30 | 3 | -0/+16 |
| | |||||
* | Remove extra quote | Andy Cedilnik | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | BUG: can not mix cout and fgets on hp | Bill Hoffman | 2003-01-30 | 1 | -7/+7 |
| | |||||
* | ERR: Fixing attempt to remove warnings. | Brad King | 2003-01-30 | 1 | -5/+3 |
| |