https://svn.boost.org/svn/boost/trunk
........
r62550 | eric_niebler | 2010-06-08 01:07:00 -0400 (Tue, 08 Jun 2010) | 1 line
namespace reform, begin to make proto internals rely less on proto::expr
........
r62616 | eric_niebler | 2010-06-08 20:14:39 -0400 (Tue, 08 Jun 2010) | 1 line
use basic_expr instead of expr when possible for better compile times
........
r62618 | eric_niebler | 2010-06-08 20:23:57 -0400 (Tue, 08 Jun 2010) | 1 line
more namespace reform
........
[SVN r62739]
https://svn.boost.org/svn/boost/trunk
........
r62368 | eric_niebler | 2010-06-01 10:18:42 -0400 (Tue, 01 Jun 2010) | 1 line
use boost::tr1_result_of to avoid problems with boost::result_of and decltype
........
r62371 | eric_niebler | 2010-06-01 18:10:54 -0400 (Tue, 01 Jun 2010) | 1 line
fix one return type missed by [62368]
........
r62372 | eric_niebler | 2010-06-01 18:13:33 -0400 (Tue, 01 Jun 2010) | 1 line
use generators directly instead of relying on the domain to inherit from them, which seems a dubious design
........
r62479 | eric_niebler | 2010-06-06 09:40:44 -0400 (Sun, 06 Jun 2010) | 1 line
major simplification of proto/operators.hpp
........
[SVN r62510]
https://svn.boost.org/svn/boost/trunk
........
r61076 | eric_niebler | 2010-04-05 12:15:49 -0700 (Mon, 05 Apr 2010) | 1 line
code clean-up
........
r61547 | eric_niebler | 2010-04-24 12:50:15 -0700 (Sat, 24 Apr 2010) | 1 line
when using proto::and_ as a transform, apply *all* transforms but only return the result of applying the last
........
r61675 | eric_niebler | 2010-04-29 06:59:12 -0700 (Thu, 29 Apr 2010) | 1 line
allow virtual members to be in a different domain than their enclosing class
........
r61676 | eric_niebler | 2010-04-29 08:08:18 -0700 (Thu, 29 Apr 2010) | 1 line
const-correctness fixes when invoking proto domains
........
r61677 | eric_niebler | 2010-04-29 08:18:21 -0700 (Thu, 29 Apr 2010) | 1 line
more const-correctness fixes when invoking proto domains
........
r61750 | eric_niebler | 2010-05-03 18:19:53 -0700 (Mon, 03 May 2010) | 1 line
_default transform is also a grammar that matches the expressions the transform knows how to handle
........
r61782 | eric_niebler | 2010-05-04 17:19:22 -0700 (Tue, 04 May 2010) | 1 line
pass_through transform doesn't strip expression wrappers
........
r61788 | eric_niebler | 2010-05-05 09:02:34 -0700 (Wed, 05 May 2010) | 1 line
fix broken proto
........
r61859 | eric_niebler | 2010-05-08 15:27:39 -0700 (Sat, 08 May 2010) | 1 line
add partial support for sub-domains. Full support (on compilers supporting Boost.TypeOf) to come
........
[SVN r62138]
* Fix common_factor code so it works with expression-template enabled types, and added new tests.
* Cleaned up using declarations.
* Fixed cbrt conceptual requirements.
* Fixed round for negative values.
* Changed all configuration code to use the new Boost.Build configuration support.
* Fixed HP aCC version numbers in src files.
* Regenerated docs.
[SVN r62124]