[Liblas-commits] hg: 3 new changesets
liblas-commits at liblas.org
liblas-commits at liblas.org
Tue Jun 15 10:50:19 EDT 2010
changeset 2a6f556860e1 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=2a6f556860e1
summary: ignores
changeset 0d4cf80578cd in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=0d4cf80578cd
summary: don't *force* Release mode building, but default to it
changeset 30464a12bc58 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=30464a12bc58
summary: clean up test file
diffstat:
.hgignore | 2 ++
CMakeLists.txt | 2 +-
python/tests/File.txt | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r e53ca986b408 -r 30464a12bc58 .hgignore
--- a/.hgignore Fri Jun 11 14:03:10 2010 -0500
+++ b/.hgignore Tue Jun 15 09:50:10 2010 -0500
@@ -89,3 +89,5 @@
doc/api/xml
doc/api/html
*.mshark
+Testing/
+README.txt
diff -r e53ca986b408 -r 30464a12bc58 CMakeLists.txt
--- a/CMakeLists.txt Fri Jun 11 14:03:10 2010 -0500
+++ b/CMakeLists.txt Tue Jun 15 09:50:10 2010 -0500
@@ -65,7 +65,7 @@
# Default to release mode
set(CMAKE_BUILD_TYPE Release CACHE STRING
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel"
- FORCE)
+ )
set(BUILD_PEDANTIC TRUE CACHE BOOL "Choose compilation in pedantic or relaxed mode")
diff -r e53ca986b408 -r 30464a12bc58 python/tests/File.txt
--- a/python/tests/File.txt Fri Jun 11 14:03:10 2010 -0500
+++ b/python/tests/File.txt Tue Jun 15 09:50:10 2010 -0500
@@ -350,7 +350,8 @@
>>> os.remove('junk2.las')
>>> os.remove('junk3.las')
>>> os.remove('junk4.las')
-
+ >>> os.remove('junk5.las')
+
>>> f = file.File('junk.las', mode="w", header=h)
>>> import liblas.core
>>> liblas.core.las.LASWriter_Destroy(f.handle)
More information about the Liblas-commits
mailing list