Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
e02d66e89e
COMP: Block warnings in Borland system headers
|
16 years ago |
Bill Hoffman
|
fc9e6c6e5c
STYLE: suppress warnings for borland
|
16 years ago |
Bill Hoffman
|
b81f09e341
STYLE: suppress warnings for borland
|
16 years ago |
Brad King
|
98c51ff6dc
ENH: Overhaul CMake version numbering
|
16 years ago |
Brad King
|
dab5ea859a
COMP: Fix Borland 5.5 build
|
18 years ago |
Brad King
|
f872c10b7e
ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsing of CMAKE_BACKWARDS_COMPATIBILITY variable. Add cmLocalGenerator::NeedBackwardsCompatibility to simplify checks for compatibility requirements.
|
18 years ago |
Ken Martin
|
6cdf032505
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
Ken Martin
|
35e13b11f3
BUG: revert doc changes since VS7 cannot compile them, will implement them in a different manner
|
18 years ago |
Ken Martin
|
18ce24c748
ENH: make documentation entries actually store their data
|
18 years ago |
Brad King
|
21d7a242fd
COMP: Fix warnings in system headers on VS6.
|
19 years ago |
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
|
20 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 |