Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed warning | Ken Martin | 2002-07-02 | 2 | -2/+2 |
| | |||||
* | consolidated IF handling and added checks for bad arguments | Ken Martin | 2002-07-01 | 3 | -181/+83 |
| | |||||
* | fixed commands that were setting definitions in final pass to set ↵ | Ken Martin | 2002-06-30 | 2 | -20/+19 |
| | | | | definitions in initial pass | ||||
* | fixed commands that were setting definitions in final pass to set ↵ | Ken Martin | 2002-06-30 | 4 | -85/+83 |
| | | | | definitions in initial pass | ||||
* | Remove another warning in the python wrapping | Andy Cedilnik | 2002-06-28 | 1 | -1/+1 |
| | |||||
* | performance fix | Ken Martin | 2002-06-28 | 1 | -2/+2 |
| | |||||
* | Add removing of warnings and add comment about the file being generated in CMake | Andy Cedilnik | 2002-06-28 | 1 | -0/+5 |
| | |||||
* | bug fix for aux src dirs | Ken Martin | 2002-06-28 | 1 | -0/+8 |
| | |||||
* | minor cleanup | Ken Martin | 2002-06-28 | 2 | -3/+2 |
| | |||||
* | performance inprovements | Ken Martin | 2002-06-28 | 2 | -3/+12 |
| | |||||
* | bug fix | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | bug fix | Ken Martin | 2002-06-27 | 2 | -2/+2 |
| | |||||
* | bug fix | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | a minor fix to make my life easier | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 29 | -422/+448 |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | ||||
* | BUG: CMake crashed if it failed to find its own executable. Also added ↵ | Brad King | 2002-06-27 | 2 | -7/+23 |
| | | | | better error messages when this occurs. | ||||
* | add a test with no extension | Bill Hoffman | 2002-06-25 | 1 | -1/+1 |
| | |||||
* | BUG: try to tell the difference between variables with sources and other ↵ | Bill Hoffman | 2002-06-25 | 1 | -2/+12 |
| | | | | variables | ||||
* | BUG: Result from ostrstream::str() can be a null pointer. | Brad King | 2002-06-25 | 1 | -1/+2 |
| | |||||
* | BUG: Attempt to fix ostrstream::str() wrapper for broken platforms. | Brad King | 2002-06-24 | 1 | -2/+2 |
| | |||||
* | modified to handle src list vectors without proper dollar signs | Ken Martin | 2002-06-24 | 1 | -17/+62 |
| | |||||
* | BUG: make sure windows paths are used for the command or it will not work ↵ | Ken Martin | 2002-06-24 | 1 | -1/+1 |
| | | | | for win 98 | ||||
* | ERR: using declaration to move streams into std namespace needs to bring up ↵ | Brad King | 2002-06-21 | 1 | -2/+2 |
| | | | | ostrstream and ostringstream, not strstream and stringstream. | ||||
* | ERR: Removed most of the repeated curses declarations. The cause errors on ↵ | Brad King | 2002-06-21 | 1 | -0/+3 |
| | | | | other platforms. Grrrr.. | ||||
* | ERR: Added function declarations from curses.h. They are not present on ↵ | Brad King | 2002-06-21 | 1 | -0/+15 |
| | | | | some platforms. Fixes warnings about implicit declarations. | ||||
* | ENH: Added configuration of CMAKE_NO_ANSI_STRING_STREAM. It is defined when ↵ | Brad King | 2002-06-21 | 3 | -0/+3 |
| | | | | the sstream header does not exist. | ||||
* | ERR: Ran autoconf on corresponding fixes to configure.in and cxxconfigure.in. | Brad King | 2002-06-21 | 2 | -29/+25 |
| | |||||
* | fix for sstream | Bill Hoffman | 2002-06-21 | 1 | -11/+9 |
| | |||||
* | fix to sstring stuff | Bill Hoffman | 2002-06-21 | 1 | -10/+8 |
| | |||||
* | modified MATCHES to handle non variables | Bill Hoffman | 2002-06-20 | 2 | -2/+10 |
| | |||||
* | ERR: cmStringStream is taking the functionality of ostringstream and ↵ | Brad King | 2002-06-20 | 1 | -5/+5 |
| | | | | ostrstream, not stringstream and strstream. | ||||
* | BUG: CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the cxxconfigure ↵ | Brad King | 2002-06-20 | 1 | -0/+3 |
| | | | | results. | ||||
* | ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵ | Brad King | 2002-06-19 | 10 | -54/+89 |
| | | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. | ||||
* | ENH: Re-ran autoconf to include changes to corresponding configure input. ↵ | Brad King | 2002-06-19 | 2 | -8/+45 |
| | | | | This adds a test for the availability of sstream. | ||||
* | ENH: Added test for sstream header. Defines CMAKE_NO_ANSI_STRING_STREAM if ↵ | Brad King | 2002-06-19 | 2 | -2/+33 |
| | | | | the header doesn't exist. | ||||
* | ENH: FindLibrary supports .Net specific lib dirs | Sebastien Barre | 2002-06-19 | 1 | -1/+20 |
| | |||||
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 1 | -1/+0 |
| | |||||
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 5 | -20/+38 |
| | |||||
* | ERR: Fixed unused parameter warning. | Brad King | 2002-06-19 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2002-06-19 | 4 | -4/+4 |
| | |||||
* | ERR: Fixed compiler warnings. | Brad King | 2002-06-18 | 5 | -25/+40 |
| | |||||
* | ERR: Fixed compiler warnings about unused parameters. | Brad King | 2002-06-18 | 7 | -8/+8 |
| | |||||
* | ERR: Fixed compiler warnings when using strict ansi. | Brad King | 2002-06-18 | 7 | -4/+17 |
| | |||||
* | fixed another bug | Ken Martin | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | fixed bug | Ken Martin | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | ERR: Fix for fprintf format warning. | Brad King | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | ERR: Attempt to fix warning on OSF about implicit declaration of winnstr. | Brad King | 2002-06-18 | 1 | -0/+2 |
| | |||||
* | ENH: add more paths for the HP | Sebastien Barre | 2002-06-18 | 1 | -0/+2 |
| | |||||
* | ENH: try and fix link problem on dec | Bill Hoffman | 2002-06-18 | 4 | -0/+27 |
| | |||||
* | Add debian Java paths | Andy Cedilnik | 2002-06-17 | 1 | -1/+2 |
| |