Commit Graph

1298 Commits

Author SHA1 Message Date
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
35ec412acf more flat includes
[SVN r37908]
2007-06-06 01:13:33 +00:00
6fbd010bbc more flat includes
[SVN r37907]
2007-06-06 00:18:13 +00:00
2bbf2a7ec4 added include/swap.hpp
[SVN r37905]
2007-06-05 22:09:51 +00:00
40524cfda1 loop unrolling count(_if)
[SVN r37875]
2007-06-02 21:48:14 +00:00
b33ce64895 correcting defective fusion count_if test case
[SVN r37874]
2007-06-02 16:48:49 +00:00
d2f019514e fusion find_if loop unrolling and use of advance optimization for random traversal sequences
[SVN r37856]
2007-06-01 22:47:49 +00:00
a4268d3cf9 loop unrolling for compile time perf in any, all and none
[SVN r37820]
2007-05-30 06:56:32 +00:00
da31732ca3 fixing defective test case with bad rvalue / lvalue handling issue
[SVN r37819]
2007-05-30 06:47:39 +00:00
6097406ca1 covering accumulate as part of fusion fold tests
[SVN r37807]
2007-05-28 23:13:46 +00:00
b935ea84a9 loop unrolling for fusion iteration algorithms
[SVN r37806]
2007-05-28 23:12:53 +00:00
2c7e484787 fix to transform view distance impl
[SVN r37805]
2007-05-28 22:57:59 +00:00
0ff8dd230d Removed tabs.
[SVN r37804]
2007-05-27 16:30:35 +00:00
05a706599a fix for swap picked up with gcc 4.1.2
[SVN r37791]
2007-05-26 19:54:13 +00:00
1bf333a444 fixes bug reported by John Maddock. Typo: associative structures have associative members.
[SVN r37762]
2007-05-24 21:08:34 +00:00
d171c25dd2 fixes bug in unfused_generic reported by Eric Niebler
[SVN r37739]
2007-05-22 10:53:49 +00:00
5ec07406da Adding file...
[SVN r37702]
2007-05-16 16:25:48 +00:00
f2f3b2cf1e Adding file...
[SVN r37701]
2007-05-16 16:10:58 +00:00
dfcadb449b tests for assoc struct adaptor
[SVN r37639]
2007-05-08 22:16:09 +00:00
f8bb69dc9a adding struct associative adaptor
[SVN r37638]
2007-05-08 22:14:58 +00:00
8b2e69c764 Added file.
[SVN r37604]
2007-05-06 19:18:27 +00:00
bb27fc1089 fusion swap documentation
[SVN r37570]
2007-05-02 22:47:23 +00:00
73d47b7267 Added file
[SVN r37562]
2007-05-02 18:14:22 +00:00
a1b7949dce tests for swap
[SVN r37553]
2007-05-01 20:57:15 +00:00
77c04b0e57 swap implementation
[SVN r37552]
2007-05-01 20:56:32 +00:00
da82119dd3 more flat includes
[SVN r37534]
2007-04-29 16:18:01 +00:00
416b82b14a some changes for conceptgcc-4.3
[SVN r37529]
2007-04-28 21:22:55 +00:00