Commit Graph

1407 Commits

Author SHA1 Message Date
Joel de Guzman
141dac45fe no more #include <iostream>
[SVN r36102]
2006-11-20 06:18:12 +00:00
Joel de Guzman
15ff870381 added code to peek into assembler
[SVN r36088]
2006-11-19 16:06:02 +00:00
Joel de Guzman
70eb7e588d updates + zip tests
[SVN r36087]
2006-11-19 14:17:29 +00:00
Joel de Guzman
4a0304a699 sequence performance tests
[SVN r36086]
2006-11-19 05:15:31 +00:00
Dan Marsden
5386f5dd3e corrected iterator comparison defect
[SVN r36063]
2006-11-16 22:09:39 +00:00
Dan Marsden
37baabd5d5 variant missing include fixes
[SVN r36062]
2006-11-16 22:08:50 +00:00
Joel de Guzman
f742cee848 minor tweak
[SVN r36020]
2006-11-13 09:28:04 +00:00
Dan Marsden
fe9949a59c added variant traits tests
[SVN r36019]
2006-11-13 08:13:12 +00:00
Dan Marsden
e3f20b5224 added missing traits support
[SVN r36018]
2006-11-13 08:12:20 +00:00
Joel de Guzman
165910e4a3 minor tweaks for intel
[SVN r36017]
2006-11-13 01:32:27 +00:00
Joel de Guzman
c0c9bbc700 minor tweaks
[SVN r36016]
2006-11-13 01:16:28 +00:00
Dan Marsden
6860872d7b adding tests for variant as adapted sequence
[SVN r36015]
2006-11-12 23:08:59 +00:00
Dan Marsden
2a652e5424 variant as a fusion sequence
[SVN r36014]
2006-11-12 23:07:18 +00:00
Eric Niebler
0faf16666f segmented_size, for calculating the size of any segmented data structure
[SVN r35945]
2006-11-09 06:36:04 +00:00
Joel de Guzman
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
Beman Dawes
4b061d2716 Add copyright, license
[SVN r35905]
2006-11-07 19:11:57 +00:00
Dan Marsden
d2d2d0aa3e added transform view test covering value_at
[SVN r35805]
2006-11-01 08:03:15 +00:00
Dan Marsden
2454202163 added value_at_impl for transform view
[SVN r35804]
2006-11-01 08:01:01 +00:00
Joel de Guzman
6ca462baa0 doc updates
[SVN r35784]
2006-10-30 01:20:23 +00:00
Dan Marsden
82e6dfd876 added tests for at_c on transform view
[SVN r35783]
2006-10-29 21:17:22 +00:00
Dan Marsden
eca5a201e9 added at impl for transform view random access
[SVN r35782]
2006-10-29 21:16:00 +00:00
Tobias Schwinger
f6ebceef8a documents result metafunctions for make_pair and pair members
[SVN r35749]
2006-10-26 07:46:43 +00:00
Tobias Schwinger
bac5e1b5c5 adds result metafunction for make_pair and pair members
[SVN r35748]
2006-10-26 07:45:43 +00:00
Joel de Guzman
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
Eric Niebler
7ba53d33ce minor bug fixes
[SVN r35735]
2006-10-25 05:27:43 +00:00
Joel de Guzman
aede3f3300 fixed "explicit" problem
[SVN r35732]
2006-10-24 23:26:52 +00:00
Joel de Guzman
3732bb538a comeau, intel has problems with this
[SVN r35689]
2006-10-22 10:23:04 +00:00
Joel de Guzman
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
Dan Marsden
521574b39d zip to shortest of collection of variable length seqs@
[SVN r35517]
2006-10-07 15:43:33 +00:00
Dan Marsden
7cd89c8d9c additional zip tests for variable length input sequences
[SVN r35516]
2006-10-07 15:40:49 +00:00
Eric Niebler
114556bbba experimental segmented Fusion support
[SVN r35493]
2006-10-05 01:25:32 +00:00
Dan Marsden
9591dc6dd1 fixing exposing ftag, and namespace discipline issues
[SVN r35446]
2006-10-02 21:18:39 +00:00
Dan Marsden
dbb2975df8 better namespace discipline, ftag removal
[SVN r35435]
2006-10-01 15:47:17 +00:00
Joel de Guzman
3f27fbe969 support for boost::tuples
[SVN r35350]
2006-09-27 00:42:32 +00:00
Joel de Guzman
798c527173 fixed g++ complaining "error: shadows template parm"
[SVN r35347]
2006-09-26 22:37:55 +00:00
Joel de Guzman
1f9388ec86 fixed g++ complaining "error: shadows template parm"
[SVN r35346]
2006-09-26 22:25:45 +00:00
Joel de Guzman
6723082617 tweak
[SVN r35322]
2006-09-25 13:57:43 +00:00
Joel de Guzman
ac31f6d1cb migrated std_pair_iterator and mpl_iterator to iterator_facade
[SVN r35321]
2006-09-25 13:56:22 +00:00
Joel de Guzman
f017aa86ce adapted/array is now using iterator_facade
[SVN r35317]
2006-09-25 09:06:15 +00:00
Joel de Guzman
654fd0918e prelude to iterator_facade and sequence_facade
[SVN r35316]
2006-09-25 08:37:16 +00:00
Joel de Guzman
a37b435ce6 ODR safe code
[SVN r35275]
2006-09-22 13:39:27 +00:00
Joel de Guzman
da23c8a4cc fixed for msvc + gcc (all regresions ok)
[SVN r35271]
2006-09-22 06:31:17 +00:00
Joel de Guzman
46134407cf fixed for msvc
[SVN r35270]
2006-09-22 00:41:24 +00:00
Joel de Guzman
1633f967aa fixed bug in test
[SVN r35269]
2006-09-22 00:17:30 +00:00
Joel de Guzman
aab92c85d0 ftag to fusion_tag
[SVN r35250]
2006-09-21 14:26:48 +00:00
Joel de Guzman
980fe1f6ab Optimizing for RVO
[SVN r35249]
2006-09-21 14:20:59 +00:00
Joel de Guzman
9267941ce3 doc tweaks
[SVN r35248]
2006-09-21 12:43:48 +00:00
Joel de Guzman
425030e0eb renamed ftag to fusion_tag
[SVN r35247]
2006-09-21 12:25:27 +00:00
Joel de Guzman
1a6f4f948c tweaks
[SVN r35144]
2006-09-17 13:19:48 +00:00
Joel de Guzman
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