William E. Kempf
99054412a6
Merged from RC_1_28_0 branch
...
[SVN r13905]
2002-05-15 14:35:39 +00:00
Toon Knapen
aac162e36d
merged from RC_1_28_0
...
[SVN r13902]
2002-05-15 08:07:19 +00:00
Rene Rivera
c2feb5b2d1
Initial.
...
[SVN r13897]
2002-05-15 05:19:01 +00:00
Rene Rivera
c235ee86f5
Initial.
...
[SVN r13896]
2002-05-15 05:05:14 +00:00
Rene Rivera
c44075560d
Initial.
...
[SVN r13895]
2002-05-15 04:57:44 +00:00
Rene Rivera
8e753fc95f
Initial.
...
[SVN r13891]
2002-05-15 04:18:19 +00:00
Rene Rivera
44925cad79
Initial.
...
[SVN r13889]
2002-05-15 03:26:28 +00:00
Rene Rivera
2bd1d3ea29
Initial.
...
[SVN r13886]
2002-05-15 03:01:29 +00:00
Rene Rivera
4e2339fda9
Initial.
...
[SVN r13880]
2002-05-15 00:39:17 +00:00
Rene Rivera
888303bcfc
Initial.
...
[SVN r13878]
2002-05-15 00:15:01 +00:00
Rene Rivera
fd55a4556c
Initial.
...
[SVN r13875]
2002-05-14 23:41:04 +00:00
Jaakko Järvi
1840f5ce11
added u to an int literal to get rid of a warning for comparin unsigned and
...
signed
[SVN r13861]
2002-05-14 17:00:57 +00:00
Jaakko Järvi
f043eb67c5
added dummy uses of arguments to prevent unused argument errors
...
[SVN r13860]
2002-05-14 16:59:33 +00:00
John Maddock
8eb9344aae
Disabled template specialisations on AIX with IBM Visual Age
...
[SVN r13850]
2002-05-14 10:44:21 +00:00
Dave Abrahams
4a1b60597d
initial commit
...
[SVN r13844]
2002-05-13 17:03:05 +00:00
Dave Abrahams
daa1c72439
Added iterator support plus a minimal test to look for refcount problems.
...
[SVN r13843]
2002-05-13 16:41:50 +00:00
Dave Abrahams
e1360db927
Added setattr(), and the ability to query the class registry to see if a class has already been created
...
[SVN r13842]
2002-05-13 16:40:34 +00:00
Dave Abrahams
ce956e8176
Added setattr()
...
[SVN r13841]
2002-05-13 16:39:25 +00:00
Dave Abrahams
5d34e6c419
Handle reference<T> in make_function() calls.
...
[SVN r13840]
2002-05-13 16:35:07 +00:00
Dave Abrahams
4d43819098
Add result_type definition
...
[SVN r13839]
2002-05-13 16:33:55 +00:00
Dave Abrahams
8bb22b9be4
Added is_reference_to_class, is_pointer_to_class
...
[SVN r13838]
2002-05-13 16:32:59 +00:00
Dave Abrahams
600e14fd57
initial commit
...
[SVN r13837]
2002-05-13 16:31:42 +00:00
Dave Abrahams
b5407bb5a3
Work around MSVC6 bug
...
[SVN r13836]
2002-05-13 16:30:09 +00:00
Dave Abrahams
ceebc7b752
Added setattr()
...
[SVN r13835]
2002-05-13 16:29:43 +00:00
Beman Dawes
49ee581da5
Improve consistency with other pages
...
[SVN r13834]
2002-05-13 14:56:16 +00:00
Beman Dawes
7e5a664119
Improve consistency between several pages
...
[SVN r13833]
2002-05-13 14:43:56 +00:00
Douglas Gregor
f0a457c864
Lambda is now a Boost library
...
[SVN r13831]
2002-05-13 12:33:19 +00:00
Vladimir Prus
7d4e497201
Updated rpm locations.
...
[SVN r13830]
2002-05-13 12:23:37 +00:00
Vladimir Prus
7b356908e6
Tweak.
...
* new/class.jam: Import all rules from the 'class' module into a class
instance module, not into a class module.
* new/targets.jam: Remove explicit import from 'class' in ctor.
[SVN r13829]
2002-05-13 10:42:18 +00:00
Rene Rivera
2dbdbeff71
Added container.
...
[SVN r13828]
2002-05-12 16:57:31 +00:00
Rene Rivera
36093d20a1
Container classes of various kinds, only list for now.
...
[SVN r13827]
2002-05-12 16:57:14 +00:00
Rene Rivera
ee45854e28
Added is-a.
...
[SVN r13826]
2002-05-12 16:56:41 +00:00
Dave Abrahams
9a3384a6a3
Quick bugfix
...
[SVN r13825]
2002-05-11 17:11:51 +00:00
Jens Maurer
43d0621b0a
add lambda and ios_state tests
...
[SVN r13821]
2002-05-11 15:26:26 +00:00
Jens Maurer
3aca2937fd
add explicit base class qualification to work around Intel C++ 6.0 bug
...
[SVN r13820]
2002-05-11 15:08:14 +00:00
John Maddock
c4756da6de
Removed reference to BOOST_HAS_LONG_LONG (doesn't work yet).
...
[SVN r13819]
2002-05-11 10:58:12 +00:00
Jens Maurer
37e5263206
upgrade to Intel C++ 6.0 on Linux
...
[SVN r13816]
2002-05-11 08:06:40 +00:00
Douglas Gregor
ddfab54bb4
Removed tabs
...
[SVN r13812]
2002-05-10 17:54:40 +00:00
Dave Abrahams
248d83209c
implemented back_reference<>
...
[SVN r13811]
2002-05-10 15:48:27 +00:00
Dave Abrahams
3ab92ee80c
Moved pointee up from detail
...
[SVN r13810]
2002-05-10 15:47:59 +00:00
Dave Abrahams
de066cb34a
Added Dereferenceable, ResultConverter
...
[SVN r13809]
2002-05-10 15:47:04 +00:00
Dave Abrahams
a94dd64812
Added Dereferenceable
...
[SVN r13808]
2002-05-10 15:46:37 +00:00
Dave Abrahams
6bff9053bf
obsolete
...
[SVN r13807]
2002-05-10 15:42:52 +00:00
Dave Abrahams
627e4ed929
Added missing add_property chaining
...
[SVN r13806]
2002-05-10 15:41:44 +00:00
John Maddock
2a13e8d62c
Fixed Mingw32 build
...
[SVN r13804]
2002-05-10 11:37:32 +00:00
John Maddock
7c8aa1653c
Removed tabs, fixed end of files.
...
[SVN r13803]
2002-05-10 11:35:38 +00:00
Dave Abrahams
acaaffe7d5
initial commit
...
[SVN r13799]
2002-05-10 09:44:24 +00:00
Dave Abrahams
679f11b169
tweak
...
[SVN r13798]
2002-05-10 09:38:07 +00:00
Rene Rivera
c874422cc0
Merge from RC_1_28_0 br
...
[SVN r13797]
2002-05-10 05:09:43 +00:00
Rene Rivera
352e1a7ae2
Description of config variables.
...
[SVN r13794]
2002-05-10 04:34:26 +00:00