Commit History

Автор SHA1 Съобщение Дата
  Andy Cedilnik ae50b4bc6a BUG: Add a safety check so that you cannot send cmOStringStream.str() to other stream and produce the funky hex number. This makes it impossible to compile such a code. Adding that exposed a whole bunch of places in CMake where streams were used wrongly преди 21 години
  Andy Cedilnik fb228e73c8 ERR: Properly handle mode_t on borland преди 22 години
  Andy Cedilnik 1089ec27a1 ERR Fix borland преди 22 години
  Andy Cedilnik 900ad59867 ERR: Fix build problems on Visual Studio 6 преди 22 години
  Ken Martin 565ed7d8a1 added stdio преди 22 години
  Brad King ed273acfa7 ENH: Improved name of cmake version variables. They are now CMake_VERSION (major.minor) and CMake_VERSION_FULL (major.minor.patch). преди 22 години
  Andy Cedilnik b133b832fd Remove bogus flags from cmStandardIncludes and make complex test pass преди 22 години
  Brad King 1f55680332 ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation. преди 23 години
  Brad King 1fe42129d4 ENH: Centralized setting of CMake version number to top-level CMake listfile. преди 23 години
  Bill Hoffman f5d95fb078 Complete rework of makefile generators expect trouble преди 23 години
  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. преди 23 години
  Brad King 98ae74ce74 ERR: istrstream and istringstream need to be pulled into namespace std on the SGI. преди 23 години
  Brad King 281f7519e1 ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream. преди 23 години
  Andy Cedilnik 65cc289047 Remove compile error and remove some warnings преди 23 години
  Andy Cedilnik 089429fee9 Try to use platform independent input string stream преди 23 години
  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. преди 23 години
  Brad King 14f0211858 ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux. преди 23 години
  Ken Martin 499bd45d4d removed shared lib support преди 23 години
  Ken Martin 34c7c1b78d made CMakeLib shared on windows преди 23 години
  Brad King dae99c659d BUG: Result from ostrstream::str() can be a null pointer. преди 23 години
  Brad King eb5b8e3d24 BUG: Attempt to fix ostrstream::str() wrapper for broken platforms. преди 23 години
  Brad King e328ee73c8 ERR: using declaration to move streams into std namespace needs to bring up ostrstream and ostringstream, not strstream and stringstream. преди 23 години
  Brad King 159338bcf8 ERR: cmStringStream is taking the functionality of ostringstream and ostrstream, not stringstream and strstream. преди 23 години
  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. преди 23 години
  Bill Hoffman 7d6eb54cf0 ENH: fix for dec compiler, they still do not have the correct ansi stream library преди 24 години
  Will Schroeder a6a43d5320 ENH:Updated copyright преди 24 години
  Bill Hoffman 572e5146f8 define hacks and such for the dec compiler преди 24 години
  Brad King eb6e54c64b ENH: Replaced cmStdString implementation to make it more transparently a std:string. преди 24 години
  Bill Hoffman e197d3f219 remove memory leaks преди 24 години
  Bill Hoffman 047c7b5af4 ENH: add more testing преди 24 години