toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN doc/documentation.h internal/deprecated.hh


From: Gerhard Reitmayr
Subject: [Toon-members] TooN doc/documentation.h internal/deprecated.hh
Date: Wed, 16 Dec 2009 16:47:02 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Gerhard Reitmayr <gerhard>      09/12/16 16:47:02

Modified files:
        doc            : documentation.h 
        internal       : deprecated.hh 

Log message:
        doc for Win32 config and a bit more robust for config issues

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/doc/documentation.h?cvsroot=toon&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/deprecated.hh?cvsroot=toon&r1=1.1&r2=1.2

Patches:
Index: doc/documentation.h
===================================================================
RCS file: /cvsroot/toon/TooN/doc/documentation.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- doc/documentation.h 11 Dec 2009 14:27:01 -0000      1.41
+++ doc/documentation.h 16 Dec 2009 16:47:01 -0000      1.42
@@ -744,6 +744,8 @@
   - The default option (does not need to be defined)
   - Only works for the standard builtin integral types and 
<code>std::complex<float></code> and <code>std::complex<double></code>.
 
+Under Win32, the builtin typeof needs to be used. Comment out all the 
TOON_TYPEOF_ defines to use it.
+
 \subsection sConfigLapack Functions using LAPACK
 
 Some functions use internal implementations for small sizes and may switch over

Index: internal/deprecated.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/deprecated.hh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- internal/deprecated.hh      13 May 2009 14:22:35 -0000      1.1
+++ internal/deprecated.hh      16 Dec 2009 16:47:02 -0000      1.2
@@ -27,6 +27,10 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
+#ifdef WIN32
+#undef TOON_DEPRECATED_GCC
+#endif
+
 #ifdef TOON_DEPRECATED_GCC
        #define TOON_DEPRECATED __attribute__((deprecated))
 #else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]