Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused variable | Andy Cedilnik | 2002-10-16 | 1 | -1/+0 |
| | |||||
* | better warning message | Ken Martin | 2002-10-15 | 1 | -1/+2 |
| | |||||
* | better warning message | Ken Martin | 2002-10-15 | 1 | -27/+32 |
| | |||||
* | Remove std::hex as it does not seems to work on SGI, attempt to fix ftime ↵ | Andy Cedilnik | 2002-10-15 | 1 | -7/+14 |
| | | | | problem on borland | ||||
* | Fix namespace, typo, and make ftime work on windows | Andy Cedilnik | 2002-10-14 | 1 | -3/+5 |
| | |||||
* | Even more cleanups, fix time on certain platforms such as windows, cygwin, ↵ | Andy Cedilnik | 2002-10-14 | 2 | -30/+111 |
| | | | | and linux. Hopefully we can add entries for other platforms until try_compile works. Also escape certain characters for xml. | ||||
* | More cleanups, fix prexontext and log number | Andy Cedilnik | 2002-10-14 | 1 | -34/+24 |
| | |||||
* | Add LastBuild.log file, fix some minor problems in output, modify output a ↵ | Andy Cedilnik | 2002-10-14 | 2 | -48/+51 |
| | | | | bit... | ||||
* | compiler warning | Ken Martin | 2002-10-11 | 1 | -0/+2 |
| | |||||
* | Add option to control number of errors sent to dashbaord | Ian Scott | 2002-10-11 | 1 | -0/+4 |
| | |||||
* | ENH: Added Split method to cmSystemTools to split a string into lines on its ↵ | Brad King | 2002-10-11 | 2 | -2/+34 |
| | | | | newlines. | ||||
* | BUG: Should not load CMAKE_INSTALL_PREFIX from the cache. | Brad King | 2002-10-11 | 1 | -0/+1 |
| | |||||
* | ERR: istrstream and istringstream need to be pulled into namespace std on ↵ | Brad King | 2002-10-11 | 1 | -0/+2 |
| | | | | the SGI. | ||||
* | Fix network build | Andy Cedilnik | 2002-10-10 | 1 | -187/+189 |
| | |||||
* | ENH: mark some vars as advanced (and resort the list) | Sebastien Barre | 2002-10-10 | 7 | -60/+75 |
| | |||||
* | ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵ | Brad King | 2002-10-10 | 9 | -117/+128 |
| | | | | Removed cmInputStringStream. | ||||
* | Remove compile error and remove some warnings | Andy Cedilnik | 2002-10-10 | 3 | -7/+8 |
| | |||||
* | ENH: Updated for actual build. | Brad King | 2002-10-10 | 1 | -1/+9 |
| | |||||
* | fixed some compiler warnings | Ken Martin | 2002-10-10 | 2 | -8/+8 |
| | |||||
* | Remove warning | Andy Cedilnik | 2002-10-10 | 1 | -1/+1 |
| | |||||
* | Remove warning | Andy Cedilnik | 2002-10-10 | 2 | -8/+8 |
| | |||||
* | Try to use platform independent input string stream | Andy Cedilnik | 2002-10-10 | 2 | -3/+20 |
| | |||||
* | Remove memory leak caused by cmDynamicLoader not being deleted properly | Ken Martin | 2002-10-09 | 2 | -4/+15 |
| | |||||
* | Try to add enter support | Andy Cedilnik | 2002-10-09 | 2 | -0/+8 |
| | |||||
* | added test of SET CACHE FORCE | Ken Martin | 2002-10-09 | 9 | -0/+45 |
| | |||||
* | added FORCE option | Ken Martin | 2002-10-09 | 2 | -8/+15 |
| | |||||
* | ENH: update the progress when generating is "done". | Sebastien Barre | 2002-10-09 | 1 | -0/+1 |
| | |||||
* | changed name | Ken Martin | 2002-10-09 | 1 | -1/+1 |
| | |||||
* | Add some search paths | Andy Cedilnik | 2002-10-09 | 1 | -1/+1 |
| | |||||
* | added Code Warrior dev | Ken Martin | 2002-10-09 | 1 | -23/+30 |
| | |||||
* | added build for Code Warrior | Ken Martin | 2002-10-09 | 2 | -0/+8 |
| | |||||
* | some updates | Ken Martin | 2002-10-09 | 3 | -7/+275 |
| | |||||
* | Reorganization, cleanup and some improvement in dart emulation | Andy Cedilnik | 2002-10-09 | 2 | -114/+210 |
| | |||||
* | Add parsing of warnings and errors | Andy Cedilnik | 2002-10-09 | 2 | -7/+280 |
| | |||||
* | Add configure option and fix potential bug in other targets. Now the run ↵ | Andy Cedilnik | 2002-10-09 | 2 | -3/+52 |
| | | | | command is actually run with directory, so eventually we should be able to run this from a subdirectory | ||||
* | new plugin API | Ken Martin | 2002-10-08 | 2 | -2/+2 |
| | |||||
* | some mods to the plugin API | Ken Martin | 2002-10-08 | 3 | -51/+83 |
| | |||||
* | BUG: get all the output including the last character | Bill Hoffman | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | added header dep | Ken Martin | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | Fix problem on HP | Andy Cedilnik | 2002-10-07 | 2 | -2/+2 |
| | |||||
* | minor fix to allow if with no arguments | Ken Martin | 2002-10-07 | 1 | -0/+1 |
| | |||||
* | Suppress output of trycompile | Andy Cedilnik | 2002-10-07 | 1 | -4/+4 |
| | |||||
* | Fix update so that it actually updates the source directory, | Andy Cedilnik | 2002-10-07 | 1 | -1/+9 |
| | |||||
* | Fix for run command on windows. If you specify command in quotes but not ↵ | Andy Cedilnik | 2002-10-07 | 1 | -2/+6 |
| | | | | full path, it should still work | ||||
* | Add missing namespace | Andy Cedilnik | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | Revert back. Does not seems to work on Windows | Andy Cedilnik | 2002-10-07 | 1 | -4/+0 |
| | |||||
* | Add some minimal Dart capability to ctest. For example now you can actually ↵ | Andy Cedilnik | 2002-10-07 | 2 | -52/+455 |
| | | | | use ctest to build projects, do cvs update on all platforms. This is especially cool for Visual Studio where you do not want to load the whole development environment just to build your project. | ||||
* | Check if directory was actually created | Andy Cedilnik | 2002-10-06 | 1 | -0/+4 |
| | |||||
* | ENH: nmake now uses incremental linking as Msdev does. Faster build (linking ↵ | Sebastien Barre | 2002-10-06 | 1 | -2/+2 |
| | | | | a static vtk.exe or paraview.exe could take more than 10 minutes) | ||||
* | If you specify header file as source, it should still use C compiler and not ↵ | Andy Cedilnik | 2002-10-06 | 5 | -2/+10 |
| | | | | CXX. Also fix COnly test so that it make sure that this still works... |