[pdal-commits] [PDAL/PDAL] 0e4263: Handle cr/lf endings on Windows in readers.text (#...
GitHub
noreply at github.com
Mon Apr 23 14:49:23 PDT 2018
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 0e4263d57c2844e7efb4b47c37cdb2b4443b93fa
https://github.com/PDAL/PDAL/commit/0e4263d57c2844e7efb4b47c37cdb2b4443b93fa
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