Andy Cedilnik
|
b133b832fd
Remove bogus flags from cmStandardIncludes and make complex test pass
|
há 22 anos atrás |
Brad King
|
1f55680332
ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation.
|
há 23 anos atrás |
Brad King
|
1fe42129d4
ENH: Centralized setting of CMake version number to top-level CMake listfile.
|
há 23 anos atrás |
Bill Hoffman
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
há 23 anos atrás |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
há 23 anos atrás |
Brad King
|
98ae74ce74
ERR: istrstream and istringstream need to be pulled into namespace std on the SGI.
|
há 23 anos atrás |
Brad King
|
281f7519e1
ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream.
|
há 23 anos atrás |
Andy Cedilnik
|
65cc289047
Remove compile error and remove some warnings
|
há 23 anos atrás |
Andy Cedilnik
|
089429fee9
Try to use platform independent input string stream
|
há 23 anos atrás |
Brad King
|
5ce73bdd14
ENH: Added explicit declarations of some C functions that are hard to get from standard headers in como (www.comeaucomputing.com) strict mode.
|
há 23 anos atrás |
Brad King
|
14f0211858
ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux.
|
há 23 anos atrás |
Ken Martin
|
499bd45d4d
removed shared lib support
|
há 23 anos atrás |
Ken Martin
|
34c7c1b78d
made CMakeLib shared on windows
|
há 23 anos atrás |
Brad King
|
dae99c659d
BUG: Result from ostrstream::str() can be a null pointer.
|
há 23 anos atrás |
Brad King
|
eb5b8e3d24
BUG: Attempt to fix ostrstream::str() wrapper for broken platforms.
|
há 23 anos atrás |
Brad King
|
e328ee73c8
ERR: using declaration to move streams into std namespace needs to bring up ostrstream and ostringstream, not strstream and stringstream.
|
há 23 anos atrás |
Brad King
|
159338bcf8
ERR: cmStringStream is taking the functionality of ostringstream and ostrstream, not stringstream and strstream.
|
há 23 anos atrás |
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.
|
há 23 anos atrás |
Bill Hoffman
|
7d6eb54cf0
ENH: fix for dec compiler, they still do not have the correct ansi stream library
|
há 24 anos atrás |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
há 24 anos atrás |
Bill Hoffman
|
572e5146f8
define hacks and such for the dec compiler
|
há 24 anos atrás |
Brad King
|
eb6e54c64b
ENH: Replaced cmStdString implementation to make it more transparently a std:string.
|
há 24 anos atrás |
Bill Hoffman
|
e197d3f219
remove memory leaks
|
há 24 anos atrás |
Bill Hoffman
|
047c7b5af4
ENH: add more testing
|
há 24 anos atrás |
Bill Hoffman
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
há 24 anos atrás |
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
|
há 24 anos atrás |
Bill Hoffman
|
61ec323b6a
ENH: compile with broken 720 SGI C++ compiler
|
há 24 anos atrás |
Brad King
|
8c3d29d0d3
ENH: Warning 4503 disable for MSVC.
|
há 24 anos atrás |
Bill Hoffman
|
d1b419b7be
fix for scope on hp
|
há 24 anos atrás |
Brad King
|
fda8bcc978
ENH: Added string.h include.
|
há 24 anos atrás |