Import Geant4 4.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:18:25 +02:00
parent 36c080dca6
commit 921d3b1cda
3990 changed files with 185376 additions and 82884 deletions
+11 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.6 2001/06/18 08:41:12 gcosmo Exp $
$Id: History,v 1.9 2001/11/29 16:50:01 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -19,6 +19,16 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
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.
September 19, 2001 Gabriele Cosmo (STEP-V03-02-00)
- SdaiCONFIG_CONTROL_DESIGN.cc: cleaned up warnings on SUN-CC.
- dirobj.cc: restored usage of strdup() and force non-ansi compilation in GNUmakefile
for Linux-g++, to avoid incompatibilities on the usage of C strings operations
when "-ansi -pedantic" is adopted.
June 18, 2001 Gabriele Cosmo (STEP-V03-01-00)
- dirobj.cc: removed usage of strdup() to allow porting on Linux-g++ -ansi
setup. Replaced with existing solution for __O3DB__.