Commit Graph

  • cdfda85fec 12971: fix compiler warning converting from NULL on Windows James E. King, III 2017-08-03 15:57:59 -0400
  • 3866e721f0 Merge pull request #16 from tklauser/develop Marshall Clow 2017-01-11 08:54:25 -0800
  • 59a01cd4ed Use null_deleter from Boost.Core instead of own definition Tobias Klauser 2017-01-11 10:08:02 +0100
  • 0029bc7600 Added doc sub-directory and readme file. Edward Diener 2016-10-07 17:55:24 -0400
  • e2d0595c12 Fixed test. Edward Diener 2016-10-07 07:11:18 -0400
  • 51bad2970d Autolink the correct DLL under Windows CE. Edward Diener 2016-09-15 16:20:45 -0400
  • 0d243a660d Merge pull request #13 from Lastique/patch-1 Edward Diener 2016-09-15 00:19:06 -0400
  • 56a6f6a93d Merge pull request #9 from MarcelRaad/patch-1 Edward Diener 2016-09-15 00:02:07 -0400
  • a0ab10f4fa Merge pull request #8 from Lastique/comparison_optimization Edward Diener 2016-09-14 23:50:11 -0400
  • 1c493350e6 Merge pull request #15 from aldonin/fix-test_wserialization Marshall Clow 2016-04-25 13:36:12 -0700
  • 453e79917d Fixed missing boost:: namespace aldonin 2016-04-21 19:56:28 +0300
  • 441a0e632b Merge pull request #14 from tabe/defined-boost_msvc-1600 Marshall Clow 2016-04-11 21:20:41 -0700
  • 4faa13bf05 Suppress warning: "BOOST_MSVC" is not defined [-Wundef] Takeshi Abe 2016-04-12 13:14:25 +0900
  • 4c63349396 Use more fine-grained WinAPI headers Andrey Semashev 2016-01-31 21:52:55 +0300
  • ea165ed5d5 Merge pull request #12 from erichkeane/left_align_bug Marshall Clow 2015-12-30 11:47:46 -0800
  • 2449c17c7a Added unit-tests for the std::left issue Erich Keane 2015-12-29 13:38:02 -0800
  • 9639d21af6 Fixed padded output of UUID when std::left is set Erich Keane 2015-12-29 13:06:15 -0800
  • f48322f640 Fix compilation with BOOST_NO_ANSI_APIS Marcel Raad 2015-09-21 09:02:34 +0200
  • 9f4f09ccbe Replaced tabs with spaces. Andrey Semashev 2015-09-14 03:25:24 +0300
  • 3fbcd76115 Slightly optimized equality comparison operator. Andrey Semashev 2015-09-13 19:43:48 +0300
  • 237838017c Merge pull request #7 from Lastique/add_msvc_avx_check Edward Diener 2015-09-13 11:52:50 -0400
  • edb204e6fd Silenced MSVC warning about int to bool conversion. Andrey Semashev 2015-09-13 18:13:09 +0300
  • 9133fdc62d Added a check for AVX support that was added in VS2013. Enabling AVX implies enabling all SSE versions. Andrey Semashev 2015-09-13 18:12:20 +0300
  • cb8da94c4c Bug was fixed in VS2015 ( BOOST_MSVC 1900 on up ) Edward Diener 2015-09-10 13:03:13 -0400
  • 70ff8e38ea Fixes for PR "Added a workaround for MSVC 12 (VS2013) optimizer bug. #4". Edward Diener 2015-09-09 17:39:08 -0400
  • 3308f0de84 Merge pull request #6 from tabe/random_generator-mingw Edward Diener 2015-08-24 22:52:08 -0400
  • a19682a4cf do not nest the _MSC_VER stuff inside the BOOST_WINDOWS one Takeshi Abe 2015-08-22 11:28:55 +0900
  • 5774b8a205 use MSVC-specific pragmas conditionally Takeshi Abe 2015-08-22 11:01:08 +0900
  • ba35c3c14c fix for the non-MSVC case on Windows Takeshi Abe 2015-08-21 11:10:42 +0900
  • 3593da3415 Merge branch 'master' into develop Ahmed Charles 2015-05-15 10:56:52 -0600
  • fc0839f414 Merge branch 'develop' Ahmed Charles 2015-05-15 10:55:19 -0600
  • dbb72a34ca Merge pull request #5 from VemundH/bugfix/trac10510 Marshall Clow 2015-04-01 19:29:46 -0700
  • 29199dd320 Merge pull request #2 from apolukhin/develop Marshall Clow 2015-04-01 19:28:27 -0700
  • f8e3cc6272 Merge pull request #1 from jhunold/develop Marshall Clow 2015-04-01 19:27:35 -0700
  • 518a114ce6 Merge branch 'develop' Peter Dimov 2015-01-25 20:46:48 +0200
  • 10a12fd6e1 Merge pull request #3 from danieljames/metadata Peter Dimov 2015-01-25 20:27:10 +0200
  • 3bbe46a916 Add missing headers and call time(0) only on Windows Antony Polukhin 2014-10-02 13:38:00 +0400
  • 76f8c7a048 Always gather entropy from system specific sources Antony Polukhin 2014-10-02 11:29:43 +0400
  • d15d78c970 Tested and fixed Windows related version Anton Polukhin 2014-10-01 20:10:09 +0400
  • e5dc7b916a Apply notes from Andrey Semashev Antony Polukhin 2014-10-01 19:41:55 +0400
  • fc32eea4ac remove incorrect casts VemundH 2014-09-30 21:53:45 +0200
  • 2627d38ccc added tests to reproduce problem VemundH 2014-09-30 21:52:24 +0200
  • a0ca879cad Add metadata file. Daniel James 2014-08-18 15:12:21 +0100
  • 8c5538947c Fix read of unitialized memory warnings and add minor C++11 improvements. This is related to the [Ticket #9407](https://svn.boost.org/trac/boost/ticket/9407) Antony Polukhin 2014-07-28 20:04:30 +0400
  • 4e7fa61fe0 Remove deprecated 'register' keyword Jürgen Hunold 2014-07-22 16:24:14 +0200
  • f23215f423 Merged changes from trunk: warning silencing and support for SSE and C++11. Fixes #8495, #8697, #8509. Andrey Semashev 2013-11-12 20:19:06 +0000
  • d2331931d6 Fixed compilation. Andrey Semashev 2013-10-21 23:11:34 +0000
  • 9d8e8323cd Added optimizations for C++11 and SSE. Refs #8509. Andrey Semashev 2013-10-21 23:01:25 +0000
  • 0c855ea290 fixed warnings per ticket# 8697 Andy Tompkins 2013-06-14 20:08:40 +0000
  • f084fe5ed9 Removed C4244 warning Ticket#8495 Andy Tompkins 2013-06-14 19:38:03 +0000
  • 98cf8322ae fixed bug in sha1.hpp for messages longer than 536,870,912 bytes, ticket #7128 Andy Tompkins 2012-10-11 15:30:20 +0000
  • 54afcf810b fixed bug in sha1.hpp for messages longer than 536,870,912 bytes Andy Tompkins 2012-10-04 18:36:08 +0000
  • 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 Andy Tompkins 2012-10-04 17:05:29 +0000
  • 5049a1bf67 added sha1 tests for really long messages Andy Tompkins 2012-09-12 01:55:32 +0000
  • dce5e85960 remove incorrect comment try ignore_size() function to get rid of warning initialize m_value in default constructor of generator_iterator Andy Tompkins 2012-09-12 01:14:39 +0000
  • 3de05322f1 #included <string> for std::runtime_error constructor Andy Tompkins 2012-09-09 18:44:09 +0000
  • f6e617f809 Silenced GCC warnings about an initialized but not used variable. Andrey Semashev 2012-04-28 11:25:48 +0000
  • 69bf5df424 Silenced GCC warnings about an initialized but not used variable. Andrey Semashev 2012-04-28 11:24:24 +0000
  • e5d745f53f trying to get rid of all warnings with std::fread Andy Tompkins 2012-02-17 02:24:48 +0000
  • 9ea8350b4a added revision history comment that I forgot earlier Andy Tompkins 2012-02-17 02:24:04 +0000
  • 4688a3e9ac added tests for really long messages Andy Tompkins 2012-02-17 02:19:54 +0000
  • dc84270729 ticket #5325 Andy Tompkins 2012-01-11 04:14:17 +0000
  • a28cc0d5b6 fixed ticket #5325 Andy Tompkins 2012-01-11 04:11:49 +0000
  • d23293756b ticket #6118 does not completely solve the warning but helps Andy Tompkins 2012-01-11 00:57:19 +0000
  • 75602e57b2 added a test for ticket #5325 Andy Tompkins 2012-01-06 03:40:26 +0000
  • 19cd693af1 fix for ticket #5325 Andy Tompkins 2012-01-06 03:39:35 +0000
  • 0e1625e583 Added new use test case (using a uuid as the key in a std::map). Andy Tompkins 2012-01-06 02:02:17 +0000
  • 6c772e8cce Added test for using uuid as the key in a std::map. Andy Tompkins 2011-12-21 01:30:34 +0000
  • 0db0091c79 ticket #6118 Andy Tompkins 2011-12-20 02:06:21 +0000
  • 4d47993e6c Suppress warning with gcc. Ticket #6118 Andy Tompkins 2011-12-17 02:06:37 +0000
  • cebea2e411 fixed ticket #6258 Andy Tompkins 2011-12-17 01:32:33 +0000
  • 99d0d943ca fixed compiler bug when using c++X0 Andy Tompkins 2011-10-19 23:39:37 +0000
  • 3624b22c3b Fix for ticket #5794 Andy Tompkins 2011-10-10 00:00:20 +0000
  • df867739fa fix for ticket #5794 Andy Tompkins 2011-10-09 23:57:09 +0000
  • dddac5726a fix for ticket #5794 Andy Tompkins 2011-10-07 00:17:06 +0000
  • d3de7b1625 Fix for ticket #5794 Andy Tompkins 2011-10-07 00:10:02 +0000
  • f840d91dba Ticket #5570 Andy Tompkins 2011-06-01 23:13:02 +0000
  • 8374d692f0 Ticket #5570 Andy Tompkins 2011-06-01 23:12:21 +0000
  • dac20e0e52 Ticket #5570 Andy Tompkins 2011-05-30 01:06:35 +0000
  • a328e86c0c Ticket #5235 Andy Tompkins 2011-05-30 00:45:23 +0000
  • b7365545bb Ticket #5235 Andy Tompkins 2011-05-30 00:44:03 +0000
  • 120e3e8222 Ticket #4991 Andy Tompkins 2011-05-30 00:41:38 +0000
  • d0b9d8282e Ticket #4601 Andy Tompkins 2011-05-30 00:39:05 +0000
  • c72d4d8d4d Ticket #5145 Andy Tompkins 2011-05-30 00:35:00 +0000
  • 5e684f7779 Ticket #5235 Andy Tompkins 2011-03-05 23:55:25 +0000
  • 4135085d56 Fixed, re ticket #4991. Andy Tompkins 2011-03-05 23:46:02 +0000
  • a63224d3e0 got rid of a compiler warning. ticket #4601 Andy Tompkins 2011-03-05 23:41:46 +0000
  • f8b764edf0 Fix bug in wide output; Refs #5145 Marshall Clow 2011-02-14 17:34:35 +0000
  • c430673e99 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). Steven Watanabe 2011-01-15 08:11:51 +0000
  • 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. Bryce Adelstein-Lelbach 2011-01-14 02:35:58 +0000
  • 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 Andy Tompkins 2010-07-13 00:37:17 +0000
  • e90777d9ab Fixed bug in documentation (forgot a dash in 3 uuid strings). Fixed test_io.cpp for some platforms for wstring (I hope). Andy Tompkins 2010-07-13 00:17:38 +0000
  • 3c4cfda85a Fixed compile error in uuid_io.hpp. Added typename to a dependent type name Andy Tompkins 2010-07-12 02:01:34 +0000
  • 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 Andy Tompkins 2010-07-10 02:22:43 +0000
  • db4414ffc9 Added notes to documentation about using Valgrind Added some comments to seed_rng.hpp Andy Tompkins 2010-04-10 15:13:40 +0000
  • 8a074a4074 Merge some link fixes. Daniel James 2010-04-05 10:01:20 +0000
  • 60daffbbca Update some links in uuid. Daniel James 2010-04-05 08:04:38 +0000
  • 48261cb805 Added notes to documentation about using Valgrind Added some comments to seed_rng.hpp Andy Tompkins 2010-04-01 02:42:20 +0000
  • 3ca9d3fae0 merged uuid from trunk Andy Tompkins 2010-03-30 03:15:44 +0000
  • 1a2f38a14c added newline at end of file Andy Tompkins 2010-03-30 02:18:08 +0000