Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:1 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/util/IntegerList.java
Rev. | Date | Author | Message |
---|---|---|---|
30792 | 2008-06-23 | desruisseaux | Synchronized the collections used in metadata. Javadoc cleanup. |
30640 | 2008-06-12 | acuster | Copyright headers: lib/metadata, this time with feeling (and the el in Toolkit) |
30637 | 2008-06-12 | acuster | Copyright headers: lib/metadata, now normalized to LGPL v2.1 only |
30529 | 2008-06-05 | desruisseaux | Coverage I/O mosaic: first draft of empty tiles detection before the tile list is generated (as opposed to finding empty tiles after the tile list is generated). Not yet fully debugged, we still have an AssertionError. The assert statement is commented-out for now. |
30519 | 2008-06-05 | acuster | Metadata header cleanup and copyright review. |
30369 | 2008-05-21 | desruisseaux | Hacking GridTileManager (not yet finished). |
30335 | 2008-05-19 | desruisseaux | All GridTileManager methods are now implemented, but getTiles(...) probably needs more development. Still have to write JUnit test suite. |
30263 | 2008-05-14 | desruisseaux | Milestone work toward a mosaic reader optimized for regular grid. Not yet operational. |