[Liblas-commits] laszip: update ChangeLog

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Jan 7 14:59:03 EST 2011


details:   http://hg.liblas.orglaszip/rev/618fc13a15a4
changeset: 125:618fc13a15a4
user:      Howard Butler <hobu.inc at gmail.com>
date:      Fri Jan 07 13:56:34 2011 -0600
description:
update ChangeLog
Subject: laszip: packaging

details:   http://hg.liblas.orglaszip/rev/d057f0b36994
changeset: 126:d057f0b36994
user:      Howard Butler <hobu.inc at gmail.com>
date:      Fri Jan 07 13:58:53 2011 -0600
description:
packaging

diffstat:

 CMakeLists.txt |    17 +-
 ChangeLog      |  1057 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1067 insertions(+), 7 deletions(-)

diffs (truncated from 1097 to 300 lines):

diff -r 7ff2569cc64a -r d057f0b36994 CMakeLists.txt
--- a/CMakeLists.txt	Fri Jan 07 09:45:52 2011 -0800
+++ b/CMakeLists.txt	Fri Jan 07 13:58:53 2011 -0600
@@ -127,22 +127,25 @@
 SET(CPACK_PACKAGE_VERSION_PATCH ${LASZIP_VERSION_MINOR})
 SET(OSGEO4W_UPSTREAM_RELEASE "1")
 
-SET(CPACK_SOURCE_GENERATOR "TGZ;ZIP;TBZ2")
+SET(CPACK_SOURCE_GENERATOR "TGZ;ZIP")
 SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
-SET(CPACK_RESOURCE_FILE_LICENSE "${laszip_SOURCE_DIR}/COPYING")
+#SET(CPACK_RESOURCE_FILE_LICENSE "${laszip_SOURCE_DIR}/COPYING")
 
 set(CPACK_SOURCE_PACKAGE_FILE_NAME
   "${CMAKE_PROJECT_NAME}-${VERSION}")
 
 list(APPEND CPACK_SOURCE_IGNORE_FILES "_CPack_Packages")
 list(APPEND CPACK_SOURCE_IGNORE_FILES ".gz")
-list(APPEND CPACK_SOURCE_IGNORE_FILES ".bz2")
-list(APPEND CPACK_SOURCE_IGNORE_FILES ".zip")
+list(APPEND CPACK_SOURCE_IGNORE_FILES "CMakeFiles")
+list(APPEND CPACK_SOURCE_IGNORE_FILES "bin")
+list(APPEND CPACK_SOURCE_IGNORE_FILES "hobu-config.bat")
+# list(APPEND CPACK_SOURCE_IGNORE_FILES ".bz2")
+# list(APPEND CPACK_SOURCE_IGNORE_FILES ".zip")
 list(APPEND CPACK_SOURCE_IGNORE_FILES ".hg")
-
+# 
 list(APPEND CPACK_SOURCE_IGNORE_FILES "CMakeCache.txt")
-
-list(APPEND CPACK_SOURCE_IGNORE_FILES "CPackConfig.cmake")
+# 
+# list(APPEND CPACK_SOURCE_IGNORE_FILES "CPackConfig.cmake")
 
 include(CPack)
 
diff -r 7ff2569cc64a -r d057f0b36994 ChangeLog
--- a/ChangeLog	Fri Jan 07 09:45:52 2011 -0800
+++ b/ChangeLog	Fri Jan 07 13:58:53 2011 -0600
@@ -0,0 +1,1057 @@
+2011-01-07  isenburg  <isenburg>
+
+	* src/mydefs.hpp:
+	more efficient big endian handling
+	[7ff2569cc64a] [tip]
+
+	* src/lasreaditemraw.hpp, src/lasreadpoint.cpp,
+	src/laswriteitemraw.hpp, src/laswritepoint.cpp:
+	more efficient big endian handling
+	[7ae269f43dde]
+
+2011-01-07  Howard Butler  <hobu.inc at gmail.com>
+
+	* CMakeLists.txt:
+	turn off osgeo4w building by default
+	[c544849de62f]
+
+2011-01-06  Michael P. Gerlek  <mpg at flaxen.com>
+
+	* src/lasunzipper.cpp, src/laszipper.cpp:
+	do need to delete martin's stream (but not ours)
+	[71658514f280]
+
+2011-01-06  isenburg  <isenburg>
+
+	* src/lasreaditemraw.hpp, src/laswriteitemraw.hpp:
+	for testing if extra freads/fwrites affect performance
+	[a8ad11ceb54b]
+
+2011-01-06  Howard Butler  <hobu.inc at gmail.com>
+
+	* include/laszip/lasunzipper.hpp:
+	export LASunzipper too
+	[89e9ea2f8f7c]
+
+2011-01-05  Howard Butler  <hobu.inc at gmail.com>
+
+	* src/CMakeLists.txt:
+	add install_name for OSX
+	[880013a5e96a]
+
+	* include/laszip/export.hpp, include/laszip/laszip.hpp,
+	include/laszip/laszipper.hpp:
+	put LASZIP_DLL back. Martin, please let me know your error
+	message(s) instead of removing this as I need it for the OSGeo4W
+	windows deployment
+	[057be33cd6db]
+
+2011-01-05  isenburg  <isenburg>
+
+	* tools/laszippertest.cpp:
+	forgot to copy & commit
+	[daac63e565cf]
+
+2011-01-04  isenburg  <isenburg>
+
+	* src/bytestreamin.hpp, src/bytestreamin_file.hpp,
+	src/bytestreamin_istream.hpp, src/bytestreamout.hpp,
+	src/bytestreamout_file.hpp, src/bytestreamout_ostream.hpp,
+	src/lasreaditemcompressed_v1.cpp, src/lasreaditemcompressed_v1.hpp,
+	src/lasreaditemraw.hpp, src/lasreadpoint.cpp, src/lasreadpoint.hpp,
+	src/lasunzipper.cpp, src/laswriteitemcompressed_v1.cpp,
+	src/laswriteitemcompressed_v1.hpp, src/laswriteitemraw.hpp,
+	src/laswritepoint.cpp, src/laswritepoint.hpp, src/laszip.cpp,
+	src/laszipper.cpp, src/rangemodel.cpp:
+	improved endianness again, renamed compression to algorithm,
+	improved wavepacket13 compressor
+	[dcd14845f9ed]
+
+	* include/laszip/lasunzipper.hpp, include/laszip/laszip.hpp,
+	include/laszip/laszipper.hpp:
+	mpg: the LAS_ZIP_DLL does not work with my code. can you ifdef it?
+	[a8aa0185aa63]
+
+2011-01-04  Howard Butler  <hobu.inc at gmail.com>
+
+	* .hgignore:
+	add a few more ignores
+	[473e998d2955]
+
+	* cmake/modules/BuildOSGeo4W.cmake:
+	simplify to a single package install for osgeo4w
+	[14af050db188]
+
+2011-01-03  Howard Butler  <hobu.inc at gmail.com>
+
+	* CMakeLists.txt, cmake/modules/BuildOSGeo4W.cmake:
+	fix osgeo4w dependency and add OSGEO4W_UPSTREAM_RELEASE usage
+	[6cfec438cea3]
+
+	* CMakeLists.txt, cmake/modules/BuildOSGeo4W.cmake:
+	osgeo4w packaging
+	[bb381252df0d]
+
+	* cmake/modules/BuildOSGeo4W.cmake:
+	add osgeo4w packaging script
+	[5702cc183fe5]
+
+	* tools/CMakeLists.txt, tools/laszip-config.in, tools/laszip.pc.in:
+	add laszip-config and laszip.pc packageconfig
+	[5ea850338ed1]
+
+	* include/laszip/Makefile.am:
+	bring in line with cmake setup
+	[03aa58b60bf5]
+
+	* configure.ac:
+	bring in line with cmake setup
+	[0a245357c2cd]
+
+	* .hgignore:
+	ignore .lax test files and change location of laszip-config and
+	laszip.pc package config files
+	[3075e12e3a47]
+
+	* CMakeLists.txt, src/CMakeLists.txt:
+	add packaging and soname for dll
+	[43aa7323c711]
+
+	* laszip-config.in, tools/CMakeLists.txt, tools/laszip-config.in:
+	add a laszip-config target
+	[d48a54cc320b]
+
+	* .hgignore:
+	add a few more ignores
+	[f3729328ee77]
+
+	* src/CMakeLists.txt, src/lasreaditemrawendianswapped.hpp,
+	src/laswriteitemrawendianswapped.hpp:
+	these files are not used anymore according to Martin
+	[25aa62883097]
+
+2010-12-30  Howard Butler  <hobu.inc at gmail.com>
+
+	* hobu-config.bat:
+	add my base config
+	[8fe8b5444dcf]
+
+	* src/CMakeLists.txt, tools/CMakeLists.txt:
+	export the laszip dll items
+	[799d195fe864]
+
+	* CMakeLists.txt, src/CMakeLists.txt:
+	fix install target to LASZIP_LIB_DIR instead of _BIN, build shared
+	library by default
+	[f30dd5b85cdc]
+
+	* include/laszip/export.hpp, include/laszip/lasunzipper.hpp,
+	include/laszip/laszip.hpp, include/laszip/laszipper.hpp,
+	src/CMakeLists.txt:
+	start adding LASZIP_DLL exports definition in preparation for shared
+	library build/install/usage
+	[724ec4f2a7de]
+
+	* CMakeLists.txt:
+	add logic or setting CMAKE_BUILD_TYPE to Debug by default if not set
+	and not in the cache
+	[35628e849688]
+
+	* src/CMakeLists.txt:
+	add some missing header files
+	[adc903683a4b]
+
+2010-12-27  Michael P. Gerlek  <mpg at flaxen.com>
+
+	* include/laszip/lasunzipper.hpp, include/laszip/laszipper.hpp:
+	explicit default param no longer needed
+	[16cbedc7335f]
+
+	* include/laszip/lasunzipper.hpp, include/laszip/laszip.hpp,
+	include/laszip/laszipper.hpp, src/lasreadpoint.cpp,
+	src/lasreadpoint.hpp, src/lasunzipper.cpp, src/laswritepoint.cpp,
+	src/laswritepoint.hpp, src/laszipper.cpp, tools/laszippertest.cpp:
+	use an enum for the compression type, for type safety
+	[276b21e82629]
+
+	* tools/laszippertest.cpp:
+	fix err checks on open()
+	[ce1bdb2a9e26]
+
+	* src/bytestreamin_file.hpp, src/bytestreamin_istream.hpp:
+	remove fprintf calls
+	[ba16595e644c]
+
+	* src/rangemodel.cpp:
+	remove calls to fprintf, exit
+	[7af78ceb3bfa]
+
+2010-12-23  isenburg  <isenburg>
+
+	* src/lasreaditemcompressed_v1.cpp, src/lasreaditemcompressed_v1.hpp,
+	src/laswriteitemcompressed_v1.cpp,
+	src/laswriteitemcompressed_v1.hpp:
+	one last optimization to compress 1.5 percent better
+	[e815143ce051]
+
+	* src/lasreaditemcompressed_v1.cpp, src/lasreaditemcompressed_v1.hpp,
+	src/lasreadpoint.cpp, src/laswriteitemcompressed_v1.cpp,
+	src/laswriteitemcompressed_v1.hpp:
+	fix of pointreader and small optimization of POINT10 compressor
+	[113c76a6708b]
+
+	* tools/laszippertest.cpp:
+	added test for new WAVEPACKET13 compressor
+	[294dfaf3b0d3]
+
+	* tools/laszippertest.cpp:
+	added test for new WAVEPACKET13 compressor
+	[30313ba06a38]
+
+	* src/arithmeticdecoder.cpp, src/arithmeticencoder.cpp,
+	src/lasreaditemcompressed_v1.cpp, src/lasreaditemcompressed_v1.hpp,
+	src/laswriteitemcompressed_v1.cpp,
+	src/laswriteitemcompressed_v1.hpp, src/laswritepoint.cpp:
+	updated RGB encoding to be endian neutral
+	[7770fdf9c7c2]
+
+2010-12-22  Michael P. Gerlek  <mpg at flaxen.com>
+
+	* src/laszip.cpp:
+	sync up w/ Martin's versioning
+	[4daf73355dc6]
+
+	* src/lasreadpoint.cpp:
+	memleak
+	[aabe8bc36fb0]
+
+	* include/laszip/laszip.hpp, src/CMakeLists.txt, src/Makefile.am,
+	src/lasunzipper.cpp, src/laszip.cpp, src/laszipper.cpp:
+	move header functions into .cpp file
+	[b939bfb7bdf7]
+
+	* tools/laszippertest.cpp:
+	sync w/ Martin's changes
+	[e8f5528c3d30]
+
+	* include/laszip/lasunzipper.hpp, include/laszip/laszipper.hpp,
+	src/lasunzipper.cpp, src/laszipper.cpp:
+	pull-merge
+	[e651d0722c7e]
+
+	* include/laszip/lasunzipper.hpp, include/laszip/laszipper.hpp,
+	src/bytestreamin_istream.hpp, src/bytestreamout_ostream.hpp,
+	src/lasunzipper.cpp, src/laszipper.cpp, tools/laszippertest.cpp:
+	pass streams by ref, not as pointers; return status code on open,
+	not bool; declare items parameter as an array
+	[3e5e0ec93ea6]
+
+2010-12-21  isenburg  <isenburg>
+
+	* src/lasreaditemcompressed_v1.cpp, src/lasreaditemcompressed_v1.hpp,
+	src/lasreaditemraw.hpp, src/lasreadpoint.cpp,
+	src/laswriteitemcompressed_v1.cpp,
+	src/laswriteitemcompressed_v1.hpp, src/laswriteitemraw.hpp,
+	src/laswritepoint.cpp:
+	renaming to GPSTIME11, RGB12, and WAVEPACKET13
+	[68e267d04b63]
+
+	* include/laszip/laszip.hpp:
+	added LASzip struct to be used as VLR data


More information about the Liblas-commits mailing list