1
0
Fork 0
terragear/src
Peter Sadrozinski 5b9375f102 - fixed multithreaded construct memory leak in TGArray usage ( need to clear corner and fitted lists ).
- reworked priorities.hxx/.cxx to make valgrind happy.  It also allows us to add more features per area (like smoothing).
- remove TG_MAX_AREA_TYPES - we had a merge request for this, but this does essentially the same thing with the refactoring.
- fixed some edge matching introduced in multithreaded construct.
- tgconstruct objects now live for an entire stage.  1 for each thread - this introduced the memory leaks, and some issues.
  interesting side effect is that we do less alloc / free, since we use std::vectors which when cleared, don't actually free
  memory, so by the end, we've allocated enough entries for the largest tile.
- fixed linear feature issue in genapts850 - the refactor caused some of the old clean functions to remove too many polys!
  with cgal, we need far less cleaning - just do what construct does, and we can still parse all airports, and lines are back.
2012-12-29 21:05:39 -05:00
..
Airports - fixed multithreaded construct memory leak in TGArray usage ( need to clear corner and fitted lists ). 2012-12-29 21:05:39 -05:00
Airspace removing automake files - just updating cmake build files from now 2012-03-25 23:37:26 +02:00
BuildTiles - fixed multithreaded construct memory leak in TGArray usage ( need to clear corner and fitted lists ). 2012-12-29 21:05:39 -05:00
Include Change the way versioning is done. I hope this will work under windows 2012-12-04 19:45:31 +01:00
Lib - fixed multithreaded construct memory leak in TGArray usage ( need to clear corner and fitted lists ). 2012-12-29 21:05:39 -05:00
Prep gdalchop: improve speed, especially when using a high number of datasets. 2012-12-21 17:31:46 +01:00
Utils - renamed Polygon library to terragear 2012-12-16 10:46:25 -05:00
.gitignore No CVS in here any more .... 2011-09-25 11:45:07 -07:00
CMakeLists.txt Add a versioning infrastructure, remove old build files 2012-11-26 13:46:25 +01:00
DoxygenMain.cxx Doxygen and code documentation 2012-09-26 18:11:36 +02:00