Daryle Walker
ed80575830
Added MPL-compatible variants of the minimum-size and value-based integer templates, which fixes #1224
...
[SVN r47470]
2008-07-16 09:55:31 +00:00
Daryle Walker
f27ad7b337
Added MPL-compatible variant of the processor-optimized integer template
...
[SVN r47452]
2008-07-15 18:56:59 +00:00
Daryle Walker
55e1796c7a
Added exact-integer templates, which fixes #1225 (and completes #653 )
...
[SVN r47434]
2008-07-15 09:59:19 +00:00
Daryle Walker
053be71261
Added extended-integer support, which fixes #653 (the main part; the secondary part is split off as #1225 )
...
[SVN r47414]
2008-07-14 06:28:54 +00:00
Daryle Walker
10e5587b9e
Improved/added testing for the processor-optimized integer template
...
[SVN r47413]
2008-07-14 04:25:31 +00:00
Daryle Walker
2f91e69629
Re-did implementation
...
[SVN r47408]
2008-07-13 23:30:18 +00:00
Daryle Walker
422ef1ebe6
Replaced comprehensive macros with focused templates
...
[SVN r47404]
2008-07-13 21:08:16 +00:00
Daryle Walker
edfaeb6c0e
Changed the Integer-selection test to use the unit-test system
...
[SVN r47200]
2008-07-07 23:13:43 +00:00
Daryle Walker
3c7910fad3
Added entries for the forgotten tests
...
[SVN r47123]
2008-07-06 00:58:34 +00:00
Rene Rivera
600801670e
Move integer tests into canonical test subdir structure.
...
[SVN r44384]
2008-04-13 23:00:19 +00:00
Daniel James
85e4d3e23d
Merged revisions 43206,43208-43213 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
Fix some broken links.
........
r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
Link to people pages on the website, as they've been removed from the download.
........
r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
Point links to the pages that used to be in 'more' to the site.
........
r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
Fix links on the home page as well.
........
r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
Generated documentation which is no longer generated.
........
[SVN r43214]
2008-02-10 16:39:38 +00:00
Daniel James
4e2c8440b5
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
94ace80618
Link to people pages on the website, as they've been removed from the download.
...
[SVN r43209]
2008-02-10 14:56:22 +00:00
Daniel James
550fe9d89f
Merged 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
........
r43129 | danieljames | 2008-02-06 19:02:38 +0000 (Wed, 06 Feb 2008) | 2 lines
In the boostbook navbar, link FAQ and people to the website.
........
r43188 | danieljames | 2008-02-09 12:29:02 +0000 (Sat, 09 Feb 2008) | 2 lines
Fix a link in the intrusive redirect.
........
r43189 | danieljames | 2008-02-09 12:37:00 +0000 (Sat, 09 Feb 2008) | 1 line
Fix another redirect link.
........
r43190 | danieljames | 2008-02-09 12:38:19 +0000 (Sat, 09 Feb 2008) | 1 line
Update link to Jamfile, to link to the version 2 jamfile.
........
r43191 | danieljames | 2008-02-09 12:39:06 +0000 (Sat, 09 Feb 2008) | 1 line
Fix a link.
........
r43192 | danieljames | 2008-02-09 12:45:32 +0000 (Sat, 09 Feb 2008) | 2 lines
Add a forwarding header for hash/custom.html as Boost.Bimap links to it.
........
r43193 | danieljames | 2008-02-09 13:02:45 +0000 (Sat, 09 Feb 2008) | 1 line
Fix the link to the license.
........
[SVN r43194]
2008-02-09 13:27:00 +00:00
Daniel James
cd6a9565ff
Fix the link to the license.
...
[SVN r43193]
2008-02-09 13:02:45 +00:00
Beman Dawes
19ed0e48e0
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
559b44c259
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41369]
2007-11-25 18:07:19 +00:00
Beman Dawes
0d058f42cc
Add missing copyright and license
...
[SVN r40835]
2007-11-06 13:41:19 +00:00
Beman Dawes
b162db6b72
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +00:00
Daryle Walker
7d8e93a6ac
Fixed comments listed in #766 that didn't match their described code
...
[SVN r39062]
2007-08-29 19:54:14 +00:00
nobody
4935afbcd4
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
boost-1.34.1
2007-07-24 19:28:14 +00:00
Dave Abrahams
167961aba1
Correct testing bugs:
...
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
or changing BOOST_TEST to BOOST_CHECK where the integer library
was clearly using Boost.Test and not returning report_errors().
[SVN r37063]
2007-02-25 15:28:02 +00:00
Daryle Walker
a1cc143de7
Added 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
...
[SVN r35844]
2006-11-04 22:58:43 +00:00
John Maddock
7ce7ba6bfd
Changed test to reflect changes made to C99 in the TC.
...
[SVN r35333]
2006-09-26 09:04:05 +00:00
John Maddock
cd99f24a87
Changed test to reflect changes made to C99 in the TC.
...
[SVN r35333]
2006-09-26 09:04:05 +00:00
nobody
c8cb2b24a1
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r33417]
2006-03-21 02:26:31 +00:00
John Maddock
93612e6c0b
QNX does have a wchar.h and WCHAR_MAX/WCHAR_MIN even though there's not much else in it!
...
[SVN r32576]
2006-02-05 10:19:42 +00:00
John Maddock
d9f5b1bbf9
Apparently we forgot to include <limits.h>
...
[SVN r32397]
2006-01-24 17:23:54 +00:00
Douglas Gregor
37d7590f2f
Merged from Version_1_33_1
...
[SVN r31949]
2005-12-08 03:23:02 +00:00
Rene Rivera
cb9a7792cc
Merge from RC_1_33_0.
...
[SVN r31703]
2005-11-19 19:38:13 +00:00
John Maddock
291bb8c525
Enable support for Dragonfly BSD
...
[SVN r30647]
2005-08-24 15:45:17 +00:00
Beman Dawes
8602a17a10
Replace buggy Cygwin INTMAX_C and UINTMAX_C macros
...
[SVN r29276]
2005-05-30 01:45:13 +00:00
Joaquín M. López Muñoz
29275d71aa
added workaround for duplicate comdat errors in MSVC++ 6.0
...
[SVN r29186]
2005-05-25 13:43:12 +00:00
Markus Schöpflin
9df9a90217
Make PRIVATE_FIT_TESTS() work correctly on 64-bit machines.
...
[SVN r28779]
2005-05-10 08:40:28 +00:00
Douglas Gregor
65607e3b82
Work around SunPro 5.3 issue
...
[SVN r28715]
2005-05-07 13:16:49 +00:00
Douglas Gregor
39399de102
WCHAR_MIN is not trustworthy on MacOS X
...
[SVN r28714]
2005-05-07 13:14:07 +00:00
Stefan Slapeta
27aae3b3cb
replaced BOOST_TEST
...
[SVN r27054]
2005-02-03 13:48:49 +00:00
John Maddock
21fe6251ab
Fix to ensure that <wchar.h> is included on solaris (thanks to bug report by Caleb Epstein).
...
[SVN r26542]
2004-12-17 11:56:15 +00:00
Markus Schöpflin
07019a8801
Better support for Tru64.
...
[SVN r25689]
2004-10-12 16:42:58 +00:00
Aleksey Gurtovoy
3892592661
c++boost.gif -> boost.png replacement
...
[SVN r25573]
2004-10-05 15:45:52 +00:00
John Maddock
0935f20c69
Added 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.
...
[SVN r24899]
2004-09-04 10:34:49 +00:00
John Maddock
7197caf500
Added Daryle Walker's copyrights as requested.
...
[SVN r24481]
2004-08-15 10:13:49 +00:00
John Maddock
92a46aac83
Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
...
[SVN r24402]
2004-08-11 10:59:33 +00:00
John Maddock
c32a045fa4
Removed Boost.org copyrights and replaced with originating authors copyright instead.
...
[SVN r24372]
2004-08-10 12:53:34 +00:00
Rene Rivera
0c31aa03f0
Don't #error when doing a release build. Just put out an informative message, and pass the test.
...
[SVN r24328]
2004-08-07 06:25:20 +00:00
Douglas Gregor
bfc384a435
License update
...
[SVN r24180]
2004-07-30 04:46:56 +00:00
Douglas Gregor
198530a48d
Converted to Boost Software License, Version 1.0
...
[SVN r24096]
2004-07-27 03:43:34 +00:00
John Maddock
91f511cab4
Licence update
...
[SVN r24031]
2004-07-25 12:01:00 +00:00
Gennaro Prota
0f84fe35da
fixed typo in comment
...
[SVN r23945]
2004-07-22 09:02:43 +00:00
Gennaro Prota
fa5aba353f
- documented the new typedefs
...
- added a what's new section
- reformatted a bit
- updated license reference
[SVN r23944]
2004-07-22 08:57:45 +00:00