Rene Rivera
23b7ccca7f
Fix broken links. And some minor consistency changes.
...
[SVN r21402]
2003-12-27 01:31:00 +00:00
Dave Abrahams
e9d6286a1d
Fix Dereferenceable concept to require pointee, and
...
register_ptr_to_python to require Dereferenceable.
[SVN r21327]
2003-12-18 19:25:14 +00:00
Dave Abrahams
48321857e4
consistent use of get_pointer
...
[SVN r21326]
2003-12-18 19:23:38 +00:00
Ralf W. Grosse-Kunstleve
156da15715
unused member function removed (to avoid Linux Intel C++ 8.0 warning)
...
[SVN r21278]
2003-12-16 04:14:28 +00:00
Ralf W. Grosse-Kunstleve
4a0d7965cb
consolidation of workarounds for missing "not" keyword
...
[SVN r21276]
2003-12-15 17:55:38 +00:00
Dave Abrahams
1f522823ff
gcc2 workaround
...
[SVN r21274]
2003-12-15 14:45:07 +00:00
Beman Dawes
6795a280fd
tabs to spaces
...
[SVN r21080]
2003-12-02 13:32:47 +00:00
Dave Abrahams
f369e22638
Cleaner code using object instead of handle
...
[SVN r21018]
2003-11-30 21:12:30 +00:00
Dave Abrahams
a278da2eba
correct get_pointer usage
...
[SVN r21017]
2003-11-30 21:10:15 +00:00
Dave Abrahams
37b2bdba79
Workaround gcc-2.x ICE
...
[SVN r21016]
2003-11-30 21:08:19 +00:00
Dave Abrahams
e9519db974
Make Dereferenceable use get_pointer
...
Re-enable map_indexing_suite iteration for vc6.
[SVN r21008]
2003-11-29 22:12:18 +00:00
Ralf W. Grosse-Kunstleve
dd7a24ebce
links to newly generated tutorial sections
...
[SVN r20934]
2003-11-24 05:53:13 +00:00
Bruno da Silva de Oliveira
bc92a7d155
- added new "General Techniques" section
...
[SVN r20927]
2003-11-23 21:24:54 +00:00
Dave Abrahams
a68db84df6
* Fixed Boost.Thread jamfile to add the missing #include paths
...
* Modified Python testing code to use the facilities of testing.jam,
so that it can be processed with process_jam_log
* Updated Python library tests to use a test suite
* Added Python test suite to status/Jamfile
* Added --run-all-tests option to force tests to run even when up-to-date.
Also,
boost-base.jam:
Added some missing rule signatures
RUN_LD_LIBRARY_PATH became LINK_LIBPATH because it was only really
used during linking.
Reformed the movement of path variables up the dependency graph
Removed the defunct Run rule
Set up generalized constants for path manipulation
darwin-tools.jam, gcc-tools.jam:
use LINK_LIBPATH
python.jam:
Reformed the choice of Python executable
testing.jam:
Refactored testing code so it could be used for Python
Now building all environment variable setup code ahead of time
RUN_TEST became TEST_EXE
[SVN r20815]
2003-11-15 15:41:41 +00:00
Dave Abrahams
7b9bba3190
vc6 workaround
...
[SVN r20814]
2003-11-15 15:16:27 +00:00
Ralf W. Grosse-Kunstleve
bcec0af232
minor fix for otherwise confusing debug output
...
[SVN r20796]
2003-11-12 19:55:22 +00:00
Ralf W. Grosse-Kunstleve
0d437c4102
MIPSpro 7.41 workaround
...
[SVN r20795]
2003-11-12 19:49:18 +00:00
Raoul Gough
feff7bccd3
Fix MSVC6 duplicate comdat (LNK1179) with multiple python::range instances
...
[SVN r20794]
2003-11-12 16:50:17 +00:00
Ralf W. Grosse-Kunstleve
b12de3f01b
additions by Niall Douglas with heavy edits by Ralf
...
[SVN r20780]
2003-11-10 20:39:13 +00:00
Dave Abrahams
0d108f12e4
Better error reporting for overload resolution failures, ideas thanks
...
to Nikolay Mladenov.
[SVN r20770]
2003-11-10 01:02:45 +00:00
Dave Abrahams
4aca2ca33b
change to binary
...
[SVN r20689]
2003-11-06 01:14:50 +00:00
Dave Abrahams
9a967ae514
change to binary
...
[SVN r20688]
2003-11-06 01:13:26 +00:00
Ralf W. Grosse-Kunstleve
9481c39874
explain workaround for a bug in Apple's compiler
...
[SVN r20684]
2003-11-05 19:19:50 +00:00
Dave Abrahams
1e02065982
Fix Mike Rovner's warning suppression.
...
[SVN r20673]
2003-11-05 00:43:13 +00:00
Ralf W. Grosse-Kunstleve
1fee0da689
patch by Mike Rovner: work around gcc 3.3.1 bug ( http://gcc.gnu.org/PR12163 )
...
[SVN r20672]
2003-11-05 00:30:46 +00:00
Ralf W. Grosse-Kunstleve
c760cf8418
workaround for MIPSpro 7.3.1; old workaround for VC7.1 visible only to that particular compiler
...
[SVN r20668]
2003-11-04 20:20:07 +00:00
Ralf W. Grosse-Kunstleve
cdee5997af
obsolete MIPSpro workaround removed
...
[SVN r20667]
2003-11-04 20:17:48 +00:00
Ralf W. Grosse-Kunstleve
4289280cdc
Mac OS 10 answer updated
...
[SVN r20666]
2003-11-04 20:05:09 +00:00
Rene Rivera
962dfa17c5
Add -bind_at_load option for MacOSX Darwin build, this prevents semaphore_wait_trap erros when loaded by extensions.
...
[SVN r20665]
2003-11-04 18:30:37 +00:00
Ralf W. Grosse-Kunstleve
0a21aef601
fix expected output; tested with Python 2.2.1 (Redhat8) and Python 2.3 (Mac OS 10.2.8)
...
[SVN r20658]
2003-11-04 17:38:13 +00:00
Rene Rivera
8cbbd504cf
Point to the new location for Boost.Build v1; tools/build/v1.
...
[SVN r20654]
2003-11-04 17:07:15 +00:00
Dave Abrahams
91b23c8367
Warning suppression thanks to Mike Rovner <mike-at-bindkey.com>
...
[SVN r20617]
2003-11-03 20:45:21 +00:00
Dave Abrahams
3729be263f
Bug fix
...
[SVN r20566]
2003-10-30 18:40:37 +00:00
Dave Abrahams
ea91f4217a
suppress a warning
...
[SVN r20555]
2003-10-29 23:16:36 +00:00
Raoul Gough
7fab3ce0b1
Add info on using gdb under Windows
...
[SVN r20554]
2003-10-29 21:38:06 +00:00
Dave Abrahams
ef7d675d67
bug fix for a single use of arg with no comma operator
...
[SVN r20533]
2003-10-29 00:46:08 +00:00
Rene Rivera
2b9d29a0fc
Improve unused variable warning supperssion with multi-compiler friendly code.
...
[SVN r20466]
2003-10-24 01:19:16 +00:00
Bruno da Silva de Oliveira
95b95d012c
- Fixed bug where a class would appear more than one in the generated code.
...
[SVN r20464]
2003-10-23 22:56:33 +00:00
Rene Rivera
4af7d5bca7
Remove unused var warning on non-debug compilation.
...
[SVN r20463]
2003-10-23 20:15:50 +00:00
Rene Rivera
d879eb235f
Add install definitions for new common install configuration.
...
[SVN r20409]
2003-10-19 19:52:56 +00:00
Dave Abrahams
4f129d035b
Bug fix, thanks to Nicolas LELONG, nlelong-at-mgdesign.org for the report.
...
[SVN r20401]
2003-10-17 14:13:48 +00:00
Dave Abrahams
7a354c4ff4
Warning suppression for GCC.
...
[SVN r20396]
2003-10-15 23:19:48 +00:00
Dave Abrahams
364826b3b3
Include @group directives for Synopsis
...
[SVN r20364]
2003-10-13 21:04:11 +00:00
Raoul Gough
e9b308da46
Use msvc_typeid only if _MSV_VER is set, to avoid problems with Intel compiler on Linux
...
[SVN r20340]
2003-10-10 14:55:13 +00:00
Dave Abrahams
94cfa2602f
Fix typo
...
[SVN r20324]
2003-10-09 14:15:20 +00:00
Bruno da Silva de Oliveira
3533bd0504
no message
...
[SVN r20266]
2003-10-06 19:10:50 +00:00
Bruno da Silva de Oliveira
1a51a7df9e
- added missing <boost/python/return_arg.hpp>
...
[SVN r20257]
2003-10-04 21:44:24 +00:00
Dave Abrahams
615be89951
Support for logical negation operator via __nonzero__
...
[SVN r20256]
2003-10-04 15:40:09 +00:00
Dave Abrahams
912ca36a1f
fixed broken link
...
[SVN r20255]
2003-10-04 12:06:19 +00:00
Dave Abrahams
fba93805dc
Work with gcc2
...
[SVN r20168]
2003-09-23 23:57:23 +00:00