Brad King
|
14f0211858
|
ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux.
|
2002-09-10 15:40:11 -04:00 |
Ken Martin
|
499bd45d4d
|
removed shared lib support
|
2002-08-23 16:13:34 -04:00 |
Ken Martin
|
34c7c1b78d
|
made CMakeLib shared on windows
|
2002-08-21 11:57:12 -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 |
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
|
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
|
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 |
Bill Hoffman
|
7d6eb54cf0
|
ENH: fix for dec compiler, they still do not have the correct ansi stream library
|
2002-01-30 11:23:07 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Bill Hoffman
|
572e5146f8
|
define hacks and such for the dec compiler
|
2001-11-20 08:28:54 -05:00 |
Brad King
|
eb6e54c64b
|
ENH: Replaced cmStdString implementation to make it more transparently a std:string.
|
2001-10-31 18:56:19 -05:00 |
Bill Hoffman
|
e197d3f219
|
remove memory leaks
|
2001-09-14 16:26:56 -04:00 |
Bill Hoffman
|
047c7b5af4
|
ENH: add more testing
|
2001-08-23 16:00:46 -04:00 |
Bill Hoffman
|
ddd5a7d729
|
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
2001-08-22 11:58:17 -04:00 |
Bill Hoffman
|
db1303aa7d
|
ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
|
2001-08-08 11:54:46 -04:00 |
Bill Hoffman
|
61ec323b6a
|
ENH: compile with broken 720 SGI C++ compiler
|
2001-08-07 15:49:57 -04:00 |
Brad King
|
8c3d29d0d3
|
ENH: Warning 4503 disable for MSVC.
|
2001-07-06 09:22:41 -04:00 |
Bill Hoffman
|
d1b419b7be
|
fix for scope on hp
|
2001-06-28 11:42:24 -04:00 |
Brad King
|
fda8bcc978
|
ENH: Added string.h include.
|
2001-06-22 12:18:10 -04:00 |
Bill Hoffman
|
a7d114cfd6
|
BUG: fix bootstrap build on unix
|
2001-06-21 13:48:08 -04:00 |
Bill Hoffman
|
adbae91cb5
|
ENH: fix cmake so it can boot strap itself better
|
2001-06-20 13:56:38 -04:00 |
Bill Hoffman
|
1094200ea0
|
BUG: fix to compile on hp with aCC
|
2001-05-17 11:44:26 -04:00 |
Will Schroeder
|
54cfe84f3f
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
Bill Hoffman
|
90e5612298
|
ENH: new GUI editor for cmake cache file
|
2001-04-23 16:40:29 -04:00 |
Bill Hoffman
|
7155d1f68b
|
BUG: fix small compile issues on HP aCC
|
2001-04-16 15:40:40 -04:00 |
Brad King
|
408cad388a
|
ERR: Added pragma to disable symbol length warning for Intel compiler.
|
2001-03-21 15:52:29 -05:00 |
Brad King
|
d3735b65d6
|
ERR: Added for-loop scoping hack for CMake sources on MSVC
|
2001-03-14 17:49:47 -05:00 |
Brad King
|
eb80df5561
|
ERR: fsream.h -> fstream.h
|
2001-02-26 17:58:26 -05:00 |
Bill Hoffman
|
0b0d1b1d43
|
ENH: add CMakeCache.txt support
|
2001-02-22 19:24:43 -05:00 |
Bill Hoffman
|
db267f533b
|
ENH: get rid of special msc configure file
|
2001-02-12 19:49:52 -05:00 |
Will Schroeder
|
88bbc0c30d
|
ENH:Documentation and cleanups
|
2001-01-11 14:47:38 -05:00 |
Bill Hoffman
|
c54a05bfc7
|
ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files.
|
2001-01-05 11:41:20 -05:00 |