[pdal-commits] [PDAL/PDAL] 408a5f: Split Stage::execute() in two to avoid recursion a...
GitHub
noreply at github.com
Wed May 23 08:01:56 PDT 2018
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 408a5f5bb8a062a4c22bf20e22aebeb9bc991bfc
https://github.com/PDAL/PDAL/commit/408a5f5bb8a062a4c22bf20e22aebeb9bc991bfc
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-05-23 (Wed, 23 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 (#2032)
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