Commit Graph

50050 Commits

Author SHA1 Message Date
Jeremy Siek
19656ce6b4 moved from pending to boost/
[SVN r8412]
2000-12-09 15:27:57 +00:00
Jeremy Siek
60e8d4561f changing directory name, and reorganizing docs
[SVN r8410]
2000-12-09 15:24:02 +00:00
John Maddock
8c1261f7c2 regex configure tweeks.
[SVN r8409]
2000-12-09 11:44:27 +00:00
Jeremy Siek
3f6b267691 updated information
[SVN r8407]
2000-12-08 22:19:48 +00:00
Jeremy Siek
0029ad4b0e changed the absolute links to people/jeremy and people/liequan to be relative
[SVN r8406]
2000-12-08 22:18:53 +00:00
Beman Dawes
8071e0aa86 CVS says it needs a commit; who knows why?
[SVN r8405]
2000-12-08 17:35:43 +00:00
Beman Dawes
7ac5ebb8bc Link changed: graph/docs -> graph/doc
[SVN r8404]
2000-12-08 17:31:28 +00:00
Beman Dawes
ff1486d159 recommit after docs->doc dir name change
[SVN r8403]
2000-12-08 15:41:46 +00:00
Beman Dawes
aa64cdd514 recommit after docs->doc dir name change
[SVN r8402]
2000-12-08 15:30:27 +00:00
Beman Dawes
cab494585a Fixed broken link
[SVN r8401]
2000-12-08 15:12:31 +00:00
Beman Dawes
cfa371f69a Resolve conflict caused by John Maddock and I editing at the same time. (No real conflict; CVS just got nervous.)
[SVN r8396]
2000-12-06 19:08:38 +00:00
Beman Dawes
133b05b95d Try filtering if too many messages Q&A added
[SVN r8395]
2000-12-06 18:53:46 +00:00
Beman Dawes
628f77a347 Add "why not separate mailing list for my favorite library?"
[SVN r8394]
2000-12-06 15:13:40 +00:00
Jeremy Siek
0fdd0bb3ff put boost/config.hpp at top
[SVN r8393]
2000-12-06 14:58:16 +00:00
Beman Dawes
4bfdf9efc5 Fix typo shared_array should have read shared_ptr in one place (Ed Brey)
[SVN r8392]
2000-12-06 14:46:44 +00:00
Jens Maurer
2dd5580977 added Andreas Scherer
[SVN r8391]
2000-12-05 21:30:36 +00:00
Jeremy Siek
e861ced455 put rand back in
[SVN r8390]
2000-12-05 16:00:37 +00:00
Jens Maurer
7e63bbd5bc fail loudly for non-Linux systems
[SVN r8389]
2000-12-04 22:40:25 +00:00
Jens Maurer
048513ba66 re-run with static_assert_test.cpp
[SVN r8388]
2000-12-04 22:37:38 +00:00
Jeremy Siek
c40a8a77d7 fixed 25! ambiguity
[SVN r8385]
2000-12-04 17:35:53 +00:00
Jeremy Siek
6e2d698ae4 fixed typo, missing O(M*N), thanks Karl Fuerlinger!
[SVN r8384]
2000-12-04 14:54:04 +00:00
Jeremy Siek
6146b0de4d fixed some KCC stuff and changed less_than_op to tighten up what it provides
[SVN r8383]
2000-12-03 23:17:23 +00:00
John Maddock
d87ca060e5 static assertion integration changes.
[SVN r8382]
2000-12-03 12:35:12 +00:00
John Maddock
5027328292 Static assert initial checkin
[SVN r8381]
2000-12-03 12:29:42 +00:00
John Maddock
c3a512d1b6 regex: minor VC6 optimisation changes.
[SVN r8380]
2000-12-03 12:16:18 +00:00
Jeremy Siek
d69fc789aa various changes, almost forgot to check in
[SVN r8379]
2000-12-03 06:20:23 +00:00
Jeremy Siek
43304ca821 fixed opposite, thanks Krishna!
[SVN r8378]
2000-12-03 02:10:48 +00:00
Beman Dawes
d4d0d90348 Avoid spurious MSVC NOMINMAX redefinition warning (submitted by Andreas Scherer)
[SVN r8377]
2000-12-01 17:11:40 +00:00
Dave Abrahams
3c1f454de8 Applied fixes for como courtesy of Jens Maurer.
[SVN r8375]
2000-12-01 02:27:06 +00:00
Jeremy Siek
0e1e375afd changed how monoid identity element works
[SVN r8374]
2000-12-01 00:57:49 +00:00
Jens Maurer
ddf7a83658 update
[SVN r8373]
2000-11-30 22:57:58 +00:00
Jeremy Siek
3acabf6b40 finished concept covering for STL algorithms
[SVN r8372]
2000-11-30 22:04:39 +00:00
Jeremy Siek
aefc91427e added some more archetypes
[SVN r8371]
2000-11-30 22:03:33 +00:00
Beman Dawes
90b0d399cc Remove nested namespace cast in preparaton for formal review, fix spacing.
[SVN r8370]
2000-11-30 19:10:30 +00:00
John Maddock
fd674b2a50 regex: updated snip4.cpp (fixed patholgical expressions).
[SVN r8366]
2000-11-30 12:05:15 +00:00
Dave Abrahams
f10ebe16dd Fixed __module__ name extraction logic so that when a module is not initializing the module name comes from the global __name__.
[SVN r8362]
2000-11-30 04:53:31 +00:00
Dave Abrahams
48cee8b8ab Added module() function to get the module being built
Added initializing() function to distinguish whether a module is initializing
Changed logic so that multiple non-overlapping module_builders() may be constructed. This fixes a bug when BPL is built as a shared lib.


[SVN r8361]
2000-11-30 04:51:05 +00:00
Jeremy Siek
bc5285962d work on archetypes
[SVN r8360]
2000-11-30 02:54:39 +00:00
Jeremy Siek
9855334375 added tons of functions to stl_concept_covering.cpp
[SVN r8359]
2000-11-30 02:49:31 +00:00
Dave Abrahams
b2ce590bdb changed name of extension_class_coerce to standard_coerce.
[SVN r8358]
2000-11-29 14:18:37 +00:00
Dave Abrahams
a9cc18363c changed name of extension_class_coerce to standard_coerce.
[SVN r8357]
2000-11-29 13:42:45 +00:00
Dave Abrahams
b7968d9577 changed name of extension_class_coerce to standard_coerce,
applied Ullrich's documentation fix for standard_coerce.


[SVN r8356]
2000-11-29 13:41:18 +00:00
Beman Dawes
2cd8008676 Minor updates
[SVN r8355]
2000-11-29 13:07:29 +00:00
John Maddock
217c5022da regex: added some missing std:: prefixes, updated Be compiler status page.
[SVN r8354]
2000-11-29 12:48:20 +00:00
Ullrich Köthe
a137430f6d fixed html bugs recovered by "validator.w3.org"
[SVN r8353]
2000-11-28 21:38:21 +00:00
Ullrich Köthe
0f7e7cc67a minor improvements, fix of typos
[SVN r8352]
2000-11-28 21:22:21 +00:00
Dave Abrahams
d52d7c593a Fix for compatibility with STLport using native iostreams
[SVN r8351]
2000-11-28 05:19:10 +00:00
Dave Abrahams
6bd961fbaa removed non-portable but beautiful “/”
[SVN r8349]
2000-11-28 05:17:55 +00:00
Dave Abrahams
4b09c09bfa boost-ification
[SVN r8347]
2000-11-28 05:17:07 +00:00
Dave Abrahams
a04a423989 GCC 2.95.2 bug workaround courtesy Jens Maurer
[SVN r8346]
2000-11-28 05:04:54 +00:00