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
Joel de Guzman
6f0a70fa66
minor updates
...
[SVN r24135]
2004-07-28 02:36:18 +00:00
Ralf W. Grosse-Kunstleve
cbe6de2a2d
fixes to avoid EDG 245 warnings (by Jonathan Brandmeyer)
...
[SVN r24130]
2004-07-28 01:45: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
047896ac16
fix for char* -> const char* conversion (g++ diagnostic)
...
[SVN r24105]
2004-07-27 07:10:16 +00:00
Ralf W. Grosse-Kunstleve
fbe3a563c3
avoid "incomplete type" error (EDG 245 diagnostic)
...
[SVN r24104]
2004-07-27 07:08:53 +00:00
Ralf W. Grosse-Kunstleve
0c453fda0b
MIPSpro 7.3.1.x workaround
...
[SVN r24103]
2004-07-27 07:08:08 +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
Douglas Gregor
fed0b09c4e
Converted to Boost Software License, Version 1.0
...
[SVN r24055]
2004-07-26 00:32:12 +00:00
Rene Rivera
3e76482713
Remove tabs in file.
...
[SVN r24043]
2004-07-25 17:12:17 +00:00
Ralf W. Grosse-Kunstleve
d6325d902e
workaround for MIPSpro 7.3.1.3 name lookup problem
...
[SVN r23825]
2004-07-20 05:12:33 +00:00
Dave Abrahams
615adc5fe6
Make slice work on vc6
...
Revamp/simplify class registration
[SVN r23823]
2004-07-20 03:16:49 +00:00
Dave Abrahams
2bdb728e87
A few corrections
...
[SVN r23735]
2004-07-18 21:54:58 +00:00
Jonathan Brandmeyer
5e82d653a1
Correct the documentation to specify that has_back_reference<> must be a
...
metafunction rather than a traits class.
Correct typos in the example.
[SVN r23730]
2004-07-18 17:53:28 +00:00
Bruno da Silva de Oliveira
27653b7fbf
- Applied a patch by Paul Bridger that solves some problems for wrapper
...
methods.
- Applied a patch by Baptiste Lepilleur that allows the user to inject
code inside the class definition.
- Applied another patch by Baptiste Lepilleur that inserts two new command-line
options that helps with writing makefiles.
[SVN r23725]
2004-07-18 15:50:10 +00:00
Rene Rivera
af1530953e
Move dllexport declaration from methods to slice class as mingw can't handle it. Resolves bug #952335 .
...
[SVN r23464]
2004-07-12 13:07:17 +00:00
Ralf W. Grosse-Kunstleve
87290af774
workaround for broken gcc that ships with SuSE 9.0 and SuSE 9.1
...
[SVN r23411]
2004-07-09 04:53:39 +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
44e9ffc5ca
correction as per Niall
...
[SVN r23386]
2004-07-06 22:44:33 +00:00
Vladimir Prus
2e86d1f9bb
Remove debug print
...
[SVN r23368]
2004-07-06 11:27:54 +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
Ralf W. Grosse-Kunstleve
858e5e9720
boost/python/detail/prefix.hpp must be included first to satisfy Python requirements; this fixes compilation errors under Tru64 Unix and IRIX using Python 2.3.4
...
[SVN r23334]
2004-07-04 07:08:54 +00:00
Jonathan Brandmeyer
f2f7b10d15
Revert last change since it was the documentation that was in error.
...
[SVN r23326]
2004-07-03 17:19:51 +00:00
Jonathan Brandmeyer
4e3c2f237c
Correct the documentation with regard to the default backend for the
...
numeric::array class.
[SVN r23325]
2004-07-03 17:17:56 +00:00
Jonathan Brandmeyer
c246e918f4
Use Numeric.ArrayType in preference to numarray.NDArray, in accordance
...
with the documentation.
[SVN r23320]
2004-07-03 03:54:35 +00:00
Eric Niebler
b76f185cb6
move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
...
[SVN r23313]
2004-07-02 01:21:32 +00:00
Eric Niebler
9d7097177d
remove std_min and std_max, update minmax coding guidelines
...
[SVN r23162]
2004-06-23 04:49:48 +00:00
Ralf W. Grosse-Kunstleve
c6587596b1
unused variable names removed to avoid warning messages (Giulio Eulisse)
...
[SVN r23080]
2004-06-11 00:11:11 +00:00
Ralf W. Grosse-Kunstleve
b661aad9ac
work around MIPSpro 7.41 problems
...
[SVN r23079]
2004-06-11 00:07:55 +00:00
Joel de Guzman
ca0a0a4a3d
[bug fix] added boost::noncopyable to class_ Base
...
[SVN r23049]
2004-06-08 01:47:30 +00:00
Bruno da Silva de Oliveira
a9cd67873c
- fixes module name if run from another directory where the .pyste file is located
...
[SVN r22977]
2004-05-30 23:14:10 +00:00
Bruno da Silva de Oliveira
b58812e7f1
Applied a patch by Roman Yakovenko that makes the export of unnamed enums
...
better.
[SVN r22852]
2004-05-17 22:46:43 +00:00
Joel de Guzman
9e2b4380d5
ADL bug-fix
...
[SVN r22730]
2004-05-04 10:19:33 +00:00
Joel de Guzman
8ae8430e7c
ADL bug-fix
...
[SVN r22729]
2004-05-04 09:41:01 +00:00
Dave Abrahams
2ee25fda61
Added missing const to prevent spurious static asserts
...
[SVN r22719]
2004-05-01 17:37:15 +00:00
Ralf W. Grosse-Kunstleve
e766286d92
use BOOST_WORKAROUND
...
[SVN r22640]
2004-04-15 16:24:03 +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
Ralf W. Grosse-Kunstleve
e0bf57ae36
workaround for MIPSpro
...
[SVN r22638]
2004-04-15 15:16:15 +00:00
Ralf W. Grosse-Kunstleve
5df66bb179
adjusted #ifdef's for Compaq C++ V6.5-040 for Compaq Tru64 UNIX
...
[SVN r22637]
2004-04-15 14:59:31 +00:00
Ralf W. Grosse-Kunstleve
b5256ef70b
adjusted #ifdef's for Compaq C++ V6.5-040 for Compaq Tru64 UNIX
...
[SVN r22636]
2004-04-15 14:17:09 +00:00
Dave Abrahams
6c8fec96b6
Tweaks prompted by Faheem Mitha
...
[SVN r22632]
2004-04-13 12:19:15 +00:00
Dave Abrahams
cd139bd4ec
Fixes prompted by Faheem Mitha
...
[SVN r22631]
2004-04-13 12:14:10 +00:00
Dave Abrahams
17b0c819e4
improved comments in-line
...
[SVN r22628]
2004-04-11 12:07:18 +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