Commit History

Author SHA1 Message Date
  Brad King a30e054641 COMP: Use new KWSys IOStream component to help print large file size integer types to streams. 19 years ago
  Andy Cedilnik 2994f3a158 COMP: Add large files support to CMake 19 years ago
  Brad King ab61137eb1 COMP: Fix and/or disable warnings for Borland 5.6 build. 19 years ago
  Andy Cedilnik 4f728e93e1 COMP: Remove warnings 19 years ago
  Ken Martin 4b83a08b37 ENH: a warning fix and some more cleanup 19 years ago
  Bill Hoffman 6b47b28867 ENH: fix line length style stuff 20 years ago
  Brad King f71a085f74 ENH: Added kwsys::String class to shorten debugging symbols and error messages involving std::string. 20 years ago
  Bill Hoffman e2e08e4b96 ENH: fix for borland memcpy junk 20 years ago
  Andy Cedilnik d9dc9b54a6 ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked 20 years ago
  Andy Cedilnik 20bb808656 ENH: Add support for deque 20 years ago
  Andy Cedilnik 72ee8e6542 ENH: Add support for iomanip 20 years ago
  Brad King bac564356b COMP: Added pragma directives for SGI compilers to avoid useless warnings. 20 years ago
  Brad King d8ea77e454 COMP: Added hack to avoid SGI termios.h warnings. 20 years ago
  Brad King 7b2973d92f COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m. 20 years ago
  Brad King 5d7593bf50 BUG: Avoid duplicate definition by using cmsys_STL_STRING_NEQ_CHAR_DEFINED and cmsys_STL_STRING_NO_NEQ_CHAR. 20 years ago
  Brad King 084a1c9900 COMP: Adding stdlib.h to standard includes. We are using functions from it all over the place assuming it has been included here. 21 years ago
  Brad King 653bf6c25c ENH: Adding cmCustomCommandLine and cmCustomCommandLines subclasses of std::vector instantiations to represent multiple commands for a single custom command. These will be used in an upcoming checkin. 21 years ago
  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 years ago
  Andy Cedilnik fb228e73c8 ERR: Properly handle mode_t on borland 22 years ago
  Andy Cedilnik 1089ec27a1 ERR Fix borland 22 years ago
  Andy Cedilnik 900ad59867 ERR: Fix build problems on Visual Studio 6 22 years ago
  Ken Martin 565ed7d8a1 added stdio 22 years ago
  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 years ago
  Andy Cedilnik b133b832fd Remove bogus flags from cmStandardIncludes and make complex test pass 23 years ago
  Brad King 1f55680332 ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation. 23 years ago
  Brad King 1fe42129d4 ENH: Centralized setting of CMake version number to top-level CMake listfile. 23 years ago
  Bill Hoffman f5d95fb078 Complete rework of makefile generators expect trouble 23 years ago
  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 years ago
  Brad King 98ae74ce74 ERR: istrstream and istringstream need to be pulled into namespace std on the SGI. 23 years ago
  Brad King 281f7519e1 ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream. 23 years ago