summaryrefslogtreecommitdiff
path: root/libs/function
Commit message (Collapse)AuthorAgeFilesLines
* Update function from masterAutomated Commit2023-03-061-0/+0
|
* Update boostdep, function from masterAutomated Commit2023-02-221-0/+0
|
* Update function from masterAutomated Commit2023-02-171-0/+0
|
* Update function from masterAutomated Commit2022-12-231-0/+0
|
* Update function from masterAutomated Commit2022-06-161-0/+0
|
* Update function from masterAutomated Commit2021-12-211-0/+0
|
* Update function from masterAutomated Commit2021-04-191-0/+0
|
* Update function from masterAutomated Commit2021-01-191-0/+0
|
* Update function from masterAutomated Commit2020-12-111-0/+0
|
* Update function from masterAutomated Commit2020-09-101-0/+0
|
* Update function from masterAutomated Commit2020-03-291-0/+0
|
* Update 6 submodules from masterAutomated Commit2019-08-211-0/+0
| | | | Update assert, boostdep, core, endian, function, timer.
* Update function from masterAutomated Commit2019-05-071-0/+0
|
* Update function from masterAutomated Commit2019-04-151-0/+0
|
* Update function from masterAutomated Commit2019-01-081-0/+0
|
* Update function from masterAutomated Commit2018-12-221-0/+0
|
* Update function from masterAutomated Commit2018-12-191-0/+0
|
* Update function from masterAutomated Commit2018-11-141-0/+0
|
* Update function from masterAutomated Commit2018-11-041-0/+0
|
* Update function from masterAutomated Commit2018-11-031-0/+0
|
* Update function from masterAutomated Commit2018-10-161-0/+0
|
* Update function from masterAutomated Commit2018-09-301-0/+0
|
* Update function from masterAutomated Commit2018-09-241-0/+0
|
* Update function from masterAutomated Commit2018-09-241-0/+0
|
* Update function from masterAutomated Commit2018-07-161-0/+0
|
* Update function from masterAutomated Commit2018-06-161-0/+0
|
* Update function from masterAutomated Commit2018-02-201-0/+0
|
* Update function from masterAutomated Commit2017-12-191-0/+0
|
* Update function from masterAutomated Commit2017-09-141-0/+0
|
* Update function from masterAutomated Commit2017-07-041-0/+0
|
* Update 3 submodules from masterAutomated Commit2017-06-151-0/+0
| | | | Update date_time, dynamic_bitset, function.
* Update function from masterAutomated Commit2017-01-071-0/+0
|
* Update function, interval from masterAutomated Commit2017-01-041-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 function from master.Automated Commit2016-07-161-0/+0
|
* Update function, format, concept_check from master.Automated Commit2015-07-221-0/+0
|
* Update function from master.Automated Commit2015-01-181-0/+0
|
* Update function from master.Automated Commit2014-09-011-0/+0
|
* Update function from master.Automated Commit2014-02-081-0/+0
|
* Update function from master.Automated Commit2014-02-031-0/+0
|
* Merge from trunk:Antony Polukhin2013-06-151-0/+0
| | | | | | * Update documentation of Boost.Function and add info about rvalues (fixes #8505) [SVN r84788]
* Merge fix from trunk; Fixes #7819Marshall Clow2012-12-301-0/+0
| | | | [SVN r82280]
* Merge macro changes for Boost.Function to release branchMarshall Clow2012-12-171-0/+0
| | | | [SVN r82054]
* Merge from trunk: added move assignment and move constructors to ↵Antony Polukhin2012-09-281-0/+0
| | | | | | Boost.Function (fixes #7330) [SVN r80738]
* Merge doc fixes to release; Fixes #7244Marshall Clow2012-09-241-0/+0
| | | | [SVN r80694]
* Merge Change 74916 (extra semicolon) to releaseMarshall Clow2011-10-131-0/+0
| | | | [SVN r74939]
* Merge fixes to release; Fixes #4717Marshall Clow2011-06-021-0/+0
| | | | [SVN r72347]
* Function: Merge from trunk.Daniel James2011-03-211-0/+0
| | | | | | | | | | | | | | | | | | | | - Remove extra definition of operator(), since it's inline anyway. Fixes #4765. - Make sure that the cv flags are copied when we copy a reference to a function object. Fixes #4325 - Fully qualified function calls to avoid ambiguity with new additions to standard. Thanks to Conrad Poelman. Fixes #4073 - Remove iterator workaround for newer versions of Visual Age C++. Thanks to 'ccambly'. Fixes #3912 - Fix unused variable warning for Visual C++. Fixes #3618 - Testing flag for Visual C++. - Removed all but one old-style cast, prevents GCC warnings, but breaks GCC 2.95.3. Fixes #3410 - Fixed tab and newline issues from inspection report. [SVN r70361]
* Spirit: merging from trunk upto rev. 61489Hartmut Kaiser2010-07-041-0/+0
| | | | [SVN r63640]
* Merge documentation fixes.Daniel James2010-06-261-0/+0
| | | | | | | | | | * Use `doc/src/*.css` instead of `doc/html/*.css`. * Remove wiki and people directories. * Some documentation fixes. * Left out `minimal.css` changes and boostbook changes because of clashes. [SVN r63347]