django1/django/contrib/gis/geos
Justin Bronn 55968a6edd Fixed GEOS & GDAL C function prototypes to explicitly use a subclass of `c_char_p` as the return type on routines that return strings. This prevents crashes on some 64-bit platforms, like FreeBSD. Thanks to wilsaj for discovering the problem. Refs #9747.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-09 02:00:40 +00:00
..
prototypes Fixed GEOS & GDAL C function prototypes to explicitly use a subclass of `c_char_p` as the return type on routines that return strings. This prevents crashes on some 64-bit platforms, like FreeBSD. Thanks to wilsaj for discovering the problem. Refs #9747. 2009-07-09 02:00:40 +00:00
tests Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
LICENSE Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
__init__.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
base.py Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` object. 2009-03-28 16:36:48 +00:00
collections.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
coordseq.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
error.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
factory.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
geometry.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
io.py Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` object. 2009-03-28 16:36:48 +00:00
libgeos.py Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne. 2009-05-17 16:45:28 +00:00
linestring.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
mutable_list.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
point.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
polygon.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
prepared.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00