summaryrefslogtreecommitdiff
path: root/weave/examples
Commit message (Expand)AuthorAgeFilesLines
* More changes to get rid of whrandom usage.Travis Oliphant2004-10-061-2/+2
* NEW: Simple example to show how one can inline C++ code in Python toprabhu2004-09-301-0/+116
* NEW: Added example code to show how SWIG2 wrapped C++ objects can be used inprabhu2004-09-303-0/+70
* NEW: Added a simple example to demonstrate how to access a 3D Numeric array.prabhu2004-09-301-0/+105
* added examples for the py::object C++ object.Eric Jones2002-10-201-0/+51
* added a speed comparison of a weavified wxPython and standard wxPython call t...Eric Jones2002-10-131-0/+206
* cleaned up a few examples.Eric Jones2002-10-133-55/+96
* This checkin marks a fairly substantial change in the C++ classes forEric Jones2002-10-106-55/+105
* This checkin has quite a few changes. Most are augmentations to theEric Jones2002-09-304-20/+24
* major rewrite of weave.Eric Jones2002-09-1213-101/+151
* Fixed INCREF bug reported by Matthias Heller that was causing this example to...Eric Jones2002-07-171-1/+2
* Fixed weave examples vq.py and cast_copy_and_transpose.py --- they were not w...Travis Oliphant2002-05-222-6/+6
* major refactoring -- renamed _specification classes to _converter. Moved all...Eric Jones2002-02-142-14/+13
* removed template code from use for scalar conversions. Template versions wer...Eric Jones2002-02-131-0/+15
* added a couple of implementations using lists instead of Numeric arrays. The...Eric Jones2002-01-151-7/+73
* Added ramp example brought up by Brent Burley on comp.lang.python.Eric Jones2002-01-063-0/+155
* more changes of names from compiler to weaveEric Jones2002-01-033-3/+3
* renaming compiler to weaveEric Jones2002-01-0313-0/+1348