[Liblas-commits] hg: 2 new changesets
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Aug 23 12:07:49 EDT 2010
changeset 167a56a59b26 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=167a56a59b26
summary: remove ChangeLog, we don't keep it up to date
changeset 415acb66b9f6 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=415acb66b9f6
summary: more CPack config
diffstat:
CMakeLists.txt | 14 +-
ChangeLog | 1103 --------------------------------------------------------
2 files changed, 12 insertions(+), 1105 deletions(-)
diffs (truncated from 1136 to 300 lines):
diff -r 11db7897980c -r 415acb66b9f6 CMakeLists.txt
--- a/CMakeLists.txt Mon Aug 23 10:37:57 2010 -0500
+++ b/CMakeLists.txt Mon Aug 23 10:58:14 2010 -0500
@@ -301,13 +301,23 @@
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_SOURCE_GENERATOR "TGZ;ZIP;TBZ2")
+SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
set(CPACK_SOURCE_PACKAGE_FILE_NAME
"${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
-set(CPACK_SOURCE_IGNORE_FILES
- "/test/data/;/.hg/;~$;${CPACK_SOURCE_IGNORE_FILES}")
+list(APPEND CPACK_SOURCE_IGNORE_FILES "/test/data/TO_core_last_zoom.las")
+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 ".hg")
+list(APPEND CPACK_SOURCE_IGNORE_FILES "README")
+list(APPEND CPACK_SOURCE_IGNORE_FILES "HOWTORELEASE.txt")
+list(APPEND CPACK_SOURCE_IGNORE_FILES "cmake_install.cmake")
+
+
include(CPack)
diff -r 11db7897980c -r 415acb66b9f6 ChangeLog
--- a/ChangeLog Mon Aug 23 10:37:57 2010 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1103 +0,0 @@
-FIXME: The log is way behind the reality. Are we going to maintain it? --mloskot
-
-
-2009-03-25 16:58 hobu
-
- * trunk/nmake.opt: tweak some comments
-
-2009-03-25 16:52 hobu
-
- * trunk/configure.ac: name our dist target to liblas-src and ensure
- that the .bz2 file is made with 'make dist'
-
-2009-03-25 11:22 mloskot
-
- * trunk: Updated svn:ignore property.
-
-2009-03-25 11:21 mloskot
-
- * trunk/build/msvc90, trunk/build/msvc90/las2las,
- trunk/build/msvc90/las2txt, trunk/build/msvc90/lasdiff,
- trunk/build/msvc90/lasinfo, trunk/build/msvc90/lasmerge,
- trunk/build/msvc90/liblas_c_dll, trunk/build/msvc90/liblas_lib,
- trunk/build/msvc90/liblas_test, trunk/build/msvc90/txt2las: Updated
- svn:ignore property.
-
-2009-03-25 11:14 mloskot
-
- * trunk/apps/makefile.vc, trunk/nmake.opt: nmake.opt: Added support of
- EXT_NMAKE_OPT for building libLAS with NMAKE (Ticket #117).
- Improved detection of GDAL_HOME and GEOTIFF_HOME - check if
- directories exist. Added auto-magical determination of version of
- Visual C++ compiler based on NMAKE version (see WARNING in
- NMAKE).
-
-2009-03-25 09:56 mloskot
-
- * trunk/nmake.opt: Fixed LF to CRLF in nmake.opt.
-
-2009-03-25 09:43 mloskot
-
- * trunk/src: Updated svn:ignore property for src.
-
-2009-03-23 09:47 mloskot
-
- * trunk/build/msvc90/liblas_lib/liblas_lib.vcproj: build/msvc90:
- updated project files after renaming classes LASSRS and LASVLR."
-
-2009-03-22 20:13 hobu
-
- * trunk/include/liblas/lascolor.hpp, trunk/src/lascolor.cpp: fix #116,
- LASColor has no == operation
-
-2009-03-22 20:12 hobu
-
- * trunk/include/liblas/capi/liblas.h, trunk/src/las_c_api.cpp: Fix
- #115, add Get/SetPointSourceId to C API
-
-2009-03-20 21:16 mloskot
-
- * trunk/src/makefile.vc: Renamed class LASVLR to LASVariableRecord in
- src/makefile.vc (Ticket #114).
-
-2009-03-20 20:59 mloskot
-
- * trunk/src/Makefile.am: Renamed class LASVLR to LASVariableRecord in
- src/Makefile.am (Ticket 14). The C API has not been touched.
-
-2009-03-20 20:55 mloskot
-
- * trunk/build/msvc80/liblas_dll/liblas_dll.vcproj,
- trunk/build/msvc80/liblas_lib/liblas_lib.vcproj,
- trunk/build/msvc80/liblas_test/liblas_test.vcproj,
- trunk/build/msvc90/liblas_dll/liblas_dll.vcproj,
- trunk/build/msvc90/liblas_lib/liblas_lib.vcproj,
- trunk/build/msvc90/liblas_test/liblas_test.vcproj,
- trunk/include/Makefile.am, trunk/include/liblas/lasheader.hpp,
- trunk/include/liblas/lasreader.hpp,
- trunk/include/liblas/lasrecordheader.hpp,
- trunk/include/liblas/lasspatialreference.hpp,
- trunk/include/liblas/lasvariablerecord.hpp, trunk/src/CMakeLists.txt,
- trunk/src/detail/reader.cpp, trunk/src/detail/reader10.cpp,
- trunk/src/detail/reader11.cpp, trunk/src/detail/reader12.cpp,
- trunk/src/detail/writer.cpp, trunk/src/las_c_api.cpp,
- trunk/src/lasheader.cpp, trunk/src/lasrecordheader.cpp,
- trunk/src/lasspatialreference.cpp, trunk/src/lasvariablerecord.cpp,
- trunk/test/unit/CMakeLists.txt, trunk/test/unit/Makefile.am,
- trunk/test/unit/lasrecordheader_test.cpp,
- trunk/test/unit/lasvariablerecord_test.cpp: Renamed class LASVLR to
- LASVariableRecord (Ticket #114). The C API has not been touched.
-
-2009-03-20 20:42 mloskot
-
- * trunk/test/unit/Makefile.am: Renamed class LASSRS to
- LASSpatialReference in test/unit/Makefile.am (Ticket #113).
-
-2009-03-20 20:35 mloskot
-
- * trunk/build/msvc80/liblas_lib/liblas_lib.vcproj,
- trunk/build/msvc80/liblas_test/liblas_test.vcproj,
- trunk/build/msvc90/liblas_lib/liblas_lib.vcproj,
- trunk/include/Makefile.am, trunk/include/liblas/detail/fwd.hpp,
- trunk/include/liblas/detail/reader.hpp,
- trunk/include/liblas/detail/writer.hpp,
- trunk/include/liblas/lasheader.hpp,
- trunk/include/liblas/lasreader.hpp,
- trunk/include/liblas/lasspatialreference.hpp,
- trunk/include/liblas/lassrs.hpp, trunk/include/liblas/laswriter.hpp,
- trunk/src/CMakeLists.txt, trunk/src/Makefile.am,
- trunk/src/detail/reader.cpp, trunk/src/detail/writer.cpp,
- trunk/src/las_c_api.cpp, trunk/src/lasheader.cpp,
- trunk/src/lasreader.cpp, trunk/src/lasspatialreference.cpp,
- trunk/src/lassrs.cpp, trunk/src/laswriter.cpp, trunk/src/makefile.vc,
- trunk/test/unit/lasheader_test.cpp,
- trunk/test/unit/lasspatialreference_test.cpp,
- trunk/test/unit/lassrs_test.cpp: Renamed class LASSRS to
- LASSpatialReference (Ticket #113). The C API has not been
- touched.
-
-2009-03-20 18:02 hobu
-
- * trunk/configure.ac, trunk/include/liblas/capi/las_version.h,
- trunk/nmake.opt, trunk/python/setup.py: increment versions in prep
- for 1.2.0b3
-
-2009-03-20 17:19 hobu
-
- * trunk/python/tests/Header.txt: try to fix date test again
-
-2009-03-20 16:59 hobu
-
- * trunk/python/tests/SRS.txt, trunk/python/tests/VLR.txt: Guards for
- when we have no HAVE_LIBGEOTIFF
-
-2009-03-20 16:59 hobu
-
- * trunk/python/tests/File.txt: Make sure that void functions return
- None for ctype or we'll get unexpected jtrunk back
-
-2009-03-20 16:57 hobu
-
- * trunk/python/liblas/core.py: Make sure that void functions return
- None for ctype or we'll get unexpected jtrunk back
-
-2009-03-20 16:50 hobu
-
- * trunk/python/liblas/core.py: don't know where LASReader_Destroy
- went
-
-2009-03-20 16:25 hobu
-
- * trunk/src/las_c_api.cpp: We use #ifdef _WIN32 instead of #ifdef
- WIN32 for strncasecmp
-
-2009-03-20 01:31 mloskot
-
- * trunk/include/liblas/detail/reader.hpp,
- trunk/include/liblas/lasreader.hpp, trunk/src/detail/reader.cpp,
- trunk/src/detail/reader10.cpp, trunk/src/detail/reader11.cpp,
- trunk/src/detail/reader12.cpp, trunk/src/lasreader.cpp: Fixed
- weakness of MakePIMPL by reverting changes applied as r984 and
- bringing m_pimpl back to constness. There is no need to re-create
- internal reader object and reassign it to m_pimpl, because reader
- state can be correctly reset by simple call of LASReader::Init.
- This fix is also related to Ticket #85. All 87 test cases pass.
-
-2009-03-20 01:27 mloskot
-
- * trunk/test/unit/lasreader_iterator_test.cpp: Fixed LF.
-
-2009-03-20 00:45 mloskot
-
- * trunk/build/msvc80/liblas_lib/liblas_lib.vcproj,
- trunk/build/msvc80/liblas_test/liblas_test.vcproj: Updated
- build/msvc80 adding new files. Use $(SolutionDir) macro in unit
- test runner, instead of relative path.
-
-2009-03-20 00:44 mloskot
-
- * trunk/test/unit/liblas_test_suite.cpp: Cleanup
-
-2009-03-20 00:35 mloskot
-
- * trunk/test/unit/lasreader_iterator_test.cpp: Fixed missing reset
- operation on reader when re-using it with iterators (#85).
-
-2009-03-20 00:31 mloskot
-
- * trunk/src/lasreader.cpp: Fixed but with incompletely re-initialized
- LASReader after reset. The MakePIMPL idea is weak.
-
-2009-03-19 22:34 hobu
-
- * trunk/python/liblas/core.py, trunk/python/tests/File.txt: beef up
- test for _Destroy being called twice
-
-2009-03-19 22:11 hobu
-
- * trunk/src/las_c_api.cpp: strncasecmp doesn't exist on windows
-
-2009-03-19 18:16 hobu
-
- * trunk/src/las_c_api.cpp: fix #112, rename VALIDATE_POINTER0 and
- VALIDATE_POINTER1
-
-2009-03-19 04:20 hobu
-
- * trunk/include/liblas/lasheader.hpp, trunk/python/liblas/file.py,
- trunk/python/tests/File.txt, trunk/src/las_c_api.cpp,
- trunk/src/lasheader.cpp: stop tracking open readers/writers in
- order to allow multiple readers to operate on a file #111
-
-2009-03-18 03:40 hobu
-
- * trunk/include/liblas/detail/writer.hpp: dummy struct for when we
- don't have GDAL
-
-2009-03-17 17:30 hobu
-
- * trunk/apps/las2txt.c: fix #109, las2txt doesn't output RGB
-
-2009-03-17 17:24 hobu
-
- * trunk/include/liblas/capi/liblas.h, trunk/src/las_c_api.cpp: fix
- #110, LASSRS VLR methods for C API
-
-2009-03-17 17:19 hobu
-
- * trunk/python/liblas/core.py, trunk/python/liblas/srs.py,
- trunk/python/tests/SRS.txt: Add VLR methods to srs object
-
-2009-03-17 17:12 hobu
-
- * trunk/src/detail/writer.cpp: oops #108
-
-2009-03-17 16:58 hobu
-
- * trunk/include/liblas/detail/reader.hpp,
- trunk/include/liblas/detail/writer.hpp, trunk/python/tests/SRS.txt,
- trunk/src/detail/reader.cpp, trunk/src/detail/writer.cpp: Fix #108,
- LASWriter::SetSRS and LASReader::SetSRS don't work
-
-2009-03-17 16:56 hobu
-
- * trunk/python/liblas/file.py: clean up __del__ a bit when core is
- already deleted
-
-2009-03-17 16:55 hobu
-
- * trunk/python/liblas/point.py: complete #106, add descale/scale
- convenience methods to liblas.point
-
-2009-03-17 04:15 hobu
-
- * trunk/src/lassrs.cpp: clean up a bit
-
-2009-03-17 04:05 hobu
-
- * trunk/include/liblas/capi/liblas.h,
- trunk/include/liblas/detail/reader.hpp, trunk/python/liblas/core.py,
- trunk/python/liblas/file.py, trunk/python/tests/SRS.txt,
- trunk/src/detail/reader.cpp, trunk/src/las_c_api.cpp,
- trunk/src/lassrs.cpp: start fixing LASReader/LASWriter SetSRS
- methods
-
-2009-03-16 14:57 hobu
-
- * trunk/test/unit/Makefile.am, trunk/test/unit/common.cpp,
More information about the Liblas-commits
mailing list