| Commit message (Expand) | Author | Age | Files | Lines |
* | Update lambda from develop | Automated Commit | 2018-04-20 | 1 | -0/+0 |
* | Update lambda from develop | Automated Commit | 2017-11-11 | 1 | -0/+0 |
* | Update lambda from develop | Automated Commit | 2017-10-30 | 1 | -0/+0 |
* | Update lambda from develop | Automated Commit | 2017-10-09 | 1 | -0/+0 |
* | Update lambda from develop | Automated Commit | 2017-10-09 | 1 | -0/+0 |
* | Update lambda from develop | Automated Commit | 2017-09-16 | 1 | -0/+0 |
* | Update lambda from develop | Automated Commit | 2016-12-19 | 1 | -0/+0 |
* | Update lambda from develop | Automated Commit | 2016-11-07 | 1 | -0/+0 |
* | Update integer, random, utility, functional, config, array, type_traits, iter... | Automated Commit | 2016-10-08 | 1 | -0/+0 |
* | Update lambda from develop. | Automated Commit | 2015-09-11 | 1 | -0/+0 |
* | Update lambda from develop. | Automated Commit | 2015-05-18 | 1 | -0/+0 |
* | Update lambda from develop. | Automated Commit | 2015-05-18 | 1 | -0/+0 |
* | Update lambda from develop. | Automated Commit | 2015-05-18 | 1 | -0/+0 |
* | Update logic, lambda, iterator from develop. | Automated Commit | 2014-11-02 | 1 | -0/+0 |
* | Update graph, format, lambda, logic, interval, pool, property_map, timer, fun... | Automated Commit | 2014-09-01 | 1 | -0/+0 |
* | Update lambda from develop. | Automated Commit | 2014-06-01 | 1 | -0/+0 |
* | Lambda: Remove obsolete GCC version checks. | Stephen Kelly | 2013-09-30 | 1 | -0/+0 |
* | Remove use of obsolete BOOST_NO_TEMPLATED_STREAMS macro. | Stephen Kelly | 2013-09-30 | 1 | -0/+0 |
* | Handle const lambda functors for nullary result_of. Fixes #6914. | Steven Watanabe | 2013-02-19 | 1 | -0/+0 |
* | Handle nullary result_of. Fixes #6914. | Steven Watanabe | 2013-02-16 | 1 | -0/+0 |
* | Remove name of unused parameter. Fixes #8033. | Steven Watanabe | 2013-02-16 | 1 | -0/+0 |
* | Fixed 'the the' in comments; Refs #7714 | Marshall Clow | 2012-12-28 | 1 | -0/+0 |
* | Fix return type deduction for pointers to data members. Fixes #4962. Fixes ... | Steven Watanabe | 2011-01-03 | 1 | -0/+0 |
* | removed arity detection from has_xxx_template | Daniel Walker | 2010-07-07 | 1 | -0/+0 |
* | Update various libraries' documentation build. | Daniel James | 2010-06-20 | 1 | -0/+0 |
* | Revert [62617], since there is already a Jamfile for Lambda's tests | Steven Watanabe | 2010-06-09 | 1 | -0/+0 |
* | Enable using result_of with Boost.Lambda. Fixes #426. Fixes #864 | Steven Watanabe | 2010-06-09 | 1 | -0/+0 |
* | Changed compound assignment (and actually all binary operators) to copy their... | Jeremiah Willcock | 2010-06-09 | 1 | -0/+0 |
* | Fixed warning | Jeremiah Willcock | 2010-06-09 | 1 | -0/+0 |
* | Added Jamfile.v2 from Daniel Walker; refs #864 | Jeremiah Willcock | 2010-06-09 | 1 | -0/+0 |
* | Make sure that all top level headers in Lambda include their dependencies. F... | Steven Watanabe | 2010-05-09 | 1 | -0/+0 |
* | Deal with warnings with /Za. Fixes #3485 | Steven Watanabe | 2009-11-08 | 1 | -0/+0 |
* | rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the ... | Troy D. Straszheim | 2009-10-17 | 1 | -0/+0 |
* | Copyrights on CMakeLists.txt to keep them from clogging up the inspect | Troy D. Straszheim | 2009-07-26 | 1 | -0/+0 |
* | Don't propagate constness from pointer to pointee. Fixes #1572 | Steven Watanabe | 2009-06-05 | 1 | -0/+0 |
* | Use boost/detail/container_fwd.hpp. Fixes #2601 | Steven Watanabe | 2009-06-05 | 1 | -0/+0 |
* | Add result_type to lambda::ret. Fixes #1222 | Steven Watanabe | 2009-06-05 | 1 | -0/+0 |
* | Fixed tabs | Jeremiah Willcock | 2009-05-28 | 1 | -0/+0 |
* | Fix lambda regression with msvc 7.1 | Steven Watanabe | 2009-05-25 | 1 | -0/+0 |
* | Avoid ambiguities between boost::lambda::bind and std::bind with VC10. Fixes... | Steven Watanabe | 2009-05-24 | 1 | -0/+0 |
* | Avoid using namespace std; to prevent ambiguity between boost and std compone... | Steven Watanabe | 2009-05-17 | 1 | -0/+0 |
* | Supress warnings on gcc and msvc. Fixes #1515 | Steven Watanabe | 2009-02-26 | 1 | -0/+0 |
* | Add Jamfile to build PDF versions of all the docs. | John Maddock | 2009-02-08 | 1 | -0/+0 |
* | Add <async-exceptions>on. Fixes #2446 | Steven Watanabe | 2009-02-03 | 1 | -0/+0 |
* | Add specializations of plain_return_type_2 for std::string. Fixes #781 | Steven Watanabe | 2009-01-08 | 1 | -0/+0 |
* | Typo: fixes bug #2583 | Marshall Clow | 2008-12-30 | 1 | -0/+0 |
* | Updating dependency information for modularized libraries. | Michael A. Jackson | 2008-11-07 | 1 | -0/+0 |
* | Updating CMake files to latest trunk. Added dependency information for regres... | Michael A. Jackson | 2008-11-07 | 1 | -0/+0 |
* | Continuing merge of CMake build system files into trunk with the encouragemen... | Michael A. Jackson | 2008-11-01 | 1 | -0/+0 |
* | With his kind permission, change Jaakko "Järvi" to "Jarvi" | Beman Dawes | 2008-06-28 | 1 | -0/+0 |