[pdal-commits] [PDAL/PDAL] bc678a: Split Stage::execute() in two to avoid recursion a...

GitHub noreply at github.com
Mon May 21 14:04:34 PDT 2018


  Branch: refs/heads/issue-1896
  Home:   https://github.com/PDAL/PDAL
  Commit: bc678a97b114fb8cbcca5040fe854eb8775589bd
      https://github.com/PDAL/PDAL/commit/bc678a97b114fb8cbcca5040fe854eb8775589bd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-05-21 (Mon, 21 May 2018)

  Changed paths:
    M pdal/Stage.cpp
    M pdal/Stage.hpp

  Log Message:
  -----------
  Split Stage::execute() in two to avoid recursion and make it clear
what's being executed once and what's being run for each stage.  It also
provides a place in the code that will be guaranteed to run only once per
user-invoked execution.



      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pdal-commits mailing list