1966 Commits

Author SHA1 Message Date
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
Sebastien Barre
5458a0b50a FIX: GLU and GLUT flags for Mac OSX 2002-06-17 13:07:32 -04:00
Sebastien Barre
64a1707aee ENH: clean modules (doc, make stuff advanced, etc.) 2002-06-14 16:49:00 -04:00
Bill Hoffman
12d0b7c93d ENH: change so that on all make based systems all dart targets are added 2002-06-14 16:38:19 -04:00
Sebastien Barre
ca07137305 ENH: use OPENGL_LIBRARY_PATH as additional search path 2002-06-14 11:46:37 -04:00
Sebastien Barre
877610f2e9 ENH: define OPENGL_LIBRARY_PATH (path to OPENGL_LIBRARY) so that it can be used to search for other OpenGL-related libs 2002-06-14 11:45:57 -04:00
Sebastien Barre
1c943b80c9 FIX: bug, the wrong include file was searched. 2002-06-14 11:31:03 -04:00
Sebastien Barre
ab9c677232 ENH: FindLibrary can now use the makefile to add some compiler-specific lib search path (depending on the generator). 2002-06-14 10:37:59 -04:00
Sebastien Barre
72bb1865c3 ENH/FIX: Glut should be found, not set. Add search path for Cygwin 2002-06-14 10:35:42 -04:00
Sebastien Barre
35f6b648f2 FIX: comply with the way OpenGL libs are set in FindOpenGL and FindGLU 2002-06-13 14:45:46 -04:00
Sebastien Barre
5380afe02b ENH: make all OpenGL libs advanced, and add support for glu lib with Borland 2002-06-13 11:48:28 -04:00
Bill Hoffman
e57d209bdc fix warning 2002-06-12 09:46:02 -04:00
Bill Hoffman
344a7cff8d use lower case and not short path for uniq paths on window 2002-06-11 14:25:44 -04:00
Bill Hoffman
9ed9bffa6f only allow unique configurations 2002-06-11 14:25:11 -04:00
Bill Hoffman
5484a691ef BUG: fix dot net for paths with spaces 2002-06-11 14:15:02 -04:00
Bill Hoffman
f3cfbce074 BUG: RelativePath should not be quoted in output files even if it has spaces 2002-06-11 12:16:46 -04:00
Bill Hoffman
06047d14bb ENH: don't use short paths in the output 2002-06-11 11:01:16 -04:00
Bill Hoffman
8f89fe11c7 use short path to get unique path names for depend path output 2002-06-11 10:43:40 -04:00
Bill Hoffman
20308ac96a ERR: Fixed sun CC warnings. 2002-06-11 09:14:19 -04:00
Ken Martin
fd26d44f5f now includes current include files directory when searching for files it includes 2002-06-10 14:19:09 -04:00
Bill Hoffman
781fac21f0 BUG: cmake needs it's own directory for includes, so depends work 2002-06-10 11:33:49 -04:00
Andy Cedilnik
daaa5f3e79 Oops, forgot the library name 2002-06-10 08:53:36 -04:00
Andy Cedilnik
7e216a7ed2 Add search for python 2.2 2002-06-10 08:52:14 -04:00
Luis Ibanez
65afffa808 FIX: {} were missing around FLTK_*_LIBRARY. 2002-06-07 08:39:17 -04:00
Luis Ibanez
ba0774deb8 FIX: The final test is done now over FLTK_LIBRARY instead of FLTK_LIBRARY_PATH 2002-06-06 17:49:54 -04:00
Luis Ibanez
2deb001881 ENH: Support for FLTK1.1 and FLTK1.0.11 added. An option allows to select
between the two versions.
2002-06-06 15:28:28 -04:00
Bill Hoffman
8f8b4375bd ENH: remove borland bootstrap makefile 2002-06-06 11:53:34 -04:00