Commit Graph

573 Commits

Author SHA1 Message Date
Aleksey Gurtovoy
f6752d3ae1 change test-suite names to match library names
[SVN r23820]
2004-07-20 01:41:00 +00:00
Pavol Droba
961e8b399e Applying patches from Daniel James
[SVN r23631]
2004-07-16 14:10:08 +00:00
Pavol Droba
21440d1b17 Appying patch from Danie James
[SVN r23630]
2004-07-16 13:57:40 +00:00
Pavol Droba
cc72a93094 tabs removed
[SVN r23618]
2004-07-16 09:08:21 +00:00
Pavol Droba
9fd4119efc Tabs removed
[SVN r23617]
2004-07-16 09:06:39 +00:00
Pavol Droba
00d09671f5 Library name fixed
[SVN r23613]
2004-07-16 07:51:36 +00:00
Pavol Droba
4e55a78e2d Small comment typo removed
[SVN r23609]
2004-07-15 22:24:39 +00:00
Pavol Droba
48e65026d9 Comment fixed
[SVN r23608]
2004-07-15 22:22:25 +00:00
Pavol Droba
fb182c2566 Fixing documentation grammar and spelling
[SVN r23606]
2004-07-15 21:48:25 +00:00
Pavol Droba
d97ff92ae4 Fixing grammar and typos
[SVN r23605]
2004-07-15 21:47:22 +00:00
Pavol Droba
ddd9baba60 Library documentation index added
- Automatic redirection to boost-book generated docs


[SVN r23565]
2004-07-14 23:01:01 +00:00
Pavol Droba
3786aa8b04 string-text library category added
[SVN r23564]
2004-07-14 22:57:55 +00:00
Pavol Droba
cc683155c7 Spellchecker applied
[SVN r23562]
2004-07-14 22:24:12 +00:00
Pavol Droba
dd8d053685 Some spelling errors fixed.
[SVN r23560]
2004-07-14 22:17:10 +00:00
Pavol Droba
54075a951b Documentation update
[SVN r23559]
2004-07-14 21:46:50 +00:00
Pavol Droba
8cf6df3ad6 documentation update.
added remarks about the exception safety


[SVN r23558]
2004-07-14 21:28:31 +00:00
Pavol Droba
caad29f22a Added vacpp workaround for static constants
[SVN r23557]
2004-07-14 21:21:54 +00:00
Pavol Droba
06474a276d Fixed construction to not restrict usage of iterators, that are not
default constructible


[SVN r23497]
2004-07-13 15:14:35 +00:00
Pavol Droba
4185e3fb31 Fixed dangling pointer problem
[SVN r23495]
2004-07-13 15:00:36 +00:00
Pavol Droba
905cbf4a38 find_all char* test case added
[SVN r23494]
2004-07-13 14:59:43 +00:00
Pavol Droba
ccce29ecf5 Trying to avoid Intel crash
[SVN r23484]
2004-07-13 14:20:06 +00:00
Pavol Droba
029851b0ce Comments cleanup
[SVN r23447]
2004-07-11 22:07:00 +00:00
Pavol Droba
22b59d1848 Grouping documentation for overloaded functions
[SVN r23385]
2004-07-06 21:28:01 +00:00
Pavol Droba
8242b4ba5a -predicate_facade moved to a separate header
-composition operators for classification predicates moved
 to the same namespace as predicate_facade


[SVN r23382]
2004-07-06 19:52:18 +00:00
Hervé Brönnimann
a568d32ba9 Cleanup Jamfile
[SVN r23341]
2004-07-04 22:24:17 +00:00
Hervé Brönnimann
9dcf3e6b76 Cleanup html, dates, grammar, synopsis code. --Herve'
[SVN r23339]
2004-07-04 22:08:29 +00:00
Pavol Droba
113c676eef std::facet requirement added
[SVN r23324]
2004-07-03 10:40:39 +00:00
Pavol Droba
b108993f89 std::locale requirement added
[SVN r23323]
2004-07-03 10:32:14 +00:00
Pavol Droba
81044b4233 Metrowerks workaround added
[SVN r23322]
2004-07-03 10:31:01 +00:00
Eric Niebler
71d18481dd move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
[SVN r23313]
2004-07-02 01:21:32 +00:00
Hervé Brönnimann
16f4b20083 Testing minmax_element only.
[SVN r23310]
2004-07-01 20:52:50 +00:00
Hervé Brönnimann
e0d1f0692d Spearated into two files due to the dependence on the tuple library.
Minor changes to minmax.hpp (again tuple). --Herve'


[SVN r23309]
2004-07-01 20:16:38 +00:00
Hervé Brönnimann
cf85da14ed Documentation for the minmax library.
Moved from libs/minmax/ to libs/algorithm/minmax
Also changed documentation to reflect use of Boost.tuple
and separation into two header files. --Herve'


[SVN r23308]
2004-07-01 20:15:51 +00:00
Hervé Brönnimann
ec606bbf14 Change pair<T,T> to tuple<T,T> in return type of minmax()
[SVN r23307]
2004-07-01 19:23:33 +00:00
Hervé Brönnimann
729bb65a2d Removed minmax.hpp from boost (leave Eric Niebler's former file)
and move it to subdir boost/algorithm/
Also incorporate boost::ref into boost/algorithm/minmax.hpp  to avoid
copy constructors when params passed by reference.


[SVN r23305]
2004-07-01 18:38:02 +00:00
Hervé Brönnimann
6df2923b40 Remove these files from the libs/directory, and reenter them later in
the libs/algorithm/ subdir. --Herve'


[SVN r23304]
2004-07-01 18:31:21 +00:00
Pavol Droba
6d7d244051 Attempt to add static link requirement added for cwpro8 and cwpro9.
Should fix the problems on these compilers


[SVN r23291]
2004-06-30 20:13:05 +00:00
Hervé Brönnimann
1e7aec2dee Finally adding the minmax library. Still allowing overlap with header
minmax.hpp from Eric Niebler, which should be resolved soon. --Herve'


[SVN r23225]
2004-06-28 08:36:43 +00:00
Eric Niebler
752c65be35 remove std_min and std_max, update minmax coding guidelines
[SVN r23162]
2004-06-23 04:49:48 +00:00
Vladimir Prus
77303abc55 Added V2 Jamfile
[SVN r23070]
2004-06-10 10:02:02 +00:00
Pavol Droba
d92e09176c Constructors, accepting a collection added
[SVN r23040]
2004-06-07 09:53:19 +00:00
Pavol Droba
bc420c5acf Jamfile updated to reflect new file naming
[SVN r22752]
2004-05-06 20:46:42 +00:00
Pavol Droba
d88e251f39 implementation changed to use boost::function instead of own
virtualizer


[SVN r22658]
2004-04-18 18:36:35 +00:00
Pavol Droba
2b30a1063b Forgotten semicolon added
[SVN r22610]
2004-04-06 13:46:44 +00:00
Pavol Droba
25fb28927e error in "no partial template specialization" code fix
[SVN r22597]
2004-04-04 10:29:31 +00:00
Pavol Droba
52d529be56 test includes changed to increase the coverage of library include problems
[SVN r22582]
2004-04-02 16:56:25 +00:00
Pavol Droba
ab8ae73bbd missing includes added
[SVN r22581]
2004-04-02 16:51:55 +00:00
Pavol Droba
f4427d6e60 Syntax error fixed
[SVN r22579]
2004-04-01 22:37:29 +00:00
Pavol Droba
9198370df5 removed some warnings
[SVN r22556]
2004-03-26 09:16:00 +00:00
Pavol Droba
d9f4e3524d make use of partial template specialization where available.
-> fixed metrowerks


[SVN r22555]
2004-03-26 09:14:17 +00:00