Commit Graph

474 Commits

Author SHA1 Message Date
aa1d326ba4 introduces deduce metafunctions
[SVN r36811]
2007-01-27 10:42:55 +00:00
469a4a2d7a minor presentation tweaks
[SVN r36767]
2007-01-23 06:15:17 +00:00
63c122f0d8 Deeper TOC level + typo fix: rename apply->result in algo docs
[SVN r36766]
2007-01-22 00:40:36 +00:00
64a8b5e7f3 doc tweaks
[SVN r36747]
2007-01-18 07:26:33 +00:00
c5f8494832 prevents potential ODR violation through mpl::begin / mpl::is_sequence
[SVN r36727]
2007-01-14 13:35:28 +00:00
bc7d10ec94 added is_empty test
[SVN r36725]
2007-01-14 03:22:54 +00:00
bce9a2f6ff adds #undef to fix macro leak
[SVN r36722]
2007-01-13 19:44:15 +00:00
a5bb66618d removes outdated workaround for broken mpl::is_sequence
[SVN r36561]
2007-01-02 09:10:04 +00:00
2be540e903 some updates
[SVN r36555]
2007-01-01 02:23:51 +00:00
ef48d728ef fixing level at which sequence base is applied
[SVN r36460]
2006-12-19 14:46:40 +00:00
6ed683b610 added deque tests
[SVN r36458]
2006-12-18 22:36:43 +00:00
2fba7fb2f3 added initial version of deque
[SVN r36457]
2006-12-18 21:09:53 +00:00
31f5b55766 renamed Jamfile.v2 to Jamfile and updated the docs
[SVN r36379]
2006-12-14 08:41:22 +00:00
eba11fc229 Updates for boost::tuple and boost::variant
[SVN r36178]
2006-11-26 22:41:04 +00:00
e5cf298835 variant and boost tuple adaptor docs
[SVN r36140]
2006-11-21 22:49:05 +00:00
4f14542256 better operator handling
[SVN r36126]
2006-11-21 02:01:13 +00:00
1b7f4a1a47 Documentation fix + stuff
[SVN r36122]
2006-11-20 23:17:25 +00:00
141dac45fe no more #include <iostream>
[SVN r36102]
2006-11-20 06:18:12 +00:00
15ff870381 added code to peek into assembler
[SVN r36088]
2006-11-19 16:06:02 +00:00
70eb7e588d updates + zip tests
[SVN r36087]
2006-11-19 14:17:29 +00:00
4a0304a699 sequence performance tests
[SVN r36086]
2006-11-19 05:15:31 +00:00
5386f5dd3e corrected iterator comparison defect
[SVN r36063]
2006-11-16 22:09:39 +00:00
37baabd5d5 variant missing include fixes
[SVN r36062]
2006-11-16 22:08:50 +00:00
f742cee848 minor tweak
[SVN r36020]
2006-11-13 09:28:04 +00:00
fe9949a59c added variant traits tests
[SVN r36019]
2006-11-13 08:13:12 +00:00
e3f20b5224 added missing traits support
[SVN r36018]
2006-11-13 08:12:20 +00:00
165910e4a3 minor tweaks for intel
[SVN r36017]
2006-11-13 01:32:27 +00:00
c0c9bbc700 minor tweaks
[SVN r36016]
2006-11-13 01:16:28 +00:00
6860872d7b adding tests for variant as adapted sequence
[SVN r36015]
2006-11-12 23:08:59 +00:00
2a652e5424 variant as a fusion sequence
[SVN r36014]
2006-11-12 23:07:18 +00:00
0faf16666f segmented_size, for calculating the size of any segmented data structure
[SVN r35945]
2006-11-09 06:36:04 +00:00
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