[pdal-commits] [PDAL/PDAL] 4e0947: Update m_lastStage in PipelineManager::addWriter

GitHub noreply at github.com
Fri Jan 30 08:46:11 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 4e0947f02c5ecad480933eb0f694bdc1c662c297
      https://github.com/PDAL/PDAL/commit/4e0947f02c5ecad480933eb0f694bdc1c662c297
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-01-30 (Fri, 30 Jan 2015)

  Changed paths:
    M src/PipelineManager.cpp
    M test/unit/PipelineManagerTest.cpp

  Log Message:
  -----------
  Update m_lastStage in PipelineManager::addWriter

This fixes a bug where the PipelineManager would actually write to the
last non-writer stage added, usually a reader or filter.

Includes change to existing unit test that demonstrates break.


  Commit: bf41626921ff712c2c75a3b67b854803843cdca5
      https://github.com/PDAL/PDAL/commit/bf41626921ff712c2c75a3b67b854803843cdca5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-01-30 (Fri, 30 Jan 2015)

  Changed paths:
    M src/PipelineManager.cpp
    M test/unit/PipelineManagerTest.cpp

  Log Message:
  -----------
  Merge pull request #734 from gadomski/pipeline-manager-bug-fix

Update m_lastStage in PipelineManager::addWriter


Compare: https://github.com/PDAL/PDAL/compare/4aeb0dcff181...bf41626921ff


More information about the pdal-commits mailing list