1992 Commits

Author SHA1 Message Date
Ken Martin
2a7e4539e6 fixed warning 2002-07-02 08:24:36 -04:00
Ken Martin
a43a65bf34 consolidated IF handling and added checks for bad arguments 2002-07-01 08:49:36 -04:00
Ken Martin
e0c3d1e959 fixed commands that were setting definitions in final pass to set definitions in initial pass 2002-06-30 13:53:08 -04:00
Ken Martin
0b88e57e54 fixed commands that were setting definitions in final pass to set definitions in initial pass 2002-06-29 20:04:28 -04:00
Andy Cedilnik
3cfca938da Remove another warning in the python wrapping 2002-06-28 10:29:33 -04:00
Ken Martin
cdace2fcd2 performance fix 2002-06-28 10:18:28 -04:00
Andy Cedilnik
c6017182bf Add removing of warnings and add comment about the file being generated in CMake 2002-06-28 09:43:46 -04:00
Ken Martin
5ba65d0aa1 bug fix for aux src dirs 2002-06-28 09:21:30 -04:00
Ken Martin
c24d201c39 minor cleanup 2002-06-28 08:57:25 -04:00
Ken Martin
ca2fdeb640 performance inprovements 2002-06-27 21:17:25 -04:00
Ken Martin
6eb671097d bug fix 2002-06-27 16:47:38 -04:00
Ken Martin
4b12e5a306 bug fix 2002-06-27 16:42:57 -04:00
Ken Martin
4d6433bdf6 bug fix 2002-06-27 16:25:19 -04:00
Ken Martin
7cd492d443 a minor fix to make my life easier 2002-06-27 16:05:23 -04:00
Ken Martin
44a7cd55ff removed all source lists from the system and made them vectors. Also 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 2002-06-27 15:57:09 -04:00
Brad King
a1a05a5fbc BUG: CMake crashed if it failed to find its own executable. Also added better error messages when this occurs. 2002-06-27 09:35:21 -04:00
Bill Hoffman
c487718844 add a test with no extension 2002-06-25 09:59:32 -04:00
Bill Hoffman
32353c55e5 BUG: try to tell the difference between variables with sources and other variables 2002-06-25 09:59:08 -04:00
Brad King
dae99c659d BUG: Result from ostrstream::str() can be a null pointer. 2002-06-25 09:18:43 -04:00
Brad King
eb5b8e3d24 BUG: Attempt to fix ostrstream::str() wrapper for broken platforms. 2002-06-24 18:19:26 -04:00
Ken Martin
d1879a77e8 modified to handle src list vectors without proper dollar signs 2002-06-24 16:42:34 -04:00
Ken Martin
7df776057b BUG: make sure windows paths are used for the command or it will not work for win 98 2002-06-24 14:07:46 -04:00
Brad King
e328ee73c8 ERR: using declaration to move streams into std namespace needs to bring up ostrstream and ostringstream, not strstream and stringstream. 2002-06-21 10:31:37 -04:00
Brad King
953e01a604 ERR: Removed most of the repeated curses declarations. The cause errors on other platforms. Grrrr.. 2002-06-21 10:26:50 -04:00
Brad King
5bed7ca691 ERR: Added function declarations from curses.h. They are not present on some platforms. Fixes warnings about implicit declarations. 2002-06-21 09:25:32 -04:00
Brad King
a454990f7d ENH: Added configuration of CMAKE_NO_ANSI_STRING_STREAM. It is defined when the sstream header does not exist. 2002-06-21 09:00:51 -04:00
Brad King
38bfada11d ERR: Ran autoconf on corresponding fixes to configure.in and cxxconfigure.in. 2002-06-21 08:42:40 -04:00
Bill Hoffman
a39a03c4d4 fix for sstream 2002-06-21 08:39:01 -04:00
Bill Hoffman
3fc7253184 fix to sstring stuff 2002-06-21 08:38:32 -04:00
Bill Hoffman
20d9083455 modified MATCHES to handle non variables 2002-06-20 10:39:58 -04:00
Brad King
159338bcf8 ERR: cmStringStream is taking the functionality of ostringstream and ostrstream, not stringstream and strstream. 2002-06-20 10:20:44 -04:00
Brad King
17e3d6c784 BUG: CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the cxxconfigure results. 2002-06-20 10:19:59 -04:00
Brad King
07d35e662d ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. 2002-06-19 15:21:49 -04:00
Brad King
27a2cad0fc ENH: Re-ran autoconf to include changes to corresponding configure input. This adds a test for the availability of sstream. 2002-06-19 15:09:33 -04:00
Brad King
ff76604e80 ENH: Added test for sstream header. Defines CMAKE_NO_ANSI_STRING_STREAM if the header doesn't exist. 2002-06-19 15:05:14 -04:00
Sebastien Barre
03a8c9795c ENH: FindLibrary supports .Net specific lib dirs 2002-06-19 14:35:08 -04:00
Ken Martin
089bea359e modified create test source to create a vector 2002-06-19 13:28:39 -04:00
Ken Martin
38145ad5a4 modified create test source to create a vector 2002-06-19 12:52:16 -04:00
Brad King
b15808caff ERR: Fixed unused parameter warning. 2002-06-19 08:57:14 -04:00
Bill Hoffman
cc59f9bd1f *** empty log message *** 2002-06-19 07:28:30 -04:00
Brad King
28895b0f9f ERR: Fixed compiler warnings. 2002-06-18 17:20:27 -04:00
Brad King
55f3a3817e ERR: Fixed compiler warnings about unused parameters. 2002-06-18 17:20:07 -04:00
Brad King
05e162f00a ERR: Fixed compiler warnings when using strict ansi. 2002-06-18 17:19:38 -04:00
Ken Martin
589cf38a36 fixed another bug 2002-06-18 16:43:29 -04:00
Ken Martin
5b82069645 fixed bug 2002-06-18 16:35:29 -04:00
Brad King
3d7a869b39 ERR: Fix for fprintf format warning. 2002-06-18 16:32:36 -04:00
Brad King
50be646b79 ERR: Attempt to fix warning on OSF about implicit declaration of winnstr. 2002-06-18 16:30:00 -04:00
Sebastien Barre
84cd5ec124 ENH: add more paths for the HP 2002-06-18 14:26:57 -04:00
Bill Hoffman
0065bc5fa0 ENH: try and fix link problem on dec 2002-06-18 08:54:07 -04:00
Andy Cedilnik
f844304465 Add debian Java paths 2002-06-17 13:43:21 -04:00