[pdal-commits] [PDAL/PDAL] 0cf557: Remove SET_STAGE_ENABLED and SET_KERNEL_ENABLED

GitHub noreply at github.com
Tue Jan 6 11:48:46 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 0cf5576ae6385d0898257e573cd04cb3e5acfe19
      https://github.com/PDAL/PDAL/commit/0cf5576ae6385d0898257e573cd04cb3e5acfe19
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M doc/tutorial/overview.rst
    M filters/chipper/ChipperFilter.hpp
    M filters/colorization/ColorizationFilter.hpp
    M filters/crop/CropFilter.hpp
    M filters/decimation/DecimationFilter.hpp
    M filters/ferry/FerryFilter.hpp
    M filters/merge/MergeFilter.hpp
    M filters/mortonorder/MortonOrderFilter.hpp
    M filters/reprojection/ReprojectionFilter.hpp
    M filters/sort/SortFilter.hpp
    M filters/splitter/SplitterFilter.hpp
    M filters/stats/StatsFilter.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StageFactory.hpp
    M include/pdal/StageInfo.hpp
    M io/bpf/BpfReader.hpp
    M io/buffer/BufferReader.hpp
    M io/faux/FauxReader.hpp
    M io/las/LasReader.hpp
    M io/las/LasWriter.hpp
    M io/qfit/QfitReader.hpp
    M io/sbet/SbetReader.hpp
    M io/sbet/SbetWriter.hpp
    M io/terrasolid/TerrasolidReader.hpp
    M io/text/TextWriter.hpp
    M kernels/Kernel.hpp
    M kernels/KernelFactory.hpp
    M kernels/KernelInfo.cpp
    M kernels/KernelInfo.hpp
    M kernels/delta/DeltaKernel.hpp
    M kernels/diff/DiffKernel.hpp
    M kernels/info/InfoKernel.hpp
    M kernels/pipeline/PipelineKernel.hpp
    M kernels/random/RandomKernel.hpp
    M kernels/sort/SortKernel.hpp
    M kernels/translate/TranslateKernel.hpp
    M plugins/attribute/filters/AttributeFilter.hpp
    M plugins/greyhound/io/GreyhoundReader.hpp
    M plugins/hexbin/filters/HexBin.hpp
    M plugins/icebridge/io/IcebridgeReader.hpp
    M plugins/mrsid/io/MrsidReader.hpp
    M plugins/nitf/io/NitfReader.hpp
    M plugins/nitf/io/NitfWriter.hpp
    M plugins/oci/io/OciReader.hpp
    M plugins/oci/io/OciWriter.hpp
    M plugins/p2g/io/P2gWriter.hpp
    M plugins/pcl/filters/PCLBlock.hpp
    M plugins/pcl/io/PCLVisualizer.hpp
    M plugins/pcl/io/PcdReader.hpp
    M plugins/pcl/io/PcdWriter.hpp
    M plugins/pcl/kernel/GroundKernel.hpp
    M plugins/pcl/kernel/PCLKernel.hpp
    M plugins/pcl/kernel/SmoothKernel.hpp
    M plugins/pcl/kernel/ViewKernel.hpp
    M plugins/pgpointcloud/io/PgReader.hpp
    M plugins/pgpointcloud/io/PgWriter.hpp
    M plugins/python/filters/PredicateFilter.hpp
    M plugins/python/filters/ProgrammableFilter.hpp
    M plugins/rxp/io/RxpReader.hpp
    M plugins/sqlite/io/SQLiteReader.hpp
    M plugins/sqlite/io/SQLiteWriter.hpp
    M src/StageInfo.cpp

  Log Message:
  -----------
  Remove SET_STAGE_ENABLED and SET_KERNEL_ENABLED

We no longer have a situation in which a driver is built but would not
be enabled. Drivers that have dependencies will simply not be built if
the dependency is not met; this is controlled by CMake. Running `pdal
drivers` will still provide visibility at runtime into which drivers are
available.


  Commit: 7452bec0aa9ea4fc13f0001f02f328eacd08a6b3
      https://github.com/PDAL/PDAL/commit/7452bec0aa9ea4fc13f0001f02f328eacd08a6b3
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Changed paths:
    M doc/tutorial/overview.rst
    M filters/chipper/ChipperFilter.hpp
    M filters/colorization/ColorizationFilter.hpp
    M filters/crop/CropFilter.hpp
    M filters/decimation/DecimationFilter.hpp
    M filters/ferry/FerryFilter.hpp
    M filters/merge/MergeFilter.hpp
    M filters/mortonorder/MortonOrderFilter.hpp
    M filters/reprojection/ReprojectionFilter.hpp
    M filters/sort/SortFilter.hpp
    M filters/splitter/SplitterFilter.hpp
    M filters/stats/StatsFilter.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StageFactory.hpp
    M include/pdal/StageInfo.hpp
    M io/bpf/BpfReader.hpp
    M io/buffer/BufferReader.hpp
    M io/faux/FauxReader.hpp
    M io/las/LasReader.hpp
    M io/las/LasWriter.hpp
    M io/qfit/QfitReader.hpp
    M io/sbet/SbetReader.hpp
    M io/sbet/SbetWriter.hpp
    M io/terrasolid/TerrasolidReader.hpp
    M io/text/TextWriter.hpp
    M kernels/Kernel.hpp
    M kernels/KernelFactory.hpp
    M kernels/KernelInfo.cpp
    M kernels/KernelInfo.hpp
    M kernels/delta/DeltaKernel.hpp
    M kernels/diff/DiffKernel.hpp
    M kernels/info/InfoKernel.hpp
    M kernels/pipeline/PipelineKernel.hpp
    M kernels/random/RandomKernel.hpp
    M kernels/sort/SortKernel.hpp
    M kernels/translate/TranslateKernel.hpp
    M plugins/attribute/filters/AttributeFilter.hpp
    M plugins/greyhound/io/GreyhoundReader.hpp
    M plugins/hexbin/filters/HexBin.hpp
    M plugins/icebridge/io/IcebridgeReader.hpp
    M plugins/mrsid/io/MrsidReader.hpp
    M plugins/nitf/io/NitfReader.hpp
    M plugins/nitf/io/NitfWriter.hpp
    M plugins/oci/io/OciReader.hpp
    M plugins/oci/io/OciWriter.hpp
    M plugins/p2g/io/P2gWriter.hpp
    M plugins/pcl/filters/PCLBlock.hpp
    M plugins/pcl/io/PCLVisualizer.hpp
    M plugins/pcl/io/PcdReader.hpp
    M plugins/pcl/io/PcdWriter.hpp
    M plugins/pcl/kernel/GroundKernel.hpp
    M plugins/pcl/kernel/PCLKernel.hpp
    M plugins/pcl/kernel/SmoothKernel.hpp
    M plugins/pcl/kernel/ViewKernel.hpp
    M plugins/pgpointcloud/io/PgReader.hpp
    M plugins/pgpointcloud/io/PgWriter.hpp
    M plugins/python/filters/PredicateFilter.hpp
    M plugins/python/filters/ProgrammableFilter.hpp
    M plugins/rxp/io/RxpReader.hpp
    M plugins/sqlite/io/SQLiteReader.hpp
    M plugins/sqlite/io/SQLiteWriter.hpp
    M src/StageInfo.cpp

  Log Message:
  -----------
  Merge pull request #678 from PDAL/issue/673-remove-set-stage-enabled

Remove SET_STAGE_ENABLED and SET_KERNEL_ENABLED


Compare: https://github.com/PDAL/PDAL/compare/35c56380a3fd...7452bec0aa9e


More information about the pdal-commits mailing list