[pdal-commits] [PDAL/PDAL] f54db7: SWIG bindings from .hpp files
instead of hand-roll...
noreply at github.com
noreply at github.com
Sat Nov 12 22:25:28 EST 2011
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: f54db7ab3978a24d8e34adce0e012e9947f901b0
https://github.com/PDAL/PDAL/commit/f54db7ab3978a24d8e34adce0e012e9947f901b0
Author: Michael Rosen <michael.rosen at gmail.com>
Date: 2011-11-11 (Fri, 11 Nov 2011)
Changed paths:
M csharp/pdal_swig_cpp/pdal.i
M csharp/pdal_swig_cpp/pdal_swig_cpp.vcxproj
M csharp/pdal_swig_cs/pdal_swig_cs.csproj
M include/pdal/drivers/las/Support.hpp
M include/pdal/drivers/las/VariableLengthRecord.hpp
M include/pdal/drivers/mrsid/Reader.hpp
M mpg-config.bat
M src/drivers/las/VariableLengthRecord.cpp
M src/drivers/mrsid/Reader.cpp
Log Message:
-----------
SWIG bindings from .hpp files instead of hand-rolled duplicates. Director and GC-proofing work.
Signed-off-by: Michael Rosen <michael.rosen at gmail.com>
Commit: 670cd699333bae5e058d0356039a5340e2ae240d
https://github.com/PDAL/PDAL/commit/670cd699333bae5e058d0356039a5340e2ae240d
Author: Michael Rosen <michael.rosen at gmail.com>
Date: 2011-11-12 (Sat, 12 Nov 2011)
Changed paths:
M .gitignore
M CMakeLists.txt
M csharp/README.txt
M csharp/pdal_swig_cpp/pdal.i
M doc/api/cpp/index.txt
A doc/api/cpp/log.txt
A include/pdal/GDALUtils.hpp
A include/pdal/Log.hpp
M include/pdal/PointBuffer.hpp
M include/pdal/Schema.hpp
M include/pdal/StageBase.hpp
M include/pdal/drivers/las/Support.hpp
M include/pdal/drivers/oci/Iterator.hpp
M include/pdal/drivers/oci/Reader.hpp
M include/pdal/drivers/oci/Writer.hpp
M include/pdal/drivers/oci/common.hpp
M include/pdal/filters/InPlaceReprojectionFilter.hpp
M include/pdal/filters/ReprojectionFilter.hpp
M include/pdal/pdal_error.hpp
M include/pdal/types.hpp
M mpg-build.txt
M mpg-config.bat
M src/CMakeLists.txt
A src/GDALUtils.cpp
A src/Log.cpp
M src/StageBase.cpp
M src/Writer.cpp
M src/drivers/las/LasHeaderReader.cpp
M src/drivers/las/Support.cpp
M src/drivers/las/Writer.cpp
M src/drivers/liblas/Writer.cpp
M src/drivers/oci/Iterator.cpp
M src/drivers/oci/Reader.cpp
M src/drivers/oci/Writer.cpp
M src/drivers/oci/common.cpp
M src/drivers/qfit/Reader.cpp
M src/drivers/terrasolid/Reader.cpp
M src/filters/InPlaceReprojectionFilter.cpp
M src/filters/ReprojectionFilter.cpp
A test/data/1.2-with-color.las.wkt
A test/data/mvk-thin.las
A test/data/mvk-thin.las.wkt
M test/data/pipeline/oracle-pipeline-read.xml
M test/data/pipeline/oracle-pipeline-write.xml
A test/data/pipeline/pipeline_mississippi.xml
A test/data/pipeline/pipeline_mississippi_reverse.xml
A test/data/pipeline/pipeline_reproject.xml
M test/data/pipeline/pipeline_write.xml
M test/data/pipeline/pipeline_write2.xml
M test/data/pipeline/qfit-to-las.xml
M test/unit/LasWriterTest.cpp
M test/unit/OCITest.cpp
Log Message:
-----------
Merge branch 'master' of https://github.com/PDAL/PDAL
Conflicts:
csharp/pdal_swig_cpp/pdal.i
Compare: https://github.com/PDAL/PDAL/compare/173f624...670cd69
More information about the pdal-commits
mailing list