| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-02-02 | python: Update PyAcquire_FromCpp to the new API rules (add Owner parameter). | Julian Andres Klode | 1 | -1/+1 | |
| 2010-02-02 | Remove inline functions from the C++ API, export them instead (part 2). | Julian Andres Klode | 1 | -58/+66 | |
| 2010-01-27 | Remove inline functions from the C++ API, export them instead (part 1) | Julian Andres Klode | 1 | -100/+176 | |
| 2010-01-27 | Merge the CppOwnedPyObject C++ class into CppPyObject. | Julian Andres Klode | 1 | -36/+25 | |
| 2010-01-23 | python: Export a PyAcquire_FromCpp which sets up a correct PyAcquireObject. | Julian Andres Klode | 1 | -1/+4 | |
| 2010-01-20 | Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile. | Julian Andres Klode | 1 | -5/+5 | |
| 2009-07-24 | python/python-apt.h: Fix PyCdrom_FromCpp to use pkgCdrom, not pkgCdrom*. | Julian Andres Klode | 1 | -1/+1 | |
| 2009-07-22 | python: 2nd part of the acquire fixes (one PyObject per C++ object). | Julian Andres Klode | 1 | -2/+3 | |
| 2009-07-22 | python/python-apt.h: Don't use Py_TYPE(op), but op->op_type. | Julian Andres Klode | 1 | -31/+31 | |
| The Py_TYPE macro does not exist in Python < 2.6 and is not documented. | |||||
| 2009-07-21 | python/python-apt.h: Export PyAcquireWorker and fix some problems. | Julian Andres Klode | 1 | -3/+9 | |
| 2009-07-16 | python/acquire.cc: Introduce PyAcquireWorker_Type, make ↵ | Julian Andres Klode | 1 | -2/+2 | |
| PyAcquireItemDesc_Type contain a pointer. | |||||
| 2009-07-16 | python/python-apt: PyAcquireItem_Type, not PyAcquireItemType. | Julian Andres Klode | 1 | -1/+1 | |
| 2009-07-15 | python/acquire.cc: Add AcquireItemDesc. | Julian Andres Klode | 1 | -0/+6 | |
| 2009-07-15 | python/python-apt.h: Do not include apt-pkg/hashes.h. | Julian Andres Klode | 1 | -1/+0 | |
| Users of the API should include the bits themselves. We don't need to include them, because we only use macros. | |||||
| 2009-07-15 | python/python-apt.h: Introduce the C++ API | Julian Andres Klode | 1 | -0/+259 | |
| The C++ API provides support for creating Python objects from C++ objects given by pointer or reference (depending on the implementation of the Python object) and for retrieving the underlying C++ object from the Python object and for checking the type of the Python object. | |||||
