summaryrefslogtreecommitdiff
path: root/libs/bimap
Commit message (Collapse)AuthorAgeFilesLines
* Update bimap from developAutomated Commit2017-12-021-0/+0
|
* Update bimap from developAutomated Commit2017-11-301-0/+0
|
* Update bimap from developAutomated Commit2017-11-211-0/+0
|
* Update bimap from developAutomated Commit2017-11-041-0/+0
|
* Update bimap from developAutomated Commit2017-11-041-0/+0
|
* Update bimap from developAutomated Commit2017-11-031-0/+0
|
* Update integer, random, utility, functional, config, array, type_traits, ↵Automated Commit2016-10-081-0/+0
| | | | iterator, regex, static_assert, function, concept_check, python, test, any, crc, pool, thread, tuple, math, build, bind, date_time, multi_array, signals, lambda, range, logic, variant, optional, spirit, filesystem, program_options, algorithm, local_function, property_tree, circular_buffer, bimap, xpressive, tr1, foreach, typeof, parameter, function_types, fusion, asio, interprocess, mpi, intrusive, coroutine, geometry, atomic, heap, icl, multiprecision, lockfree, move, tti, type_erasure, phoenix, predef, proto, ratio, scope_exit, signals2, sync, units, unordered, chrono, container, context, accumulators, log, align, type_index, core, winapi, lexical_cast, convert, sort, coroutine2, vmd, compute, dll, metaparse, hana, fiber from develop.
* Update bimap from develop.Automated Commit2016-03-091-0/+0
|
* Update bimap from develop.Automated Commit2016-02-261-0/+0
|
* Update bimap from develop.Automated Commit2016-02-261-0/+0
|
* Update scope_exit, rational, range, random, python, ptr_container, ↵Automated Commit2015-01-251-0/+0
| | | | parameter, locale, local_function, iostreams, icl, function_types, compatibility, bimap, assign from develop.
* Correct broken links to C++ standard papers. Refs #9212.Michel Morin2013-10-301-0/+0
| | | | [SVN r86524]
* Remove obsolete MSVC check from pragma guardStephen Kelly2013-09-261-0/+0
| | | | | | | | git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq is now clean. [SVN r85952]
* Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro.Stephen Kelly2013-09-251-0/+0
| | | | [SVN r85896]
* Remove use of obsolete BOOST_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macros.Stephen Kelly2013-09-251-0/+0
| | | | [SVN r85894]
* Apply patch for documentation typos. Fixes #5955.Steven Watanabe2013-02-141-0/+0
| | | | [SVN r82888]
* Fixed vector_of and list_of views assign(size_type,value_type) bug.Matias Capeletto2012-12-101-0/+0
| | | | | | Fixed vector_of views operator[](size_type) and at(size_type) functions return value. [SVN r81818]
* [bimap] Fix replace_(left/right/key/data) bug when using relations with info.Matias Capeletto2012-12-091-0/+0
| | | | [SVN r81807]
* [bimap] Update docsMatias Capeletto2012-12-091-0/+0
| | | | [SVN r81805]
* Refactor map_view_iterator to improve error messagesMatias Capeletto2012-11-081-0/+0
| | | | [SVN r81256]
* Fix unused parameter name warnings in Boost.Bimap, Fix #7425Matias Capeletto2012-10-011-0/+0
| | | | [SVN r80807]
* [bimap] Remove tabsMatias Capeletto2012-05-291-0/+0
| | | | [SVN r78741]
* [Bimap] Add missing typename in testsMatias Capeletto2012-05-271-0/+0
| | | | [SVN r78693]
* [bimap] Add key_type and mapped_type (leaving data_type for backward ↵Matias Capeletto2012-05-241-0/+0
| | | | | | compatibility) typedefs to map views (Fix #6031) [SVN r78583]
* Replace all uses of boost/utility.hpp with more-granular includes. Solves ↵Dave Abrahams2012-05-181-0/+0
| | | | | | modularization dependency nightmare. [SVN r78502]
* [Bimap] Solve unused constructor parameter warning (Fix 5749)Matias Capeletto2012-04-231-0/+0
| | | | [SVN r78159]
* [Bimap] Remove spurious dependency on Boost.Serialization (Fix #3868)Matias Capeletto2012-04-231-0/+0
| | | | [SVN r78154]
* Update links to boost tools in bimap.Daniel James2011-02-271-0/+0
| | | | [SVN r69326]
* Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits ↵Steven Watanabe2011-01-151-0/+0
| | | | | | that depend on it. ([68137], [68140], [68141], [68154], and [68165]). [SVN r68168]
* Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.Bryce Adelstein-Lelbach2011-01-141-0/+0
| | | | | | | | | | | | | | | 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]
* Rebuild bimap documentation.Daniel James2010-07-191-0/+0
| | | | [SVN r64169]
* Update various libraries' documentation build.Daniel James2010-06-201-0/+0
| | | | | | | | | Mostly to use the images and css files under doc/src instead of doc/html, usually be deleting the settings in order to use the defaults. Also add 'boost.root' to some builds in order to fix links which rely on it. [SVN r63146]
* fix context to complex for V7.1Matias Capeletto2010-01-111-0/+0
| | | | [SVN r58891]
* fix custom allocators, ticket #3665Matias Capeletto2010-01-091-0/+0
| | | | [SVN r58856]
* fix count() constness, ticket #2484Matias Capeletto2010-01-091-0/+0
| | | | [SVN r58855]
* fix missing include headers, ticket #1521Matias Capeletto2010-01-091-0/+0
| | | | [SVN r58854]
* fix regressions in VC10, ticket #3573Matias Capeletto2010-01-091-0/+0
| | | | [SVN r58853]
* fix xpressive regression in GCC 4.4, ticket #3042Matias Capeletto2010-01-091-0/+0
| | | | [SVN r58852]
* Rebuild bimap documentation.Daniel James2009-11-201-0/+0
| | | | [SVN r57804]
* rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the ↵Troy D. Straszheim2009-10-171-0/+0
| | | | | | inspect script, but I'm not taking any chances, and it is easy to put back [SVN r56942]
* Copyrights on CMakeLists.txt to keep them from clogging up the inspectTroy D. Straszheim2009-07-261-0/+0
| | | | | | | | | reports. This is essentially the same commit as r55095 on the release branch. [SVN r55159]
* Moved property map library into property_map/ directory; made old files into ↵Jeremiah Willcock2009-04-071-0/+0
| | | | | | stubs with #warnings; converted uses and docs of property map library to use new names [SVN r52226]
* Add PDF generation options to fix external links to point to the web site.John Maddock2009-02-171-0/+0
| | | | | | | Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues. [SVN r51284]
* Change images to 120dpi.John Maddock2009-02-091-0/+0
| | | | [SVN r51133]
* Add Jamfile to build PDF versions of all the docs.John Maddock2009-02-081-0/+0
| | | | | | | Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc. Tweaked fo.xsl to provide more options by default, and improve formatting. [SVN r51104]
* Updating dependency information for modularized libraries.Michael A. Jackson2008-11-071-0/+0
| | | | [SVN r49628]
* Updating CMake files to latest trunk. Added dependency information for ↵Michael A. Jackson2008-11-071-0/+0
| | | | | | regression tests and a few new macros for internal use. [SVN r49627]
* Continuing merge of CMake build system files into trunk with the ↵Michael A. Jackson2008-11-011-0/+0
| | | | | | encouragement of Doug Gregor [SVN r49510]
* Merge in documentation fixes. Apart from the change to optional's documenationDaniel James2008-04-271-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jamfile, which I included by mistake. Fixes #1659, #1661, #1684, #1685, 1687, #1690, #1801 I wrote about this at: http://lists.boost.org/Archives/boost/2008/04/136405.php Merged revisions 44585-44806 via svnmerge from https://svn.boost.org/svn/boost/branches/doc ........ r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines Fix broken link to vacpp in bjam docs. Refs #1512 ........ r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines Fix broken link to bcpp in bjam docs. Refs #1513 ........ r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines DateTime documentation - Fix a link to the serialization library. Refs #1659 ........ r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines Fix some links in interprocess & intrusive. Refs #1661 ........ r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines Fix some links in the python docs. Refs #1684. ........ r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines Work around a quickbook bug which is affecting the python docs. Refs #1684. ........ r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines Fix a broken link in the numeric conversion docs. Refs #1685 ........ r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines Fix some links in the optional docs. Refs #1687 ........ r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines Fix link to the hash documentation from bimap. Refs #1690 ........ r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines Fix a typo in the format library. Refs #1801 ........ r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line Initialise svnmerge. ........ r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines Fix the lincense url in shared container iterator documentation. ........ r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines Fix image link in the mpi documentation. ........ r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines Fix a typo in the spirit docs. ........ r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844 ........ r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines Fix another typo in spirit docs. ........ [SVN r44807]
* add missing imagesMatias Capeletto2008-02-141-0/+0
| | | | [SVN r43260]