[Liblas-commits] hg: 3 new changesets

liblas-commits at liblas.org liblas-commits at liblas.org
Mon May 17 11:32:56 EDT 2010


changeset 06df450d2c43 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=06df450d2c43
summary: a big slug of doc migration from trac

changeset d996ce2ba976 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=d996ce2ba976
summary: remove unused build stuff

changeset 80e46c5687da in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=80e46c5687da
summary: more doc work

diffstat:

 build/msvc60/las.dsw                                |  113 -----
 build/msvc60/las2las.dsp                            |  134 ------
 build/msvc60/las2txt.dsp                            |  126 ------
 build/msvc60/lasdiff.dsp                            |  126 ------
 build/msvc60/lasinfo.dsp                            |  126 ------
 build/msvc60/lasmerge.dsp                           |  126 ------
 build/msvc60/lasview.dsp                            |  126 ------
 build/msvc60/laszip.dsp                             |  134 ------
 build/msvc60/txt2las.dsp                            |  126 ------
 build/msvc80/clean.bat                              |   26 -
 build/msvc80/las2las/las2las.vcproj                 |  191 ---------
 build/msvc80/las2ogr/las2ogr.vcproj                 |  186 ---------
 build/msvc80/las2ogr/las2ogr.vsprops                |   20 -
 build/msvc80/las2txt/las2txt.vcproj                 |  191 ---------
 build/msvc80/lasdiff/lasdiff.vcproj                 |  189 ---------
 build/msvc80/lasinfo/lasinfo.vcproj                 |  191 ---------
 build/msvc80/lasmerge/lasmerge.vcproj               |  189 ---------
 build/msvc80/liblas.sln                             |  107 -----
 build/msvc80/liblas.vsprops                         |   26 -
 build/msvc80/liblas_c_dll/liblas_c_dll.vcproj       |  207 ----------
 build/msvc80/liblas_dll/liblas_dll.vcproj           |  261 -------------
 build/msvc80/liblas_lib/liblas_lib.vcproj           |  387 -------------------
 build/msvc80/liblas_test/liblas_test.vcproj         |  256 -------------
 build/msvc80/txt2las/txt2las.vcproj                 |  189 ---------
 build/msvc90/clean.bat                              |   26 -
 build/msvc90/las2las/las2las.vcproj                 |  193 ---------
 build/msvc90/las2ogr/las2ogr.vcproj                 |  190 ---------
 build/msvc90/las2txt/las2txt.vcproj                 |  191 ---------
 build/msvc90/lasdiff/lasdiff.vcproj                 |  190 ---------
 build/msvc90/lasinfo/lasinfo.vcproj                 |  191 ---------
 build/msvc90/lasmerge/lasmerge.vcproj               |  191 ---------
 build/msvc90/liblas.sln                             |  110 -----
 build/msvc90/liblas.vsprops                         |   31 -
 build/msvc90/liblas_c_dll/liblas_c_dll.vcproj       |  207 ----------
 build/msvc90/liblas_dll/liblas_dll.vcproj           |  261 -------------
 build/msvc90/liblas_lib/liblas_lib.vcproj           |  389 --------------------
 build/msvc90/liblas_test/liblas_test.vcproj         |  268 -------------
 build/msvc90/txt2las/txt2las.vcproj                 |  191 ---------
 doc/_static/ASPRS-Workshop-NOAA-Demo.pdf            |    0 
 doc/_static/LAS-1.0-1.3-feature-matrix.pdf          |    0 
 doc/_static/liblas-color-pallette.css               |   32 +
 doc/_static/liblas_foss4g_2008.pdf                  |    0 
 doc/_static/liblaslogo.png                          |    0 
 doc/_static/pdf.png                                 |    0 
 doc/_static/specifications/asprs_las_format_v10.pdf |    0 
 doc/_static/specifications/asprs_las_format_v11.pdf |    0 
 doc/_static/specifications/asprs_las_format_v12.pdf |    0 
 doc/_static/specifications/asprs_las_format_v13.pdf |    0 
 doc/_static/sphinx.css                              |  244 ++++++++++++
 doc/_templates/indexsidebar.html                    |    4 +
 doc/_templates/layout.html                          |   32 +
 doc/base/index.txt                                  |    2 +-
 doc/compilation.txt                                 |  229 +++++++++++
 doc/conf.py                                         |   11 +-
 doc/development/buildbot.txt                        |   25 +
 doc/development/format_elements.txt                 |  161 ++++++++
 doc/development/index.txt                           |   16 +
 doc/development/source.txt                          |   12 +
 doc/development/specifications.txt                  |   21 +
 doc/docs.txt                                        |   18 +
 doc/download.txt                                    |  104 +++++
 doc/faq.txt                                         |   79 ++++
 doc/index.txt                                       |  139 +------
 doc/lastools.txt                                    |   63 +++
 doc/liblas.json                                     |  326 ++++++++++++++++
 doc/python/classes.txt                              |    2 +-
 doc/python/tutorial.txt                             |  220 -----------
 doc/styles/liblas-color-pallette.css                |   32 -
 doc/tutorial/boo.txt                                |   42 ++
 doc/tutorial/cpp.txt                                |  206 ++++++++++
 doc/tutorial/csharp.txt                             |   56 ++
 doc/tutorial/index.txt                              |   16 +
 doc/tutorial/ironpython.txt                         |   36 +
 doc/tutorial/python.txt                             |  222 +++++++++++
 doc/tutorial/qhull.txt                              |  108 +++++
 doc/tutorial/vbnet.txt                              |   42 ++
 doc/utilities/las2las.txt                           |    3 -
 doc/utilities/las2ogr.txt                           |    2 -
 doc/utilities/las2txt.txt                           |    2 -
 doc/utilities/lasdiff.txt                           |    2 -
 doc/utilities/lasinfo.txt                           |    2 -
 doc/utilities/lasmerge.txt                          |    2 -
 doc/utilities/txt2las.txt                           |    2 -
 83 files changed, 2109 insertions(+), 6788 deletions(-)

diffs (truncated from 9374 to 300 lines):

diff -r 1aaebd2d44da -r 80e46c5687da build/msvc60/las.dsw
--- a/build/msvc60/las.dsw	Wed May 12 15:10:56 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,113 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "las2las"=.\tools\las2las.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "las2txt"=.\tools\las2txt.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "lasdiff"=.\tools\lasdiff.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "lasinfo"=.\tools\lasinfo.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "lasmerge"=.\tools\lasmerge.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "lasview"=.\tools\lasview.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "laszip"=.\tools\laszip.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "txt2las"=.\tools\txt2las.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff -r 1aaebd2d44da -r 80e46c5687da build/msvc60/las2las.dsp
--- a/build/msvc60/las2las.dsp	Wed May 12 15:10:56 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,134 +0,0 @@
-# Microsoft Developer Studio Project File - Name="las2las" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=las2las - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "las2las.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "las2las.mak" CFG="las2las - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "las2las - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "las2las - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "las2las - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /GX /O2 /I "..\inc" /I "..\stl" /I "..\src" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /i "../src" /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 ../lib/LASlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Cmds=copy Release\las2las.exe ..\bin\las2las.exe
-# End Special Build Tool
-
-!ELSEIF  "$(CFG)" == "las2las - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\inc" /I "..\stl" /I "..\src" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /i "..\..\src" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 ../libD/LASlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Cmds=copy Debug\las2las.exe ..\bin\las2las.exe
-# End Special Build Tool
-
-!ENDIF 
-
-# Begin Target
-
-# Name "las2las - Win32 Release"
-# Name "las2las - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\src\fopengzipped.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\src\las2las.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\inc\lasdefinitions.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\inc\laspointreader.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\inc\laspointwriter.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\inc\lasreader.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\inc\laswriter.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff -r 1aaebd2d44da -r 80e46c5687da build/msvc60/las2txt.dsp
--- a/build/msvc60/las2txt.dsp	Wed May 12 15:10:56 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,126 +0,0 @@
-# Microsoft Developer Studio Project File - Name="las2txt" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=las2txt - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "las2txt.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "las2txt.mak" CFG="las2txt - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "las2txt - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "las2txt - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "las2txt - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"


More information about the Liblas-commits mailing list