Import Geant4 5.0.0 source tree
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user