Menu

[r6263]: / trunk / toolkits / basemap / geos-2.2.3 / ChangeLog  Maximize  Restore  History

Download this file

260 lines (167 with data), 7.5 kB

2006-05-17 10:07  strk

	* NEWS: Added note about win32 SDK support

2006-05-16 16:38  strk

	* source/headers/geos/opValid.h: Gave error enum a name and renamed
	  ERROR to eError (to avoid clash with win32 headers)

2006-05-02 16:44  hobu

	* source/capi/geos_c.h.vc: use 1.1.0 as CAPI version

2006-05-02 16:04  strk

	* source/io/WKBReader.cpp: Use tabs for indenting

2006-05-01 17:22  sgillies

	* source/io/WKBReader.cpp: Fix for WKB parsing on big endian
	  machines (bug 105)

2006-04-28 20:39  sgillies

	* NEWS, source/geom/LinearRing.cpp, source/headers/geos/geom.h: Add
	  LinearRing::clone (bug 102)

2006-04-27 00:30  strk

	* NEWS, source/io/WKBReader.cpp: Indentation of last commit in
	  WKBReader, SRID item in NEWS file.

2006-04-27 00:22  sgillies

	* source/io/WKBReader.cpp: Restored break statements in the big
	  geometry reader switch (bug 97)

2006-04-26 18:29  strk

	* NEWS, source/io/WKTReader.cpp: Fixed WKTReader to accept the
	  correct WKT for MultiPoints

2006-04-26 13:54  strk

	* NEWS, tools/geos-config.in: Backported patch to geos-config to
	  honour library path

2006-04-10 10:52  strk

	* ChangeLog: Added cvs2cl-generated ChangeLog

2006-04-10 10:42  strk

	* source/io/WKBReader.cpp: Added support for SRID in WKB (postgis
	  extension) - closes bug#97

2006-04-05 10:59  strk

	* source/operation/buffer/RightmostEdgeFinder.cpp: fixed small bug
	  in corner case handling (tagged as 'testing only' in JTS)

2006-04-04 11:50  strk

	* NEWS, configure.in, source/noding/SegmentString.cpp,
	  swig/Makefile.am, swig/geos.i, swig/python/python.i,
	  swig/ruby/Makefile.am, swig/ruby/README.txt, swig/ruby/ruby.i,
	  swig/ruby/test/Makefile.am, swig/ruby/test/example.rb,
	  swig/ruby/test/geos_tests.rb,
	  swig/ruby/test/test_combinations.rb,
	  swig/ruby/test/test_envelope.rb,
	  swig/ruby/test/test_factory_methods.rb,
	  swig/ruby/test/test_geom.rb, swig/ruby/test/test_helper.rb,
	  swig/ruby/test/test_io.rb, swig/ruby/test/test_operations.rb,
	  swig/ruby/test/test_relations.rb, swig/ruby/test/test_simple.rb:
	  - Updates memory handling, you can now run the equivalent of
	  example.cpp in python / ruby without causing segmentation faults
	  - Updates methods like WKBReader.read so that they return the
	  appropriate geometry type (point, line, etc.) as opposed to
	  Geos::Geometry.  - Limits the exposed api. Only exposes geom.h,
	  version.h,   util.h, io.h - Exposes WKBReader.read/write and
	  WKTReader.read/write and
				WKBWriter.read/write and
	  WKTWriter.read/write which were not	previously available from
	  scripting languages - Adds Ruby support, with test cases

2006-04-04 11:32  strk

	* source/capi/Makefile.am: Fixed Makefile.am to allow build from
	  external dir

2006-04-03 15:58  strk

	* swig/: python/python.i, ruby/ruby.i, ruby/test/geos_tests.rb,
	  ruby/test/test_helper.rb: Applied patch by Charlie Savage: -
	  Fixes up the SWIG bindings to use the new GEOS namespaces - Fixes
	  a bug in the Python m4 macro - Adds the -modern flag for SWIG
	  when compiling a Python extension

2006-04-03 13:05  strk

	* NEWS, source/geomgraph/index/SweepLineEvent.cpp,
	  source/headers/geos/geomgraphindex.h,
	  source/headers/geos/indexSweepline.h,
	  source/index/sweepline/indexSweepLineEvent.cpp: Back-ported
	  DELETE=>DELETE_ENVENT and INSERT=>INSERT_EVENT labels rename for
	  SweepLineEvent classes.

2006-03-31 13:09  strk

	* NEWS, source/geom/Geometry.cpp: Back-ported patch for bug #81

2006-03-27 21:49  sgillies

	* configure.in: strk says we should be incrementing the minor
	  version

2006-03-27 11:05  strk

	* source/capi/geos_c.h.in: Added note about responsibility of
	  return from GEOSGeomType()

2006-03-24 03:01  sgillies

	* configure.in: incremented VERSION_PATCH to 2

2006-03-06 15:54  strk

	* NEWS, source/geom/Polygon.cpp, source/test/XMLTester.cpp,
	  source/test/XMLTester.h: Back ported fix for Polygon::equalExact
	  and XMLTester improvements

2006-02-28 06:17  hobu

	* source/Makefile.vc: add WKBReader.ob and WKBWriter.obj build the
	  C API as its own DLL (geos_c.dll) build a stub lib for the C API
	  DLL delete .ilk, .exp, and .pdb files on clean copy *.vc headers
	  in for platform, version, and geos_c

2006-02-28 05:59  hobu

	* source/capi/geos_c.h.vc: bump the C API and GEOS version numbers

2006-02-28 05:52  sgillies

	* configure.in: add GEOSArea(), GEOSLength(), GEOSEnvelope(), and
	  GEOSGeomType() to C API, incrementing C API to 1.0.2

2006-02-28 05:39  sgillies

	* NEWS: notes about C API additions

2006-02-28 05:37  sgillies

	* source/capi/: geos_c.cpp, geos_c.h.in: add GEOSArea(),
	  GEOSLength(), GEOSEnvelope(), and GEOSGeomType() to C API

2006-02-28 05:08  hobu

	* source/capi/geos_c.h.vc: add geos_c.h.vc for windows builds

2006-02-28 04:53  hobu

	* source/headers/geos/platform.h.vc: add getMachineByteOrder
	  definition

2006-02-28 04:52  hobu

	* source/headers/geos/version.h.vc: Add a version.h.vc for windows
	  compiles

2006-02-27 18:15  strk

	* source/test/: Makefile.am, XMLTester.cpp, XMLTester.h,
	  buffer.xml: Back ported changes in XMLTester and new buffer.xml
	  'pseudo-test'

2006-02-20 11:14  strk

	* ChangeLog: - namespaces geos::index::* - Doxygen documentation
	  cleanup

2006-02-09 02:13  strk

	* ChangeLog: Added missing <limits> include

2006-02-09 01:06  frank

	* ChangeLog: Fixed support for consuming WKB for 'POLYGON EMPTY'
	  with numRings==0.
	  http://bugzilla.remotesensing.org/show_bug.cgi?id=1064

2006-02-04 01:54  strk

	* ChangeLog, swig/ruby/Makefile.am: - Doxygen dox updated -
	  LineStringLT struct moved from geomgraph.h to geom.h - New
	  planarSubgraph class - Fixed ruby Makefiles to avoid running
	  tests when disabled - Renamed TESTS variable to XMLTESTS to not
	  confuse 'make check' rule

2006-01-30 22:58  frank

	* ChangeLog: fixed up some debug messages

2006-01-30 17:55  strk

	* swig/: python/python.i, ruby/test/geos_tests.rb: More patches
	  from Charlie Savage

2006-01-27 09:25  strk

	* swig/ruby/ruby.i: * Ruby - removes dependency on renames.i file
	  which is no longer deleted   and was removed from CVS last week *
	  Python - fixes autoconf search for Python include path * Python -
	  fixes autoconf search for Python lib directory on MingW/windows *
	  Python - adds python library to link line so that python
	  extension can   be built

2006-01-20 18:20  strk

	* swig/ruby/: Makefile.am, test/Makefile.am, test/example.rb,
	  test/test_envelope.rb: More SWIG/python/ruby patches

2006-01-16 19:34  strk

	* swig/: python/python.i, ruby/Makefile.am: Added initial
	  conditional build of python and ruby wrappers

2006-01-16 12:08  strk

	* NEWS, source/headers/geos/geom.h: Removed invalid full
	  qualification of in-class-declaration methods.

2006-01-16 00:01  strk

	* swig/ruby/: Makefile.am, ruby.i, test/Makefile.am: Added bare
	  build/install/dist scripts support for ruby interface

2006-01-15 22:23  strk

	* swig/ruby/test/: geos_tests.rb, test_combinations.rb,
	  test_helper.rb, test_io.rb, test_operations.rb,
	  test_relations.rb, test_simple.rb: Initial import of ruby unit
	  tests

2006-01-12 12:40  strk

	* NEWS, source/capi/geos_c.cpp: Removed references to
	  GEOS_FIRST_INTERFACE and GEOS_LAST_INTERFACE.  Fixed GEOSHasZ()
	  to use the FINITE() macro.

2005-12-22 13:46  strk

	* swig/ruby/: README.txt, ruby.i: Imported Charlie Savage new ruby
	  wrapper and swig changes

2005-12-12 02:13  strk

	* NEWS: set version to 2.2.1

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.