Commit Graph

474 Commits

Author SHA1 Message Date
dbd122cee3 bugfix tuples::null_type and tuples::tuple<> iterators not comparing ok.
[SVN r39469]
2007-09-22 01:08:51 +00:00
1f2087092f Doc updates
[SVN r39468]
2007-09-22 01:05:29 +00:00
6344096709 fixing result of related fusion docs issues for fold, accumulate, and transform view/alg
[SVN r39448]
2007-09-21 15:44:57 +00:00
6b56ded55a bugfix tuples::null_type and tuples::tuple<> iterators not comparing ok.
[SVN r39359]
2007-09-18 00:18:56 +00:00
f8e8b4bbf5 push/pop pragma warning
[SVN r38559]
2007-08-10 01:45:05 +00:00
e90a217a2c removing files added by the cvs import incorrectly
[SVN r38407]
2007-08-02 20:34:13 +00:00
2536037ff7 removing another dead file from the cvs import
[SVN r38406]
2007-08-02 20:24:47 +00:00
fac8e082b8 removing dead file recovered by cvs transfer
[SVN r38405]
2007-08-02 20:10:01 +00:00
0bb0d5798b accomodate recent fusion result_of changes
[SVN r38275]
2007-07-22 16:38:18 +00:00
887906aa69 changes docs to reflect changed semantics of unfused_type
(operator() overloads for only onw arity now)


[SVN r38269]
2007-07-22 08:35:29 +00:00
f6b7afa277 changes semantics to contain only operator() overloads for one arity
[SVN r38268]
2007-07-22 08:30:58 +00:00
1484ae8e06 adjusts test to semantic changes:
unfused_typed only contains operator() overloads for one arity now


[SVN r38267]
2007-07-22 08:29:54 +00:00
367a572f54 qualifies lookup of type traits names
[SVN r38256]
2007-07-17 21:44:36 +00:00
97a49614f9 removes unnecessary #includeS
[SVN r38255]
2007-07-17 21:43:14 +00:00
50bd63adcd fixes const-correctness
[SVN r38222]
2007-07-15 16:25:11 +00:00
76bb8db5b7 code tidying (insignificant changes)
[SVN r38220]
2007-07-14 20:22:30 +00:00
50d52fa1c4 code tidying
[SVN r38219]
2007-07-14 20:21:54 +00:00
aebd8a01cb removes unnecessary #includeS
[SVN r38218]
2007-07-14 20:20:28 +00:00
a83c9b89a3 removes unnecessary #include
[SVN r38217]
2007-07-14 20:17:38 +00:00
1ed9b6204b fixes compilation problems with msvc
[SVN r38212]
2007-07-13 21:36:02 +00:00
b4fe17385c silences msvc warning when used with infinite sequences
[SVN r38211]
2007-07-13 21:27:35 +00:00
9df373af5f revises function object concepts and functional module documenation to reflect
boost::result_of-based result computation


[SVN r38209]
2007-07-13 19:25:34 +00:00
f05493abf0 fixes result computation problem
[SVN r38208]
2007-07-13 18:47:02 +00:00
8525c2b0b5 changes result computation to use boost::result_of-based scheme
[SVN r38207]
2007-07-13 18:46:28 +00:00
042735fd06 ported to boost::result_of-based result computation scheme
[SVN r38206]
2007-07-13 18:31:16 +00:00
f119120d24 corrects missing references in boost::result_of signature
[SVN r38205]
2007-07-13 16:37:22 +00:00
c57e840377 adds const correctness, simplifies code, fixes nullary member function invocation
[SVN r38204]
2007-07-13 16:29:45 +00:00
685d26c847 adds const correctness, disables variadic tests, for now
[SVN r38203]
2007-07-13 16:27:55 +00:00
909825a34f simplifies code (minor changes)
[SVN r38202]
2007-07-13 16:26:50 +00:00
f598633cd0 adds const-correctness, simplification
[SVN r38201]
2007-07-13 15:12:14 +00:00
897a312766 adds const correctness
[SVN r38200]
2007-07-13 15:11:20 +00:00
8ff2dca34a adds missing include
[SVN r38199]
2007-07-13 14:20:38 +00:00
e2015823f6 makes unfused_* work exclusively through boost::result_of
[SVN r38198]
2007-07-13 14:09:25 +00:00
7a1017dce3 makes unfused_* work through boost::result_of only
[SVN r38197]
2007-07-13 14:06:50 +00:00
f6184f5f29 fixes bad parameter lists for template friends
[SVN r38195]
2007-07-12 15:57:18 +00:00
8eda5d32ca completes boost::result_of-based result type computation
[SVN r38194]
2007-07-12 09:08:46 +00:00
046d853d63 fixing issues with fusion zip_view size on intel
[SVN r38167]
2007-07-08 14:26:01 +00:00
eb79a48868 testing zero length sequences have converting ctors
[SVN r38156]
2007-07-06 20:48:04 +00:00
3612acb0ef adding working converting ctors for zero length sequences
[SVN r38155]
2007-07-06 20:47:11 +00:00
d20847afd7 don't use forward declarations of partial specializations.
[SVN r38129]
2007-07-02 06:52:31 +00:00
8f8cf8145f handling fusion fold and accumulate function argument by value rather than const ref to fix free function usage
[SVN r38064]
2007-06-22 18:05:55 +00:00
996a4da2d6 testing fusion transform and fold work with free functions now that only Boost.ResultOf support is required
[SVN r38063]
2007-06-22 18:02:58 +00:00
09a6da1f80 fusion fold and transform passing refs for lvalues as per result_of protocol
[SVN r38039]
2007-06-19 21:30:06 +00:00
0e5cb04b99 documents concept preserving semantics of iterator_range (new) and zip_range (forgotten)
[SVN r38005]
2007-06-16 11:56:14 +00:00
6605340726 fixing some defects in fusion::fold loop unrolling
[SVN r37985]
2007-06-13 20:32:30 +00:00
8e93460511 tests covering defect in fusion::fold loop unrolling picked up by Christian Holmquist
[SVN r37984]
2007-06-13 20:30:30 +00:00
a2046a5aa6 fixes for msvc related to fusion result_of compatibility
[SVN r37971]
2007-06-11 21:09:44 +00:00
0fcbc5b467 result_of and polymorphic function obj compatibility
[SVN r37962]
2007-06-11 07:01:05 +00:00
414b87dbdb fixing bug in internal use of fusion::result_of::distance
[SVN r37934]
2007-06-07 20:43:50 +00:00
d68dd4d43e more flat includes
[SVN r37909]
2007-06-06 01:23:45 +00:00