[pdal-commits] [PDAL/PDAL] 725b60: Use 64 bit file offset on Windows (#3001)
Andrew Bell
noreply at github.com
Wed Apr 8 12:36:52 PDT 2020
Branch: refs/heads/2.1-maintenance
Home: https://github.com/PDAL/PDAL
Commit: 725b608e9a6f0ebfee53f0fffcd029e6da9a6f2e
https://github.com/PDAL/PDAL/commit/725b608e9a6f0ebfee53f0fffcd029e6da9a6f2e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M plugins/e57/libE57Format/include/E57Format.h
M plugins/e57/libE57Format/src/CheckedFile.cpp
M plugins/e57/libE57Format/src/CheckedFile.h
M plugins/e57/libE57Format/src/ImageFileImpl.cpp
Log Message:
-----------
Use 64 bit file offset on Windows (#3001)
* Replace off_t with FileOffset.
* Remove use of off_t.
Commit: 9ec4567f4f7adb7d47095d1b12921b605e52f041
https://github.com/PDAL/PDAL/commit/9ec4567f4f7adb7d47095d1b12921b605e52f041
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M plugins/nitf/io/NitfReader.hpp
Log Message:
-----------
Return proper position for seek on stream. (#3017)
Properly position stream when opened.
Compare: https://github.com/PDAL/PDAL/compare/52fd0b65e36c...9ec4567f4f7a
More information about the pdal-commits
mailing list