[pdal-commits] [PDAL/PDAL] 8020e0: Update vagrant config.

GitHub noreply at github.com
Mon Jun 23 07:38:45 PDT 2014


  Branch: refs/heads/point-context
  Home:   https://github.com/PDAL/PDAL
  Commit: 8020e082657c92ab1181724d5bb89d41ed3649d3
      https://github.com/PDAL/PDAL/commit/8020e082657c92ab1181724d5bb89d41ed3649d3
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-06-20 (Fri, 20 Jun 2014)

  Changed paths:
    M Vagrantfile

  Log Message:
  -----------
  Update vagrant config.


  Commit: 90774aa5aa89ca199d268b0372f0b62852ce90d9
      https://github.com/PDAL/PDAL/commit/90774aa5aa89ca199d268b0372f0b62852ce90d9
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-06-20 (Fri, 20 Jun 2014)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CMakeLists.txt
    A CONTRIBUTING.md
    M Vagrantfile
    M apps/pdal.cpp
    A boost/import-pdal-boost.sh
    A cmake/check_demangle.cpp
    A cmake/examples/cleanup-cmake.sh
    A cmake/examples/hobu-config.sh
    A cmake/examples/hobu-windows.bat
    A cmake/examples/mpg-config.bat
    A cmake/examples/pramsey-config.sh
    M doc/apps.txt
    M doc/compilation/windows.txt
    M doc/doxygen/doxygen.conf
    M doc/stages/drivers.pgpointcloud.reader.txt
    M doc/stages/filters.predicate.txt
    R hobu-config.sh
    R hobu-windows.bat
    R import-pdal-boost.sh
    M include/pdal/Dimension.hpp
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    A include/pdal/Hdf5Handler.hpp
    M include/pdal/IStream.hpp
    M include/pdal/Log.hpp
    R include/pdal/NullPointBuffer.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/Schema.hpp
    M include/pdal/Stage.hpp
    R include/pdal/StageBase.hpp
    M include/pdal/StageFactory.hpp
    M include/pdal/StageInfo.hpp
    M include/pdal/StageIterator.hpp
    M include/pdal/Writer.hpp
    M include/pdal/drivers/bpf/BpfReader.hpp
    M include/pdal/drivers/bpf/BpfSeqIterator.hpp
    M include/pdal/drivers/buffer/Reader.hpp
    M include/pdal/drivers/caris/CloudReader.hpp
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/drivers/faux/Writer.hpp
    A include/pdal/drivers/icebridge/Reader.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/las/Writer.hpp
    M include/pdal/drivers/mrsid/Reader.hpp
    M include/pdal/drivers/nitf/Reader.hpp
    M include/pdal/drivers/nitf/Writer.hpp
    M include/pdal/drivers/oci/Reader.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/drivers/oci/common.hpp
    M include/pdal/drivers/p2g/Writer.hpp
    M include/pdal/drivers/pgpointcloud/Reader.hpp
    M include/pdal/drivers/pgpointcloud/Writer.hpp
    M include/pdal/drivers/pipeline/Reader.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    A include/pdal/drivers/sbet/Common.hpp
    M include/pdal/drivers/sbet/Reader.hpp
    A include/pdal/drivers/sbet/Writer.hpp
    M include/pdal/drivers/sqlite/Reader.hpp
    M include/pdal/drivers/sqlite/Writer.hpp
    M include/pdal/drivers/terrasolid/Reader.hpp
    M include/pdal/drivers/text/Writer.hpp
    M include/pdal/filters/ByteSwap.hpp
    M include/pdal/filters/Cache.hpp
    M include/pdal/filters/Chipper.hpp
    M include/pdal/filters/Color.hpp
    M include/pdal/filters/Colorization.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/Decimation.hpp
    M include/pdal/filters/HexBin.hpp
    M include/pdal/filters/InPlaceReprojection.hpp
    M include/pdal/filters/Mosaic.hpp
    M include/pdal/filters/PCLBlock.hpp
    M include/pdal/filters/Predicate.hpp
    M include/pdal/filters/Programmable.hpp
    M include/pdal/filters/Reprojection.hpp
    M include/pdal/filters/Scaling.hpp
    M include/pdal/filters/Selector.hpp
    M include/pdal/filters/Splitter.hpp
    M include/pdal/filters/Stats.hpp
    M include/pdal/kernel/Delta.hpp
    M include/pdal/kernel/Kernel.hpp
    M include/pdal/kernel/Translate.hpp
    M include/pdal/pdal_macros.hpp
    M include/pdal/pdal_types.hpp
    M include/pdal/portable_endian.hpp
    R mpg-config.bat
    M pdal_defines.h.in
    R pramsey-config.sh
    M scripts/ci/before_install.sh
    M scripts/ci/common.sh
    M scripts/ci/script.sh
    M scripts/vagrant/pdal.sh
    M src/CMakeLists.txt
    M src/Filter.cpp
    A src/Hdf5Handler.cpp
    M src/MultiFilter.cpp
    R src/NullPointBuffer.cpp
    M src/PipelineReader.cpp
    M src/PipelineWriter.cpp
    M src/PointBuffer.cpp
    M src/Reader.cpp
    M src/Stage.cpp
    R src/StageBase.cpp
    M src/StageFactory.cpp
    M src/StageInfo.cpp
    M src/StageIterator.cpp
    M src/Utils.cpp
    M src/Writer.cpp
    M src/XMLSchema.cpp
    M src/drivers/bpf/BpfSeqIterator.cpp
    M src/drivers/buffer/Reader.cpp
    M src/drivers/faux/Reader.cpp
    A src/drivers/icebridge/Reader.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/mrsid/Reader.cpp
    M src/drivers/nitf/Writer.cpp
    M src/drivers/oci/Reader.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/oci/oci_wrapper.cpp
    M src/drivers/pgpointcloud/Reader.cpp
    M src/drivers/pgpointcloud/Writer.cpp
    M src/drivers/pipeline/Reader.cpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/sbet/Reader.cpp
    A src/drivers/sbet/Writer.cpp
    M src/drivers/sqlite/Reader.cpp
    M src/drivers/sqlite/Writer.cpp
    M src/filters/ByteSwap.cpp
    M src/filters/Chipper.cpp
    M src/filters/Crop.cpp
    M src/filters/Mosaic.cpp
    M src/filters/Scaling.cpp
    M src/filters/Selector.cpp
    M src/filters/Splitter.cpp
    M src/kernel/Delta.cpp
    M src/kernel/Diff.cpp
    M src/kernel/Support.cpp
    M src/kernel/Translate.cpp
    M test/data/apps/pdalinfo_stage.txt
    M test/data/apps/pdalinfo_stage_nosrs.txt
    M test/data/filters/pcl_outlier_removal.xml
    A test/data/icebridge/pipeline.xml
    A test/data/icebridge/twoPoints.h5
    A test/data/pipeline/pipeline_read_notype.xml
    M test/unit/BoundsTest.cpp
    M test/unit/CMakeLists.txt
    M test/unit/ConfigTest.cpp
    M test/unit/DimensionTest.cpp
    M test/unit/EnvironmentTest.cpp
    M test/unit/FileUtilsTest.cpp
    M test/unit/GDALUtilsTest.cpp
    M test/unit/LogTest.cpp
    M test/unit/MetadataTest.cpp
    M test/unit/OptionsTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/PointBufferCacheTest.cpp
    M test/unit/PointBufferTest.cpp
    M test/unit/RangeTest.cpp
    M test/unit/SchemaLayoutTest.cpp
    M test/unit/SchemaTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/StageFactoryTest.cpp
    M test/unit/StreamFactoryTest.cpp
    M test/unit/Support.cpp
    M test/unit/SupportTest.cpp
    M test/unit/ThreadTest.cpp
    M test/unit/UserCallbackTest.cpp
    M test/unit/UtilsTest.cpp
    M test/unit/VectorTest.cpp
    M test/unit/apps/pc2pcTest.cpp
    M test/unit/apps/pcinfoTest.cpp
    M test/unit/apps/pcpipelineTest.cpp
    M test/unit/drivers/bpf/BPFTest.cpp
    M test/unit/drivers/buffer/BufferReaderTest.cpp
    M test/unit/drivers/caris/CarisReaderTest.cpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/drivers/faux/FauxWriterTest.cpp
    A test/unit/drivers/icebridge/IcebridgeReaderTest.cpp
    M test/unit/drivers/las/LasReaderTest.cpp
    M test/unit/drivers/las/LasWriterTest.cpp
    M test/unit/drivers/nitf/NitfReaderTest.cpp
    M test/unit/drivers/nitf/NitfWriterTest.cpp
    A test/unit/drivers/pgpointcloud/PgpointcloudWriterTest.cpp
    A test/unit/drivers/pgpointcloud/Support.hpp.in
    M test/unit/drivers/pipeline/PipelineReaderTest.cpp
    M test/unit/drivers/pipeline/PipelineWriterTest.cpp
    M test/unit/drivers/qfit/QFITReaderTest.cpp
    M test/unit/drivers/sbet/SbetReaderTest.cpp
    A test/unit/drivers/sbet/SbetWriterTest.cpp
    M test/unit/drivers/sqlite/Writer.cpp
    M test/unit/drivers/terrasolid/TerraSolidReaderTest.cpp
    M test/unit/drivers/text/TextWriterTest.cpp
    M test/unit/filters/ByteSwapFilterTest.cpp
    M test/unit/filters/CacheFilterTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/ColorFilterTest.cpp
    M test/unit/filters/ColorizationFilterTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    M test/unit/filters/HexbinFilterTest.cpp
    M test/unit/filters/InPlaceReprojectionFilterTest.cpp
    M test/unit/filters/MosaicFilterTest.cpp
    M test/unit/filters/PCLBlockFilterTest.cpp
    M test/unit/filters/ScalingFilterTest.cpp
    M test/unit/filters/SelectorFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/plang/PLangTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge upstream and fix conflict.


  Commit: 88de5b03f625cc75304c9e6edc992f3e728428c7
      https://github.com/PDAL/PDAL/commit/88de5b03f625cc75304c9e6edc992f3e728428c7
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M Vagrantfile

  Log Message:
  -----------
  Merge pull request #396 from connormanning/vagrantUpdate

Update vagrant config.


  Commit: 489fe0c16dac674a5e7925c3d5702569927a1bbd
      https://github.com/PDAL/PDAL/commit/489fe0c16dac674a5e7925c3d5702569927a1bbd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/filters/Decimation.hpp
    M src/drivers/faux/Reader.cpp
    M src/filters/Decimation.cpp
    M test/unit/CMakeLists.txt
    M test/unit/filters/DecimationFilterTest.cpp

  Log Message:
  -----------
  Decimation filter to point context.


  Commit: ec49b6b270d3b646f57ed19ce2ea229ffc9ab27a
      https://github.com/PDAL/PDAL/commit/ec49b6b270d3b646f57ed19ce2ea229ffc9ab27a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M Vagrantfile

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into point-context


Compare: https://github.com/PDAL/PDAL/compare/f3335ccfb081...ec49b6b270d3


More information about the pdal-commits mailing list