Commit Graph

50050 Commits

Author SHA1 Message Date
William E. Kempf
2359d4a853 Added links to the writing documentation pages.
[SVN r13199]
2002-03-14 23:30:00 +00:00
William E. Kempf
6fb5a9d009 Updated <runtime-link> info in Jamfile
[SVN r13198]
2002-03-14 23:29:18 +00:00
William E. Kempf
5248d0a92c Fixed bug in example in mutex.html
[SVN r13197]
2002-03-14 23:24:16 +00:00
William E. Kempf
bf3dd8c788 Updated thread.html for new documentation style.
[SVN r13196]
2002-03-14 23:23:48 +00:00
Dave Abrahams
adc1636c4f Fixes for VC7
[SVN r13194]
2002-03-14 18:43:36 +00:00
Rene Rivera
f4d1348355 Fixed same copy-paste error of resetting the BUILD variable, but this time in the stage targets.
[SVN r13190]
2002-03-14 05:12:46 +00:00
Dave Abrahams
b5958f00e3 Fixes for use with older dinkum libraries
[SVN r13189]
2002-03-14 05:08:55 +00:00
Dave Abrahams
8f65354457 Many fixes for MSVC6, esp. with ABCs
[SVN r13188]
2002-03-14 02:20:40 +00:00
Dave Abrahams
3030d9a097 Considerably simplified is_array for MSVC
is_array now works with ABCs!


[SVN r13187]
2002-03-13 22:29:48 +00:00
Dave Abrahams
496fe5721e Considerably simplified is_reference for MSVC
is_reference and is_enum now works with ABCs!


[SVN r13186]
2002-03-13 22:16:06 +00:00
Beman Dawes
749891b1d7 Fix copyright message
[SVN r13185]
2002-03-13 01:34:11 +00:00
Dave Abrahams
f40a8fd6a5 initial checkin
[SVN r13184]
2002-03-12 21:15:28 +00:00
Dave Abrahams
e9eb30cd52 added first virtual function tests
[SVN r13183]
2002-03-12 21:14:03 +00:00
Dave Abrahams
2f34408086 More fixes
[SVN r13182]
2002-03-12 21:07:26 +00:00
Dave Abrahams
9bddfbf7a2 factored out find_instance
[SVN r13181]
2002-03-12 20:43:42 +00:00
Peter Dimov
c27f54c547 Casts removed as unsafe, added intro paragraph about make_shared.
[SVN r13180]
2002-03-12 14:39:22 +00:00
Peter Dimov
6907c7b219 Removed casts as unsafe.
[SVN r13179]
2002-03-12 14:02:38 +00:00
Jens Maurer
51c55f79be really fix endless loop (reported by Douglas Gregor and Fernando Cacciola)
[SVN r13178]
2002-03-11 20:31:05 +00:00
Vesa Karvonen
03f51ffc22 Removed plan
[SVN r13177]
2002-03-11 20:16:24 +00:00
Dave Abrahams
b16173a983 Elimination of boost/python/detail/eval.hpp; using mpl::apply instead
[SVN r13176]
2002-03-11 18:57:45 +00:00
Dave Abrahams
5ffe135b46 Initial work for virtual function support
[SVN r13175]
2002-03-11 18:43:02 +00:00
Rene Rivera
7d6a8dc5d2 Added distribution.jam to hold rules for management of distributions.
Initially only has the version-header rule.


[SVN r13174]
2002-03-11 16:13:46 +00:00
Vesa Karvonen
2724d9e0ca Renamed BOOST_PP_IF_THEN to BOOST_PP_EXPR_IF
[SVN r13173]
2002-03-11 16:11:34 +00:00
Peter Dimov
827244617c Use inline function placeholders only on Borland C++ to avoid compatibility problems.
[SVN r13172]
2002-03-11 15:38:25 +00:00
Aleksey Gurtovoy
9d3adff50d fixed incorrect #warning directive
[SVN r13171]
2002-03-11 01:23:15 +00:00
Vesa Karvonen
5575c71439 Docs updated
[SVN r13170]
2002-03-10 15:15:41 +00:00
Vesa Karvonen
e95d04ed69 Docs updated
[SVN r13169]
2002-03-10 12:31:37 +00:00
John Maddock
74cf1021a3 Added support for gcc versions that don't use the GNU linker -
basically we have to suppress some GNU specific command line
switches in this case.


[SVN r13168]
2002-03-10 12:07:05 +00:00
Vesa Karvonen
770adc656b Removed MWCW version number test from workarounds
[SVN r13166]
2002-03-10 08:27:13 +00:00
Dave Abrahams
d44d9266ef initial checkin
[SVN r13165]
2002-03-10 06:41:40 +00:00
Dave Abrahams
903e6a216b char conversions
Handle dangling references


[SVN r13164]
2002-03-10 06:41:04 +00:00
Dave Abrahams
00e7cd0f70 Prevent dangling reference returns
[SVN r13163]
2002-03-10 06:38:50 +00:00
Dave Abrahams
eea53ac316 Factor to_python guts
[SVN r13162]
2002-03-10 06:37:58 +00:00
Dave Abrahams
56648979e2 adjustments for use with callbacks
[SVN r13161]
2002-03-10 06:35:59 +00:00
Dave Abrahams
dd4ccf7c7a factored out void_ptr manipulations
[SVN r13159]
2002-03-10 06:33:13 +00:00
Dave Abrahams
5513bd355d Pointer/reference from_python callback conversions
[SVN r13158]
2002-03-10 06:32:07 +00:00
Dave Abrahams
7d9a00bf56 char conversions
Handle dangling references


[SVN r13157]
2002-03-10 06:29:05 +00:00
Dave Abrahams
7ecb76477c factored out void_ptr manipulations
[SVN r13156]
2002-03-10 06:26:11 +00:00
Dave Abrahams
52719f47e2 Improved None <==> NULL correspondence
[SVN r13155]
2002-03-10 06:25:09 +00:00
Dave Abrahams
3738dd394e Improved error messages
Added support for pointer/reference returns


[SVN r13154]
2002-03-09 23:59:04 +00:00
Dave Abrahams
40a4f4c6ed initial checkin
[SVN r13153]
2002-03-09 21:13:26 +00:00
Dave Abrahams
18f9d0ca4c Added reference, deep and shallow pointer to_python conversions
[SVN r13152]
2002-03-09 21:13:09 +00:00
Dave Abrahams
290f47465e Killed ambiguity-causing overload
[SVN r13150]
2002-03-09 21:08:04 +00:00
Dave Abrahams
43b5907fd4 Killed bogus #include
msvc6 workaround


[SVN r13149]
2002-03-09 21:05:18 +00:00
Dave Abrahams
1c0fc5eefc Killed bogus #include
[SVN r13148]
2002-03-09 21:02:18 +00:00
Dave Abrahams
12886ee9b3 Added reference, deep and shallow pointer to_python conversions
[SVN r13147]
2002-03-09 21:01:36 +00:00
Dave Abrahams
492a769cc6 Added static assertion to be sure it's not used on values
[SVN r13146]
2002-03-09 20:51:43 +00:00
Dave Abrahams
dc5220d78e Added Copyright
[SVN r13145]
2002-03-09 20:34:06 +00:00
Vesa Karvonen
bf734c9de4 Docs update
[SVN r13144]
2002-03-09 13:55:00 +00:00
Jens Maurer
136548ede5 smart pointer failures with strict compilers are fixed
[SVN r13143]
2002-03-09 09:14:26 +00:00