summaryrefslogtreecommitdiff
path: root/libs/local_function
Commit message (Collapse)AuthorAgeFilesLines
* Update local_function from masterAutomated Commit2021-11-121-0/+0
|
* Update local_function from masterAutomated Commit2021-07-041-0/+0
|
* Update local_function from masterAutomated Commit2020-06-121-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 local_function, scope_exit from master.Automated Commit2015-10-191-0/+0
|
* Update locale, local_function, iostreams, icl, function_types, ↵Automated Commit2015-01-251-0/+0
| | | | compatibility, bimap, assign from master.
* Update bimap, compatibility, crc, format, graph_parallel, integer, interval, ↵Automated Commit2014-04-061-0/+0
| | | | io, local_function, locale, logic, multi_array, optional, pool, scope_exit, static_assert from master.
* Merge deprecated macro change for Boost.LocalFunction to release; no ↵Marshall Clow2012-12-111-0/+0
| | | | | | functionality change [SVN r81851]
* Merge changes from trunk:John Maddock2012-07-141-0/+0
| | | | | | | | | Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line. So "bjam pdfinstall" will now build and install the PDF to the current directory. This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit). [SVN r79500]
* Fixing broken doc links (removing mixed capitals from HTML file names).Lorenzo Caminiti2012-07-041-0/+0
| | | | [SVN r79272]
* Fixing broken doc links.Lorenzo Caminiti2012-07-041-0/+0
| | | | [SVN r79271]
* Merge documentation build fix from trunk.Daniel James2012-06-111-0/+0
| | | | [SVN r78888]
* Update Jamfiles and build scripts for PDF generation.John Maddock2012-06-071-0/+0
| | | | | | Set local_function image DPI's for better PDF builds. [SVN r78849]
* Marked some expected failures for release regression test compilers. Renamed ↵Lorenzo Caminiti2012-05-261-0/+0
| | | | | | a local function internal template parameter from Bn to Bindn (because B0 is defined as a macro from a Linux header to represent a baudrate). Added itdentity_type.hpp to utility.hpp. Made reference data members of LocalFunction Addable static (because they are not set in the constructor). [SVN r78659]
* Merged ScopeExit (improved), LocalFunction (new), ↵Lorenzo Caminiti2012-05-241-0/+0
Functional/OverloadedFunction (new), and Utility/IdentityType (new) from trunk into release branch. [SVN r78564]