From ba2c098b7f67a29b06c9a1ff20fdfba407444f91 Mon Sep 17 00:00:00 2001 From: zarquon42b Date: Wed, 24 Sep 2014 15:29:27 +0200 Subject: [PATCH] CRAN release --- DESCRIPTION | 4 +- R/Rvcg-package.R | 4 +- config.log | 281 -------------------------------------------- man/Rvcg-package.Rd | 4 +- 4 files changed, 6 insertions(+), 287 deletions(-) delete mode 100644 config.log diff --git a/DESCRIPTION b/DESCRIPTION index d47fc3d6..2bfa7c0b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,8 +3,8 @@ Type: Package Title: Manipulations of triangular meshes (smoothing, quadric edge collapse decimation, im- and export of various mesh file-formats, cleaning, etc.) based on the VCGLIB API. -Version: 0.8.140621 -Date: 2014-06-21 +Version: 0.9 +Date: 2014-09-23 Author: Stefan Schlager; the authors of VCGLIB for the included version of the code Maintainer: Stefan Schlager diff --git a/R/Rvcg-package.R b/R/Rvcg-package.R index 678e8ffc..059feaf8 100644 --- a/R/Rvcg-package.R +++ b/R/Rvcg-package.R @@ -6,8 +6,8 @@ #' \tabular{ll}{ #' Package: \tab Rvcg\cr #' Type: \tab Package\cr -#' Version: \tab 0.8.140621\cr -#' Date: \tab 2014-06-21\cr +#' Version: \tab 0.9\cr +#' Date: \tab 2014-09-23\cr #' License: \tab GPL\cr #' LazyLoad: \tab yes\cr } #' diff --git a/config.log b/config.log deleted file mode 100644 index 09ece904..00000000 --- a/config.log +++ /dev/null @@ -1,281 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by RVCG configure 0.6, which was -generated by GNU Autoconf 2.69. Invocation command line was - - $ ./configure - -## --------- ## -## Platform. ## -## --------- ## - -hostname = anthro-TERRA-WS -uname -m = x86_64 -uname -r = 3.13.0-35-generic -uname -s = Linux -uname -v = #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 - -/usr/bin/uname -p = unknown -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -/usr/bin/hostinfo = unknown -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: /home/schlager/bin -PATH: /usr/local/sbin -PATH: /usr/local/bin -PATH: /usr/sbin -PATH: /usr/bin -PATH: /sbin -PATH: /bin -PATH: /usr/games -PATH: /usr/local/games - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:1901: checking for C++ compiler version -configure:1910: g++ --version >&5 -g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 -Copyright (C) 2013 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -configure:1921: $? = 0 -configure:1910: g++ -v >&5 -Using built-in specs. -COLLECT_GCC=g++ -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu -Thread model: posix -gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) -configure:1921: $? = 0 -configure:1910: g++ -V >&5 -g++: error: unrecognized command line option '-V' -g++: fatal error: no input files -compilation terminated. -configure:1921: $? = 4 -configure:1910: g++ -qversion >&5 -g++: error: unrecognized command line option '-qversion' -g++: fatal error: no input files -compilation terminated. -configure:1921: $? = 4 -configure:1941: checking whether the C++ compiler works -configure:1963: g++ -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -pedantic -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.cpp >&5 -configure:1967: $? = 0 -configure:2015: result: yes -configure:2018: checking for C++ compiler default output file name -configure:2020: result: a.out -configure:2026: checking for suffix of executables -configure:2033: g++ -o conftest -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -pedantic -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.cpp >&5 -configure:2037: $? = 0 -configure:2059: result: -configure:2081: checking whether we are cross compiling -configure:2089: g++ -o conftest -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -pedantic -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.cpp >&5 -configure:2093: $? = 0 -configure:2100: ./conftest -configure:2104: $? = 0 -configure:2119: result: no -configure:2124: checking for suffix of object files -configure:2146: g++ -c -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -pedantic conftest.cpp >&5 -configure:2150: $? = 0 -configure:2171: result: o -configure:2175: checking whether we are using the GNU C++ compiler -configure:2194: g++ -c -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -pedantic conftest.cpp >&5 -configure:2194: $? = 0 -configure:2203: result: yes -configure:2212: checking whether g++ accepts -g -configure:2232: g++ -c -g -pedantic conftest.cpp >&5 -configure:2232: $? = 0 -configure:2273: result: yes -configure:2304: checking whether g++ supports C++11 features by default -configure:2330: g++ -c -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -pedantic conftest.cpp >&5 -conftest.cpp:13:21: error: expected identifier before 'sizeof' - static_assert(sizeof(int) <= sizeof(T), "not big enough"); - ^ -conftest.cpp:13:21: error: expected ',' or '...' before 'sizeof' -conftest.cpp:13:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive] - static_assert(sizeof(int) <= sizeof(T), "not big enough"); - ^ -conftest.cpp:16:29: error: '>>' should be '> >' within a nested template argument list - typedef check> right_angle_brackets; - ^ -conftest.cpp:19:13: error: expected constructor, destructor, or type conversion before '(' token - decltype(a) b; - ^ -conftest.cpp:23:15: error: expected unqualified-id before '&&' token - check_type&& cr = static_cast(c); - ^ -conftest.cpp:25:10: error: 'd' does not name a type - auto d = a; - ^ -configure:2330: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "RVCG" -| #define PACKAGE_TARNAME "rvcg" -| #define PACKAGE_VERSION "0.6" -| #define PACKAGE_STRING "RVCG 0.6" -| #define PACKAGE_BUGREPORT "" -| #define PACKAGE_URL "" -| /* end confdefs.h. */ -| -| template -| struct check -| { -| static_assert(sizeof(int) <= sizeof(T), "not big enough"); -| }; -| -| typedef check> right_angle_brackets; -| -| int a; -| decltype(a) b; -| -| typedef check check_type; -| check_type c; -| check_type&& cr = static_cast(c); -| -| auto d = a; -| -configure:2337: result: no -configure:2348: checking whether g++ supports C++11 features with -std=c++11 -configure:2376: g++ -c -std=c++11 -pedantic conftest.cpp >&5 -configure:2376: $? = 0 -configure:2385: result: yes -configure:2423: checking for ISO C++ TR1 include files -configure:2449: g++ -c -std=c++11 -pedantic conftest.cpp >&5 -configure:2449: $? = 0 -configure:2463: result: yes -configure:2475: checking for inttypes.h -configure:2500: g++ -c -std=c++11 -pedantic conftest.cpp >&5 -configure:2500: $? = 0 -configure:2514: result: yes -configure:2642: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by RVCG config.status 0.6, which was -generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on anthro-TERRA-WS - -config.status:788: creating src/Makevars -config.status:788: creating src/config.h -config.status:958: src/config.h is unchanged - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_cxx_compiler_gnu=yes -ac_cv_cxx_stdcxx_inttypes=yes -ac_cv_cxx_stdcxx_tr1=yes -ac_cv_env_CCC_set= -ac_cv_env_CCC_value= -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CXXFLAGS_set= -ac_cv_env_CXXFLAGS_value= -ac_cv_env_CXX_set= -ac_cv_env_CXX_value= -ac_cv_env_LDFLAGS_set= -ac_cv_env_LDFLAGS_value= -ac_cv_env_LIBS_set= -ac_cv_env_LIBS_value= -ac_cv_env_build_alias_set= -ac_cv_env_build_alias_value= -ac_cv_env_host_alias_set= -ac_cv_env_host_alias_value= -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_objext=o -ac_cv_prog_cxx_g=yes -ax_cv_cxx_compile_cxx11=no -ax_cv_cxx_compile_cxx11__std_cpp11=yes - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -CPPFLAGS='-pedantic' -CXX='g++' -CXXFLAGS='-std=c++11' -DEFS='-DHAVE_CONFIG_H' -ECHO_C='' -ECHO_N='-n' -ECHO_T='' -EXEEXT='' -HAVE_CXX11='1' -LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro' -LIBOBJS='' -LIBS='' -LTLIBOBJS='' -OBJEXT='o' -PACKAGE_BUGREPORT='' -PACKAGE_NAME='RVCG' -PACKAGE_STRING='RVCG 0.6' -PACKAGE_TARNAME='rvcg' -PACKAGE_URL='' -PACKAGE_VERSION='0.6' -PATH_SEPARATOR=':' -SHELL='/bin/bash' -ac_ct_CXX='' -bindir='${exec_prefix}/bin' -build_alias='' -datadir='${datarootdir}' -datarootdir='${prefix}/share' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -dvidir='${docdir}' -exec_prefix='${prefix}' -host_alias='' -htmldir='${docdir}' -includedir='${prefix}/include' -infodir='${datarootdir}/info' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -localedir='${datarootdir}/locale' -localstatedir='${prefix}/var' -mandir='${datarootdir}/man' -oldincludedir='/usr/include' -pdfdir='${docdir}' -prefix='/usr/local' -program_transform_name='s,x,x,' -psdir='${docdir}' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -sysconfdir='${prefix}/etc' -target_alias='' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -/* confdefs.h */ -#define PACKAGE_NAME "RVCG" -#define PACKAGE_TARNAME "rvcg" -#define PACKAGE_VERSION "0.6" -#define PACKAGE_STRING "RVCG 0.6" -#define PACKAGE_BUGREPORT "" -#define PACKAGE_URL "" -#define HAVE_CXX11 1 -#define HAVE_TR1 /**/ -#define HAVE_INTTYPES /**/ - -configure: exit 0 diff --git a/man/Rvcg-package.Rd b/man/Rvcg-package.Rd index f10f2613..609d29d7 100644 --- a/man/Rvcg-package.Rd +++ b/man/Rvcg-package.Rd @@ -12,8 +12,8 @@ smoothing, mesh decimation, closest point search. \tabular{ll}{ Package: \tab Rvcg\cr Type: \tab Package\cr -Version: \tab 0.8.140621\cr -Date: \tab 2014-06-21\cr +Version: \tab 0.9\cr +Date: \tab 2014-09-23\cr License: \tab GPL\cr LazyLoad: \tab yes\cr } }