[pdal-commits] [PDAL/PDAL] 851462: Add a Vagrant configuration and rename the 'pcinfo...
GitHub
noreply at github.com
Mon Oct 21 14:03:00 PDT 2013
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 851462ac5c4336d2512c9e25b66a25078901f6aa
https://github.com/PDAL/PDAL/commit/851462ac5c4336d2512c9e25b66a25078901f6aa
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)
Changed paths:
M .gitignore
M CMakeLists.txt
A Vagrantfile
R apps/AppSupport.cpp
R apps/AppSupport.hpp
R apps/Application.cpp
R apps/Application.hpp
M apps/CMakeLists.txt
R apps/pc2pc.cpp
A apps/pdal.cpp
A doc/api/cpp/stage.txt
M doc/apps.txt
M doc/compilation/unix.txt
M doc/tutorial/reading.txt
M hobu-config.sh
M include/pdal/StageBase.hpp
M include/pdal/StageFactory.hpp
M include/pdal/StageInfo.hpp
M include/pdal/drivers/oci/Reader.hpp
A include/pdal/kernel/Application.hpp
A include/pdal/kernel/Info.hpp
A include/pdal/kernel/Kernel.hpp
A include/pdal/kernel/Pipeline.hpp
A include/pdal/kernel/Query.hpp
A include/pdal/kernel/Support.hpp
A include/pdal/kernel/Translate.hpp
A scripts/vagrant/hexer.sh
A scripts/vagrant/laszip.sh
A scripts/vagrant/libgeotiff.sh
A scripts/vagrant/nitro.sh
A scripts/vagrant/p2g.sh
A scripts/vagrant/pdal.sh
A scripts/vagrant/soci.sh
M src/CMakeLists.txt
M src/StageInfo.cpp
A src/kernel/Application.cpp
A src/kernel/Info.cpp
A src/kernel/Pipeline.cpp
A src/kernel/Query.cpp
A src/kernel/Support.cpp
A src/kernel/Translate.cpp
R test/data/apps/pcinfo_point.txt
R test/data/apps/pcinfo_schema.txt
R test/data/apps/pcinfo_stage.txt
R test/data/apps/pcinfo_stage_nosrs.txt
R test/data/apps/pcinfo_stats-win32.txt
R test/data/apps/pcinfo_stats.txt
A test/data/apps/pdainfo_stats-win32.txt
A test/data/apps/pdalinfo_point.txt
A test/data/apps/pdalinfo_schema.txt
A test/data/apps/pdalinfo_stage.txt
A test/data/apps/pdalinfo_stage_nosrs.txt
A test/data/apps/pdalinfo_stats.txt
M test/unit/CMakeLists.txt
M test/unit/apps/pc2pcTest.cpp
M test/unit/apps/pcinfoTest.cpp
M test/unit/apps/pcpipelineTest.cpp
M test/unit/drivers/oci/OCITest.cpp
M test/unit/drivers/soci/Writer.cpp
Log Message:
-----------
Add a Vagrant configuration and rename the 'pcinfo', 'pcpipeline', and
'pc2pc' applications into a single, git-style 'pdal' command #192
More information about the pdal-commits
mailing list