Commit Graph

43 Commits

Author SHA1 Message Date
c621277c07 usability tweaks: functions that return iterators return them as *const* to allow chaining when the recipient function expects a reference (e.g. foo(Iter&) )
[SVN r35940]
2006-11-09 01:48:46 +00:00
4b061d2716 Add copyright, license
[SVN r35905]
2006-11-07 19:11:57 +00:00
d2d2d0aa3e added transform view test covering value_at
[SVN r35805]
2006-11-01 08:03:15 +00:00
2454202163 added value_at_impl for transform view
[SVN r35804]
2006-11-01 08:01:01 +00:00
6ca462baa0 doc updates
[SVN r35784]
2006-10-30 01:20:23 +00:00
82e6dfd876 added tests for at_c on transform view
[SVN r35783]
2006-10-29 21:17:22 +00:00
eca5a201e9 added at impl for transform view random access
[SVN r35782]
2006-10-29 21:16:00 +00:00
f6ebceef8a documents result metafunctions for make_pair and pair members
[SVN r35749]
2006-10-26 07:46:43 +00:00
bac5e1b5c5 adds result metafunction for make_pair and pair members
[SVN r35748]
2006-10-26 07:45:43 +00:00
1c3c70f4cc added test for returning a tuple of double with conversion from a tuple of ints
[SVN r35740]
2006-10-25 09:05:00 +00:00
7ba53d33ce minor bug fixes
[SVN r35735]
2006-10-25 05:27:43 +00:00
aede3f3300 fixed "explicit" problem
[SVN r35732]
2006-10-24 23:26:52 +00:00
3732bb538a comeau, intel has problems with this
[SVN r35689]
2006-10-22 10:23:04 +00:00
fc434bd837 workaround for vc++ mistakenly calling constructor from T instead of copy constructor when T is derived from vector.
[SVN r35553]
2006-10-11 12:10:06 +00:00
521574b39d zip to shortest of collection of variable length seqs@
[SVN r35517]
2006-10-07 15:43:33 +00:00
7cd89c8d9c additional zip tests for variable length input sequences
[SVN r35516]
2006-10-07 15:40:49 +00:00
114556bbba experimental segmented Fusion support
[SVN r35493]
2006-10-05 01:25:32 +00:00
9591dc6dd1 fixing exposing ftag, and namespace discipline issues
[SVN r35446]
2006-10-02 21:18:39 +00:00
dbb2975df8 better namespace discipline, ftag removal
[SVN r35435]
2006-10-01 15:47:17 +00:00
3f27fbe969 support for boost::tuples
[SVN r35350]
2006-09-27 00:42:32 +00:00
798c527173 fixed g++ complaining "error: shadows template parm"
[SVN r35347]
2006-09-26 22:37:55 +00:00
1f9388ec86 fixed g++ complaining "error: shadows template parm"
[SVN r35346]
2006-09-26 22:25:45 +00:00
6723082617 tweak
[SVN r35322]
2006-09-25 13:57:43 +00:00
ac31f6d1cb migrated std_pair_iterator and mpl_iterator to iterator_facade
[SVN r35321]
2006-09-25 13:56:22 +00:00
f017aa86ce adapted/array is now using iterator_facade
[SVN r35317]
2006-09-25 09:06:15 +00:00
654fd0918e prelude to iterator_facade and sequence_facade
[SVN r35316]
2006-09-25 08:37:16 +00:00
a37b435ce6 ODR safe code
[SVN r35275]
2006-09-22 13:39:27 +00:00
da23c8a4cc fixed for msvc + gcc (all regresions ok)
[SVN r35271]
2006-09-22 06:31:17 +00:00
46134407cf fixed for msvc
[SVN r35270]
2006-09-22 00:41:24 +00:00
1633f967aa fixed bug in test
[SVN r35269]
2006-09-22 00:17:30 +00:00
aab92c85d0 ftag to fusion_tag
[SVN r35250]
2006-09-21 14:26:48 +00:00
980fe1f6ab Optimizing for RVO
[SVN r35249]
2006-09-21 14:20:59 +00:00
9267941ce3 doc tweaks
[SVN r35248]
2006-09-21 12:43:48 +00:00
425030e0eb renamed ftag to fusion_tag
[SVN r35247]
2006-09-21 12:25:27 +00:00
1a6f4f948c tweaks
[SVN r35144]
2006-09-17 13:19:48 +00:00
3f06921d11 added a cookbook directory for cookbook style tutorial usage of Fusion. added the first cookbook tutorial.
[SVN r35143]
2006-09-17 13:07:24 +00:00
147abb8cdd Tweaks and addition of main header mpl.hpp to make using MPL and Fusion easy
[SVN r35142]
2006-09-17 13:05:25 +00:00
eb324cc029 Doc Tweaks
[SVN r35130]
2006-09-16 05:27:33 +00:00
d77941a375 simple performance examples
[SVN r35055]
2006-09-10 16:15:37 +00:00
65a427658f Tweaks for VC7.1
[SVN r35054]
2006-09-10 05:56:10 +00:00
5efba059ed Tweaks for xpressive
[SVN r34928]
2006-08-23 02:37:18 +00:00
c31253d8c1 adding fusion docs and tests
[SVN r34920]
2006-08-22 15:57:13 +00:00
75b9d13a88 Initial move from Spirit CVS
[SVN r34896]
2006-08-16 16:50:52 +00:00