Commit Graph

  • bd985d67d8 Made Python testing more verbose by default Avoid using the Boost.Test library wherever possible. Dave Abrahams 2004-08-02 18:47:50 +0000
  • 6f0a70fa66 minor updates Joel de Guzman 2004-07-28 02:36:18 +0000
  • cbe6de2a2d fixes to avoid EDG 245 warnings (by Jonathan Brandmeyer) Ralf W. Grosse-Kunstleve 2004-07-28 01:45:50 +0000
  • 4885d65ec9 redundant else commented out to avoid EDG 245 warnings Ralf W. Grosse-Kunstleve 2004-07-27 07:11:10 +0000
  • 047896ac16 fix for char* -> const char* conversion (g++ diagnostic) Ralf W. Grosse-Kunstleve 2004-07-27 07:10:16 +0000
  • fbe3a563c3 avoid "incomplete type" error (EDG 245 diagnostic) Ralf W. Grosse-Kunstleve 2004-07-27 07:08:53 +0000
  • 0c453fda0b MIPSpro 7.3.1.x workaround Ralf W. Grosse-Kunstleve 2004-07-27 07:08:08 +0000
  • a1f74e9c63 guard non-const prototype with BOOST_WORKAROUND(BOOST_MSVC, <= 1300) Ralf W. Grosse-Kunstleve 2004-07-27 07:06:40 +0000
  • 763fa1cf0c Silence warning from EDG 245 (Tru64 cxx 6.5) Jonathan Brandmeyer 2004-07-26 23:29:49 +0000
  • c8e8ccfa22 New-style polymorphism Dave Abrahams 2004-07-26 15:34:36 +0000
  • 597342bf15 Suppress warnings for intel 8 Dave Abrahams 2004-07-26 15:13:05 +0000
  • 8338b2fb49 Stop using "not" Dave Abrahams 2004-07-26 14:27:17 +0000
  • fed0b09c4e Converted to Boost Software License, Version 1.0 Douglas Gregor 2004-07-26 00:32:12 +0000
  • 3e76482713 Remove tabs in file. Rene Rivera 2004-07-25 17:12:17 +0000
  • d6325d902e workaround for MIPSpro 7.3.1.3 name lookup problem Ralf W. Grosse-Kunstleve 2004-07-20 05:12:33 +0000
  • 615adc5fe6 Make slice work on vc6 Revamp/simplify class registration Dave Abrahams 2004-07-20 03:16:49 +0000
  • 2bdb728e87 A few corrections Dave Abrahams 2004-07-18 21:54:58 +0000
  • 5e82d653a1 Correct 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
  • af1530953e Move 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
  • 87290af774 workaround for broken gcc that ships with SuSE 9.0 and SuSE 9.1 Ralf W. Grosse-Kunstleve 2004-07-09 04:53:39 +0000
  • 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. Jonathan Brandmeyer 2004-07-08 17:29:51 +0000
  • 44e9ffc5ca correction as per Niall Ralf W. Grosse-Kunstleve 2004-07-06 22:44:33 +0000
  • 2e86d1f9bb Remove debug print Vladimir Prus 2004-07-06 11:27:54 +0000
  • 112c999818 obtain correct class name via cl.attr("__name__") Ralf W. Grosse-Kunstleve 2004-07-06 04:36:50 +0000
  • 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 Ralf W. Grosse-Kunstleve 2004-07-04 07:08:54 +0000
  • f2f7b10d15 Revert last change since it was the documentation that was in error. Jonathan Brandmeyer 2004-07-03 17:19:51 +0000
  • 4e3c2f237c Correct the documentation with regard to the default backend for the numeric::array class. Jonathan Brandmeyer 2004-07-03 17:17:56 +0000
  • c246e918f4 Use Numeric.ArrayType in preference to numarray.NDArray, in accordance with the documentation. Jonathan Brandmeyer 2004-07-03 03:54:35 +0000
  • b76f185cb6 move 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
  • 9d7097177d remove std_min and std_max, update minmax coding guidelines Eric Niebler 2004-06-23 04:49:48 +0000
  • c6587596b1 unused variable names removed to avoid warning messages (Giulio Eulisse) Ralf W. Grosse-Kunstleve 2004-06-11 00:11:11 +0000
  • b661aad9ac work 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
  • b58812e7f1 Applied 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
  • 9e2b4380d5 ADL bug-fix Joel de Guzman 2004-05-04 10:19:33 +0000
  • 8ae8430e7c ADL bug-fix Joel de Guzman 2004-05-04 09:41:01 +0000
  • 2ee25fda61 Added missing const to prevent spurious static asserts Dave Abrahams 2004-05-01 17:37:15 +0000
  • e766286d92 use BOOST_WORKAROUND Ralf W. Grosse-Kunstleve 2004-04-15 16:24:03 +0000
  • 4df59a752a make the test work under 64-bit operating systems Ralf W. Grosse-Kunstleve 2004-04-15 16:15:41 +0000
  • e0bf57ae36 workaround for MIPSpro Ralf W. Grosse-Kunstleve 2004-04-15 15:16:15 +0000
  • 5df66bb179 adjusted #ifdef's for Compaq C++ V6.5-040 for Compaq Tru64 UNIX Ralf W. Grosse-Kunstleve 2004-04-15 14:59:31 +0000
  • b5256ef70b adjusted #ifdef's for Compaq C++ V6.5-040 for Compaq Tru64 UNIX Ralf W. Grosse-Kunstleve 2004-04-15 14:17:09 +0000
  • 6c8fec96b6 Tweaks prompted by Faheem Mitha Dave Abrahams 2004-04-13 12:19:15 +0000
  • cd139bd4ec Fixes prompted by Faheem Mitha Dave Abrahams 2004-04-13 12:14:10 +0000
  • 17b0c819e4 improved comments in-line Dave Abrahams 2004-04-11 12:07:18 +0000
  • 79c7d736f0 embedding tutorial updates Joel de Guzman 2004-04-07 07:33:57 +0000
  • b627f93cf1 embedding tutorial updates Joel de Guzman 2004-04-07 02:26:36 +0000
  • 7d632ab3dd added 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
  • ed7292abd3 added test for embedding tutorial Joel de Guzman 2004-04-06 11:50:20 +0000
  • e92f042677 additional constructor in BaseWrap Joel de Guzman 2004-04-05 09:34:32 +0000
  • 53cf9e7422 Typo Joel de Guzman 2004-04-05 09:21:45 +0000
  • 954afd78b2 Added Vega Strike Dave Abrahams 2004-04-02 20:04:22 +0000
  • 957ad2b4b1 Adjust to make the tutorial work Dave Abrahams 2004-03-30 23:14:47 +0000
  • 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. Jonathan Brandmeyer 2004-03-17 03:15:35 +0000
  • b3f0d7c756 Fix bad "fix". Dave Abrahams 2004-03-13 01:47:35 +0000
  • 0cdfdee18f *** empty log message *** Dave Abrahams 2004-03-12 22:34:43 +0000
  • a283f56d05 define BOOST_PYTHON_TYPE_ID_NAME for Linux Intel C++ Ralf W. Grosse-Kunstleve 2004-03-12 18:43:08 +0000
  • e6fd78ce93 Fixes for auto_ptr handling Dave Abrahams 2004-03-12 15:22:16 +0000
  • aeed5f029e Use 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
  • 476cba228d Changes to support MSVC 6.0. Jonathan Brandmeyer 2004-03-04 16:42:56 +0000
  • 115f9f0644 remove 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
  • a9c2a95366 boost 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
  • 62f0885852 Requires: n/a removed Ralf W. Grosse-Kunstleve 2004-02-13 18:20:43 +0000
  • 355e155e69 gcc 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
  • ae1584ff3c class_::enable_pickling() in publicized interface; tested with everything incl. VC6 and 7.0 Ralf W. Grosse-Kunstleve 2004-02-13 05:32:38 +0000
  • 4a7686cd33 Check rich slicing of Numeric arrays only if Numeric or numarray is installed. Jonathan Brandmeyer 2004-02-13 02:07:21 +0000
  • 799eeb0cb8 Fix a build error on Tru64. Thanks to Ralf W. Grosse-Kunstleve for this fix. Jonathan Brandmeyer 2004-02-12 23:09:10 +0000
  • 8452e275d0 New implementation, tests, and documentation for a PySliceObject objectmanager. Jonathan Brandmeyer 2004-02-07 21:38:24 +0000
  • 53268000e7 small typo Joel de Guzman 2004-01-30 06:15:32 +0000
  • 52febfe3fc Improved and alphabetized news format, added Python news, updated iterator news. Dave Abrahams 2004-01-29 03:34:23 +0000
  • 8fcfed495a Fixes for intel-linux Dave Abrahams 2004-01-28 22:50:18 +0000
  • 2dfe76b082 small typo Joel de Guzman 2004-01-28 22:45:35 +0000
  • 11d8751d29 workaround for gcc 3.4 bug when using precompiled header support Ralf W. Grosse-Kunstleve 2004-01-14 01:37:54 +0000
  • b03c3a29e0 previous revision (1.10) of this file restored because http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13530 is fixed Ralf W. Grosse-Kunstleve 2004-01-12 18:02:28 +0000
  • 53e8982e05 fix typo Joel de Guzman 2004-01-10 02:53:06 +0000
  • 4a30841ad8 fix 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
  • 234ebadb8d pro9 workarounds; some ADL protection for is_xxx Dave Abrahams 2004-01-07 14:07:21 +0000
  • 11ee20fa36 Test full slicing. Dave Abrahams 2004-01-05 12:34:25 +0000
  • 440599545f Workaround for gcc-3.4 quirks Dave Abrahams 2004-01-05 11:46:30 +0000
  • 44ba088cb4 Fix 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
  • 56ff8e438e fix use of incomplete type (Tru64 cxx diagnostic) Ralf W. Grosse-Kunstleve 2004-01-02 08:31:21 +0000
  • 3590a3589d Fix 2-phase lookup bug Dave Abrahams 2004-01-01 12:46:04 +0000
  • 7674c82e1f Fix bug with (arg("x"), "y") construct. Dave Abrahams 2003-12-31 19:20:31 +0000
  • b93b21a7f2 work around Visual C++ 6 internal compiler errors Ralf W. Grosse-Kunstleve 2003-12-31 17:18:03 +0000
  • f53925848c work around g++ (GCC) 3.4.0 20031230 (experimental) internal compiler error Ralf W. Grosse-Kunstleve 2003-12-31 09:37:31 +0000
  • eedc88b56a Bug fixes in property handling Dave Abrahams 2003-12-31 00:23:52 +0000
  • 1102fec2a0 links to pickle and indexing suites Ralf W. Grosse-Kunstleve 2003-12-30 03:54:21 +0000
  • 589fefe4b9 tabs -> spaces Ralf W. Grosse-Kunstleve 2003-12-27 06:22:29 +0000
  • cfc867bd18 Fix broken links. Rene Rivera 2003-12-27 02:37:02 +0000
  • 5bc28e3016 Fix broken links. Rene Rivera 2003-12-27 01:46:04 +0000