Dave Abrahams
bd985d67d8
Made Python testing more verbose by default
...
Avoid using the Boost.Test library wherever possible.
[SVN r24248]
2004-08-02 18:47:50 +00:00
Ralf W. Grosse-Kunstleve
4885d65ec9
redundant else commented out to avoid EDG 245 warnings
...
[SVN r24106]
2004-07-27 07:11:10 +00:00
Ralf W. Grosse-Kunstleve
a1f74e9c63
guard non-const prototype with BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
...
[SVN r24102]
2004-07-27 07:06:40 +00:00
Jonathan Brandmeyer
763fa1cf0c
Silence warning from EDG 245 (Tru64 cxx 6.5)
...
[SVN r24092]
2004-07-26 23:29:49 +00:00
Dave Abrahams
c8e8ccfa22
New-style polymorphism
...
[SVN r24083]
2004-07-26 15:34:36 +00:00
Dave Abrahams
597342bf15
Suppress warnings for intel 8
...
[SVN r24082]
2004-07-26 15:13:05 +00:00
Dave Abrahams
8338b2fb49
Stop using "not"
...
[SVN r24081]
2004-07-26 14:27:17 +00:00
Rene Rivera
3e76482713
Remove tabs in file.
...
[SVN r24043]
2004-07-25 17:12:17 +00:00
Dave Abrahams
615adc5fe6
Make slice work on vc6
...
Revamp/simplify class registration
[SVN r23823]
2004-07-20 03:16:49 +00:00
Jonathan Brandmeyer
8469d7727d
Add a small set of test cases for slice::get_indicies().
...
Promote slice::start(), slice::stop(), slice::step, and
slice::get_indicies() to const.
Fix typos in the documentation.
[SVN r23408]
2004-07-08 17:29:51 +00:00
Ralf W. Grosse-Kunstleve
112c999818
obtain correct class name via cl.attr("__name__")
...
[SVN r23359]
2004-07-06 04:36:50 +00:00
Joel de Guzman
9e2b4380d5
ADL bug-fix
...
[SVN r22730]
2004-05-04 10:19:33 +00:00
Ralf W. Grosse-Kunstleve
4df59a752a
make the test work under 64-bit operating systems
...
[SVN r22639]
2004-04-15 16:15:41 +00:00
Joel de Guzman
79c7d736f0
embedding tutorial updates
...
[SVN r22618]
2004-04-07 07:33:57 +00:00
Joel de Guzman
b627f93cf1
embedding tutorial updates
...
[SVN r22616]
2004-04-07 02:26:36 +00:00
Joel de Guzman
7d632ab3dd
added test for embedding tutorial
...
[SVN r22614]
2004-04-07 01:32:53 +00:00
Joel de Guzman
ed7292abd3
added test for embedding tutorial
...
[SVN r22609]
2004-04-06 11:50:20 +00:00
Dave Abrahams
e6fd78ce93
Fixes for auto_ptr handling
...
[SVN r22490]
2004-03-12 15:22:16 +00:00
Jonathan Brandmeyer
476cba228d
Changes to support MSVC 6.0.
...
[SVN r22430]
2004-03-04 16:42:56 +00:00
Ralf W. Grosse-Kunstleve
ae1584ff3c
class_::enable_pickling() in publicized interface; tested with everything incl. VC6 and 7.0
...
[SVN r22254]
2004-02-13 05:32:38 +00:00
Jonathan Brandmeyer
4a7686cd33
Check rich slicing of Numeric arrays only if Numeric or numarray is
...
installed.
[SVN r22252]
2004-02-13 02:07:21 +00:00
Jonathan Brandmeyer
8452e275d0
New implementation, tests, and documentation for a PySliceObject
...
objectmanager.
[SVN r22192]
2004-02-07 21:38:24 +00:00
Dave Abrahams
8fcfed495a
Fixes for intel-linux
...
added <default> feature handling for specifying build defaults in requirement sets.
[SVN r22027]
2004-01-28 22:50:18 +00:00
Dave Abrahams
11ee20fa36
Test full slicing.
...
[SVN r21497]
2004-01-05 12:34:25 +00:00
Dave Abrahams
7674c82e1f
Fix bug with (arg("x"), "y") construct.
...
[SVN r21437]
2003-12-31 19:20:31 +00:00
Ralf W. Grosse-Kunstleve
b93b21a7f2
work around Visual C++ 6 internal compiler errors
...
[SVN r21435]
2003-12-31 17:18:03 +00:00
Dave Abrahams
eedc88b56a
Bug fixes in property handling
...
[SVN r21429]
2003-12-31 00:23:52 +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
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
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
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
Dave Abrahams
3729be263f
Bug fix
...
[SVN r20566]
2003-10-30 18:40:37 +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
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
615be89951
Support for logical negation operator via __nonzero__
...
[SVN r20256]
2003-10-04 15:40:09 +00:00
Dave Abrahams
92a77dfe7f
Implemented injected constructors.
...
Eliminated _DEBUG redefinition warning for CWPro8.
[SVN r20126]
2003-09-21 01:35:19 +00:00
Dave Abrahams
bec2de08fe
Use make_function uniformly to build callable objects.
...
Fix wstring support so it doesn't break gcc2.95.x, which has no wstring.
Modify CallPolicies protocol so it can safely adjust the argument tuple.
[SVN r20090]
2003-09-17 21:36:53 +00:00
Dave Abrahams
f920dc87d0
Added std::wstring conversion support
...
Added std::out_of_range => Python IndexError exception conversion,
thanks to Raoul Gough
[SVN r20027]
2003-09-11 19:19:55 +00:00
Dave Abrahams
7a9a3d30c9
Use the import rule
...
[SVN r19968]
2003-09-08 17:38:49 +00:00
Dave Abrahams
b3910f4e4d
Support for wrapping function objects and classes which use virtual
...
inheritance. Completely killed off member_function_cast!
[SVN r19945]
2003-09-07 16:56:05 +00:00
Dave Abrahams
c839d25722
Add module_tail for JIT debugging
...
[SVN r19863]
2003-08-29 19:42:39 +00:00
Dave Abrahams
c6b5ecbbdb
Update for select_holder changes
...
[SVN r19862]
2003-08-29 19:03:14 +00:00
Ralf W. Grosse-Kunstleve
ca9dc3103a
print running... Done.
...
[SVN r19785]
2003-08-26 13:19:51 +00:00
Ralf W. Grosse-Kunstleve
c03afa379c
print Done before sys.exit; this allows us to detect fatal crashes like segmentation faults on import
...
[SVN r19784]
2003-08-26 13:11:51 +00:00
Dave Abrahams
7ec78eecbd
Implemented pure_virtual(...)
...
[SVN r19774]
2003-08-25 18:44:26 +00:00
Joel de Guzman
cfb13fad22
fix for wrapping vector<bool>
...
[SVN r19692]
2003-08-19 03:28:53 +00:00