[pdal-commits] [PDAL/PDAL] 684067: Enable icebridge plugin on Travis

GitHub noreply at github.com
Fri May 1 08:09:44 PDT 2015


  Branch: refs/heads/merge
  Home:   https://github.com/PDAL/PDAL
  Commit: 684067fa3128d1f666394012bd591dd6ac5beafc
      https://github.com/PDAL/PDAL/commit/684067fa3128d1f666394012bd591dd6ac5beafc
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  Enable icebridge plugin on Travis

The necessary packages were already being installed, so we just needed
to flip the switch.


  Commit: fa97df072f870b65daeadcc9d023440f577522d4
      https://github.com/PDAL/PDAL/commit/fa97df072f870b65daeadcc9d023440f577522d4
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  Merge branch 'icebridge-on-travis'


  Commit: 7e7b59d284dcc753ca72a5f7a1a9a48088bf5186
      https://github.com/PDAL/PDAL/commit/7e7b59d284dcc753ca72a5f7a1a9a48088bf5186
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M scripts/ci/before_install.sh
    M scripts/ci/script.sh

  Log Message:
  -----------
  Enable points2grid testing on Travis


  Commit: 266118babf24c69477e6267ae778ca3f145bc8dc
      https://github.com/PDAL/PDAL/commit/266118babf24c69477e6267ae778ca3f145bc8dc
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M scripts/ci/before_install.sh
    M scripts/ci/script.sh

  Log Message:
  -----------
  Merge branch 'enable-points2grid-on-travis'


  Commit: 7aa14892067e12b3573fffc425c107718eabf9d2
      https://github.com/PDAL/PDAL/commit/7aa14892067e12b3573fffc425c107718eabf9d2
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-04-23 (Thu, 23 Apr 2015)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  Enable sqlite on travis

First, I'll try just turning on the switch and see if it works. I
*think* the native packages should be good for this one.


  Commit: 3ee10499bcbbcc6e04f813e1ff88d5c929c04a54
      https://github.com/PDAL/PDAL/commit/3ee10499bcbbcc6e04f813e1ff88d5c929c04a54
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  Merge branch 'enable-sqlite-on-travis'


  Commit: d500d672d1812f86629f7378395a723356490678
      https://github.com/PDAL/PDAL/commit/d500d672d1812f86629f7378395a723356490678
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M include/pdal/SpatialReference.hpp
    M src/SpatialReference.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Redo zone calculation based on several sources found elsewhere.  Eliminate
bad abs() call and resulting confusion.


  Commit: bcb0e4abe1e5da4899cf35a519550d7d36c190d6
      https://github.com/PDAL/PDAL/commit/bcb0e4abe1e5da4899cf35a519550d7d36c190d6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M include/pdal/PointTable.hpp
    M io/rialto/RialtoCommon.cpp
    M io/rialto/RialtoCommon.hpp

  Log Message:
  -----------
  Const applies to type, in this case a reference, which makes no sense,
so introduce a const type.


  Commit: 715f58c123920b6169fd107f08965ef5210b6cae
      https://github.com/PDAL/PDAL/commit/715f58c123920b6169fd107f08965ef5210b6cae
  Author: Andrew <andrew at abell-vb2.(none)>
  Date:   2015-04-29 (Wed, 29 Apr 2015)

  Changed paths:
    M include/pdal/PointView.hpp
    M plugins/nitf/io/MetadataReader.hpp
    M plugins/nitf/io/NitfFile.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/io/tre_plugins.cpp
    M plugins/oci/io/OciWriter.cpp
    M plugins/oci/test/OCITest.cpp
    M src/PointView.cpp
    M test/unit/io/optech/OptechReaderTest.cpp

  Log Message:
  -----------
  Fixes for g++/Ubuntu compilation.


  Commit: 3a17d5bf8995941cfd23de50c42bf4f9acab5678
      https://github.com/PDAL/PDAL/commit/3a17d5bf8995941cfd23de50c42bf4f9acab5678
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M include/pdal/PointTable.hpp
    M include/pdal/PointView.hpp
    M include/pdal/SpatialReference.hpp
    M io/rialto/RialtoCommon.cpp
    M io/rialto/RialtoCommon.hpp
    M plugins/nitf/io/MetadataReader.hpp
    M plugins/nitf/io/NitfFile.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/nitf/io/tre_plugins.cpp
    M plugins/oci/io/OciWriter.cpp
    M plugins/oci/test/OCITest.cpp
    M scripts/ci/before_install.sh
    M scripts/ci/script.sh
    M src/PointView.cpp
    M src/SpatialReference.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/io/optech/OptechReaderTest.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into merge


  Commit: c1e9f4f7c32f8f1af21c8899c9a861fec0b4d48e
      https://github.com/PDAL/PDAL/commit/c1e9f4f7c32f8f1af21c8899c9a861fec0b4d48e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-05-01 (Fri, 01 May 2015)

  Changed paths:
    M test/unit/CMakeLists.txt
    A test/unit/apps/MergeTest.cpp

  Log Message:
  -----------
  Tests for merge.


Compare: https://github.com/PDAL/PDAL/compare/2f2f4d6fccaa...c1e9f4f7c32f


More information about the pdal-commits mailing list