[pdal-commits] [PDAL/PDAL] 71b142: Fix maxy bug for 2D BOX3Ds
    GitHub 
    noreply at github.com
       
    Thu Mar 26 06:24:36 PDT 2015
    
    
  
  Branch: refs/heads/pdal-tindex
  Home:   https://github.com/PDAL/PDAL
  Commit: 71b1426db5ab28c203581810cc322aa37ac36b52
      https://github.com/PDAL/PDAL/commit/71b1426db5ab28c203581810cc322aa37ac36b52
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-03-25 (Wed, 25 Mar 2015)
  Changed paths:
    M src/util/Bounds.cpp
    M test/unit/BoundsTest.cpp
  Log Message:
  -----------
  Fix maxy bug for 2D BOX3Ds
A copy-paste bug rendered 2D BOX3Ds created from input text invalid, the
maxy was left with garbage. This patch fixes the bug, with a test
demonstrating the error.
  Commit: fde48b093f777c0920139cfea07ba36e4c6ab198
      https://github.com/PDAL/PDAL/commit/fde48b093f777c0920139cfea07ba36e4c6ab198
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-03-25 (Wed, 25 Mar 2015)
  Changed paths:
    M src/util/Bounds.cpp
    M test/unit/BoundsTest.cpp
  Log Message:
  -----------
  Merge pull request #847 from gadomski/2d-bounds-bug
Fix `maxy` bug for 2D BOX3Ds
  Commit: 88e49fa57e9056cb1201703722db522fc7b16390
      https://github.com/PDAL/PDAL/commit/88e49fa57e9056cb1201703722db522fc7b16390
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-03-25 (Wed, 25 Mar 2015)
  Changed paths:
    M filters/stats/StatsFilter.cpp
  Log Message:
  -----------
  emplace not supported on older 4.7 gcc.
  Commit: e2a5f49ec5df655a0362ab04b16530c1868915ca
      https://github.com/PDAL/PDAL/commit/e2a5f49ec5df655a0362ab04b16530c1868915ca
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-03-25 (Wed, 25 Mar 2015)
  Changed paths:
    M src/util/Bounds.cpp
    M test/unit/BoundsTest.cpp
  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL
  Commit: 2411cc3f93c0b408b018b606099ae7e825b32018
      https://github.com/PDAL/PDAL/commit/2411cc3f93c0b408b018b606099ae7e825b32018
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-03-26 (Thu, 26 Mar 2015)
  Changed paths:
    M filters/stats/StatsFilter.cpp
    M src/util/Bounds.cpp
    M test/unit/BoundsTest.cpp
  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into pdal-tindex
Compare: https://github.com/PDAL/PDAL/compare/769561cbc4db...2411cc3f93c0
    
    
More information about the pdal-commits
mailing list