Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.5 2001/11/29 16:46:51 gcosmo Exp $
# $Id: GNUmakefile,v 1.6 2002/07/04 16:17:48 gcosmo Exp $
# -------------------------------------------------------------
# GNUmakefile for STEP library. Gabriele Cosmo, 15/11/96.
# -------------------------------------------------------------
@@ -23,7 +23,7 @@ CPPFLAGS += \
# To avoid incompatibilities with ANSI standard treatment of strings, the
# NIST STEP reader on gcc-2.95.X and later must be compiled in non-ANSI mode.
#
ifneq (,$(findstring Linux-g++,$(G4SYSTEM)))
ifneq (,$(findstring g++,$(G4SYSTEM)))
ansi_options = -Wall -ansi -pedantic
NCXX = $(filter-out $(ansi_options),$(CXXFLAGS))
NCPP = $(CPPFLAGS)
+5 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.9 2001/11/29 16:50:01 gcosmo Exp $
$Id: History,v 1.10 2002/07/04 16:17:48 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -19,6 +19,10 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
July 4, 2002 Gabriele Cosmo (STEP-V04-01-00)
- GNUmakefile: parse 'g++' string in G4SYSTEM to detect non-ISO setup for
gcc-2.95 and higher.
November 29, 2001 Gabriele Cosmo (STEP-V03-02-01)
- Fixes for compilation on gcc-2.96.98 and gcc-3.0.2 compilers to overcome warnings
produced and fix std namespace problems in sdaiString.cc.
@@ -6,7 +6,7 @@
//
// $Id: classes.h,v 1.3 2000/01/21 13:42:37 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
/*
** Fed-x parser output module for generating C++ class definitions