[pdal-commits] [PDAL/PDAL] 0572f4: Make lots of stuff fit in 80 columns, since we're ...
GitHub
noreply at github.com
Sun Mar 16 09:54:20 PDT 2014
Branch: refs/heads/format
Home: https://github.com/PDAL/PDAL
Commit: 0572f47446f1aa3f2bd39bd461062645f9aa3d97
https://github.com/PDAL/PDAL/commit/0572f47446f1aa3f2bd39bd461062645f9aa3d97
Author: Andrew Bell <acbell at blaze.hobu.biz>
Date: 2014-03-16 (Sun, 16 Mar 2014)
Changed paths:
M CMakeLists.txt
M include/pdal/FileUtils.hpp
M include/pdal/PointBuffer.hpp
M include/pdal/Range.hpp
M include/pdal/StageIterator.hpp
M include/pdal/Utils.hpp
M src/FileUtils.cpp
M src/StageIterator.cpp
M src/Utils.cpp
M test/unit/CMakeLists.txt
M test/unit/Support.cpp
M test/unit/SupportTest.cpp
M test/unit/apps/pcinfoTest.cpp
R test/unit/runsingly.sh
A test/unit/runsingly.sh
Log Message:
-----------
Make lots of stuff fit in 80 columns, since we're almost there already.
Remove the silly "const" in front of native types.
Use the std namespace in some cpp files.
Remove NOOP return statements at the end of functions.
Consolidate code where it make sense.
Commit: 38f856c5461d1619e578095dc804a71af7ecd2af
https://github.com/PDAL/PDAL/commit/38f856c5461d1619e578095dc804a71af7ecd2af
Author: Andrew Bell <acbell at blaze.hobu.biz>
Date: 2014-03-16 (Sun, 16 Mar 2014)
Changed paths:
M include/pdal/PointBuffer.hpp
M include/pdal/Schema.hpp
M include/pdal/Stage.hpp
M include/pdal/drivers/las/Reader.hpp
M include/pdal/drivers/las/ReaderBase.hpp
M src/FilterIterator.cpp
M src/PointBuffer.cpp
M src/Stage.cpp
M src/drivers/las/LasHeaderReader.cpp
M src/drivers/las/Reader.cpp
Log Message:
-----------
Make more stuff fit in 80 columns.
Remove dead code.
Compare: https://github.com/PDAL/PDAL/compare/0572f47446f1^...38f856c5461d
More information about the pdal-commits
mailing list