[pdal-commits] [PDAL/PDAL] b304f5: init plang environment in Invocation constructor

GitHub noreply at github.com
Wed Sep 9 08:45:22 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: b304f5be243f6d6711393dc0238514d2d2cb8fda
      https://github.com/PDAL/PDAL/commit/b304f5be243f6d6711393dc0238514d2d2cb8fda
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    A src/plang/Invocation.cpp

  Log Message:
  -----------
  init plang environment in Invocation constructor


  Commit: 5fef86c069fd7c2652c2d7eb245e40ca9257f443
      https://github.com/PDAL/PDAL/commit/5fef86c069fd7c2652c2d7eb245e40ca9257f443
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    A src/plang/Array.cpp
    A src/plang/BufferedInvocation.cpp
    A src/plang/CMakeLists.txt
    A src/plang/Environment.cpp
    A src/plang/Redirector.cpp
    A src/plang/Script.cpp

  Log Message:
  -----------
  python3-compatible unicode handling


  Commit: 4a00350163a881bee428a572ab3873267f6ab217
      https://github.com/PDAL/PDAL/commit/4a00350163a881bee428a572ab3873267f6ab217
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M apps/CMakeLists.txt
    M cmake/examples/hobu-config.sh
    M filters/crop/CropFilter.cpp
    M include/pdal/PipelineWriter.hpp
    M include/pdal/PointView.hpp
    A include/pdal/plang/Array.hpp
    A include/pdal/plang/BufferedInvocation.hpp
    A include/pdal/plang/Environment.hpp
    A include/pdal/plang/Invocation.hpp
    A include/pdal/plang/Redirector.hpp
    A include/pdal/plang/Script.hpp
    M include/pdal/util/Bounds.hpp
    M plugins/mrsid/io/MrsidReader.cpp
    M plugins/python/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/filters/PredicateFilter.cpp
    M plugins/python/filters/PredicateFilter.hpp
    M plugins/python/filters/ProgrammableFilter.cpp
    M plugins/python/filters/ProgrammableFilter.hpp
    R plugins/python/plang/BufferedInvocation.cpp
    R plugins/python/plang/BufferedInvocation.hpp
    R plugins/python/plang/Environment.cpp
    R plugins/python/plang/Environment.hpp
    R plugins/python/plang/Invocation.cpp
    R plugins/python/plang/Invocation.hpp
    R plugins/python/plang/Redirector.cpp
    R plugins/python/plang/Redirector.hpp
    R plugins/python/plang/Script.cpp
    R plugins/python/plang/Script.hpp
    M plugins/python/test/PLangTest.cpp
    M plugins/python/test/PredicateFilterTest.cpp
    M plugins/python/test/ProgrammableFilterTest.cpp
    A python/CHANGES.txt
    A python/MANIFEST.in
    A python/README.rst
    A python/VERSION.txt
    A python/pdal/Pipeline.cpp
    A python/pdal/Pipeline.hpp
    M python/pdal/__init__.py
    A python/pdal/libpdalpython.pyx
    M python/pdal/pipeline_xml.py
    R python/pdal/test.py
    R python/pdal/version.py
    A python/setup.py
    A python/test/__init__.py
    A python/test/test_libpdal.py
    A python/test/test_pipeline.py
    M src/GlobalEnvironment.cpp
    M src/PipelineWriter.cpp
    M src/plang/Environment.cpp

  Log Message:
  -----------
  Python 2 compatible string handling


Compare: https://github.com/PDAL/PDAL/compare/de1a8d5c169b...4a00350163a8


More information about the pdal-commits mailing list