summaryrefslogtreecommitdiff
path: root/weave/scxx
Commit message (Expand)AuthorAgeFilesLines
* added a new converter that can handle the SWIG pointer conversions based on n...Eric Jones2003-04-201-0/+37
* added setup_extension() method to ext_module to return Eric Jones2003-03-251-0/+7
* Backport to Py2.1 where update will not be available (PyDict_Merge is new to ...Pearu Peterson2003-03-241-1/+2
* moved operator<< to weave_imp.cpp to prevent multiple definition issue.Eric Jones2002-11-072-12/+10
* added a long int constructor for py::object. This was needed in theEric Jones2002-11-071-1/+21
* added Pearu's ifdefs to support not(). The whole block is still commentedEric Jones2002-10-131-0/+4
* cleaned up a few examples.Eric Jones2002-10-131-0/+28
* removed the not() operator from object.h. For some reason, it was causing pr...Eric Jones2002-10-122-6/+12
* type was returning PyObject*. Changed to py::objectEric Jones2002-10-101-1/+1
* This checkin marks a fairly substantial change in the C++ classes forEric Jones2002-10-1010-866/+1232
* This checkin has quite a few changes. Most are augmentations to theEric Jones2002-09-303-17/+163
* added casting to int float double and std::string for py::object.Eric Jones2002-09-291-0/+23
* callable is no longer a separate converter class. It is now handled byEric Jones2002-09-291-11/+21
* removing old filesEric Jones2002-09-281-8/+0
* Moved orginal SCXX files to newly named files that reflect the type theyEric Jones2002-09-287-1167/+0
* added support for method calls on objects using mcall:Eric Jones2002-09-283-11/+90
* weave now uses a modified version of scxx. The new class names are closerEric Jones2002-09-2314-45/+1564
* Significant functionality added.Eric Jones2002-09-213-0/+187
* added some overloaded "=" methods for ListMmbr and DictMmbr classes so thatEric Jones2002-09-154-0/+116
* major rewrite of weave.Eric Jones2002-09-129-133/+949
* renaming compiler to weaveEric Jones2002-01-031-0/+156