1. 29 Mar, 2007 12 commits
  2. 28 Mar, 2007 17 commits
  3. 27 Mar, 2007 5 commits
  4. 26 Mar, 2007 4 commits
  5. 23 Mar, 2007 2 commits
    • tsmith@siva.hindu.god's avatar
      Bug #24563: MBROverlaps does not seem to function propertly. · 47cce188
      tsmith@siva.hindu.god authored
      Fix is to rewrite the MBR::overlaps() function, to compute the dimension of both
      arguments, and the dimension of the intersection; test that all three dimensions are the
      same (e.g., all are Polygons).
      
      Add tests for all MBR* functions for various combinations of shapes, lines and points.
      47cce188
    • dkatz/Damien@damiendev.'s avatar
      bug#26346 · 53ecf420
      dkatz/Damien@damiendev. authored
      Added some fixes for an existing memory leak and unitilialized variables, both caught by gcc.
      53ecf420