Commit Graph

  • 86347695b5 Merge branch 'develop' cc joaquintides 2019-06-29 10:58:58 +0200
  • 1111f9f4e7 fixed non-conforming (in C++03) usage of anonymous namespaces joaquintides 2019-06-27 13:34:49 +0200
  • d2a5d71abd avoided self-assign-overloaded Clang warning joaquintides 2019-06-26 10:39:54 +0200
  • 601753dafa Merge branch 'develop' joaquintides 2019-06-26 10:22:40 +0200
  • 4c1e74ffa1 extended workaround joaquintides 2019-06-25 10:18:12 +0200
  • ca72caf855 Merge branch 'develop' joaquintides 2019-05-23 12:24:51 +0200
  • 656982c8e1 updated release notes as per latest commits joaquintides 2019-04-24 13:24:08 +0200
  • 4729f18cd3 removed already implemented feature (1.56) from future work joaquintides 2019-04-24 13:23:37 +0200
  • db2eb096e5 updated revised dates as per latest commit joaquintides 2019-04-24 13:21:40 +0200
  • 14b640885e
    Merge pull request #3 from tinko92/develop joaquintides 2019-04-24 12:56:29 +0200
  • 7f355e6a8a Change broken sgi/stl links to boost.org. Tinko Bartels 2019-04-23 19:08:08 +0200
  • 9f8ccdc7fb Merge branch 'develop' joaquintides 2018-10-27 12:49:30 +0200
  • 9dd0c57f46 fixed GCC symbol visibility (PR #2) joaquintides 2018-10-26 10:10:29 +0200
  • 924db2db46 Merge branch 'develop' joaquintides 2018-08-16 09:30:01 +0200
  • 0ce2a43087 shut down unused param warnings joaquintides 2018-08-15 09:46:00 +0200
  • 0d6ca71afa shut down unused var warnings joaquintides 2018-08-15 09:40:48 +0200
  • b8a1881cbb added release notes joaquintides 2018-08-15 09:26:37 +0200
  • 8cfcb500cf typo joaquintides 2018-08-14 09:56:53 +0200
  • 4eea8cb754 fixed issue with ADL-induced instantiation of MPL placeholder expressions joaquintides 2018-08-14 09:52:37 +0200
  • c9c6cd8943 handled GCC 7+ resolution of CWG DR 150 joaquintides 2018-08-10 12:28:17 +0200
  • 44d400b2fd reverted 1399fa2488. joaquintides 2018-08-09 15:00:16 +0200
  • 1399fa2488 fwd declared in-class-defined operator== joaquintides 2018-08-07 10:04:26 +0200
  • 0c41920a35 Merge branch 'develop' joaquintides 2016-01-19 08:34:07 +0100
  • b85af32107 changed email address joaquintides 2016-01-19 08:33:33 +0100
  • e573ff2077 Merge branch 'develop' joaquintides 2015-12-08 19:46:57 +0100
  • adda32bfa9 suppressed trivial warnings joaquintides 2015-11-10 08:01:19 +0100
  • 9a774610f4 Merge branch 'develop' joaquintides 2015-08-14 19:16:02 +0200
  • ad69c21e22 fixed std::hash-related fix at 1e6454f226 joaquintides 2015-07-29 07:53:44 +0200
  • 10601edf34 provided missing macro arg joaquintides 2015-07-28 09:45:02 +0200
  • 1e6454f226 added workaround for Dinkumware 5.20's declaring std::hash as class rather than struct joaquintides 2015-07-27 08:50:45 +0200
  • 3a5bcd22f0 Merge branch 'develop' joaquintides 2014-12-05 21:09:13 +0100
  • 095dcfb812 reverted previous fix in favor of a warning disabling #pragma joaquintides 2014-12-05 08:07:45 +0100
  • 8f5bbd5d57 fixed https://svn.boost.org/trac/boost/ticket/10844 joaquintides 2014-12-04 21:26:24 +0100
  • 361e753dc8 Merge branch 'develop' joaquintides 2014-11-13 08:13:42 +0100
  • c8eece539b typos joaquintides 2014-11-13 08:12:59 +0100
  • 12f2db37b5 Merge branch 'develop' joaquintides 2014-11-11 14:31:10 +0100
  • ceb12a0747 irrelevant commit for testing purposes joaquintides 2014-11-11 14:29:19 +0100
  • 88a5aaeb82 fixed URLs joaquintides 2014-11-11 12:37:37 +0100
  • e9b0660a70 used BOOST_FLYWEIGHT[_TYPENAME]_TEMPL_ARGS for consistency with the rest of code joaquintides 2014-10-18 19:15:39 +0200
  • 06b7163869 avoided std::hash fwd decl as per http://lists.boost.org/Archives/boost/2011/02/177218.php joaquintides 2014-10-18 00:46:46 +0200
  • bd22b50b8c added missing namespace qualifier joaquintides 2014-10-16 08:20:21 +0200
  • 028d850fc1 added hash support joaquintides 2014-10-15 21:53:19 +0200
  • f2e7c2ce4e typo joaquintides 2014-10-14 21:08:30 +0200
  • 86ff5cab90 stopped explicitly providing serialization helper support instance id: this is consistent with the current state of Boost.Serialization in master branch *and* its planned evolution in develop branch (which will be eventually merged here, hopefully in time for Boost 1.57) joaquintides 2014-10-11 12:48:09 +0200
  • 26b6b4887f Merge branch 'develop' joaquintides 2014-09-18 14:56:33 +0200
  • 20230d9669 fixed https://svn.boost.org/trac/boost/ticket/10439 joaquintides 2014-09-04 18:33:13 +0200
  • 66fe601f30 matched changes in in-development version of helper support API joaquintides 2014-09-02 17:13:34 +0200
  • 6b26fc69ec added serialization capabilities joaquintides 2014-09-01 17:24:12 +0200
  • a9b367a0ed Merge pull request #1 from danieljames/metadata joaquintides 2014-08-18 16:47:24 +0200
  • 7051d93267 Add metadata file. Daniel James 2014-08-18 14:58:54 +0100
  • 3dcec78222 Merge branch 'develop' joaquintides 2014-07-26 16:29:08 +0200
  • 7dbd6df05b fixed more most vexing parses joaquintides 2014-07-26 16:28:10 +0200
  • eaa5f56b9b Merge branch 'develop' joaquintides 2014-07-26 11:06:56 +0200
  • 631ebebdb4 fixed a most vexing parse problem in previous fix joaquintides 2014-07-24 14:51:19 +0200
  • ceefa26442 covered the unusual case where initializer lists are supported but uniform initialization syntax is not joaquintides 2014-07-23 09:08:01 +0200
  • 5c89335d99 Merge branch 'develop' joaquintides 2014-07-22 15:25:02 +0200
  • 834e57e60d std::initializer_list<T>::iterator --> const T* to cope with old versions of libstdc++ joaquintides 2014-07-21 19:11:32 +0200
  • 0518780663 Merge branch 'develop' joaquintides 2014-07-21 14:24:41 +0200
  • 67f2df39f5 cosmetic reformatting joaquintides 2014-07-20 16:00:56 +0200
  • 09b74a0d9d completed previous fix joaquintides 2014-07-20 16:00:29 +0200
  • 8ad10f9c19 fixed previous fix joaquintides 2014-07-19 19:41:40 +0200
  • 13f19f14a0 tentative workaround for a GCC 4.4.2 problem with variadic template ctors joaquintides 2014-07-18 18:45:28 +0200
  • eb2b8cae8e Merge branch 'develop' joaquintides 2014-04-10 20:54:32 +0200
  • 1ea709b624 added note on Pthreads dependency as per request in https://svn.boost.org/trac/boost/ticket/9848 joaquintides 2014-04-10 20:53:50 +0200
  • 4a19b9ce48 Merge branch 'develop' joaquintides 2014-02-02 22:43:23 +0100
  • f20424e12d fixed error in previous fix joaquintides 2014-02-02 01:09:06 +0100
  • d7cfd3ca72 documented initializer list support joaquintides 2014-02-01 12:33:15 +0100
  • 7c4e15ef2d correctly documented construction from value_type as explicit joaquintides 2014-02-01 11:35:05 +0100
  • 3a0e7527b5 mended erroneous test case joaquintides 2014-02-01 10:50:56 +0100
  • 7f199ae457 removed erroneous test case joaquintides 2014-01-31 21:50:31 +0100
  • 9eac47cd01 added experimental std::initializer_list support joaquintides 2014-01-30 23:48:33 +0100
  • b624826542 refactored perfect fwd / rvalue ref scaffolding joaquintides 2014-01-29 22:14:31 +0100
  • b666ee2000 fixed interferences between rvalue ref compiler support and perfect fwd ctor and used move semantics where possible to the extent that the library now --unofficially-- supports move-only key_type's and value_type's joaquintides 2014-01-24 19:58:41 +0100
  • 11ca52d38f avoided -Wshadow warnings joaquintides 2014-01-19 18:51:31 +0100
  • 6f2d4196bb added perfect forwarding ctor to boost::flyweight joaquintides 2014-01-19 18:50:51 +0100
  • 253d0ede22 Merge branch 'develop' joaquintides 2014-01-15 20:22:13 +0100
  • 7e984210f2 fixed #9553 joaquintides 2014-01-15 20:15:56 +0100
  • 0c4061ad84 created first merge point for Git joaquintides 2014-01-15 20:08:36 +0100
  • 7dbc06d9de Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +0000
  • 38c1292334 Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +0000
  • 589206865f merged [85302] from trunk Joaquín M López Muñoz 2013-08-13 06:34:08 +0000
  • 4aa17c9b16 fixed #8914 Joaquín M López Muñoz 2013-08-11 15:27:10 +0000
  • fd54ef8ca3 merged [85226] from trunk Joaquín M López Muñoz 2013-08-06 17:25:01 +0000
  • 74f04d4cd5 merged [85225] from trunk Joaquín M López Muñoz 2013-08-06 17:23:55 +0000
  • 856f48e65b added 1.55 release notes Joaquín M López Muñoz 2013-08-06 17:21:33 +0000
  • b65c71fdc2 avoided potential clash with Apple macro Joaquín M López Muñoz 2013-08-06 17:19:47 +0000
  • 3293a7763b merged [85209] from trunk Joaquín M López Muñoz 2013-08-06 16:33:35 +0000
  • 80e7bdcf10 merged [85208] from trunk Joaquín M López Muñoz 2013-08-06 16:24:49 +0000
  • b93967a9a7 fixed swap lookup problem in MSVC 9.0 and prior Joaquín M López Muñoz 2013-08-04 14:45:37 +0000
  • cb08906aef added missing #include Joaquín M López Muñoz 2013-08-04 14:40:24 +0000
  • a7a732b57c merged [75464] from trunk Joaquín M López Muñoz 2011-11-13 00:33:02 +0000
  • c8d8a98d24 removed unnecessary header Joaquín M López Muñoz 2011-11-12 18:50:46 +0000
  • c9142cd874 synced up change of namespace in Boost.Interprocess Joaquín M López Muñoz 2011-11-12 18:46:12 +0000
  • 3fc4756231 Pathscale-4.0 configuration code/workarounds. Bryce Adelstein-Lelbach 2011-01-14 02:59:34 +0000
  • 02fd648366 merged [66013] from trunk Joaquín M López Muñoz 2010-10-16 11:48:43 +0000
  • 03f5546f37 removed an internal assertion incompatible with program termination via std::exit Joaquín M López Muñoz 2010-10-16 11:35:29 +0000
  • 17c07939bb removed no longer used file Joaquín M López Muñoz 2010-10-16 11:15:54 +0000
  • e37c5fcbd5 removed no longer used file Joaquín M López Muñoz 2010-10-16 11:14:30 +0000
  • 006043043e merged [65863] from trunk Joaquín M López Muñoz 2010-10-12 18:57:53 +0000
  • 7af8912f64 fixed problem triggered by ticket #4606 Joaquín M López Muñoz 2010-10-09 17:49:15 +0000