Gennaro Prota
|
f4073fc6aa
|
- added a missing #include (climits)
- extended usage of BOOST_BITSET_CHAR to accomodate libraries with no locale support (MWCW with _MSL_NO_LOCALE)
- untabified
[SVN r22972]
|
2004-05-30 09:40:25 +00:00 |
|
Gennaro Prota
|
f61de66d04
|
removed some superfluous spaces and added workaround for VC6's Dinkum
[SVN r22833]
|
2004-05-16 08:43:38 +00:00 |
|
Gennaro Prota
|
c688bf1763
|
changed workaround for gcc bug nr. 8419
[SVN r22771]
|
2004-05-09 09:21:33 +00:00 |
|
Gennaro Prota
|
0c613d24c4
|
- workaround for Borland bug
- untabified
[SVN r22769]
|
2004-05-09 08:03:21 +00:00 |
|
Gennaro Prota
|
e6ca3c67c4
|
use division by 2 instead of >>=1, because Borland C++ yields sometimes an access violation when shifting with Block = unsigned long long
[SVN r22768]
|
2004-05-09 07:48:12 +00:00 |
|
Gennaro Prota
|
c1d95c8d3e
|
Added URI of the DTD in the <!DOCTYPE> tag
[SVN r22764]
|
2004-05-08 08:27:59 +00:00 |
|
Gennaro Prota
|
5cdfb675be
|
removed superfluous spaces
[SVN r22704]
|
2004-04-25 09:04:36 +00:00 |
|
Gennaro Prota
|
3af18952b3
|
just aligned a backslash
[SVN r22703]
|
2004-04-25 09:03:10 +00:00 |
|
Gennaro Prota
|
a1cc5de6eb
|
removed #undef for BOOST_OLD_IOSTREAMS
[SVN r22702]
|
2004-04-25 08:54:14 +00:00 |
|
Gennaro Prota
|
48f9b61f3d
|
no message
[SVN r22700]
|
2004-04-25 08:30:00 +00:00 |
|
Gennaro Prota
|
9015fe1e59
|
removed the 3 examples and the "timing_tests" file (this way we can use bjam's subinclude feature from boost-root/status/Jamfile without also running examples etc. with the regression tests)
[SVN r22699]
|
2004-04-25 08:29:17 +00:00 |
|
Gennaro Prota
|
ebcb04e23b
|
Jamfile for examples and 'timing_tests' - doesn't run with the regression tests, of course
[SVN r22698]
|
2004-04-25 08:24:50 +00:00 |
|
Gennaro Prota
|
ddc4d80d4b
|
moved here from the parent directory
[SVN r22697]
|
2004-04-25 08:21:42 +00:00 |
|
Gennaro Prota
|
c5f0c1610f
|
new license reference
[SVN r22696]
|
2004-04-25 08:15:26 +00:00 |
|
Gennaro Prota
|
3942289151
|
the examples - moved here so that they can have an independent Jamfile that doesn't trigger together with the regression tests
[SVN r22695]
|
2004-04-25 08:09:46 +00:00 |
|
Gennaro Prota
|
29f03d2456
|
removed (will go into the example/ subdirectory)
[SVN r22694]
|
2004-04-25 08:05:11 +00:00 |
|
Gennaro Prota
|
7e9eaaa25f
|
removed definition of BOOST_OLD_IOSTREAMS (it's now in the dynamic_bitset config file)
[SVN r22693]
|
2004-04-25 07:45:09 +00:00 |
|
Gennaro Prota
|
c516fe3cb8
|
test functions call to_string, to_block_range, etc., so let's include "boost/dynamic_bitset.hpp" (see regression logs for gcc 3.4 on Linux)
[SVN r22692]
|
2004-04-24 09:04:01 +00:00 |
|
Gennaro Prota
|
37fd8373e8
|
removed const qualification on test_file_name()'s return type
[SVN r22691]
|
2004-04-24 08:55:08 +00:00 |
|
Gennaro Prota
|
0d8327315c
|
moved more config stuff to here
[SVN r22690]
|
2004-04-24 08:48:36 +00:00 |
|
Gennaro Prota
|
99035b25ac
|
removed config stuff
[SVN r22689]
|
2004-04-24 08:48:03 +00:00 |
|
Gennaro Prota
|
7068fe4b24
|
removed make_non_const() workaround, now useless
[SVN r22688]
|
2004-04-24 08:38:55 +00:00 |
|
Gennaro Prota
|
9ce38213e4
|
config stuff
[SVN r22687]
|
2004-04-24 08:36:46 +00:00 |
|
Gennaro Prota
|
e03aea94d9
|
moved config stuff to its own file and changed workaround for gcc bug 8419, as the former workaround gave problems with some compilers (e.g. VACPP for AIX)
[SVN r22686]
|
2004-04-24 08:35:42 +00:00 |
|
Gennaro Prota
|
8397bc3326
|
- removed dependency on test_exec_monitor
- added dyn_bitset_unit_tests4
[SVN r22652]
|
2004-04-18 09:24:05 +00:00 |
|
Gennaro Prota
|
760839ff10
|
new file (needed by dynamic_bitset)
[SVN r22651]
|
2004-04-18 09:15:08 +00:00 |
|
Gennaro Prota
|
16a25f7f10
|
moved from the sandbox
[SVN r22650]
|
2004-04-18 09:14:20 +00:00 |
|
Gennaro Prota
|
d35b2d1117
|
new tests (from the sandbox)
[SVN r22649]
|
2004-04-18 09:13:06 +00:00 |
|
Gennaro Prota
|
6e9450562e
|
new version (from the sandbox)
[SVN r22648]
|
2004-04-18 09:11:17 +00:00 |
|
Gennaro Prota
|
e445e12e06
|
new version (the actual code, from the sandbox, is in dynamic_bitset/dynamic_bitset.hpp)
[SVN r22647]
|
2004-04-18 09:07:24 +00:00 |
|
Eric Niebler
|
f66792a57d
|
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
[SVN r22394]
|
2004-02-26 18:27:02 +00:00 |
|
Jens Maurer
|
702e7dd26b
|
remove unused variable
[SVN r18997]
|
2003-07-09 19:41:40 +00:00 |
|
Gennaro Prota
|
d878395ca6
|
small comment fixes again
[SVN r18279]
|
2003-04-19 14:11:14 +00:00 |
|
Gennaro Prota
|
c4a81fc3e8
|
shortened comments
[SVN r18278]
|
2003-04-19 11:47:17 +00:00 |
|
Gennaro Prota
|
588891f0a1
|
minor comment fixes
[SVN r18036]
|
2003-03-20 18:22:31 +00:00 |
|
Gennaro Prota
|
fd8ccde0b4
|
overall cleanup
[SVN r18035]
|
2003-03-20 18:08:42 +00:00 |
|
Gennaro Prota
|
c3ecab1edc
|
Eliminated tabs and spaces at EOL
[SVN r17561]
|
2003-02-20 18:51:35 +00:00 |
|
Gennaro Prota
|
2588fb047a
|
Merged changes from the 1.29.0 branch
[SVN r17560]
|
2003-02-20 18:27:20 +00:00 |
|
Björn Karlsson
|
87ac6004b2
|
Added copyright statement and untabified
[SVN r17191]
|
2003-02-04 09:53:59 +00:00 |
|
Björn Karlsson
|
571ea640e1
|
Untabified
[SVN r17190]
|
2003-02-04 09:10:50 +00:00 |
|
Beman Dawes
|
6fc5896e72
|
add or update See www.boost.org comments
[SVN r16708]
|
2002-12-27 16:51:53 +00:00 |
|
Beman Dawes
|
a5cad3ad88
|
Add /libs/lib-name to comment
[SVN r16685]
|
2002-12-23 02:43:12 +00:00 |
|
Beman Dawes
|
f4a45420c0
|
fix from Jason Shirk
[SVN r16395]
|
2002-11-25 01:35:01 +00:00 |
|
Björn Karlsson
|
4dbeae0c34
|
Added copyright statement
[SVN r16338]
|
2002-11-20 10:26:29 +00:00 |
|
Jeremy Siek
|
8424ddf9aa
|
Removed __BORLANDC__ from the #if around the basic_string
constructor. Luckily the fix by GP for g++ also fixes Borland. [JGS]
[SVN r15806]
|
2002-10-08 15:51:35 +00:00 |
|
Jeremy Siek
|
644da01f9c
|
fixed friend issue in dump_to_string and added this-> in set_block_
[SVN r15794]
|
2002-10-07 22:14:03 +00:00 |
|
Jeremy Siek
|
3a15e6bc7d
|
added from_block_range
[SVN r15789]
|
2002-10-07 19:01:06 +00:00 |
|
Jeremy Siek
|
d02ea45d32
|
added this-> in more places
[SVN r15788]
|
2002-10-07 18:58:17 +00:00 |
|
Jeremy Siek
|
944e625455
|
added test for from_block_range
[SVN r15785]
|
2002-10-07 18:32:03 +00:00 |
|
Jeremy Siek
|
43a44321d0
|
updated to match bugfixes from the release branch
[SVN r15784]
|
2002-10-07 18:29:03 +00:00 |
|