Bruno da Silva de Oliveira
bdf80a683c
- removed exporters.importing mechanism, because this was causing a serious bug that was preventing the bases code to be generated
...
[SVN r22613]
2004-04-06 22:53:38 +00:00
Joel de Guzman
ed7292abd3
added test for embedding tutorial
...
[SVN r22609]
2004-04-06 11:50:20 +00:00
Joel de Guzman
e92f042677
additional constructor in BaseWrap
...
[SVN r22604]
2004-04-05 09:34:32 +00:00
Joel de Guzman
53cf9e7422
Typo
...
[SVN r22603]
2004-04-05 09:21:45 +00:00
Dave Abrahams
954afd78b2
Added Vega Strike
...
[SVN r22583]
2004-04-02 20:04:22 +00:00
Dave Abrahams
957ad2b4b1
Adjust to make the tutorial work
...
[SVN r22568]
2004-03-30 23:14:47 +00:00
Jonathan Brandmeyer
7187c6132a
Throw an IndexError when given an extended slice;
...
Clip bounds of slices in a mannar consistant with builtin containers;
Prevent undefined behavior within the STL when given certain kinds of
empty slices.
[SVN r22507]
2004-03-17 03:15:35 +00:00
Dave Abrahams
b3f0d7c756
Fix bad "fix".
...
[SVN r22495]
2004-03-13 01:47:35 +00:00
Dave Abrahams
0cdfdee18f
*** empty log message ***
...
[SVN r22492]
2004-03-12 22:34:43 +00:00
Ralf W. Grosse-Kunstleve
a283f56d05
define BOOST_PYTHON_TYPE_ID_NAME for Linux Intel C++
...
[SVN r22491]
2004-03-12 18:43:08 +00:00
Dave Abrahams
e6fd78ce93
Fixes for auto_ptr handling
...
[SVN r22490]
2004-03-12 15:22:16 +00:00
Dave Abrahams
aeed5f029e
Use mpl::next to prepare for the next release of MPL
...
[SVN r22485]
2004-03-12 13:10:40 +00:00
Bruno da Silva de Oliveira
04484d55de
- Fixed bug with exception declarations
...
[SVN r22459]
2004-03-09 01:01:29 +00:00
Jonathan Brandmeyer
476cba228d
Changes to support MSVC 6.0.
...
[SVN r22430]
2004-03-04 16:42:56 +00:00
Eric Niebler
115f9f0644
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
...
[SVN r22394]
2004-02-26 18:27:02 +00:00
Daniel Wallin
a9c2a95366
boost logo css class
...
[SVN r22352]
2004-02-21 18:42:52 +00:00
Bruno da Silva de Oliveira
29f3891a68
- Generates the unique number for UniqueInt using the hash of the filename
...
[SVN r22329]
2004-02-19 22:26:54 +00:00
Bruno da Silva de Oliveira
7b602ef607
- now warns that AllFromHeader is not working in all cases
...
[SVN r22316]
2004-02-18 22:32:58 +00:00
Bruno da Silva de Oliveira
15e555c7f1
- Fixed UniqueInt bug across different compilation units.
...
[SVN r22315]
2004-02-18 22:28:28 +00:00
Bruno da Silva de Oliveira
f4fb49d32f
- reverted previous commit
...
[SVN r22313]
2004-02-18 15:33:34 +00:00
Bruno da Silva de Oliveira
89be2fb736
- no_init is now generated for abstract classes
...
[SVN r22312]
2004-02-18 15:27:59 +00:00
Ralf W. Grosse-Kunstleve
62f0885852
Requires: n/a removed
...
[SVN r22257]
2004-02-13 18:20:43 +00:00
Ralf W. Grosse-Kunstleve
355e155e69
gcc 3.4 from gcc.gnu.org still suffers from the old static initialization bug under Mac OS 10: workaround adjusted accordingly
...
[SVN r22255]
2004-02-13 07:10:59 +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
799eeb0cb8
Fix a build error on Tru64. Thanks to Ralf W. Grosse-Kunstleve for this
...
fix.
[SVN r22250]
2004-02-12 23:09:10 +00:00
Jonathan Brandmeyer
8452e275d0
New implementation, tests, and documentation for a PySliceObject
...
objectmanager.
[SVN r22192]
2004-02-07 21:38:24 +00:00
Joel de Guzman
53268000e7
small typo
...
[SVN r22067]
2004-01-30 06:15:32 +00:00
Dave Abrahams
52febfe3fc
Improved and alphabetized news format, added Python news, updated
...
iterator news.
Corrections in the Python documentation
[SVN r22039]
2004-01-29 03:34:23 +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
Joel de Guzman
2dfe76b082
small typo
...
[SVN r22026]
2004-01-28 22:45:35 +00:00
Ralf W. Grosse-Kunstleve
11d8751d29
workaround for gcc 3.4 bug when using precompiled header support
...
[SVN r21715]
2004-01-14 01:37:54 +00:00
Ralf W. Grosse-Kunstleve
b03c3a29e0
previous revision (1.10) of this file restored because http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13530 is fixed
...
[SVN r21633]
2004-01-12 18:02:28 +00:00
Joel de Guzman
53e8982e05
fix typo
...
[SVN r21571]
2004-01-10 02:53:06 +00:00
Ralf W. Grosse-Kunstleve
4a30841ad8
fix for Tru64 cxx problems incl. workaround for gcc 2.96 problems; patch by David Abrahams; thanks Dave!
...
[SVN r21558]
2004-01-09 07:25:17 +00:00
Dave Abrahams
234ebadb8d
pro9 workarounds; some ADL protection for is_xxx
...
[SVN r21529]
2004-01-07 14:07:21 +00:00
Dave Abrahams
11ee20fa36
Test full slicing.
...
[SVN r21497]
2004-01-05 12:34:25 +00:00
Dave Abrahams
440599545f
Workaround for gcc-3.4 quirks
...
[SVN r21493]
2004-01-05 11:46:30 +00:00
Dave Abrahams
44ba088cb4
Fix problem with [:] slices on python::objects
...
[SVN r21472]
2004-01-04 13:41:00 +00:00
Dave Abrahams
08d3798722
.
...
[SVN r21449]
2004-01-02 18:34:17 +00:00
Ralf W. Grosse-Kunstleve
56ff8e438e
fix use of incomplete type (Tru64 cxx diagnostic)
...
[SVN r21444]
2004-01-02 08:31:21 +00:00
Dave Abrahams
3590a3589d
Fix 2-phase lookup bug
...
[SVN r21442]
2004-01-01 12:46:04 +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
Ralf W. Grosse-Kunstleve
f53925848c
work around g++ (GCC) 3.4.0 20031230 (experimental) internal compiler error
...
[SVN r21432]
2003-12-31 09:37:31 +00:00
Dave Abrahams
eedc88b56a
Bug fixes in property handling
...
[SVN r21429]
2003-12-31 00:23:52 +00:00
Ralf W. Grosse-Kunstleve
1102fec2a0
links to pickle and indexing suites
...
[SVN r21423]
2003-12-30 03:54:21 +00:00
Ralf W. Grosse-Kunstleve
589fefe4b9
tabs -> spaces
...
[SVN r21405]
2003-12-27 06:22:29 +00:00
Rene Rivera
cfc867bd18
Fix broken links.
...
[SVN r21404]
2003-12-27 02:37:02 +00:00
Rene Rivera
5bc28e3016
Fix broken links.
...
[SVN r21403]
2003-12-27 01:46:04 +00:00