212 Commits

Author SHA1 Message Date
joaquintides
9a774610f4 Merge branch 'develop' 2015-08-14 19:16:02 +02:00
joaquintides
ad69c21e22 fixed std::hash-related fix at 1e6454f226 2015-07-29 07:53:44 +02:00
joaquintides
10601edf34 provided missing macro arg 2015-07-28 09:45:02 +02:00
joaquintides
1e6454f226 added workaround for Dinkumware 5.20's declaring std::hash as class rather than struct 2015-07-27 08:50:45 +02:00
joaquintides
3a5bcd22f0 Merge branch 'develop' boost-1.59.0 boost-1.58.0 2014-12-05 21:09:13 +01:00
joaquintides
095dcfb812 reverted previous fix in favor of a warning disabling #pragma 2014-12-05 08:07:45 +01:00
joaquintides
8f5bbd5d57 fixed https://svn.boost.org/trac/boost/ticket/10844 2014-12-04 21:26:24 +01:00
joaquintides
361e753dc8 Merge branch 'develop' 2014-11-13 08:13:42 +01:00
joaquintides
c8eece539b typos 2014-11-13 08:12:59 +01:00
joaquintides
12f2db37b5 Merge branch 'develop' 2014-11-11 14:31:10 +01:00
joaquintides
ceb12a0747 irrelevant commit for testing purposes 2014-11-11 14:29:19 +01:00
joaquintides
88a5aaeb82 fixed URLs 2014-11-11 12:37:37 +01:00
joaquintides
e9b0660a70 used BOOST_FLYWEIGHT[_TYPENAME]_TEMPL_ARGS for consistency with the rest of code 2014-10-18 19:15:39 +02:00
joaquintides
06b7163869 avoided std::hash fwd decl as per http://lists.boost.org/Archives/boost/2011/02/177218.php 2014-10-18 00:46:46 +02:00
joaquintides
bd22b50b8c added missing namespace qualifier 2014-10-16 08:20:21 +02:00
joaquintides
028d850fc1 added hash support 2014-10-15 21:53:19 +02:00
joaquintides
f2e7c2ce4e typo boost-1.57.0 2014-10-14 21:08:30 +02:00
joaquintides
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) 2014-10-11 12:48:09 +02:00
joaquintides
26b6b4887f Merge branch 'develop' 2014-09-18 14:56:33 +02:00
joaquintides
20230d9669 fixed https://svn.boost.org/trac/boost/ticket/10439 2014-09-04 18:33:13 +02:00
joaquintides
66fe601f30 matched changes in in-development version of helper support API 2014-09-02 17:13:34 +02:00
joaquintides
6b26fc69ec added serialization capabilities 2014-09-01 17:24:12 +02:00
joaquintides
a9b367a0ed Merge pull request #1 from danieljames/metadata
Create metadata file.
2014-08-18 16:47:24 +02:00
Daniel James
7051d93267 Add metadata file. 2014-08-18 14:58:54 +01:00
joaquintides
3dcec78222 Merge branch 'develop' boost-1.56.0 2014-07-26 16:29:08 +02:00
joaquintides
7dbd6df05b fixed more most vexing parses 2014-07-26 16:28:10 +02:00
joaquintides
eaa5f56b9b Merge branch 'develop' 2014-07-26 11:06:56 +02:00
joaquintides
631ebebdb4 fixed a most vexing parse problem in previous fix 2014-07-24 14:51:19 +02:00
joaquintides
ceefa26442 covered the unusual case where initializer lists are supported but uniform initialization syntax is not 2014-07-23 09:08:01 +02:00
joaquintides
5c89335d99 Merge branch 'develop' 2014-07-22 15:25:02 +02:00
joaquintides
834e57e60d std::initializer_list<T>::iterator --> const T* to cope with old versions of libstdc++ 2014-07-21 19:11:32 +02:00
joaquintides
0518780663 Merge branch 'develop' 2014-07-21 14:24:41 +02:00
joaquintides
67f2df39f5 cosmetic reformatting 2014-07-20 16:00:56 +02:00
joaquintides
09b74a0d9d completed previous fix 2014-07-20 16:00:29 +02:00
joaquintides
8ad10f9c19 fixed previous fix 2014-07-19 19:41:40 +02:00
joaquintides
13f19f14a0 tentative workaround for a GCC 4.4.2 problem with variadic template ctors 2014-07-18 18:45:28 +02:00
joaquintides
eb2b8cae8e Merge branch 'develop' 2014-04-10 20:54:32 +02:00
joaquintides
1ea709b624 added note on Pthreads dependency as per request in https://svn.boost.org/trac/boost/ticket/9848 2014-04-10 20:53:50 +02:00
joaquintides
4a19b9ce48 Merge branch 'develop' 2014-02-02 22:43:23 +01:00
joaquintides
f20424e12d fixed error in previous fix 2014-02-02 01:09:06 +01:00
joaquintides
d7cfd3ca72 documented initializer list support 2014-02-01 12:33:15 +01:00
joaquintides
7c4e15ef2d correctly documented construction from value_type as explicit 2014-02-01 11:35:05 +01:00
joaquintides
3a0e7527b5 mended erroneous test case 2014-02-01 10:50:56 +01:00
joaquintides
7f199ae457 removed erroneous test case 2014-01-31 21:50:31 +01:00
joaquintides
9eac47cd01 added experimental std::initializer_list support 2014-01-30 23:48:33 +01:00
joaquintides
b624826542 refactored perfect fwd / rvalue ref scaffolding 2014-01-29 22:14:31 +01:00
joaquintides
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 2014-01-24 19:58:41 +01:00
joaquintides
11ca52d38f avoided -Wshadow warnings 2014-01-19 18:51:31 +01:00
joaquintides
6f2d4196bb added perfect forwarding ctor to boost::flyweight 2014-01-19 18:50:51 +01:00
joaquintides
253d0ede22 Merge branch 'develop' 2014-01-15 20:22:13 +01:00