4e2c8440b5Point links to the pages that used to be in 'more' to the site.
Daniel James
2008-02-10 15:02:17 +0000
94ace80618Link to people pages on the website, as they've been removed from the download.
Daniel James
2008-02-10 14:56:22 +0000
550fe9d89fMerged revisions 43129,43131,43137,43139-43140,43142,43144,43146,43149,43151,43153,43158,43160-43164,43167-43170,43172-43174,43178,43180-43193 via svnmerge from https://svn.boost.org/svn/boost/trunk
Daniel James
2008-02-09 13:27:00 +0000
cd6a9565ffFix the link to the license.
Daniel James
2008-02-09 13:02:45 +0000
19ed0e48e0Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
559b44c259Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
0d058f42ccAdd missing copyright and license
Beman Dawes
2007-11-06 13:41:19 +0000
b162db6b72Starting point for releases
Beman Dawes
2007-10-05 14:25:06 +0000
7d8e93a6acFixed comments listed in #766 that didn't match their described code
Daryle Walker
2007-08-29 19:54:14 +0000
4935afbcd4This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'.
nobody
2007-07-24 19:28:14 +0000
167961aba1Correct testing bugs:
Dave Abrahams
2007-02-25 15:28:02 +0000
a1cc143de7Added license to a person profile; updated license on Boost.Integer and Boost.IO doc files; changed 'BOOST_TEST' to 'BOOST_CHECK' on Boost.Integer testing *.cpp files
Daryle Walker
2006-11-04 22:58:43 +0000
7ce7ba6bfdChanged test to reflect changes made to C99 in the TC.
John Maddock
2006-09-26 09:04:05 +0000
cd99f24a87Changed test to reflect changes made to C99 in the TC.
John Maddock
2006-09-26 09:04:05 +0000
c8cb2b24a1This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-03-21 02:26:31 +0000
93612e6c0bQNX does have a wchar.h and WCHAR_MAX/WCHAR_MIN even though there's not much else in it!
John Maddock
2006-02-05 10:19:42 +0000
d9f5b1bbf9Apparently we forgot to include <limits.h>
John Maddock
2006-01-24 17:23:54 +0000
37d7590f2fMerged from Version_1_33_1
Douglas Gregor
2005-12-08 03:23:02 +0000
cb9a7792ccMerge from RC_1_33_0.
Rene Rivera
2005-11-19 19:38:13 +0000
291bb8c525Enable support for Dragonfly BSD
John Maddock
2005-08-24 15:45:17 +0000
0935f20c69Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
John Maddock
2004-09-04 10:34:49 +0000
7197caf500Added Daryle Walker's copyrights as requested.
John Maddock
2004-08-15 10:13:49 +0000
92a46aac83Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
John Maddock
2004-08-11 10:59:33 +0000
c32a045fa4Removed Boost.org copyrights and replaced with originating authors copyright instead.
John Maddock
2004-08-10 12:53:34 +0000
0c31aa03f0Don't #error when doing a release build. Just put out an informative message, and pass the test.
Rene Rivera
2004-08-07 06:25:20 +0000
bfc384a435License update
Douglas Gregor
2004-07-30 04:46:56 +0000
198530a48dConverted to Boost Software License, Version 1.0
Douglas Gregor
2004-07-27 03:43:34 +0000
91f511cab4Licence update
John Maddock
2004-07-25 12:01:00 +0000
0f84fe35dafixed typo in comment
Gennaro Prota
2004-07-22 09:02:43 +0000
fa5aba353f- documented the new typedefs - added a what's new section - reformatted a bit - updated license reference
Gennaro Prota
2004-07-22 08:57:45 +0000
170a352574new version - more efficient, and with no dependency on numeric_limits<>
Gennaro Prota
2004-07-20 09:49:43 +0000
4862574bb1remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
Eric Niebler
2004-02-26 18:27:02 +0000
f2d22d091fPatches for cstdint support:
John Maddock
2004-01-14 13:30:49 +0000
4a094c4bcbfix wchar_t on HP-UX with gcc
Jens Maurer
2001-10-30 20:55:18 +0000
a7d2da8d1c1.25.0 Final runup
Beman Dawes
2001-10-01 15:54:23 +0000
4d2a921dbfWrite out limits as integers, even for char types.
Darin Adler
2001-09-28 17:38:10 +0000
0c758855e4Since it's obsolete, it should be removed.
Darin Adler
2001-09-28 17:37:25 +0000
3399df597eAdd case for Mac OS X to the WCHAR_MIN/WCHAR_MAX section.
Darin Adler
2001-09-24 23:45:49 +0000
a066e242b0always use WCHAR_MIN and WCHAR_MAX if defined
Jens Maurer
2001-09-24 18:43:20 +0000
a635f753a4port cstdint.hpp to HP-UX
Jens Maurer
2001-09-20 19:25:35 +0000
08f30ea46cmoved check, because different unsigned types may have different representations for -1 (e.g. (unsigned char)-1 and (unsigned int)-1)
Jens Maurer
2001-09-20 19:24:34 +0000
292eeb5c90Fixes for broken using declarations
John Maddock
2001-09-20 11:44:34 +0000
8a105dab3fFixes for the case that platform has its own stdint.h (less stringent tests)
John Maddock
2001-09-20 11:44:05 +0000
5b0d514aa4commit of split-config, including any changes required to existing libraries (mainly regex).
John Maddock
2001-09-18 11:13:39 +0000
eee6dfa4d9avoid "long long" with SunCC (Gennadiy E. Rozental)
Jens Maurer
2001-09-07 18:49:12 +0000
645f809379fix the "gcc 3.0 and long long" fix to check for the appropriate symbol
Jens Maurer
2001-05-13 18:17:15 +0000
28ec7fa76cDon't use "long long" with gcc 3.0's shipped library, because it does not define operator<<(ostream&, long long) overloads.
Jens Maurer
2001-05-11 17:04:56 +0000
07505c76f8Preprocessor fix for VC6 + STLPort 4.1b6
John Maddock
2001-05-11 10:47:57 +0000
fda46f9780HP-UX needs special attention because ULONG_LONG_MAX is not fully usable
Jens Maurer
2001-05-09 21:07:20 +0000
125bf3351fgcc on HP-UX doesn't have WCHAR_MIN and WCHAR_MAX
Jens Maurer
2001-05-08 18:15:32 +0000
e3702f3abcint64_t may not be defined on HP-UX when using gcc
Jens Maurer
2001-05-08 18:14:14 +0000
c54da75efbFixed more wchar_t problems
John Maddock
2001-05-08 11:11:30 +0000