Timeline
02/08/12: Yesterday
- 17:06 Ticket #509 (GEOS crashes on check in MingW GCC 4.6.2) created by
- strk, Attached are the errors I was taking about. This is using the …
02/07/12:
- 18:40 Ticket #299 (geos::geom::CoordinateArraySequenceFactory unit test failing on Bad Apple) reopened by
- You don't have to block release, but you don't get to close it out. It's …
02/06/12:
- 08:20 Ticket #508 (TopologyPreservingSimplifier creates invalid line from closed line) created by
- Passing "LINESTRING(0 0, 5 0, 5 5, 0 0)" to TopologyPreservingSimplifier? …
02/03/12:
- 02:42 Ticket #299 (geos::geom::CoordinateArraySequenceFactory unit test failing on Bad Apple) closed by
- wontfix: After going through all comments about this I really believe it's not GEOS …
02/02/12:
- 11:15 Ticket #507 (Postgres crash in geos 3.3.0 using postgis st_buffer function) created by
- Hi, I have a postgresql server with postgis running on Ubuntu 10.04. The …
01/18/12:
- 08:28 Applications edited by
- add geoPHP, remove spam (diff)
01/16/12:
- 12:36 Changeset [3567] by
- More info on provenance.
- 12:15 Changeset [3566] by
- Update provenenance
- 10:00 Changeset [3565] by
- Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review …
01/15/12:
- 18:47 WikiStart edited by
- Update JTS link, mention OSGeo. (diff)
01/08/12:
- 16:17 WikiStart edited by
- Update RPM repo URL (diff)
- 05:46 Changeset [3564] by
- Backports Missing <cctype> header for toupper. Fixed Visual C++ warning. …
01/07/12:
- 19:50 Ticket #493 (cmake: Detected compiler does not support std namespace on STL classes) closed by
- fixed
- 13:23 BuildingOnWindowsWithCMake edited by
- Fixed paths (diff)
- 13:21 BuildingOnWindowsWithCMake edited by
- Update and clean-up (diff)
- 13:09 Changeset [3563] by
- Fixed (hopefully) CMake issues with std:: namespace detection (Ticket …
- 13:08 Changeset [3562] by
- Missing <cctype> header for toupper. Fixed Visual C++ warning.
- 12:26 Ticket #506 (Ambiguous std::log call for MSVC) closed by
- fixed: Forward ported as r3561 @mloskot: if you have a patch it's welcome for …
01/06/12:
- 13:53 Changeset [3561] by
- Forward port: Fix MSVC compilation of ambiguous log() call #506
- 13:50 Changeset [3560] by
- Prepare for 3.3.3
- 13:34 Changeset [3559] by
- Fix MSVC compilation of ambiguous log() call #506
- 13:34 Ticket #506 (Ambiguous std::log call for MSVC) created by
- BufferOp?.cpp:97 has an ambiguous call to std::log
01/05/12:
- 11:12 WikiStart edited by
- (diff)
- 09:01 Changeset [3558] by
- Tagged release 3.3.2
- 09:00 Changeset [3557] by
- Update ChangeLog? for the 3.3.2 release
- 08:56 Changeset [3556] by
- Prepare for 3.3.2 release
- 00:32 Ticket #481 (GEOS 3.3.1 doesn't compile with GCC 4.3.2 on parisc64) closed by
- wontfix: Seems a linker bug to me
12/20/11:
12/18/11:
- 03:12 Ticket #505 (when building on windows with nmake, link have /debug switch on) created by
- I built geos 3.3.1 on windows with nmake I noticed that even when …
12/16/11:
- 06:15 Changeset [3555] by
- Make debugging output of LineStringSnapper? more readable
- 06:12 Changeset [3554] by
- Make debugging output of LineStringSnapper? more readable
12/15/11:
- 06:36 Ticket #488 (TopologyException unioning valid geometries [JTS fails]) closed by
- fixed: I've committed the heuristic described above with r3552 in 3.3 branch and …
- 06:36 Changeset [3553] by
- Check validity after snapping in BinaryOp?. Fixes bug #488 Adds regression …
- 06:18 Changeset [3552] by
- Check validity after snapping in BinaryOp?. Fixes bug #488 Adds regression …
- 03:35 Changeset [3551] by
- indent
- 03:34 Changeset [3550] by
- indent
- 03:04 Ticket #504 (Consider replacing -ffloat-store with -fexcess-precision=standard) created by
- See: http://archives.postgresql.org/pgsql-hackers/2011-12/msg00647.php …
- 02:58 Changeset [3549] by
- Fix build with CBR_BEFORE_SNAPPING undefined
- 00:59 Changeset [3548] by
- Fix build with CBR_BEFORE_SNAPPING undefined
12/14/11:
- 14:55 Ticket #503 (Expose Envelope Min, Max Coordinates to C API) created by
- For some visualization software and Rtree index building in C, I needed to …
- 12:25 Ticket #488 (TopologyException unioning valid geometries [JTS fails]) reopened by
- Sorry, you're completely right, UnaryUnion? should work for this case. It …
- 10:34 Ticket #488 (TopologyException unioning valid geometries [JTS fails]) closed by
- invalid: Actually, I'll close…
12/12/11:
- 07:11 Ticket #500 (default initialization of an object of const type 'const ...) closed by
- fixed: note added in 3.3 branche NEWs in r3547
- 07:11 Changeset [3547] by
- a note about #500 fix
- 07:09 Changeset [3546] by
- apply patch for #500 to fix clang's complaint about a missing default …
- 07:04 Changeset [3545] by
- apply patch for #500 to fix clang's complaint about a missing default …
- 02:10 Ticket #485 (Apply Shoelace formula for area calculation) closed by
- fixed: Committed in r3543 for 3.3 branch and r3544 for trunk. Thanks.
- 02:10 Changeset [3544] by
- Apply Shoelace formula for area calculation (#485)
- 02:09 Changeset [3543] by
- Apply Shoelace formula for area calculation (#485)
- 01:59 Changeset [3542] by
- Add --clibs to geos-config and GEOS_C_LIBS to geos.m4 (#497)
- 01:57 Changeset [3541] by
- Add --clibs to geos-config and GEOS_C_LIBS to geos.m4 (#497)
- 00:50 Ticket #383 (huge memory cost and crash in buffer [JTS fails too]) closed by
- duplicate: This is actually a duplicate of #344
- 00:47 Ticket #502 (PostGIS crashes on ST_Buffer query (possibly due to a bug in geos)) closed by
- duplicate: This case exposes a memory issue with GEOS. It consumes more than 7Gb of …
12/11/11:
- 02:31 Ticket #502 (PostGIS crashes on ST_Buffer query (possibly due to a bug in geos)) created by
- When I run the select query (below) I get the following error message …
12/10/11:
- 10:01 Ticket #501 (Snap operation: wrong snapping) created by
- Hi I notice, using postgis that the Snap algoritm sometimes will wrong to …
12/09/11:
- 08:56 Ticket #500 (default initialization of an object of const type 'const ...) created by
- clang reports: […]
- 02:54 Ticket #491 (Fix C++11 build by avoiding std::pair<auto_ptr>) closed by
- fixed: Fixed by r3538 in 3.3 branch and r3540 in trunk
- 02:54 Changeset [3540] by
- Fix C++11 build by avoiding std::pair<auto_ptr> (#491)
- 02:46 Changeset [3539] by
- typo
- 02:44 Changeset [3538] by
- Fix C++11 build by avoiding std::pair<auto_ptr> (#491)
- 02:13 Ticket #495 (Empty return from buffer) closed by
- fixed: Fixed by commits r3535 (for trunk) and r3537 (3.3 branch). The testcase …
- 02:12 Changeset [3537] by
- Improve buffer robustness by reverting to non snaprounding noder This …
- 02:04 Changeset [3536] by
- Ignore built performance tests
- 02:04 Changeset [3535] by
- Improve buffer robustness by reverting to non snaprounding noder This …
- 00:48 Ticket #499 (CascadedPolygonUnion bugfix from JTS) closed by
- fixed: Fixed with r3532 (oops r3533) in 3.3 branch and r3534 in trunk
- 00:48 Changeset [3534] by
- Fix CascadedPolygonUnion? to discard non-polygonal components created …
- 00:47 Changeset [3533] by
- Oops, forgot this one in previous commit
- 00:46 Changeset [3532] by
- Fix CascadedPolygonUnion? to discard non-polygonal components created …
- 00:46 Changeset [3531] by
- Allow XML tests not to specify a precision model, defaulting to floating …
12/07/11:
- 07:13 Changeset [3530] by
- Update port info for MCIndexPointSnapper and MCIndexSnapRounder
- 06:47 BufferRobustness edited by
- (diff)
- 06:47 BufferRobustness edited by
- (diff)
- 03:17 Changeset [3529] by
- Add a simple test for MCIndexSnapRounderTest The test would fail before …
- 03:14 BufferRobustness edited by
- (diff)
- 03:04 BufferRobustness edited by
- (diff)
- 02:59 BufferRobustness edited by
- Add more test results about MCIndexSnapRounder (diff)
- 00:45 BufferRobustness edited by
- (diff)
- 00:44 BufferRobustness edited by
- (diff)
- 00:39 BufferRobustness edited by
- Add info about more differences in MCIndexSnapRounder (diff)
- 00:16 Ticket #499 (CascadedPolygonUnion bugfix from JTS) created by
- This commit in JTS: …
12/06/11:
- 09:42 BufferRobustness edited by
- Update xml test results after fix to HotPixel? (nothing changed, … (diff)
- 09:27 Ticket #498 (HotPixel constructed with scale!=1 is broken) closed by
- fixed: Fixed by r3527 in 3.3 branch and r3528 in trunk
- 09:26 Changeset [3528] by
- HotPixel?: do not invalidate reference to original point. Fixes #498.
- 09:26 Changeset [3527] by
- HotPixel?: do not invalidate reference to original point. Fixes #498.
- 08:58 Ticket #498 (HotPixel constructed with scale!=1 is broken) created by
- When constructing HotPixel? with a scale != 1 the notion of "ogirinal …
- 05:54 BufferRobustness edited by
- Add comparison of JTS and GEOS runs of MCIndexSnapRounder noding (diff)
- 02:56 BufferRobustness edited by
- (diff)
- 02:18 BufferRobustness edited by
- (diff)
- 02:14 BufferRobustness edited by
- (diff)
- 00:59 BufferRobustness edited by
- (diff)
- 00:56 BufferRobustness edited by
- (diff)
- 00:34 BufferRobustness edited by
- Adjust results now that the testcase are more meaningful (diff)
12/05/11:
- 10:07 BufferRobustness edited by
- (diff)
- 06:59 BufferRobustness edited by
- (diff)
- 03:54 BufferRobustness edited by
- (diff)
12/02/11:
- 07:26 BufferRobustness edited by
- (diff)
- 07:24 BufferRobustness edited by
- (diff)
- 01:44 Changeset [3526] by
- Add <resultMatcher> tag to make the test runnable with JTS
- 01:42 Changeset [3525] by
- Add <resultMatcher> tag to make the test runnable with JTS
- 01:26 BufferRobustness edited by
- (diff)
12/01/11:
11/30/11:
- 23:35 BufferRobustness edited by
- (diff)
- 23:32 BufferRobustness edited by
- (diff)
- 23:29 BufferRobustness created by
- 08:55 Ticket #497 (geos-config is a bit confused) created by
- while it is quite clear that the C stable API is the way to go for …
- 01:50 Ticket #473 (RightmostEdgeFinder assertion killing postgres process) closed by
- fixed: Fixed with r3523 in trunk and r3524 in 3.3 branch
- 01:49 Changeset [3524] by
- Fix MCIndexSnapRounder use of provided precision model. Fixes bug #473 …
- 01:45 Changeset [3523] by
- Fix MCIndexSnapRounder use of provided precision model. Fixes bug #473 …
- 01:20 Ticket #496 (Expose a GEOSNode interface in the C-API) created by
- Such function should be used to fully node input linework. It should take …
11/29/11:
- 06:01 Changeset [3522] by
- Use 18 significant digits for TopologyException? point coordinates
- 06:01 Changeset [3521] by
- Use 18 significant digits for TopologyException? point coordinates
11/28/11:
- 01:31 Ticket #495 (Empty return from buffer) created by
- The attached test triggers a bug which makes GEOS return an empty buffer …
- 00:55 Ticket #494 (Rectangular buffer with little resemblance of input) closed by
- fixed: Fixed with r3519 in 3.3 branch, r3520 in master.
- 00:53 Changeset [3520] by
- BufferBuilder?: fix handling of collapsed edges skipping. Fixes #494. …
- 00:40 Changeset [3519] by
- BufferBuilder?: fix handling of collapsed edges skipping. Fixes #494. …
- 00:34 Ticket #494 (Rectangular buffer with little resemblance of input) created by
- The attached testcase shows GEOS computing a buffer which looks like a …
11/27/11:
- 10:35 BuildingOnUnixWithAutotools edited by
- add package names for prerequisites under Ubuntu and CentOS (diff)
- 07:07 BuildingOnUnixWithAutotools edited by
- (diff)
- 06:47 BuildingOnUnixWithAutotools edited by
- Make it more clear that the first step needs to be skipped if not using … (diff)
11/26/11:
- 21:42 Ticket #493 (cmake: Detected compiler does not support std namespace on STL classes) created by
- Both the instructions for building GEOS on Unix are bad. …
11/24/11:
- 14:07 Changeset [3518] by
- Fix to get swig/ruby compiling for ruby 1.9 Patch by Kashif Rasul
11/11/11:
Note: See TracTimeline
for information about the timeline view.
