[pdal-commits] [PDAL/PDAL] d5782d: malloc the char buffer because size is not constan...
GitHub
noreply at github.com
Fri May 16 14:59:38 PDT 2014
Branch: refs/heads/point-context
Home: https://github.com/PDAL/PDAL
Commit: d5782d8b3080a2120e8a6179e5a710006bbf94e7
https://github.com/PDAL/PDAL/commit/d5782d8b3080a2120e8a6179e5a710006bbf94e7
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/IStream.hpp
Log Message:
-----------
malloc the char buffer because size is not constant
Commit: 564260f0a83970ea115f34a4dea2d603943df36d
https://github.com/PDAL/PDAL/commit/564260f0a83970ea115f34a4dea2d603943df36d
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/portable_endian.hpp
Log Message:
-----------
sys/param.h is unavailable and unneeded on windows
Commit: 044a780a88f89b59650a7f2f6e30ab654644640b
https://github.com/PDAL/PDAL/commit/044a780a88f89b59650a7f2f6e30ab654644640b
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/PointBuffer.hpp
Log Message:
-----------
use boost for lround, as it is not available on MSVC2012
Commit: 84d95199b5f087e291504eacdc4dd1ae6d4b4dbf
https://github.com/PDAL/PDAL/commit/84d95199b5f087e291504eacdc4dd1ae6d4b4dbf
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/Dimension.hpp
Log Message:
-----------
IN and OUT are already defined on windows, replace with T_IN and T_OUT
Commit: ea885c1d7612d61a88954730a77539b68bfdb648
https://github.com/PDAL/PDAL/commit/ea885c1d7612d61a88954730a77539b68bfdb648
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/Dimension.hpp
Log Message:
-----------
prevent expansion of min and max on windows
Commit: 9c9f164740c7d56c3e5d50b5cb1a2d8a13e9e643
https://github.com/PDAL/PDAL/commit/9c9f164740c7d56c3e5d50b5cb1a2d8a13e9e643
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/kernel/Delta.hpp
M src/kernel/Delta.cpp
M src/kernel/Diff.cpp
Log Message:
-----------
implement xml and json output for pdal delta #354
Commit: f4afa1cf82ed113084d98c4dfd347586365ad3f3
https://github.com/PDAL/PDAL/commit/f4afa1cf82ed113084d98c4dfd347586365ad3f3
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M CMakeLists.txt
M pdal_defines.h.in
M src/CMakeLists.txt
M src/drivers/bpf/BpfSeqIterator.cpp
Log Message:
-----------
check for presence of zlib to support bpf compression
Commit: 9c316ff4c0fa961bebc240e608ea175a9320dde2
https://github.com/PDAL/PDAL/commit/9c316ff4c0fa961bebc240e608ea175a9320dde2
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/IStream.hpp
Log Message:
-----------
unique_ptr
Commit: 3be21cd9152cd6781625bdbb514cf4502e9803b8
https://github.com/PDAL/PDAL/commit/3be21cd9152cd6781625bdbb514cf4502e9803b8
Author: Howard Butler <howard at hobu.co>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/kernel/Delta.hpp
M src/kernel/Delta.cpp
M src/kernel/Diff.cpp
Log Message:
-----------
Merge pull request #354 from PDAL/issues/354-pdal-delta-json-output
add --json and --xml output to 'pdal delta' output
Commit: 9eb2012e59ee8728b140622bbaae30a3d62a121b
https://github.com/PDAL/PDAL/commit/9eb2012e59ee8728b140622bbaae30a3d62a121b
Author: Howard Butler <howard at hobu.co>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M CMakeLists.txt
M pdal_defines.h.in
M src/CMakeLists.txt
M src/drivers/bpf/BpfSeqIterator.cpp
Log Message:
-----------
Merge pull request #368 from chambbj/issues/367-find-zlib
check for presence of zlib to support bpf compression
Commit: 5182b5fcbfd1053af00a7392a7b73f4977ce5178
https://github.com/PDAL/PDAL/commit/5182b5fcbfd1053af00a7392a7b73f4977ce5178
Author: Howard Butler <howard at hobu.co>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/PointBuffer.hpp
Log Message:
-----------
Merge pull request #366 from chambbj/issues/357-boost-rounding
use boost for lround, as it is not available on MSVC2012
Commit: 9de2387191576f9cd328b74837ee50de5fc4bb18
https://github.com/PDAL/PDAL/commit/9de2387191576f9cd328b74837ee50de5fc4bb18
Author: Howard Butler <howard at hobu.co>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/IStream.hpp
Log Message:
-----------
Merge pull request #364 from chambbj/issues/356-malloc-char-buf
malloc the char buffer because size is not constant
Commit: c43243712f544b461eee3347c580dc82e20e7263
https://github.com/PDAL/PDAL/commit/c43243712f544b461eee3347c580dc82e20e7263
Author: Howard Butler <howard at hobu.co>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/portable_endian.hpp
Log Message:
-----------
Merge pull request #363 from chambbj/issues/359-sys-param
sys/param.h is unavailable and unneeded on windows
Commit: afb6cbaa2ea9c695da5e141f89a2099b9f12a105
https://github.com/PDAL/PDAL/commit/afb6cbaa2ea9c695da5e141f89a2099b9f12a105
Author: Howard Butler <howard at hobu.co>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/Dimension.hpp
Log Message:
-----------
Merge pull request #361 from chambbj/issues/334-IN-OUT
IN and OUT are already defined on windows, replace with T_IN and T_OUT
Commit: 64eeefa0e9527434c37ad3532b1cc08e32bccc3c
https://github.com/PDAL/PDAL/commit/64eeefa0e9527434c37ad3532b1cc08e32bccc3c
Author: Howard Butler <howard at hobu.co>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/Dimension.hpp
Log Message:
-----------
Merge pull request #362 from chambbj/issues/355-prevent-macro-expansion
prevent expansion of min and max on windows
Commit: 6cb0f1245a7f9a5903a98ca62ffa7ae88f12a4db
https://github.com/PDAL/PDAL/commit/6cb0f1245a7f9a5903a98ca62ffa7ae88f12a4db
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M include/pdal/Schema.hpp
M include/pdal/filters/Selector.hpp
M src/filters/Selector.cpp
M test/unit/CMakeLists.txt
M test/unit/filters/SelectorFilterTest.cpp
Log Message:
-----------
Make selector filter work with point context. Fix selector test.
Commit: d89f9773750435c1be737ebb200992dfbf401fec
https://github.com/PDAL/PDAL/commit/d89f9773750435c1be737ebb200992dfbf401fec
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M CMakeLists.txt
M include/pdal/Dimension.hpp
M include/pdal/IStream.hpp
M include/pdal/PointBuffer.hpp
M include/pdal/kernel/Delta.hpp
M include/pdal/portable_endian.hpp
M pdal_defines.h.in
M src/CMakeLists.txt
M src/drivers/bpf/BpfSeqIterator.cpp
M src/kernel/Delta.cpp
M src/kernel/Diff.cpp
Log Message:
-----------
Merge branch 'master' of https://github.com/PDAL/PDAL into point-context
Compare: https://github.com/PDAL/PDAL/compare/366a1cb11b50...d89f97737504
More information about the pdal-commits
mailing list