2011-02-15 10:19:30 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Added LICENSE
|
2010-04-20 20:35:29 by Zafer Aydogan | Files touched by this commit (2) | |
Log message:
Update geos to 3.2.2
Changelog:
2010-04-18 09:34 Sandro Santilli <strk@keybit.net>
* [r2978] tests/unit/capi/GEOSGetCentroidTest.cpp: Forgot to add
this, since I added the Makefile.am line..
2010-04-17 21:55 Sandro Santilli <strk@keybit.net>
* [r2975] NEWS, capi/geos_c.cpp, capi/geos_c.h.in,
capi/geos_ts_c.cpp, configure.in,
source/headers/geos/version.h.vc, tests/unit/Makefile.am:
Back-port fix of GEOS-context leakage
2010-04-07 14:01 Mateusz Loskot <mateusz@loskot.net>
* [r2973] source/dirlist.mk: Ported r2967 update to branches/3.2
2010-04-07 13:35 Mateusz Loskot <mateusz@loskot.net>
* [r2969] nmake.opt: Removed NDEBUG from CPPFLAGS of debug build
configuration (Ticket #338)
2010-03-29 17:50 Mateusz Loskot <mateusz@loskot.net>
* [r2966] ., autogen.bat, nmake.opt,
source/algorithm/distance/DistanceToPoint.cpp: Added NMake 10.x
version to be recognized by nmake.opt (ported from trunk)
2010-03-29 16:21 Sandro Santilli <strk@keybit.net>
* [r2963] ChangeLog: Update ChangeLog
2010-03-26 12:35 Mateusz Loskot <mateusz@loskot.net>
* [r2956] source/headers/geos/platform.h.vc: platform.h.vc: disable
min/max macros substitution (ported from trunk)
2010-03-26 12:03 Mateusz Loskot <mateusz@loskot.net>
* [r2953]
source/headers/geos/operation/union/CascadedPolygonUnion.h: Added
GEOS_DLL with Microsoft-specific __declspec attribute missing
from CascadedPolygonUnion class
2010-03-26 12:00 Mateusz Loskot <mateusz@loskot.net>
* [r2951] source/geom/GeometryList.cpp: geom\GeoemtryList.cpp:
missing implementation of GeometryList::size() function.
2010-03-26 11:57 Mateusz Loskot <mateusz@loskot.net>
* [r2949] source/Makefile.vc: source\Makefile.vc: added missing
geom\GeometryList.cpp
2010-03-26 11:52 Mateusz Loskot <mateusz@loskot.net>
* [r2947] nmake.opt: nmake.opt: Added missing GEOS_DLL_EXPORT to
CPPFLAGS
2010-03-19 15:09 Sandro Santilli <strk@keybit.net>
* [r2945] NEWS, capi/geos_ts_c.cpp: Improve formatting for
GEOSisValidReason_r (issue #329)
2010-03-18 18:28 Sandro Santilli <strk@keybit.net>
* [r2943] NEWS: Add bugfix item
2010-03-18 18:26 Sandro Santilli <strk@keybit.net>
* [r2942] source/headers/geos/operation/valid/IsValidOp.h,
source/operation/valid/IsValidOp.cpp,
tests/xmltester/tests/general/TestValid.xml: Fix false-positive
return from IsValidOp. This is done better than in trunk, so will
backport later.
2009-12-30 17:55 Mateusz Loskot <mateusz@loskot.net>
* [r2836] source/Makefile.vc: Ported fix for missing
CoordinateSequenceFactory?.cpp from makefile.vc (Ticket #313)
2009-12-14 19:21 Paul Ramsey <pramsey@cleverelephant.ca>
* [r2830] capi/geos_c.h.in, configure.in,
source/headers/geos/version.h.vc: Back up the versions to 3.2.1
for 3.2 branch
|
2009-12-15 00:36:05 by Greg Troxel | Files touched by this commit (1) |
Log message:
ABI incompatible change in 3.2.0, although perhaps only due to shlib
version matching release version.
|
2009-12-15 00:31:06 by Greg Troxel | Files touched by this commit (3) |
Log message:
Update to 3.2.0:
Changes in 3.2.0
- Add Single-sided buffer operation
- JTS-1.10 sync ...
- Drastically improved Buffer speed (20x for a case in testsuite)
- Improved EdgeList duplicate edge finding
- Added algorithm::distance package
- Added algorithm::Angle class
- Added algorithm::BoundaryNodeRule class
- IsSimpleOp can now return non-simple location coordinate
- DistanceOp can now check for 'within distance' predicate
(earlier exit)
- MultiPolygon::getBoundary always return MultiLineString, also
when the result is the EMPTY geometry.
- Various bug and leak fixes, optimizations
- Replace MarkupSTL with tinyXML
|
2009-06-14 21:12:18 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Use @pkgdir
|
2009-06-14 19:57:18 by Joerg Sonnenberger | Files touched by this commit (18) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-03-20 19:57:18 by Greg Troxel | Files touched by this commit (2) |
Log message:
Fix PLIST - problems pointed out by Hasso Tepper.
|
2009-03-18 21:16:13 by Greg Troxel | Files touched by this commit (1) | |
Log message:
PLIST update that belonged with 3.1.0 update.
|
2009-03-18 20:41:45 by Greg Troxel | Files touched by this commit (2) |
Log message:
Version 3.1.0 includes a number of improvements over the 3.0 version:
- PreparedGeometry operations for very fast predicate testing.
- Intersects()
- Covers()
- CoveredBy()
- ContainsProperly()
- Easier builds under MSVC and OpenSolaris
- Thread-safe CAPI option
- IsValidReason added to CAPI
- CascadedUnion operation for fast unions of geometry sets
- Single-sided buffering operation added
- Numerous bug fixes.
\
http://trac.osgeo.org/geos/query?status=closed&milestone=3.1.0&order=priority
|