summaryrefslogtreecommitdiff
path: root/libs/unordered
Commit message (Collapse)AuthorAgeFilesLines
...
* Update 3 submodules from masterAutomated Commit2017-06-111-0/+0
| | | | Update functional, quickbook, unordered.
* Update unordered from masterboost-1.64.0Automated Commit2017-04-121-0/+0
|
* Update unordered from masterAutomated Commit2017-04-041-0/+0
|
* Update unordered from masterAutomated Commit2017-03-081-0/+0
|
* Update unordered from masterAutomated Commit2017-03-011-0/+0
|
* Update unordered from masterAutomated Commit2017-02-231-0/+0
|
* Update unordered from masterAutomated Commit2017-02-191-0/+0
|
* Update functional, unordered from masterAutomated Commit2017-01-011-0/+0
|
* Update log, unordered from masterAutomated Commit2016-12-051-0/+0
|
* Update unordered from masterAutomated Commit2016-10-301-0/+0
|
* Update functional, unordered from masterAutomated Commit2016-10-141-0/+0
|
* Update 61 submodules from masterAutomated Commit2016-10-101-0/+0
| | | | | | | | | | | | Update build, dll, fiber, filesystem, foreach, function, functional, function_types, fusion, geometry, heap, icl, integer, interprocess, intrusive, iterator, lambda, lexical_cast, local_function, lockfree, log, logic, math, metaparse, move, mpi, multiprecision, multi_array, optional, parameter, phoenix, pool, predef, program_options, property_tree, proto, random, range, ratio, regex, scope_exit, signals, signals2, sort, spirit, static_assert, test, thread, tr1, tti, typeof, type_erasure, type_index, type_traits, units, unordered, utility, variant, vmd, winapi, xpressive.
* Update unordered from master.Automated Commit2016-08-191-0/+0
|
* Update unordered from master.Automated Commit2016-08-171-0/+0
|
* Update unordered from master.Automated Commit2016-08-141-0/+0
|
* Update unordered from master.Automated Commit2016-08-141-0/+0
|
* Update unordered from master.Automated Commit2016-07-031-0/+0
|
* Update unordered from master.Automated Commit2016-06-021-0/+0
|
* Update unordered from master.Automated Commit2015-02-221-0/+0
|
* Update unordered from master.Automated Commit2014-10-261-0/+0
|
* Update functional, unordered from master.Automated Commit2014-07-281-0/+0
|
* Update unordered, functional, quickbook from master.Automated Commit2014-07-271-0/+0
|
* Update unordered from master.Automated Commit2014-06-301-0/+0
|
* Update unordered from master.Automated Commit2014-03-251-0/+0
|
* Update unordered from master.Automated Commit2014-02-111-0/+0
|
* Update unordered from master.Automated Commit2014-01-261-0/+0
|
* Merge unordered and hash from trunk.Daniel James2013-11-161-0/+0
| | | | | | | | | | | - Only use Visual C++ pragma with appropriate compilers. - Working link for Thomas Wang's hash function. - Updated unordered rationale. - Fix `unnecessary_copy_tests` for Visual C++ 12. - Some extra insert tests. [SVN r86728]
* Merge Visual C++ 12 fix for Unordered.Daniel James2013-11-031-0/+0
| | | | [SVN r86551]
* Merge release notes + float hash fix. Ref #8822.Daniel James2013-10-081-0/+0
| | | | [SVN r86210]
* Merge unordered to release. Fixes #8851, #8874Daniel James2013-08-181-0/+0
| | | | | | | | Avoid some warnings, and move detail functions into a sub-namespace to avoid exposing them via. ADL. [SVN r85388]
* Merge unordered from trunk.Daniel James2013-07-151-0/+0
| | | | | | | | | | | | | Add `BOOST_NOEXPECT` to: - Move constructors (when appropriate) - Destructors - Iterators Also, fix some misleading documentation about the containers' move support. [SVN r85048]
* Merge some change log entries to release.Daniel James2013-05-251-0/+0
| | | | [SVN r84497]
* Merge initial unordered use of noexcept + friends.Daniel James2013-05-161-0/+0
| | | | | | | Still more to come, hopefully in time for the release. [SVN r84304]
* Unordered: Merge assign fix.Daniel James2013-01-271-0/+0
| | | | [SVN r82651]
* Unordered: Merge test tweaks + inspect fixes from trunk.Daniel James2012-12-131-0/+0
| | | | [SVN r81922]
* Unordered: Remove and update various deprecated things.Daniel James2012-12-051-0/+0
| | | | [SVN r81727]
* Unordered: Merge code clean up.Daniel James2012-11-151-0/+0
| | | | [SVN r81358]
* Unordered: Fix erasing ranges, and some tests. Fixes #7471Daniel James2012-10-111-0/+0
| | | | [SVN r80958]
* Unordered/Hash: Merge change log.Daniel James2012-09-301-0/+0
| | | | [SVN r80778]
* Unordered: Merge slightly simpler implementation.Daniel James2012-09-221-0/+0
| | | | [SVN r80632]
* Unordered: Merge from trunk.Daniel James2012-09-171-0/+0
| | | | | | | Faster assign, plus simplified some of the implementation. [SVN r80558]
* Unordered: Merge tests to releaseDaniel James2012-09-071-0/+0
| | | | [SVN r80435]
* Unordered: Merge from trunk.Daniel James2012-09-011-0/+0
| | | | | | | | | | | - Some changes to the internals, including reverting some of the recent changes to constructing values which turned out to be more bother than it was worth. - On C++11 compilers, better use of `construct` and `destroy`. - Better testing. [SVN r80350]
* Unordered: Merge reference documentation update.Daniel James2012-08-281-0/+0
| | | | [SVN r80294]
* Unordered: Merge from trunkDaniel James2012-08-051-0/+0
| | | | | | | | | | | | - Avoid an incorrect MSVC unused variable warning in the tests. - Remove a `try..catch`. - Adjust SFINAE use to try to supprt g++ 3.4. Fixes #7175. - Fix some use of rvalues. - Extra info in `at_tests`. [SVN r79868]
* Unordered: Merge allocator fix + improved tests. Fixes #7100.Daniel James2012-07-151-0/+0
| | | | [SVN r79547]
* Unordered: Merge updated c++11 config macros.Daniel James2012-07-151-0/+0
| | | | [SVN r79546]
* Unordered: Merge some of the older changes from trunk.Daniel James2012-07-151-0/+0
| | | | | | | Code reorganization, simpler tests, better use of Boost.Move. [SVN r79545]
* Unordered: Merge msvc 11 fix from trunk.Daniel James2012-06-071-0/+0
| | | | [SVN r78853]
* Unordered: Fix bcp namespace fix. Fixes #6905.Daniel James2012-05-211-0/+0
| | | | [SVN r78534]