0c453fda0bMIPSpro 7.3.1.x workaround
Ralf W. Grosse-Kunstleve
2004-07-27 07:08:08 +0000
a1f74e9c63guard non-const prototype with BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
Ralf W. Grosse-Kunstleve
2004-07-27 07:06:40 +0000
763fa1cf0cSilence warning from EDG 245 (Tru64 cxx 6.5)
Jonathan Brandmeyer
2004-07-26 23:29:49 +0000
c8e8ccfa22New-style polymorphism
Dave Abrahams
2004-07-26 15:34:36 +0000
597342bf15Suppress warnings for intel 8
Dave Abrahams
2004-07-26 15:13:05 +0000
8338b2fb49Stop using "not"
Dave Abrahams
2004-07-26 14:27:17 +0000
fed0b09c4eConverted to Boost Software License, Version 1.0
Douglas Gregor
2004-07-26 00:32:12 +0000
3e76482713Remove tabs in file.
Rene Rivera
2004-07-25 17:12:17 +0000
d6325d902eworkaround for MIPSpro 7.3.1.3 name lookup problem
Ralf W. Grosse-Kunstleve
2004-07-20 05:12:33 +0000
615adc5fe6Make slice work on vc6 Revamp/simplify class registration
Dave Abrahams
2004-07-20 03:16:49 +0000
2bdb728e87A few corrections
Dave Abrahams
2004-07-18 21:54:58 +0000
5e82d653a1Correct the documentation to specify that has_back_reference<> must be a metafunction rather than a traits class. Correct typos in the example.
Jonathan Brandmeyer
2004-07-18 17:53:28 +0000
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.
Bruno da Silva de Oliveira
2004-07-18 15:50:10 +0000
af1530953eMove dllexport declaration from methods to slice class as mingw can't handle it. Resolves bug #952335.
Rene Rivera
2004-07-12 13:07:17 +0000
87290af774workaround for broken gcc that ships with SuSE 9.0 and SuSE 9.1
Ralf W. Grosse-Kunstleve
2004-07-09 04:53:39 +0000
8469d7727dAdd 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.
Jonathan Brandmeyer
2004-07-08 17:29:51 +0000
44e9ffc5cacorrection as per Niall
Ralf W. Grosse-Kunstleve
2004-07-06 22:44:33 +0000
2e86d1f9bbRemove debug print
Vladimir Prus
2004-07-06 11:27:54 +0000
112c999818obtain correct class name via cl.attr("__name__")
Ralf W. Grosse-Kunstleve
2004-07-06 04:36:50 +0000
858e5e9720boost/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
Ralf W. Grosse-Kunstleve
2004-07-04 07:08:54 +0000
f2f7b10d15Revert last change since it was the documentation that was in error.
Jonathan Brandmeyer
2004-07-03 17:19:51 +0000
4e3c2f237cCorrect the documentation with regard to the default backend for the numeric::array class.
Jonathan Brandmeyer
2004-07-03 17:17:56 +0000
c246e918f4Use Numeric.ArrayType in preference to numarray.NDArray, in accordance with the documentation.
Jonathan Brandmeyer
2004-07-03 03:54:35 +0000
b76f185cb6move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
Eric Niebler
2004-07-02 01:21:32 +0000
9d7097177dremove std_min and std_max, update minmax coding guidelines
Eric Niebler
2004-06-23 04:49:48 +0000
c6587596b1unused variable names removed to avoid warning messages (Giulio Eulisse)
Ralf W. Grosse-Kunstleve
2004-06-11 00:11:11 +0000
b661aad9acwork around MIPSpro 7.41 problems
Ralf W. Grosse-Kunstleve
2004-06-11 00:07:55 +0000
ca0a0a4a3d[bug fix] added boost::noncopyable to class_ Base
Joel de Guzman
2004-06-08 01:47:30 +0000
a9cd67873c- fixes module name if run from another directory where the .pyste file is located
Bruno da Silva de Oliveira
2004-05-30 23:14:10 +0000
b58812e7f1Applied a patch by Roman Yakovenko that makes the export of unnamed enums better.
Bruno da Silva de Oliveira
2004-05-17 22:46:43 +0000
9e2b4380d5ADL bug-fix
Joel de Guzman
2004-05-04 10:19:33 +0000
8ae8430e7cADL bug-fix
Joel de Guzman
2004-05-04 09:41:01 +0000
2ee25fda61Added missing const to prevent spurious static asserts
Dave Abrahams
2004-05-01 17:37:15 +0000
e766286d92use BOOST_WORKAROUND
Ralf W. Grosse-Kunstleve
2004-04-15 16:24:03 +0000
4df59a752amake the test work under 64-bit operating systems
Ralf W. Grosse-Kunstleve
2004-04-15 16:15:41 +0000
e0bf57ae36workaround for MIPSpro
Ralf W. Grosse-Kunstleve
2004-04-15 15:16:15 +0000
5df66bb179adjusted #ifdef's for Compaq C++ V6.5-040 for Compaq Tru64 UNIX
Ralf W. Grosse-Kunstleve
2004-04-15 14:59:31 +0000
b5256ef70badjusted #ifdef's for Compaq C++ V6.5-040 for Compaq Tru64 UNIX
Ralf W. Grosse-Kunstleve
2004-04-15 14:17:09 +0000
6c8fec96b6Tweaks prompted by Faheem Mitha
Dave Abrahams
2004-04-13 12:19:15 +0000
cd139bd4ecFixes prompted by Faheem Mitha
Dave Abrahams
2004-04-13 12:14:10 +0000
17b0c819e4improved comments in-line
Dave Abrahams
2004-04-11 12:07:18 +0000
79c7d736f0embedding tutorial updates
Joel de Guzman
2004-04-07 07:33:57 +0000
b627f93cf1embedding tutorial updates
Joel de Guzman
2004-04-07 02:26:36 +0000
7d632ab3ddadded test for embedding tutorial
Joel de Guzman
2004-04-07 01:32:53 +0000
bdf80a683c- removed exporters.importing mechanism, because this was causing a serious bug that was preventing the bases code to be generated
Bruno da Silva de Oliveira
2004-04-06 22:53:38 +0000
ed7292abd3added test for embedding tutorial
Joel de Guzman
2004-04-06 11:50:20 +0000
e92f042677additional constructor in BaseWrap
Joel de Guzman
2004-04-05 09:34:32 +0000
53cf9e7422Typo
Joel de Guzman
2004-04-05 09:21:45 +0000
954afd78b2Added Vega Strike
Dave Abrahams
2004-04-02 20:04:22 +0000
957ad2b4b1Adjust to make the tutorial work
Dave Abrahams
2004-03-30 23:14:47 +0000
7187c6132aThrow 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.
Jonathan Brandmeyer
2004-03-17 03:15:35 +0000
b3f0d7c756Fix bad "fix".
Dave Abrahams
2004-03-13 01:47:35 +0000
0cdfdee18f*** empty log message ***
Dave Abrahams
2004-03-12 22:34:43 +0000
a283f56d05define BOOST_PYTHON_TYPE_ID_NAME for Linux Intel C++
Ralf W. Grosse-Kunstleve
2004-03-12 18:43:08 +0000
e6fd78ce93Fixes for auto_ptr handling
Dave Abrahams
2004-03-12 15:22:16 +0000
aeed5f029eUse mpl::next to prepare for the next release of MPL
Dave Abrahams
2004-03-12 13:10:40 +0000
04484d55de- Fixed bug with exception declarations
Bruno da Silva de Oliveira
2004-03-09 01:01:29 +0000
476cba228dChanges to support MSVC 6.0.
Jonathan Brandmeyer
2004-03-04 16:42:56 +0000
115f9f0644remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
Eric Niebler
2004-02-26 18:27:02 +0000
a9c2a95366boost logo css class
Daniel Wallin
2004-02-21 18:42:52 +0000
29f3891a68- Generates the unique number for UniqueInt using the hash of the filename
Bruno da Silva de Oliveira
2004-02-19 22:26:54 +0000
7b602ef607- now warns that AllFromHeader is not working in all cases
Bruno da Silva de Oliveira
2004-02-18 22:32:58 +0000
15e555c7f1- Fixed UniqueInt bug across different compilation units.
Bruno da Silva de Oliveira
2004-02-18 22:28:28 +0000
f4fb49d32f- reverted previous commit
Bruno da Silva de Oliveira
2004-02-18 15:33:34 +0000
89be2fb736- no_init is now generated for abstract classes
Bruno da Silva de Oliveira
2004-02-18 15:27:59 +0000
62f0885852Requires: n/a removed
Ralf W. Grosse-Kunstleve
2004-02-13 18:20:43 +0000
355e155e69gcc 3.4 from gcc.gnu.org still suffers from the old static initialization bug under Mac OS 10: workaround adjusted accordingly
Ralf W. Grosse-Kunstleve
2004-02-13 07:10:59 +0000
ae1584ff3cclass_::enable_pickling() in publicized interface; tested with everything incl. VC6 and 7.0
Ralf W. Grosse-Kunstleve
2004-02-13 05:32:38 +0000
4a7686cd33Check rich slicing of Numeric arrays only if Numeric or numarray is installed.
Jonathan Brandmeyer
2004-02-13 02:07:21 +0000
799eeb0cb8Fix a build error on Tru64. Thanks to Ralf W. Grosse-Kunstleve for this fix.
Jonathan Brandmeyer
2004-02-12 23:09:10 +0000
8452e275d0New implementation, tests, and documentation for a PySliceObject objectmanager.
Jonathan Brandmeyer
2004-02-07 21:38:24 +0000
53268000e7small typo
Joel de Guzman
2004-01-30 06:15:32 +0000
52febfe3fcImproved and alphabetized news format, added Python news, updated iterator news.
Dave Abrahams
2004-01-29 03:34:23 +0000
8fcfed495aFixes for intel-linux
Dave Abrahams
2004-01-28 22:50:18 +0000
2dfe76b082small typo
Joel de Guzman
2004-01-28 22:45:35 +0000
11d8751d29workaround for gcc 3.4 bug when using precompiled header support
Ralf W. Grosse-Kunstleve
2004-01-14 01:37:54 +0000
53e8982e05fix typo
Joel de Guzman
2004-01-10 02:53:06 +0000
4a30841ad8fix for Tru64 cxx problems incl. workaround for gcc 2.96 problems; patch by David Abrahams; thanks Dave!
Ralf W. Grosse-Kunstleve
2004-01-09 07:25:17 +0000
234ebadb8dpro9 workarounds; some ADL protection for is_xxx
Dave Abrahams
2004-01-07 14:07:21 +0000
11ee20fa36Test full slicing.
Dave Abrahams
2004-01-05 12:34:25 +0000
440599545fWorkaround for gcc-3.4 quirks
Dave Abrahams
2004-01-05 11:46:30 +0000
44ba088cb4Fix problem with [:] slices on python::objects
Dave Abrahams
2004-01-04 13:41:00 +0000
08d3798722.
Dave Abrahams
2004-01-02 18:34:17 +0000
56ff8e438efix use of incomplete type (Tru64 cxx diagnostic)
Ralf W. Grosse-Kunstleve
2004-01-02 08:31:21 +0000
3590a3589dFix 2-phase lookup bug
Dave Abrahams
2004-01-01 12:46:04 +0000
7674c82e1fFix bug with (arg("x"), "y") construct.
Dave Abrahams
2003-12-31 19:20:31 +0000
b93b21a7f2work around Visual C++ 6 internal compiler errors
Ralf W. Grosse-Kunstleve
2003-12-31 17:18:03 +0000
f53925848cwork around g++ (GCC) 3.4.0 20031230 (experimental) internal compiler error
Ralf W. Grosse-Kunstleve
2003-12-31 09:37:31 +0000
eedc88b56aBug fixes in property handling
Dave Abrahams
2003-12-31 00:23:52 +0000
1102fec2a0links to pickle and indexing suites
Ralf W. Grosse-Kunstleve
2003-12-30 03:54:21 +0000
589fefe4b9tabs -> spaces
Ralf W. Grosse-Kunstleve
2003-12-27 06:22:29 +0000