[pdal-commits] [PDAL/PDAL] 7b1388: Handle cr/lf endings on Windows in readers.text (#...

GitHub noreply at github.com
Mon Apr 23 14:49:51 PDT 2018


  Branch: refs/heads/1.7-maintenance
  Home:   https://github.com/PDAL/PDAL
  Commit: 7b13887fa00e3e5b7704f8a1d0800e0931a66fcc
      https://github.com/PDAL/PDAL/commit/7b13887fa00e3e5b7704f8a1d0800e0931a66fcc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M io/TextReader.cpp
    M io/TextReader.hpp
    M test/data/text/.gitattributes
    A test/data/text/crlf_test2.txt
    M test/unit/io/TextReaderTest.cpp

  Log Message:
  -----------
  Handle cr/lf endings on Windows in readers.text (#1963)

* Use ; for path separator on Windows.

* Update tests to match code.

* Use text mode for reading files.

* Read files with text mode to fix separator issue on windows.
Close #1939

* Fix reversed logic.

* Revert change WRT spaces.




More information about the pdal-commits mailing list