Commit Graph

1407 Commits

Author SHA1 Message Date
Dan Marsden
74724c32dd testing the zip algorithm with unused arg
[SVN r37151]
2007-03-06 21:51:06 +00:00
Dan Marsden
d1cc519a44 unused entries in zip
[SVN r37150]
2007-03-06 21:37:26 +00:00
Dan Marsden
fad42340ad zip ignore capabilities
[SVN r37149]
2007-03-06 21:26:54 +00:00
Joel de Guzman
92e7e32ed8 update copyright notice
[SVN r37131]
2007-03-02 10:44:14 +00:00
Tobias Schwinger
f19c0b767d unpack_args has been removed - there are docs for its replacement
[SVN r37075]
2007-02-25 22:25:29 +00:00
Tobias Schwinger
a3b3411384 removes obsolete unpack_args
[SVN r37074]
2007-02-25 22:15:59 +00:00
Tobias Schwinger
4d65880283 removes test for obsolete unpack_args
[SVN r37073]
2007-02-25 22:15:08 +00:00
Tobias Schwinger
5c77671af1 updates html files
[SVN r37072]
2007-02-25 22:02:27 +00:00
Tobias Schwinger
1a3b7b5d8c abbreviates section names in functional module, adds missing copyright
[SVN r37071]
2007-02-25 21:56:30 +00:00
Tobias Schwinger
e9c82ee03a abbreviated section names
[SVN r37070]
2007-02-25 21:55:40 +00:00
Tobias Schwinger
e9a597a1eb adds functional section TOC
[SVN r37069]
2007-02-25 21:13:57 +00:00
Tobias Schwinger
2522e62409 reduces chunk depth (Boost inspection complaints about path length)
[SVN r37068]
2007-02-25 21:12:10 +00:00
Tobias Schwinger
49a118d2b4 reduces accidentally high TOC level
[SVN r37067]
2007-02-25 20:56:47 +00:00
Dave Abrahams
f0abc88775 Correct testing bugs:
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
    (in my code only)

    or adding "return boost::report_errors();" where it was clearly
    missing (and a pure bug, in anyone's code).


[SVN r37057]
2007-02-24 22:40:59 +00:00
Joel de Guzman
9d5a463806 added flat include directory
[SVN r36993]
2007-02-18 16:07:55 +00:00
Tobias Schwinger
a9a9bd9475 adds MSVC workaround
[SVN r36988]
2007-02-18 00:42:14 +00:00
Tobias Schwinger
74d062d2da adds deduce metafunctions
[SVN r36964]
2007-02-15 23:31:33 +00:00
Tobias Schwinger
a56348497f adds O(1) empty implementation
[SVN r36963]
2007-02-15 23:28:40 +00:00
Tobias Schwinger
50e7b2c933 adds benchmark for functional components - draft version
[SVN r36962]
2007-02-15 23:20:27 +00:00
Tobias Schwinger
e710609227 adds example implementation of bind
[SVN r36961]
2007-02-15 23:19:09 +00:00
Tobias Schwinger
70a39b554f adds test suite for functional module
[SVN r36960]
2007-02-15 23:14:42 +00:00
Tobias Schwinger
ca6f831b96 adds documentation for functional module
[SVN r36959]
2007-02-15 23:11:24 +00:00
Tobias Schwinger
67f0df4958 moves Polymorphic Function Object concept to functional module
[SVN r36957]
2007-02-15 23:01:23 +00:00
Tobias Schwinger
0832de9bb3 adds functional module
[SVN r36956]
2007-02-15 22:48:01 +00:00
Tobias Schwinger
0ea1bbb067 adds functional module
[SVN r36955]
2007-02-15 22:41:45 +00:00
Joel de Guzman
f975648eea vc7.1 bugfix
[SVN r36919]
2007-02-09 12:16:50 +00:00
Joel de Guzman
94c2c0e526 vc7.1 bugfix (ICE)
[SVN r36918]
2007-02-09 12:16:39 +00:00
Joel de Guzman
693200182f fixes
[SVN r36908]
2007-02-07 22:59:25 +00:00
Dan Marsden
a0a0613e36 fixing binary transform equal_to
[SVN r36823]
2007-01-28 20:52:15 +00:00
Dan Marsden
bd6f62ea3c fixing iterator comparison for transform view
[SVN r36822]
2007-01-28 10:17:56 +00:00
Tobias Schwinger
ef114d537d changes TOC settings to make all components reachable, again
[SVN r36814]
2007-01-27 13:05:23 +00:00
Tobias Schwinger
586440e16e introduces documentation for deduce / deduce_sequence
[SVN r36813]
2007-01-27 10:52:43 +00:00
Tobias Schwinger
1c542fa544 introduces test for deduce / deduce_sequence
[SVN r36812]
2007-01-27 10:49:00 +00:00
Tobias Schwinger
aa1d326ba4 introduces deduce metafunctions
[SVN r36811]
2007-01-27 10:42:55 +00:00
Joel de Guzman
469a4a2d7a minor presentation tweaks
[SVN r36767]
2007-01-23 06:15:17 +00:00
Joel de Guzman
63c122f0d8 Deeper TOC level + typo fix: rename apply->result in algo docs
[SVN r36766]
2007-01-22 00:40:36 +00:00
Joel de Guzman
64a8b5e7f3 doc tweaks
[SVN r36747]
2007-01-18 07:26:33 +00:00
Tobias Schwinger
c5f8494832 prevents potential ODR violation through mpl::begin / mpl::is_sequence
[SVN r36727]
2007-01-14 13:35:28 +00:00
Joel de Guzman
bc7d10ec94 added is_empty test
[SVN r36725]
2007-01-14 03:22:54 +00:00
Tobias Schwinger
bce9a2f6ff adds #undef to fix macro leak
[SVN r36722]
2007-01-13 19:44:15 +00:00
Tobias Schwinger
a5bb66618d removes outdated workaround for broken mpl::is_sequence
[SVN r36561]
2007-01-02 09:10:04 +00:00
Joel de Guzman
2be540e903 some updates
[SVN r36555]
2007-01-01 02:23:51 +00:00
Dan Marsden
ef48d728ef fixing level at which sequence base is applied
[SVN r36460]
2006-12-19 14:46:40 +00:00
Dan Marsden
6ed683b610 added deque tests
[SVN r36458]
2006-12-18 22:36:43 +00:00
Dan Marsden
2fba7fb2f3 added initial version of deque
[SVN r36457]
2006-12-18 21:09:53 +00:00
Joel de Guzman
31f5b55766 renamed Jamfile.v2 to Jamfile and updated the docs
[SVN r36379]
2006-12-14 08:41:22 +00:00
Joel de Guzman
eba11fc229 Updates for boost::tuple and boost::variant
[SVN r36178]
2006-11-26 22:41:04 +00:00
Dan Marsden
e5cf298835 variant and boost tuple adaptor docs
[SVN r36140]
2006-11-21 22:49:05 +00:00
Joel de Guzman
4f14542256 better operator handling
[SVN r36126]
2006-11-21 02:01:13 +00:00
Joel de Guzman
1b7f4a1a47 Documentation fix + stuff
[SVN r36122]
2006-11-20 23:17:25 +00:00