Andy Tompkins
98cf8322ae
fixed bug in sha1.hpp for messages longer than 536,870,912 bytes, ticket #7128
...
[SVN r80954]
2012-10-11 15:30:20 +00:00
Andy Tompkins
54afcf810b
fixed bug in sha1.hpp for messages longer than 536,870,912 bytes
...
[SVN r80850]
2012-10-04 18:36:08 +00:00
Andy Tompkins
bec5de63aa
seed_rng.hpp - removed incorrect comment
...
seed_rng.hpp - used ignore_size() to get rid of warnings
seed_rng.hpp - initialize m_value in generator_iterator constructor
sha1.hpp - added #include <string> as std::runtime_error constructor needs it
[SVN r80846]
2012-10-04 17:05:29 +00:00
Andy Tompkins
5049a1bf67
added sha1 tests for really long messages
...
[SVN r80502]
2012-09-12 01:55:32 +00:00
Andy Tompkins
dce5e85960
remove incorrect comment
...
try ignore_size() function to get rid of warning
initialize m_value in default constructor of generator_iterator
[SVN r80501]
2012-09-12 01:14:39 +00:00
Andy Tompkins
3de05322f1
#included <string> for std::runtime_error constructor
...
[SVN r80472]
2012-09-09 18:44:09 +00:00
Andrey Semashev
f6e617f809
Silenced GCC warnings about an initialized but not used variable.
...
[SVN r78238]
2012-04-28 11:25:48 +00:00
Andrey Semashev
69bf5df424
Silenced GCC warnings about an initialized but not used variable.
...
[SVN r78237]
2012-04-28 11:24:24 +00:00
Andy Tompkins
e5d745f53f
trying to get rid of all warnings with std::fread
...
[SVN r77049]
2012-02-17 02:24:48 +00:00
Andy Tompkins
9ea8350b4a
added revision history comment that I forgot earlier
...
[SVN r77048]
2012-02-17 02:24:04 +00:00
Andy Tompkins
4688a3e9ac
added tests for really long messages
...
[SVN r77047]
2012-02-17 02:19:54 +00:00
Andy Tompkins
dc84270729
ticket #5325
...
[SVN r76406]
2012-01-11 04:14:17 +00:00
Andy Tompkins
a28cc0d5b6
fixed ticket #5325
...
[SVN r76405]
2012-01-11 04:11:49 +00:00
Andy Tompkins
d23293756b
ticket #6118
...
does not completely solve the warning but helps
[SVN r76402]
2012-01-11 00:57:19 +00:00
Andy Tompkins
75602e57b2
added a test for ticket #5325
...
[SVN r76328]
2012-01-06 03:40:26 +00:00
Andy Tompkins
19cd693af1
fix for ticket #5325
...
[SVN r76327]
2012-01-06 03:39:35 +00:00
Andy Tompkins
0e1625e583
Added new use test case (using a uuid as the key in a std::map).
...
[SVN r76326]
2012-01-06 02:02:17 +00:00
Andy Tompkins
6c772e8cce
Added test for using uuid as the key in a std::map.
...
[SVN r76088]
2011-12-21 01:30:34 +00:00
Andy Tompkins
0db0091c79
ticket #6118
...
[SVN r76076]
2011-12-20 02:06:21 +00:00
Andy Tompkins
4d47993e6c
Suppress warning with gcc. Ticket #6118
...
[SVN r76007]
2011-12-17 02:06:37 +00:00
Andy Tompkins
cebea2e411
fixed ticket #6258
...
[SVN r76006]
2011-12-17 01:32:33 +00:00
Andy Tompkins
99d0d943ca
fixed compiler bug when using c++X0
...
[SVN r75068]
2011-10-19 23:39:37 +00:00
Andy Tompkins
3624b22c3b
Fix for ticket #5794
...
[SVN r74869]
2011-10-10 00:00:20 +00:00
Andy Tompkins
df867739fa
fix for ticket #5794
...
[SVN r74868]
2011-10-09 23:57:09 +00:00
Andy Tompkins
dddac5726a
fix for ticket #5794
...
[SVN r74772]
2011-10-07 00:17:06 +00:00
Andy Tompkins
d3de7b1625
Fix for ticket #5794
...
[SVN r74771]
2011-10-07 00:10:02 +00:00
Andy Tompkins
f840d91dba
Ticket #5570
...
[SVN r72342]
2011-06-01 23:13:02 +00:00
Andy Tompkins
8374d692f0
Ticket #5570
...
[SVN r72341]
2011-06-01 23:12:21 +00:00
Andy Tompkins
dac20e0e52
Ticket #5570
...
[SVN r72275]
2011-05-30 01:06:35 +00:00
Andy Tompkins
a328e86c0c
Ticket #5235
...
[SVN r72274]
2011-05-30 00:45:23 +00:00
Andy Tompkins
b7365545bb
Ticket #5235
...
[SVN r72273]
2011-05-30 00:44:03 +00:00
Andy Tompkins
120e3e8222
Ticket #4991
...
[SVN r72272]
2011-05-30 00:41:38 +00:00
Andy Tompkins
d0b9d8282e
Ticket #4601
...
[SVN r72271]
2011-05-30 00:39:05 +00:00
Andy Tompkins
c72d4d8d4d
Ticket #5145
...
[SVN r72270]
2011-05-30 00:35:00 +00:00
Andy Tompkins
5e684f7779
Ticket #5235
...
[SVN r69592]
2011-03-05 23:55:25 +00:00
Andy Tompkins
4135085d56
Fixed, re ticket #4991 .
...
[SVN r69591]
2011-03-05 23:46:02 +00:00
Andy Tompkins
a63224d3e0
got rid of a compiler warning. ticket #4601
...
[SVN r69590]
2011-03-05 23:41:46 +00:00
Marshall Clow
f8b764edf0
Fix bug in wide output; Refs #5145
...
[SVN r68866]
2011-02-14 17:34:35 +00:00
Steven Watanabe
c430673e99
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
7380fd81c7
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Andy Tompkins
967a19964c
One can define BOOST_UUID_NO_TYPE_TRAITS to remove the dependency on Boost.TypeTraits.
...
Stream operator<< handles left, internal, and right manipulators.
Added to_string, to_wstring
Fixed bug in 3 uuid string in documentation
[SVN r63941]
2010-07-13 00:37:17 +00:00
Andy Tompkins
e90777d9ab
Fixed bug in documentation (forgot a dash in 3 uuid strings).
...
Fixed test_io.cpp for some platforms for wstring (I hope).
[SVN r63940]
2010-07-13 00:17:38 +00:00
Andy Tompkins
3c4cfda85a
Fixed compile error in uuid_io.hpp. Added typename to a dependent type name
...
[SVN r63909]
2010-07-12 02:01:34 +00:00
Andy Tompkins
4643be816d
define BOOST_UUID_NO_TYPE_TRAITS to remove dependency on Boost.TypeTraits
...
stream operator<< now handles right, internal, left modifiers
added to_string, to_wstring to uuid_io.hpp
[SVN r63801]
2010-07-10 02:22:43 +00:00
Andy Tompkins
db4414ffc9
Added notes to documentation about using Valgrind
...
Added some comments to seed_rng.hpp
[SVN r61180]
2010-04-10 15:13:40 +00:00
Daniel James
8a074a4074
Merge some link fixes.
...
[SVN r61067]
2010-04-05 10:01:20 +00:00
Daniel James
60daffbbca
Update some links in uuid.
...
[SVN r61061]
2010-04-05 08:04:38 +00:00
Andy Tompkins
48261cb805
Added notes to documentation about using Valgrind
...
Added some comments to seed_rng.hpp
[SVN r60985]
2010-04-01 02:42:20 +00:00
Andy Tompkins
3ca9d3fae0
merged uuid from trunk
...
[SVN r60927]
2010-03-30 03:15:44 +00:00
Andy Tompkins
1a2f38a14c
added newline at end of file
...
[SVN r60926]
2010-03-30 02:18:08 +00:00