[Liblas-commits] [libLAS/libLAS] 43c47d: Code cleanups

GitHub noreply at github.com
Mon Nov 14 05:58:26 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/libLAS/libLAS
  Commit: 43c47dd7e772b3dc43f8bede93e70c5c06541ff5
      https://github.com/libLAS/libLAS/commit/43c47dd7e772b3dc43f8bede93e70c5c06541ff5
  Author: Andy Maloney <asmaloney at gmail.com>
  Date:   2016-11-13 (Sun, 13 Nov 2016)

  Changed paths:
    M apps/las2col.c
    M apps/las2las.cpp
    M apps/las2ogr.cpp
    M apps/laskernel.cpp
    M apps/ts2las.cpp
    M src/chipper.cpp
    M src/detail/reader/zipreader.cpp
    M src/gt_citation.cpp
    M src/header.cpp
    M src/spatialreference.cpp

  Log Message:
  -----------
  Code cleanups

- removes unused variables
- moves assignments around #ifdef to avoid unused vars
- checks return value and errors out when it should (ts2las.cpp)
- avoids redundant assignments


  Commit: 79ca60c27b68c2265eab03635093a70ef26b72ae
      https://github.com/libLAS/libLAS/commit/79ca60c27b68c2265eab03635093a70ef26b72ae
  Author: Andy Maloney <asmaloney at gmail.com>
  Date:   2016-11-13 (Sun, 13 Nov 2016)

  Changed paths:
    M apps/las2col.c

  Log Message:
  -----------
  Removes commented out for loop per PR feedback


  Commit: 4de014eb96998677615f98f8d15188bbb288b6ed
      https://github.com/libLAS/libLAS/commit/4de014eb96998677615f98f8d15188bbb288b6ed
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M apps/las2col.c
    M apps/las2las.cpp
    M apps/las2ogr.cpp
    M apps/laskernel.cpp
    M apps/ts2las.cpp
    M src/chipper.cpp
    M src/detail/reader/zipreader.cpp
    M src/gt_citation.cpp
    M src/header.cpp
    M src/spatialreference.cpp

  Log Message:
  -----------
  Code cleanups (#110)

* Code cleanups

- removes unused variables
- moves assignments around #ifdef to avoid unused vars
- checks return value and errors out when it should (ts2las.cpp)
- avoids redundant assignments

* Removes commented out for loop per PR feedback


Compare: https://github.com/libLAS/libLAS/compare/2e8aebb41a8f...4de014eb9699


More information about the Liblas-commits mailing list