Ignore:
Timestamp:
Dec 22, 2010, 11:33:38 AM (14 years ago)
Author:
garnier
Message:

before tag

Location:
trunk/source/visualization/externals
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/externals/CVS/Entries

    r1337 r1346  
    11D/gl2ps////
    22D/zlib////
    3 /CMakeLists.txt/1.1/Wed Sep 29 19:13:44 2010//
    4 /GNUmakefile/1.1/Wed Sep 29 19:13:52 2010//
     3/CMakeLists.txt/1.1/Wed Sep 29 19:13:44 2010//Tgeant4-09-04-ref-00
     4/GNUmakefile/1.1/Wed Sep 29 19:13:52 2010//Tgeant4-09-04-ref-00
  • trunk/source/visualization/externals/CVS/Tag

    r1331 r1346  
    1 Tgeant4-09-04-beta-01
     1Ngeant4-09-04-ref-00
  • trunk/source/visualization/externals/gl2ps/CVS/Entries

    r1340 r1346  
    11D/include////
    22D/src////
    3 /CMakeLists.txt/1.1/Wed Sep 29 19:14:00 2010//
    4 /GNUmakefile/1.5/Thu Sep 30 06:17:28 2010//
    5 /sources.cmake/1.1/Wed Sep 29 19:14:08 2010//
    6 /History/1.18/Wed Nov  3 16:40:34 2010//
     3/CMakeLists.txt/1.1/Wed Sep 29 19:14:00 2010//Tgeant4-09-04-ref-00
     4/GNUmakefile/1.5/dummy timestamp from new-entry//Tgeant4-09-04-ref-00
     5/History/1.21/Fri Nov 26 15:30:48 2010//Tgeant4-09-04-ref-00
     6/sources.cmake/1.5/Wed Dec  1 17:12:56 2010//Tgeant4-09-04-ref-00
  • trunk/source/visualization/externals/gl2ps/CVS/Tag

    r1331 r1346  
    1 Ngeant4-09-04-beta-01
     1Ngeant4-09-04-ref-00
  • trunk/source/visualization/externals/gl2ps/GNUmakefile

    r1228 r1346  
    1818include $(G4INSTALL)/config/interactivity.gmk
    1919
     20# NO need QT, then reset QTGLAGS
     21QTFLAGS = ""
     22QTLIBS  = ""
     23GLQTLIBS  = ""
     24
    2025ifdef G4LIB_BUILD_ZLIB
    2126  CPPFLAGS += -I$(G4BASE)/visualization/externals/zlib/include
  • trunk/source/visualization/externals/gl2ps/History

    r1340 r1346  
    1 $Id: History,v 1.18 2010/11/03 16:40:34 lgarnier Exp $
     1$Id: History,v 1.21 2010/11/13 10:37:57 allison Exp $
    22-------------------------------------------------------------------
    33
     
    1818     ----------------------------------------------------------
    1919
     20
     2113th November 2010, John Allison  (visexternal-V09-03-03)
     22- Geant4_gl2ps.h: Added #ifdef _WIN32, #define _USE_MATH_DEFINE.
     23
     245th November 2010, John Allison  (visexternal-V09-03-02)
     25- Fixed Linux warnings.
     26
     275th November 2010, John Allison  (visexternal-V09-03-01)
     28- Tagged.
    2029
    21303rd November 2010, Laurent Garnier
  • trunk/source/visualization/externals/gl2ps/include/CVS/Entries

    r1340 r1346  
    1 /G4OpenGL2PSAction.hh/1.4/Thu Sep 30 06:17:28 2010//
    2 /Geant4_gl2ps.h/1.3/Wed Nov  3 15:19:14 2010//
    3 /gl2ps.h/1.3/Wed Nov  3 16:40:15 2010//
     1/G4OpenGL2PSAction.hh/1.4/Mon Apr 26 16:28:18 2010//Tgeant4-09-04-ref-00
     2/Geant4_gl2ps.h/1.4/Fri Nov 26 15:30:48 2010//Tgeant4-09-04-ref-00
     3/gl2ps.h/1.3/Wed Nov  3 16:40:34 2010//Tgeant4-09-04-ref-00
    44D
  • trunk/source/visualization/externals/gl2ps/include/CVS/Tag

    r1331 r1346  
    1 Ngeant4-09-04-beta-01
     1Ngeant4-09-04-ref-00
  • trunk/source/visualization/externals/gl2ps/include/G4OpenGL2PSAction.hh

    r1337 r1346  
    2525//
    2626// $Id: G4OpenGL2PSAction.hh,v 1.4 2010/04/26 16:28:18 lgarnier Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// GEANT4 tag $Name: visexternal-V09-03-01 $
    2828//
    2929
  • trunk/source/visualization/externals/gl2ps/include/Geant4_gl2ps.h

    r1340 r1346  
    232232#include "gl2ps.h"
    233233
     234#ifdef _WIN32
     235#define _USE_MATH_DEFINES
    234236#endif
     237
     238#endif
  • trunk/source/visualization/externals/gl2ps/src/CVS/Entries

    r1340 r1346  
    1 /G4OpenGL2PSAction.cc/1.6/Wed Nov  3 16:40:34 2010//
    2 /gl2ps.cc/1.9/Wed Nov  3 15:22:18 2010//
     1/G4OpenGL2PSAction.cc/1.6/Wed Nov  3 16:40:34 2010//Tgeant4-09-04-ref-00
     2/gl2ps.cc/1.13/Wed Dec 22 10:23:43 2010//Tgeant4-09-04-ref-00
    33D
  • trunk/source/visualization/externals/gl2ps/src/CVS/Tag

    r1331 r1346  
    1 Ngeant4-09-04-beta-01
     1Ngeant4-09-04-ref-00
  • trunk/source/visualization/externals/gl2ps/src/G4OpenGL2PSAction.cc

    r1340 r1346  
    2626//
    2727// $Id: G4OpenGL2PSAction.cc,v 1.6 2010/11/03 16:40:34 lgarnier Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: visexternal-V09-03-01 $
    2929//
    3030//
  • trunk/source/visualization/externals/gl2ps/src/gl2ps.cc

    r1340 r1346  
    7070#include "Geant4_gl2ps.h"
    7171
    72 #include <math.h>
     72#include <cmath>
    7373#include <string.h>
    7474#include <sys/types.h>
    7575#include <stdarg.h>
    7676#include <time.h>
    77 #include <float.h>
     77#include <cfloat>
    7878
    7979#define GL2PS_HAVE_ZLIB
     
    9797#define GL2PS_ZOFFSET       5.0e-2F
    9898#define GL2PS_ZOFFSET_LARGE 20.0F
    99 #define GL2PS_ZERO(arg)     (fabs(arg) < 1.e-20)
     99#define GL2PS_ZERO(arg)     (std::fabs(arg) < 1.e-20)
    100100
    101101/* Primitive types */
     
    725725 
    726726  for(i = 1; i < n; i++){
    727     if(fabs(rgba[0][0] - rgba[i][0]) > threshold[0] ||
    728        fabs(rgba[0][1] - rgba[i][1]) > threshold[1] ||
    729        fabs(rgba[0][2] - rgba[i][2]) > threshold[2])
     727    if(std::fabs(rgba[0][0] - rgba[i][0]) > threshold[0] ||
     728       std::fabs(rgba[0][1] - rgba[i][1]) > threshold[1] ||
     729       std::fabs(rgba[0][2] - rgba[i][2]) > threshold[2])
    730730      return GL_FALSE;
    731731  }
     
    33323332}
    33333333
    3334 static void gl2psPrintTeXBeginViewport(GLint viewport[4])
     3334static void gl2psPrintTeXBeginViewport(GLint[4])
    33353335{
    33363336  glRenderMode(GL_FEEDBACK);
     
    50325032}
    50335033
     5034#if defined(GL2PS_HAVE_LIBPNG)
    50345035static void gl2psPrintSVGPixmap(GLfloat x, GLfloat y, GL2PSimage *pixmap)
     5036#else
     5037static void gl2psPrintSVGPixmap(GLfloat, GLfloat, GL2PSimage*)
     5038#endif
    50355039{
    50365040#if defined(GL2PS_HAVE_LIBPNG)
  • trunk/source/visualization/externals/zlib/CVS/Entries

    r1340 r1346  
    11D/include////
    22D/src////
    3 /GNUmakefile/1.1/Thu Sep 30 06:17:31 2010//
    4 /History/1.1/Thu Sep 30 06:17:31 2010//
    5 /README/1.1/Mon Jul 12 14:53:17 2010//
    6 /sources.cmake/1.1/Wed Sep 29 19:14:24 2010//
    7 /CMakeLists.txt/1.2/Fri Oct  8 10:03:41 2010//
     3/CMakeLists.txt/1.2/Thu Sep 30 13:56:02 2010//Tgeant4-09-04-ref-00
     4/GNUmakefile/1.1/Thu May 12 19:39:31 2005//Tgeant4-09-04-ref-00
     5/History/1.1/Wed May 25 23:18:52 2005//Tgeant4-09-04-ref-00
     6/README/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     7/sources.cmake/1.1/Wed Sep 29 19:14:24 2010//Tgeant4-09-04-ref-00
  • trunk/source/visualization/externals/zlib/CVS/Tag

    r1331 r1346  
    1 Ngeant4-09-04-beta-01
     1Ngeant4-09-04-ref-00
  • trunk/source/visualization/externals/zlib/include/CVS/Entries

    r1337 r1346  
    1 /crc32.h/1.1/Mon Jul 12 14:53:16 2010//
    2 /deflate.h/1.1/Mon Jul 12 14:53:16 2010//
    3 /trees.h/1.1/Mon Jul 12 14:53:16 2010//
    4 /zconf.h/1.1/Mon Jul 12 14:53:16 2010//
    5 /zlib.h/1.1/Mon Jul 12 14:53:16 2010//
    6 /zutil.h/1.1/Mon Jul 12 14:53:16 2010//
     1/crc32.h/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     2/deflate.h/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     3/trees.h/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     4/zconf.h/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     5/zlib.h/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     6/zutil.h/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
    77D
  • trunk/source/visualization/externals/zlib/include/CVS/Tag

    r1331 r1346  
    1 Ngeant4-09-04-beta-01
     1Ngeant4-09-04-ref-00
  • trunk/source/visualization/externals/zlib/src/CVS/Entries

    r1337 r1346  
    1 /adler32.cc/1.1/Thu Sep 30 06:17:32 2010//
    2 /compress.cc/1.1/Thu Sep 30 06:17:32 2010//
    3 /crc32.cc/1.1/Thu Sep 30 06:17:32 2010//
    4 /deflate.cc/1.1/Thu Sep 30 06:17:32 2010//
    5 /trees.cc/1.1/Thu Sep 30 06:17:33 2010//
    6 /zutil.cc/1.1/Thu Sep 30 06:17:33 2010//
     1/adler32.cc/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     2/compress.cc/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     3/crc32.cc/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     4/deflate.cc/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     5/trees.cc/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
     6/zutil.cc/1.1/Thu May 12 21:04:53 2005//Tgeant4-09-04-ref-00
    77D
  • trunk/source/visualization/externals/zlib/src/CVS/Tag

    r1331 r1346  
    1 Ngeant4-09-04-beta-01
     1Ngeant4-09-04-ref-00
Note: See TracChangeset for help on using the changeset viewer.