source: trunk/source/global/History @ 1218

Last change on this file since 1218 was 1193, checked in by garnier, 15 years ago

CVS update

File size: 49.1 KB
Line 
1$Id: History,v 1.232 2009/11/18 11:42:03 vnivanch Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
20November 17, 2009  V.Ivanchenko (global-V09-02-10)
21- G4PhysicsVector - fixed Value method for the case when energy is
22                    around edgeMax adding extra protection
23
24November 4, 2009  V.Ivanchenko (global-V09-02-09)
25- G4PhysicsVector: cleaned up initialisation of cached values;
26  simplified Value() method, now not looking into previous bin;
27  added method ScaleVector() needed for ICRU'73 data.
28
29October 29, 2009  G.Cosmo (global-V09-02-08)
30- Cleared warning for unused argument in G4Allocator internal method.
31
32August 7, 2009  G.Cosmo (global-V09-02-07)
33- Some improvements to G4String and G4SubString implementation of operators
34  and comparison stub functions, to reduce generation of temporaries.
35- Removed obsolete static hash(s) method.
36
37July 3, 2009  V.Ivanchenko (global-V09-02-06)
38- New class G4Pow, a singleton for fast computation of log() and pow() for
39  integer and double arguments in the interval [1-256].
40- G4PhysicsVector:
41  o Added ComputeSecDerivative() and SplinePossible() methods as a
42    computation of Spline coefficients for small number of bins.
43  o Removed old obsolete hidden bin approach.
44  o Use std::vector for second derivatives instead of C arrays.
45
46May 26, 2009  A.Bagulya (global-V09-02-05)
47- G4PhysicsVector: do not change flag "useSpline" during initialisation
48  to address bug in N02 reported by valgrind
49
50May 26, 2009  A.Bagulya (global-V09-02-04)
51- G4PhysicsVector: set limits of number of bins for spline: 4 for the case
52  of first derivatives defined; 5 for the case when "Not-a-Knot" algorithm
53  is used.
54
55May 15, 2009  P.Arce (global-V09-02-03)
56- Added G4ErrorStage enum to G4ErrorPropagatorData class.
57
58May 13, 2009  A.Bagulya (global-V09-02-02)
59- G4PhysicsVector: added method ComputeSecondDerivatives() for the case when
60  user provides first derivative at endpoits; use "Not-a-Knot" algorithm for
61  the computation of second derivatives in default method
62  FillSecondDerivatives().
63- Changed date for release 9.3-beta.
64
65Mar 16, 2009  G.Cosmo (global-V09-02-01)
66- Changed date for release 9.2.p01.
67
68Jan 27, 2009  G.Cosmo (global-V09-02-00)
69- Correction in management/GNUmakefile to CPPFLAGS, adding G4RF_DEBUG in
70  case enabled.
71
72Dec 08, 2008  G.Cosmo (global-V09-01-18)
73- Added new constructor G4String(const char*, str_size).
74
75Dec 02, 2008  G.Cosmo (global-V09-01-17)
76- Changed date for release 9.2.
77
78Nov 07, 2008  P.Gumplinger (global-V09-01-16)
79- Removed unnecessary 'const' qualifier from G4PlaneVectorRand() function
80  declaration.
81
82Nov 07, 2008  G.Cosmo (global-V09-01-15)
83- Added header G4RandomTools.hh, implementing global utility methods for
84  random Lambertian vector and random plane vector. Implementation derived
85  from G4OpBoundaryProcess.
86
87Oct 14, 2008  V.Ivantchenko (global-V09-01-14)
88- G4PhysicsVector: changed algorithm for computation of second derivatives, to
89  guarantee continuity with first derivative; fixed second derivative at edges
90  of the vector to be the same as in neighboring nodes.
91
92Sep 22, 2008  G.Cosmo (global-V09-01-13)
93- Corrected initialisation of vectors to conform to definition in
94  G4PhysicsVector, and added protections against empty vectors. (V.Ivantchenko)
95- Corrected definition of copy-constructor and operator=() in G4PhysicsVector
96  and added corresponding definitions in derived classes, where needed.
97
98Aug 15, 2008  G.Cosmo (global-V09-01-12)
99- Restored original implementation of G4SwapPtr() but using reference of
100  pointers as arguments, allowing for unambiguous use from client code.
101
102Aug 14, 2008  P.Gumplinger (global-V09-01-10, global-V09-01-11)
103- Corrected G4SwapPtr() function in templates.hh (see also problem
104  report #1020).
105
106Jun 26, 2008  G.Cosmo (global-V09-01-09)
107- Corrected version number tag.
108
109Jun 23, 2008  G.Cosmo (global-V09-01-08)
110- Changed date for release 9.2-beta.
111
112May 06, 2008  M.Maire (global-V09-01-07)
113- G4UnitsTable: added units for electric-field, V/m.
114
115Apr 23, 2008  G.Cosmo (global-V09-01-06)
116- Changed date for release 9.1.p02.
117
118Apr 21, 2008  V.Ivantchenko (global-V09-01-05)
119- Corrected deletion of temporary in G4PhysicsVector::FillSecondDerivatives().
120
121Apr 07, 2008  A.Bagulya, V.Ivantchenko (global-V09-01-04)
122- G4PhysicsVector:
123  o Introduced cubic spline interpolation, optionally selectable.
124  o Optimised implementation of GetValue() method.
125- G4LPhysicsFreeVector: corrected use of GetValue() to adopt implementation
126  available from the base class.
127
128Mar 19, 2008  V.Grichine (global-V09-01-03)
129- Modified G4RandomDirection global function to use unit radius sphere surface
130  algorithm instead of 8-quadrants technique, giving 30% performance boost.
131
132Mar 13, 2008  G.Cosmo (global-V09-01-02)
133- Introduced inclusion of <cstring> and <climits> in G4String.hh and
134  templates.hh respectively for porting on gcc-4.3.0 compiler.
135- Cleared compilation warnings in G4DataInterpolation and G4JTPolynomialSolver
136  on gcc-4.3.0 for ambiguous use of parentheses in condition statements.
137
138Feb 15, 2008  G.Cosmo (global-V09-01-01)
139- Removed useless specification of units in implementation of
140  G4GeometryTolerance::SetSurfaceTolerance().
141
142Jan 22, 2008  G.Cosmo (global-V09-01-00)
143- Changed date for release 9.1.p01.
144
145Nov 20, 2007  G.Cosmo (global-V09-00-02)
146- Changed date for release 9.1.
147
148Nov 13, 2007  G.Cosmo (global-V09-00-01)
149- Cleared compilation warnings for non-inlining and shadowing of variables.
150
151Aug 21, 2007  G.Cosmo (global-V09-00-00)
152- Changed date for release 9.0.p01.
153
154Jun 18, 2007  G.Cosmo (global-V08-03-07)
155- Force static initialisation to G4GeometryTolerance singleton, to overcome
156  problems in startup on MacOS for the case of redundant link list of
157  libraries.
158
159Jun 05, 2007  G.Cosmo (global-V08-03-06)
160- Fixed compilation warnings on Intel icc compiler for useless const
161  specification in return values of G4ErrorPropagatorData methods.
162
163Jun 05, 2007  G.Cosmo (global-V08-03-05)
164- Define static methods not inline in G4ErrorPropagatorData class, to allow
165  for generation of DLLs on Windows.
166
167May 30, 2007  G.Cosmo (global-V08-03-04)
168- Changed date for release 9.0.
169
170May 18, 2007  G.Cosmo (global-V08-03-03)
171- Removed kAngTolerance and kRadTolerance constants, now provided by the
172  G4GeometryTolerance class. Values are still kept as the original set in
173  geomdefs.hh and cannot be changed.
174
175May 16, 2007  G.Cosmo (global-V08-03-02)
176- Introduced new utility class G4ErrorPropagatorData to provide access to
177  mode, state, target and manager verbosity for the error propagation
178  classes (by P.Arce).
179
180May 13, 2007  V.Ivanchenko (global-V08-03-01)
181- Fixed bug in G4LPhysicsVector constructor: initialise vectors of
182  length=nbin+1 (one bin is hidden for users). Addresses bug report #942.
183
184May 11, 2007  G.Cosmo (global-V08-03-00)
185- Added G4GeometryTolerance singleton class for the definition of
186  tunable geometrical tolerances. The Cartesian tolerance can either be set
187  to a fixed value (kCarTolerance=1E-9 mm) or to a value computed on the basis
188  of the maximum extent of the world volume assigned through the
189  G4GeometryManager at the beginning of the application -before- any
190  geometrical object is created.
191- Old static constant 'kCarTolerance' has been removed.
192- Added new class G4SimplexDownhill in HEPNumerics module: a Simplex method
193  for function minimization.
194
195Apr 25, 2007  G.Cosmo (global-V08-02-02)
196- Changed date for release 8.3.
197
198Feb 19, 2007  G.Cosmo (global-V08-02-01)
199- Changed date for public patch-01 to release 8.2.
200
201Feb 09, 2007  G.Cosmo (global-V08-02-00)
202- Added G4TwoVector type, typef of CLHEP's Hep2Vector class.
203
204Nov 30, 2006  G.Cosmo (global-V08-01-07)
205- Added ClearUnitsTable() method to G4UnitDefinition to allow for proper
206  deallocation of units from the run-manager.
207
208Nov 22, 2006  M.Asai (global-V08-01-06)
209- Fixed the incorrect behavior of G4StateManager, so that now it changes the
210  state AFTER it asks to all the G4VStateDependent classes.
211
212Nov 15, 2006  G.Cosmo (global-V08-01-05)
213- Added signal handler for debugging FPE signals and catching NaNs in
214  applications. Works only on Linux with gcc compiler.
215  Activated through the run-manager if "run" module is compiled with
216  the flag G4FPE_DEBUG set in the environment.
217- Changed date for release 8.2.
218
219Nov 02, 2006  G.Cosmo (global-V08-01-04)
220- Removed definitions of 'sysconf()', 'filetime2msec()' and 'times()' for
221  WIN32 in G4SliceTimer. Symbols are already defined in G4Timer and
222  included in the library. Fixes archiving warning on Windows.
223
224Nov 02, 2006  G.Cosmo
225- Changed date for release 8.1.p02.
226
227Oct 23, 2006  G.Cosmo (global-V08-01-03)
228- New class G4SliceTimer with implementation derived from G4Timer for the
229  computation of slice time intervals (by M.Asai).
230
231Sep 15, 2006  G.Cosmo (global-V08-01-02)
232- Corrected inclusion of CLHEP headers in wrapper files
233  G4SystemOfUnits.hh and G4PhysicalConstants.hh
234
235Aug 18, 2006  M.Maire (global-V08-01-01)
236- G4UnitsTable: removed mum; um should be used instead.
237
238Jul 20, 2006  G.Cosmo (global-V08-01-00)
239- Changed date for release 8.1.p01.
240
241Jun 13, 2006  V.Grichine
242- Extended unit test G4IntegratorTest in HEPNumerics.
243
244May 03, 2006  G.Cosmo (global-V08-00-04)
245- Updated date for release 8.1 in G4Version.hh.
246
247May 03, 2006  G.Cosmo (global-V08-00-03)
248- Clear entries in table in destructor of G4UnitDefinition.
249
250May 03, 2006  G.Cosmo (global-V08-00-02)
251- Added G4VNotifier class, renamed from G4VStoreNotifier implemented inside
252  the geometry module. The class is a simple abstract class allowing for
253  implementation of user notifiers to be activated for example at
254  registration/deregistration of objects in stores.
255
256Feb 15, 2006  M.Maire (global-V08-00-01)
257- G4UnitsTable: added GeV/cm, MeV/cm, keV/cm, eV/cm (Energy/Length)
258  g/cm2 ("Mass/Surface") and MeV*cm2/g ..etc.. ("Energy*Surface/Mass").     
259
260Jan 30, 2006  M.Maire (global-V08-00-00)
261- G4UnitsTable.cc: added Symbol um for micrometer.
262
263Dec 02, 2005  G.Cosmo (global-V07-01-06)
264- templates.hh: get rid of hard-coded numbers for DBL_MIN, FLT_MIN, DBL_DIG,
265  DBL_MAX, FLT_DIG, FLT_MAX/MAXFLOAT. Use numeric_limits from <limits> instead.
266  Fix necessary to allow for porting on VC++8 compiler.
267- Added unit test LimitsTest.cc.
268
269Nov 28, 2005  G.Cosmo (global-V07-01-05)
270- Changed header file from version.hh to G4Version.hh.
271  Coworks with tag "run-V07-01-08"
272- Fix in G4strstreambuf destructor to avoid double flushing of buffer.
273
274Nov 09, 2005  G.Cosmo (global-V07-01-04)
275- Removed '#undef __DEPRECATED' statement in G4Types.hh for strstream
276  deprecation by the gcc compiler.
277- Added forward declaration for __void__ type to be used for definition of
278  fake default constructors for usage of direct object persistency.
279
280Nov 04, 2005  G.Cosmo (global-V07-01-03)
281- Support for CLHEP-2.0.X series:
282  o Introduced explicit usage of 'CLHEP::' and 'HepGeom::' namespaces for
283    vector and geometry types.
284  o Added wrapper headers for units and constants to allow for usage in the
285    global namespace. Units and constants are NOT moved to the CLHEP namespace
286    in this version.
287  o Works with both 1.9.X and 2.0.X series of CLHEP.
288
289Oct 26, 2005  K.Murakami (global-V07-01-02)
290- version.hh: modified for the release 8.0
291- G4strstreambuf: revised for migration to sstream
292
293Oct 04, 2005  G.Cosmo (global-V07-01-01)
294- G4Allocator: initialise esplicitely data in copy-ctor.
295- G4AllocatorPool: added default dummy argument to ctor
296  to allow for default-ctor
297
298Sep 26, 2005  K.Murakami (global-V07-01-00)
299- Added version.hh header, including definitions for software versioning.
300
301Aug 12, 2005  M.Maire
302- G4UnitsTable.cc: added Surface/Mass unit (cm2/g).
303
304May 19, 2005  V.Grichine (global-V07-00-06)
305- Improved accuracy to G4AnalyticalPolSolver for quartic case.
306
307May 17, 2005  V.Grichine (global-V07-00-05)
308- Added new class G4AnalyticalPolSolver in HEPNumerics module, implementing
309  the CACM algorithm for solving analytically a polynomial equation up to
310  the 4th order.
311
312Apr 22, 2005  G.Cosmo (global-V07-00-04)
313- G4Types.hh: extend check for deprecated warning on <strstream> for
314  major versions of gcc >= 3.
315
316Mar 21, 2005  J.Allison (global-V07-00-03)
317- G4UnitsTable.hh/.cc: Added G4BestUnit::operator G4String.
318
319Mar 18, 2005  G.Cosmo
320- Fixed compilation warnings on SUN-CC for G4JTPolynomialSolver.
321
322Mar 15, 2005  G.Cosmo (global-V07-00-02)
323- Migrated calls to G4Exception in HEPNumerics to canonical signature.
324- Q/A cleanup to clear CodeWizard warnings and minor fixes.
325- Moved inline methods to .icc files.
326- Minor cosmetics.
327
328Mar 01, 2005  G.Cosmo (global-V07-00-01)
329- Fixed compilation warnings on WIN32-VC for G4JTPolynomialSolver;
330  removed unnecessary inclusion of <cfloat>.
331
332Feb 14, 2005  G.Cosmo (global-V07-00-00)
333- Added polynom-solver class G4JTPolynomialSolver implementing the
334  Jenkins-Traub algorithm for real polynomial root finding. To be
335  used by the twisted-trap shape for precise computation of
336  intersections.
337
338Dec 02, 2004  G.Cosmo (global-V06-02-05)
339- Added inclusion of <cstddef> to G4Allocator.hh to make the header
340  self-consistent.
341
342Nov 12, 2004  G.Cosmo (global-V06-02-04)
343- Migrated code to use 'std' namespace for mathematical functions
344  included from <cmath>. Removed explicit inclusion of CLHEP.h and
345  therefore also implicit inclusions of system headers <math.h>,
346  <stdlib.h> and <limits.h>.
347- Removed implicit inclusion of CLHEP's template function abs(), use
348  now standard function std::abs() instead.
349
350Nov 01, 2004  H.Kurasige (global-V06-02-03)
351- Code cleanup in G4PhysicsTable implementation.
352- Added push_back() method.
353
354Oct 29, 2004  G.Cosmo (global-V06-02-02)
355- Added global function G4RandomDirection() providing a random 3-vector
356  normalised in 4pi.
357- Cleared obsolete setup for min/max macros required for Windows/VC++6.
358
359Oct 25, 2004  H.Kurashige (global-V06-02-01)
360- Added collection of flags and related methods in G4PhysicsTable.
361  The collection of boolean values will be used by physics processes
362  to flag if recomputation will be required or not.
363
364Jul 1, 2004  G.Cosmo (global-V06-02-00)
365- Merge developments included in "global-V06-01-02" for the new
366  G4Allocator implementation.
367
368Jun 11, 2004  G.Cosmo (global-V06-01-02c)
369- Use global flag G4IOS_EXPORT to export extern symbols for DLLs.
370  Modified granular GNUmakefiles and corrected G4ios.cc to the new scheme.
371- Does NOT include developments introduced in "global-V06-01-02".
372
373Jun 9, 2004  G.Cosmo (global-V06-01-02b)
374- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
375  allowing support of DLLs on Windows.
376- Does NOT include developments introduced in "global-V06-01-02".
377
378Jun 7, 2004  G.Cosmo (global-V06-01-02a)
379- Added support for building DLLs on Windows:
380  o Added macros for importing symbols.
381  o Migrated G4ios and G4strstreambuf.
382- Does NOT include developments introduced in "global-V06-01-02".
383
384May 26, 2004  G.Cosmo (global-V06-01-02)
385- New implementation of the G4Allocator based on a pool of memory-chunks.
386  The size of a single chunk is kept at 1Kb as for the old allocator.
387  This implementation replaces the old G4Allocator based on pages and no
388  longer portable on the new gcc-3.4.0 compiler.
389  The new allocator also supports the standard interface required for STL
390  containers, in case it will be used as alternative allocator instead of
391  the default std::allocator.
392  o New classes: G4AllocatorPool
393  o Removed classes: G4AllocatorPage, G4AllocatorUnit.
394- Added unit test for allocation of std::vector collections.
395
396May 14, 2004  G.Cosmo (global-V06-01-01)
397- G4Allocator: added utility methods for explicitely deallocate storage
398  and print total allocated pages size:
399  ResetStorage(), GetAllocatedSize().
400- Added unit test for deallocation.
401
402April 23, 2004  G.Cosmo (global-V06-01-00)
403- Fixed bug in HEPNumerics/G4DataInterpolation::PolynomInterpolation()
404  for indexing in a for-loop.  (V.Grichine)
405
406March 15, 2004  G.Cosmo (global-V06-00-01)
407- Removed obsolete "includes" target in management/GNUmakefile.
408- Corrected comments in G4UserLimits.hh.
409
410January 21, 2004  G.Cosmo (global-V06-00-00)
411- G4UnitsTable[.hh.cc]: corrected signatures to consider
412  'const G4String&' wherever applicable.
413
414November 24, 2003  G.Cosmo (global-V05-02-03)
415- G4UnitsTable.cc: fixed units initialisation and deletion of objects in
416  constructors.
417 
418November 4, 2003  G.Cosmo (global-V05-02-02)
419- Added method ExistPhysicsTable() to G4PhysicsTable. (H.Kurasige)
420
421October 31, 2003  M.Asai (global-V05-02-01)
422- Fixed uninitialized variable in G4StateManager and protect null pointer
423  of G4VExceptionHandler used in G4Exception
424
425June 17, 2003  G.Cosmo (global-V05-02-00)
426- Archived g4std wrappers. Removed definition of G4std in G4Types.hh.
427
428June 6, 2003  G.Cosmo (global-V05-01-01)
429- Made g4std wrappers obsolete:
430  o modified wrappers to include standard std headers
431  o replaced all occurences of G4std:: with std::
432  o replaced all occurences of
433      #include "g4std/XXX"
434    with
435      #include <XXX>
436  o removed usage of G4USE_STD_NAMESPACE macro.
437
438May 21, 2003  G.Cosmo (global-V05-01-00)
439- G4PhysicsVector.hh: moved copy costructor and assignment operator to
440  public. Fixes problem report #486.
441
442April 7, 2003  G.Cosmo (global-V05-00-05)
443- G4Allocator.hh: revert back latest change. Performance loss is not really
444  relevant in a real simulation but not negligible in a specific unit test.
445- Added simple unit tests for G4Allocator and G4Timer.
446
447April 1, 2003  G.Cosmo (global-V05-00-04)
448- G4Allocator.hh: test additional protection for NULL pointer in FreeSingle().
449
450March 27, 2003  G.Cosmo (global-V05-00-03)
451- Fixed compilation problem on WIN32-VC platform for G4strstreambuf.
452
453March 25, 2003  G.Cosmo (global-V05-00-02)
454- Fixed trivial strict pedantic warnings in copy constructor for
455  G4PhysicsTable and G4strstreambuf. Also for unused parameters in
456  a couple of methods in G4String.
457- Removed unnecessary usage of GNU_GCC preprocessor flag in G4Allocator
458  and G4strstreambuf.
459
460February 05, 2003  G.Cosmo (global-V05-00-01)
461- Removed copies of SystemOfUnits.h and PhysicalConstants.h, now using
462  directly headers from CLHEP: changed globals.hh and G4SIunits.hh.
463
464January 22, 2003  G.Cosmo (global-V05-00-00)
465- global.hh: exclude definition of min/max for Windows .NET VC++ compiler.
466
467December 6, 2002 G.Cosmo (global-V04-01-05)
468- G4Integrator.icc: fixed some uninitialised variables.
469- Fixed unit test for G4Integrator.
470
471December 4, 2002 M.Asai (global-V04-01-03, global-V04-01-04)
472- Migration to new G4ApplicationState.
473
474November 20, 2002 G.Cosmo (global-V04-01-02)
475- G4UnitsTable[.hh.cc]: made GetUnitsTable static method non inlined.
476- G4Integrator[.icc]: plugged minor memory leak.
477
478August 19, 2002 M.Asai (global-V04-01-01)
479- Introducing a new G4Exception scheme.
480 Added : G4VStateDependent.hh G4VStateDependent.cc G4ExceptionSeverity.hh
481 Modified : G4Exception.cc G4StateManager.hh globals.hh
482
483June 21, 2002 G.Cosmo (global-V04-01-00)
484- G4Allocator.hh: changed definition of page size to become data-member of
485  G4Allocator. fPageSize is now computed according to the size of the object
486  to be allocated. The default size is 1024 bytes for objects whose size is
487  less than 512 bytes, 10 times the size of the object otherwise.
488  To be benchmarked before put it in production.
489
490May 30, 2002 G.Cosmo (global-V04-00-08)
491- G4DataVector.cc: initialise to zero values in collection for contructor
492  taking capacity.
493
494May 24, 2002 G.Cosmo (global-V04-00-07)
495- Introduced temporary modifications for porting on gcc-3.1 compiler:
496  o g4std/strstream: deactivate gcc-3.1 specific __DEPRECATED flag.
497  o G4strstreambuf.icc: correct patch for overflow() to be specific only to
498    gcc-3.0.X versions of the compiler. Behavior now fixed in gcc-3.1.
499  o G4llocator.hh: use pointer to member data to compute offset in FreeSingle().
500    for gcc-3.1 compiler. gcc-3.1 complains and does not correctly handle offsets
501    computed from non-POD types. Pointers to member data should be used instead.
502    This advanced C++ feature seems not to work on earlier versions of the same
503    compiler or on other system configurations.
504- Cosmetics for Software Reference Manual on G4Allocator related headers.
505
506May 15, 2002 G.Cosmo (global-V04-00-06)
507- G4UnitsTable.cc: fixed bug in operator<< to use the argument 'flux'
508  instead of G4cout.
509- geomdefs.hh: added 'kUndefined' key to specify undefined EAxis.
510
511April 19, 2002 G.Cosmo (global-V04-00-05)
512- Moved inline constructors/destructors to no-inline.
513  Files: G4DataVector[.hh.cc], G4OrderedTable[.hh.cc].
514
515April 16, 2002 M.Asai (global-V04-00-04)
516- Give a bit more information to the user when G4Exception occurs.
517  Affected files : G4Exception.cc G4StateManager.hh G4StateManager.cc
518
519March 25, 2002 G.Cosmo (global-V04-00-03)
520- G4String[.hh.icc]: use G4std::string instead of internal type 'std_string'
521  in signatures of public methods.
522
523January 28, 2002 G.Cosmo (global-V04-00-02)
524- G4strstream.icc: temporary fix to G4strstream::overflow(int) for GNU gcc-3.0.X
525  compilers, which require returning of character c in case of <CR>.
526
527January 25, 2002 G.Cosmo (global-V04-00-01)
528- Removed unnecessary std wrappers for HP-aCC (coworks with config-V04-00-00).
529- Removed obsolete inline definitions in g4std/wrappers/DEC-cxx/cmath.
530
531January 17, 2002 G.Cosmo (global-V04-00-00)
532- Replaced 'NULL' with '0' in G4Allocator.hh, G4strstreambuf.icc and G4Timer.cc.
533- G4strstreambuf.icc: plugged memory leak in destructor for buffer deletion
534  and some cosmetics.
535
536November 29, 2001 G.Cosmo (global-V03-02-07)
537- Fixed warnings on gcc-3.0.2 for G4DataVector.cc and G4PhysicsVector.cc.
538- Minor fixes to G4String[.hh.icc] for avoiding compilation warnings on
539  WIN32-VC and gcc-3.0.2.
540
541November 08, 2001 R.Chytracek (global-V03-02-06)
542- New optimised revision of G4ReferenceCountedHandle to reflect new design.
543  Updated also unit test testReferenceCountedHandle.cc.
544
545October 23, 2001 G.Cosmo (global-V03-02-05)
546- Merged changes in "global-V03-02-03" for removal of STLinterface module.
547
548October 22, 2001 G.Cosmo (global-V03-02-04)
549- Note: this tag adds the following fearures to "global-V03-02-02"
550  (removal of STLinterface is NOT included here!):
551  o Introduced G4ReferenceCountedHandle templated class.
552  o Added <deque> wrapper in include/g4std.
553
554October 11, 2001 G.Cosmo (global-V03-02-03)
555- Removed STLinterface module:
556  o renamed cstring[.h.icc] to G4String[.hh.icc] and placed
557    in management/include.
558  o renamed ctoken.h to G4Tokenizer.hh and placed in management/include.
559
560September 17, 2001 H.Kurashige (global-V03-02-02)
561- Added Store/Retrieve method to G4DataVector.
562- Added Store/Retrieve method to G4OrderedTable.
563
564July 18, 2001 M.Asai (global-V03-02-01)
565- Added a feature of suppressing program abortion due to G4Exception
566  affected files : G4StateManager.hh G4StateManager.cc G4Exception.cc
567
568July 16, 2001 G.Cosmo (global-V03-02-00)
569- Synchronised with CVS HEAD after inclusion liability disclaimer.
570
571June 15, 2001 G.Cosmo (global-V03-01-02)
572- globals.hh: removed definition of cbrt() to allow ANSI compilation on
573  Linux-g++ architecture with new compiler gcc-2.95-2.
574
575June 06, 2001 G.Cosmo (global-V03-01-01)
576- G4DataVector: added constructor with argument for initialise values in
577  collection.
578
579May 30, 2001 G.Cosmo (global-V03-01-00)
580- Defined 'str_size' as G4std::string::size_type and replaced usage of 'size_t'
581  in G4String and G4SubString. Fixes problem report #40.
582
583April 05, 2001 G.Cosmo (global-V03-00-11)
584- Added patch to management/GNUmakefile for allowing compilation of G4UnitsTable.cc
585  on SUN-CC5 (CC 5.2 Patch 109508-02), removing optimisation.
586
587April 03, 2001 G.Cosmo (global-V03-00-10)
588- Fixed minor bug in constructor of G4PhysicsLinearVector, G4PhysicsLnVector
589  and G4PhysicsLogVector (H.Kurasige).
590
591April 02, 2001 G.Cosmo (global-V03-00-09)
592- G4UnitsTable.cc: resolved ambiguity of old/new style iostream for
593  formatting in G4UnitsTable::operator<<.
594- Fix for compilation on WIN32-VC: added typedef to base collection G4PhysCollection
595  in G4PhysicsTable.
596 
597March 09, 2001 G.Cosmo (global-V03-00-08)
598- Tyde up comments.
599- Added patch to G4PhysicsTable::Store/Retrieve methods for non-ISO setup
600  where 'binary' streams are not implemented. Binary mode is allowed only
601  with ISO setup (native-STL).
602- Removed 'virtual' specifier from Retrieve (...) methods in G4PhysicsVector
603  derived classes.
604- Fixed bug in constructor of G4PhysicsLnVector:
605  added initialisation of 'dataVector' to zero (H.Kurasige).
606
607March 09, 2001 H.Kurasige
608- Added Store/RetrievePhysicsTable methods (G4PhysicsTable).
609- Added Store/Retrieve and GetType methods (G4PhysicsVector and related).
610- Introduced G4PhysicsVectorType class (enumeration).
611- Added unit test PhysicsTableTest.cc.
612
613March 06, 2001 G.Cosmo (global-V03-00-07)
614- Completed migration to STL vector for all classes in "global/management"
615  o Migrated G4UnitsTable
616  o Migrated G4StateManager
617
618March 05, 2001 G.Cosmo (global-V03-00-06)
619- Added new unit 'parsec' to SystemOfUnits.h (M.Maire).
620- Updated G4UnitsTable unit test (M.Maire).
621- Removed file G4UnitsTest.hh now replaced by G4SIunits.hh.
622
623February 24, 2001 G.Cosmo (global-V03-00-05)
624- Implemented migration to STL vectors for G4PhysicsTable (H.Kurasige).
625  Added class description and comments for Software Reference Manual.
626
627February 05, 2001 H.Kurasige (global-V03-00-04)
628- Added default constructors to G4DataVector and G4OrderedTable. Removed
629  default size.
630
631February 01, 2001 G.Cosmo, H.Kurasige (global-V03-00-03)
632- Migration to STL vectors for G4OrderedTable and G4DataVector. In
633  G4OrderedTable, G4ValVector type has been removed and is now replaced
634  with G4DataVector.
635- Removed from G4PhysicsVector dependency over G4PhysicsTable.
636  Removed methods: LinkPhysicsTable(), IsLinkedTableExist() and
637  GetNextTable(). Removed data-member ptrNextTable.
638  Updated all related subclasses.
639- Updated unit tests in management/test.
640
641January 29, 2001 G.Cosmo (global-V03-00-02)
642- Added generic class G4PolynomialSolver in HEPNumerics module, extracting
643  logic from class G4Torus in geometry/solids/CSG.
644
645January 16, 2001 G.Cosmo (global-V03-00-01)
646- Minor fixes to last migration in management classes
647  tagged global-STLmigration-V02.
648
649January 09, 2001 H.Kurashige
650- Full STL migration for G4PhysicsVector and related.
651
652January 09, 2001 G.Cosmo (global-V03-00-00)
653- Fixed bug in destructor of G4Allocator (report #181): use "delete"
654  instead of "free" for deleting a page allocated with "new".
655
656December 13, 2000 G.Folger (global-V02-00-06)
657- Added GNUmakefile to HEPRandom to handle "includes" gmake target.
658
659November 20, 2000 G.Cosmo (global-V02-00-05)
660- QA code cleanup and fixes to remove warnings from
661  "-Wall -ansi -pedantic" g++ compiler options:
662  o added/fixed declaration/implementation of private copy constructor
663    and assignment operator where needed.
664  o commented out variables declared and not used.
665  o fixed declaration of variables used before being initialised.
666  o fixed order of initialisation of member data in constructors.
667  o fixed usage of unsigned-int (size_t) for array indeces.
668  o G4strstreambuf: created .icc file and moved implementation of
669    inlined functions therein.
670
671November 3, 2000 G.Folger (global-V02-00-04)
672- Added rules for "includes" target to GNUmakefile and management/GNUmakefile.
673  Added GNUmakefile in STLInterface for the "include" target.
674   
675November 1, 2000 G.Cosmo (global-V02-00-03)
676- Moved geometry constants kHistoryMax, kHistoryStride and
677  kNavigatorVoxelStackMax to geomdefs.hh.
678
679August 22, 2000 H.P.Wellisch
680- Added <list> wrapper in management/g4std.
681
682August 02, 2000 G.Cosmo (global-V02-00-02)
683- Added <queue> wrapper in management/g4std.
684- Added inclusion of new CLHEP random distributions in
685  HEPRandom/include/Randomize.hh pending update of Randomize.h in CLHEP.
686
687July 22, 2000 M.Asai (global-V02-00-01)
688- Move G4VStateDependent and G4StateManager classes into global/management
689  from intercoms.
690- "Abort" state is added to G4ApplicationState.
691- Modify G4Exception to change Geant4 status to "Abort".
692- Fix a bug of "double deleting" in the destructor of G4StateManager.
693
694July 21, 2000 G.Cosmo (global-V02-00-00)
695- STLInterface/cstring.icc: extended buffer for G4String::readLine from
696  256 to 1024 characters.
697
698June 26, 2000 G.Cosmo (global-V01-01-05)
699- Fixes for problem report #104, STLInterface:
700  o defs.h: defined G4RWTHROW(a) to abort() in case G4NO_STD_EXCEPTIONS
701    is set.
702  o tpsrtvec.icc, tvordvec.icc: corrected implementation of last() in case
703    of call to G4RWTHROW(a).
704  o cstring.icc: defined function G4String::strcasecompare(a,b) which will
705    NOT invoke the non-ANSI function strcasecmp(a,b) when G4USE_STD_NAMESPACE
706    is set.
707- STLInterface/defs.h: fixed memory leaks in destruction of 'str' in
708  destructors and copy-constructors of G4RWGeneralException and G4RWBoundsErr.
709- G4Timer.cc: added definition of 'vfork' for IRIX6_2 (requested by FNAL
710  in report #104).
711
712June 15, 2000 G.Cosmo (global-V01-01-04)
713- Introduced fixes to g4std/complex for ISO and non-ISO compliance.
714  Defined G4complex type as complex type of doubles.
715- Changed implementation of G4Integrator to a template class, to allow
716  porting on Solaris CC compiler which does not implement templated member
717  functions.
718
719May 25, 2000 J.Allison (global-V01-01-03)
720- Added new G4UnitDefinition("kg/m3",...) to G4UnitsTable.cc.
721
722March 23, 2000 G.Cosmo (global-V01-01-02)
723- Added class G4PhysicsLnVector[.hh.cc] implementing a physics vector
724  with natural logarithmic scale for energy/momentum bins. (M.G.Pia)
725
726March 21, 2000 G.Cosmo (global-V01-01-01)
727- STLInterface: forced initialization of vectors' members also for
728  ordered/sorted collections. Even when using the access operator
729  vector::operator[] as left-hand operand, it requires the vector
730  to be not empty. Removed usage of vector::reserve(capacity).
731
732March 11, 2000 G.Cosmo (global-V01-01-00)
733- STLInterface: implemented correct behavior for vectors' default constructors,
734  as expected by the RW interface.
735  o for pointer/value ordered/sorted collections, an EMPTY STL vector is
736    created and the vector capacity is set to G4RWDEFAULT_CAPACITY
737    using vector::reserve(capacity). No element initialisation is done.
738  o for pointer/value simple collections, a default constructor creating
739    an EMPTY STL vector is implemented; the constructor taking the capacity
740    as argument, creates an STL vector of the given capacity and explicitly
741    initialises its elements. NB: pointers are initialised to zero.
742- Added "g4std/complex" wrapper file (V.Grichine)
743
744February 16, 2000 H.Kurashige (global-V01-00-04)
745- G4UserLimits[.hh.icc]: added identifier for a concrete instance of the
746  class. Added new member fType (G4String), SetType/GetType methods and
747  new constructor.
748
749February 08, 2000 G.Cosmo (global-V01-00-03)
750- STLInterface/cstring.icc: fixed yet another bug in G4String::toUpper()
751  and G4String::toLower(). Loop over the string characters was causing
752  bounds overflow.
753- tpvector[.h.icc]: added resize(size_t) method which was missing!
754
755January 31, 2000 G.Cosmo (global-V01-00-02)
756- STLInterface: several fixes.
757  o Fixed bug in G4String::toUpper().
758    (bug was introduced inadvertently on 20-Oct-1999).
759  o Added checks for bound-overflows in G4RWTPtrSortedVector::find().
760  o Fixed bound-check for operators () and [] in most collections:
761    () access operators DO NOT perform bound-checking (except if G4DEBUG set);
762    [] access operators DO perform bound-checking.
763  o tpvector[.h.icc]: changed 'unsigned int' to 'size_t' in constructors.
764    Added 'rwsize' and bound-checking for operator[].
765  o tvvector.icc: added call to std_vector() in default constructor.
766  o tpordvec.icc: added std_pvector:: scope for calls to [] operator,
767    where missing.
768  o tvordvec.icc: added std_vector:: scope for calls to [] operator,
769    where missing.
770
771January 19, 2000 G.Cosmo (global-V01-00-01)
772- G4UnitsTable[.hh.cc]: added constructor to G4BestUnit for 3vectors (M.Maire).
773- globals.hh: added check on definition of CLHEP_MAX_MIN_DEFINED.
774
775January 3, 2000 G.Cosmo (global-V01-00-00)
776- Syncronized changes with HEAD (mainly CVS headers).
777- Fixed truncation problem in G4Poisson.hh.
778- Removed tphdict_test.cc and tvhdict_test.cc in STLInterface/test.
779- Added wrapper for HP-aCC for missing <fstream> standard header.
780- Removed G4USE_STL from globals.hh and G4Timer[.hh.cc].
781
782November 29, 99 G.Cosmo (global-V00-01-14)
783- Removed g4std/string wrapper since not anymore needed.
784  It was previously made available only for Win/NT-VC++.
785  Inclusion of system <string> is handled only in g4rw/cstring where
786  G4String is defined.
787
788November 26, 99 G.Cosmo (global-V00-01-13)
789- STLInterface: backed up inline keyword for simple methods in
790  vectors' classes (test comparison with previous tag).
791- Reorganised cstring[.h.icc], no functional changes.
792
793November 25, 99 G.Cosmo (global-V00-01-12)
794- STLInterface: changes for ISO/ANSI C++ support:
795  o Reorganised method definitions on wrapper classes; made templated
796    vectors' methods all not inlined (test). Created .icc files accordingly.
797  o Changed #define to typedef for std_string and protected in class
798    scope. Introduced std_vector and std_pvector for collections,
799    replaced G4std::vector<T> and G4std::vector<T*> accordingly.
800- Added default comment header to files in STLInterface and class
801  descriptions for Software Reference Manual.
802
803November 23, 99 G.Cosmo (global-V00-01-11)
804- Introduced changes to support ISO/ANSI code:
805  o Modified STLInterface wrappers to invoke STL containers from G4std
806    namespace.
807  o Modified #include statements to invoke g4std wrappers.
808  o Introduced G4endl and G4cin in G4ios.hh. Modified code accordingly.
809- Made destructors for vector wrappers collections in STLInterface virtual.
810- Added comments to G4UserLimits.hh for the Software Reference Manual
811  (by M.Maire).
812
813November 19, 99 G.Cosmo (global-V00-01-10)
814- Addition of comments for the Software Reference Manual (by M.Maire):
815  G4UnitsTable.hh, G4UnitsTest.hh, PhysicalConstants.h, SystemOfUnits.h.
816
817November 16, 99 G.Cosmo (global-V00-01-09)
818- STLInterface: removed wrappers for Dictionaries.
819  Removed files: tvhdict.h, tphdict.h, rwstlhash.h.
820  Removed also hash_map wrappers for every system.
821- Removed temporary 'using' statements in g4std wrappers.
822- Reorganised inline function definitions in management/include:
823  added G4PhysicsVector.icc, G4LPhysicsFreeVector.icc and
824  G4PhysicsOrderedFreeVector.icc.
825- Fixed bug G4PhysicsVector. Initialised data members in default constructor.
826- Removed 'RD44' from header description in every file.
827- Modifications for Software Reference Manual for existing class descriptions.
828
829November 15, 99 G.Cosmo (global-V00-01-08)
830- Fixes for keywords which did not migrate by mistake in the conversion
831  of the HEAD. Namely: RWDEFAULT_CAPACITY, RWBoundsErr, RWGeneralException,
832  RWTHROW, RW2STL_LessPtr and in some cases RWCString.
833
834November 11, 99 G.Cosmo (global-V00-01-07)
835- Migration RWT->G4RWT performed:
836  o Moved STLInterface wrapper classes to STLinterface/g4rw.
837  o Renamed RWCString to G4String and removed related typedef.
838  o Removed RW_NPOS from defs.h and renamed other RW types/constants
839    according to the migration.
840
841November 10, 99 G.Cosmo (global-V00-01-06)
842- Temporarly redefined RW_NPOS in STLInterface/rw/defs.h.
843  Will be removed in the RWT->G4RWT migration and replaced with
844  G4std::string::npos directly in the code.
845
846November 09, 99 G.Cosmo (global-V00-01-05)
847- Added new signature HashDefault(const unsigned long&) in STLInterface
848  rw/rwstlhash.h.
849
850October 28, 99 G.Cosmo (global-V00-01-04)
851- Removed G4STREAM implementation from G4ios and G4strstreambuf, no longer
852  needed. Incremented buffer size to 4096 chars. (by H.Yoshida)
853
854October 22, 99 G.Cosmo (global-V00-01-03)
855- Added first implementation of wrapper files for ISO-ANSI migration:
856  added new directory management/include/g4std.
857- Added definition of G4std keyword in G4Types.hh.
858 
859October 20, 99 G.Cosmo (global-V00-01-02)
860- Tagged.
861
862October 20, 99 J.Allison
863- STLInterface: cstring.h: changed (*this)[i] to std_string::operator[](i).
864- STLInterface: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES; introduced
865  typename keyword where needed for HP aCC. Files modified:
866  cstring.h, tpordvec.h, tpsrtvec.h, tpvector.h, tvhdict.h, tvordvec.h
867  and tvvector.h.
868
869October 6, 99 G.Cosmo (global-V00-01-01)
870- STLInterface: Changed tolower/toupper to old implementation in cstring.h
871  (by F.Behner)
872 
873September 14, 99 G.Cosmo
874- STLInterface: renamed classes HashPtr and Hash to G4HashPtr and G4Hash in
875  tphdict and tvhdict to make them compliant with G4 coding standards and
876  avoid clashes with external software in global scope.
877- STLInterface: removed useless tests over size_t < 0 in files tvordvec.h,
878  tvvector.h, tpsrtvec.h and tpordvec.h.
879- STLInterface: casted pointers to long in rwstlhash.h instead of unsigned.
880
881September 13, 99 V.Grichine
882- Added new class G4Integrator (.hh/.icc) and test file
883  G4IntegratorTest.cc in HEPNumerics for integration of generic
884  functions.
885
886September 10, 99 G.Cosmo
887- Added inline keyword to G4Poisson function in HEPRandom/include
888  which was missing.
889
890August 24, 99 J.Allison (global-V00-01-00)
891- Initialised pointer in first constructor of G4DataInterpolation.
892- Included STLInterface-V00-01-00.
893
894June 21, 99 J.Allison (global-01-00-05)
895- Changed G4Exception to abort, i.e., produce core dump.
896- Includes STLInterface-18.
897
898May 24, 99 G.Cosmo (global-01-00-04)
899- globals.hh: removed inclusion of G4Timer.hh, left only G4Types.hh.
900  The attempted solution does not work in situation where STL headers are pulled
901  in before globals.hh. Several of this cases experienced on HP-aCC.
902- STLInterface/rw/tphdict.h: added find() method to retrieve a key.
903
904May 24, 99 G.Cosmo (global-01-00-03)
905- G4Timer.hh: removed CPP cludge for the "times" clash in ObjectSpace.
906  Removed direct inclusion of global.hh to decouple translation unit from
907  RW/STL headers. (F.Benher)
908- Introduced G4Types.hh and replaced basic types definitions in globals.hh
909  and G4Timer.hh.
910- Added inclusion of G4Timer.hh in globals.hh to get rid of clashes about the
911  order of inclusion. G4Timer.hh must appear -before- STL's <algorithm>.
912
913May 19, 99 G.Cosmo (global-01-00-02)
914- templates.hh: added definition of DBL_EPSILON and FLT_EPSILON.
915  Added 'F' to single precision literal constants.
916- Updates to STLInterface wrappers from the STL task-force. Added
917  AIX-xlC STL wrappers.
918
919May 17, 99 J.Allison
920- Added #undef os_times in G4Timer.hh to avoid clash with ObjectSpace when
921  using STLInterface on Sun.
922
923May 14, 99 G.Cosmo (global-01-00-01)
924- Still updates to STLInterface from the STL task-force (internal tag considered
925  is STLInterface-04). Introduced wrapper files differentiated for each architecture.
926
927May 11, 99 G.Cosmo
928- Updates and fixes to STLInterface headers. Input mainly from DEC and HP.
929- Added G4Poisson.hh to HEPRandom/include. It includes the implementation
930  of the global function "G4long G4Poisson(G4double)" which reproduces the
931  GPOISS algorithm adopted in Geant3. Uses the CLHEP standard engines as
932  basic random generators.
933
934May 3, 99 G.Cosmo (global-01-00-00)
935- Updates to STL interface ISO/ANSI headers (F.Benher)
936- Added G4Exception call with STL strings in globals.hh and G4Exception.cc (F.Benher)
937
938April 29, 99 G.Cosmo
939- Moved SystemOfUnits.SI.h to G4UnitsTest.hh in management/include. This file is
940  used only for test purposes and will not be tagged for public versions.
941
942March 30, 99 M.Maire
943- CodeWizard cleanup in G4UnitsTable. Fixed definition of operator=.
944
945March 18, 99 J.Allison
946- globals.hh: Added #ifdef G4USE_STL, changed position of
947  #include "g4rw/cstring.h".
948
949December 17, 98  J.Allison  (global-00-04-03)
950- Added first version of STL interface.
951
952December 2, 98 M.Asai (global-00-04-02)
953- Remove the construction of G4UnitsMessenger in G4UnitsTable. This messenger is
954  constructed/destructed by G4UImanager to avoid a loop dependency.
955
956December 1, 98 G.Cosmo (global-00-04-01)
957- Removed G4Allocator.cc containing all template declarations for GNU-g++
958  compiler not supported anymore.
959- Removed g4templates.hh contining all template declarations for the old
960  DEC cxx 5.X compiler not supported anymore.
961- Moved G4ParticleTypes.hh to particles/management/include to remove
962  dependency over particles category.
963- Updated management/GNUmakefile: not anymore dependencies over external
964  categories. Dependency over intercoms to be fixed still.
965
966December 1, 98 M.Nagamatu, H Yoshida
967- G4ios.cc guarded by G4STREAM
968
969November 27, 98 M.Asai
970- G4UnitsMessenger has been moved to intercoms category to avoid a loop dependency.
971
972November 12, 98 K. Amako (global-00-03-05)
973- Corrected a bug in the GetVectorLength() method of
974  management/src/G4PhysicsVector.cc. The fixed bug has nothing
975  to do with the basic behavior of G4PhysicsVector.
976
977November 11, 98 P.Gumplinger
978- Initialized all data members of the base class in G4PhysicsOrderedFreeVector
979  constructors.
980
981November 6, 98 J.Allison (global-00-03-04)
982- #ifdef WIN32 in G4strstreambuf.hh (Guy Barrand).
983
984November 4, 98 G.Cosmo (global-00-03-03)
985- Added G4coutDestination.hh, G4strstreambuf.hh and G4ios.cc
986  in global/management to resolve a circular dependency previously
987  existing with intercoms category (H.Yoshida, M.Nagamatu).
988
989October 21, 98 G.Cosmo (global-00-03-02)
990- Fixed initialization of G4UnitDefinition::UnitsMessenger in
991  G4UnitesTable.cc.
992
993October 17, 98 H.Kurasige
994- Modified G4FastVector.hh:
995  new array is now created only if (items > N) in Initialize() method
996  (in old version new array was created even when items are equal to N).
997
998October 13, 98  M.Nagamatu (global-00-03-01)
999- Added extern ostream G4cout/G4cerr under G4STREAM control.
1000
1001October 13, 98 M.Maire
1002- Fixed length for printing the units. Add messenger file.
1003
1004September 23, 98 G.Cosmo
1005- Replaced definition of min/max/sqr/abs with inclusion of
1006  CLHEP/config/TemplateFunctions.h. Now compliant with CLHEP-1.3.
1007- Replaced definition of G4UniformRand() with explicit call to the static
1008  engine of the generator. This obviates to a silly bug in the AIX compiler
1009  when treating static objects via -qtwolink option.
1010
1011September 10, 98 G.Cosmo
1012- Added #undef min/max/sqr/abs to prevent possible macros definition
1013  (temporary solution to allow backward compatibility with CLHEP-1.2).
1014
1015September 1, 98 M.Maire
1016- Changed Watt to watt in SystemOfUnits.h and G4UnitsTable.cc.
1017
1018August 26, 98 J.Allison (global-00-02-02)
1019- Introduced globals.hh for CLHEP-1.3 (backwards compatible with CLHEP-1.2):
1020  added definitions of template functions min/max/sqr/abs.
1021
1022August 11, 98 G.Cosmo (global-00-02-01)
1023- Modified SystemOfUnits.h and G4UnitsTable.cc (M.Maire):
1024  introduced - angstrom, microbarn, picobarn, petaelectronvolt.
1025
1026July 17, 98 G.Cosmo (global-00-01-07)
1027- Fixed bug in G4Timer introduced by methods renaming (G.Folger).
1028
1029July 15, 98 Y.Morita (global-00-01-06)
1030- G4ios.hh: Added following lines for ooddlx compiler on CERN AFS-AIX
1031   #if defined(OO_DDL_TRANSLATION)
1032   #include <stdlib.h>
1033   #endif
1034
1035July 14, 98 G.Cosmo (global-00-01-05)
1036- Modified key value for G4Allocator for porting on CC compiler.
1037  (H.Kurasige)
1038
1039July 8, 98 G.Cosmo (global-00-01-04)
1040- Removed forward declarations of G4RWTPtrOrderedVector<G4KineticTrack>
1041  and G4RWTPtrSortedVector<G4CollisionInitialState> from g4templates.hh.
1042
1043July 7, 98 G.Cosmo (global-00-01-03)
1044- Removed old unit symbols in globals.hh (M.Maire)
1045- Added units for density in G4UnitsTable.cc (M.Maire)
1046
1047July 6, 98 G.Cosmo (global-00-01-02)
1048- Tagged.
1049
1050July 3, 98 J.Allison
1051- Added run/include to management/GNUmakefile for G4Allocator.cc ifdef GNU_GCC.
1052- Added G4Allocator<G4HitsCollection> to G4Allocator.cc for GNU_GCC.
1053
1054July 3, 98 G.Cosmo (global-00-01-01)
1055- Moved template declarations of G4Allocator for GNU_GCC from
1056  g4templates.hh to G4Allocator.cc.
1057- Tagged.
1058
1059July 3, 98 J.Allison
1060- Added G4Allocator<G4Run>,<G4HCofThisEvent>,<G4DCofThisEvent> for GNU_GCC.
1061
1062July 2, 98 G.Cosmo (global-00-07-01)
1063- Updated g4templates.hh.
1064
1065June 26, 98 G.Cosmo (global-00-06-04)
1066- Removed obsolete directory "benchmarks".
1067
1068June 22, 98 G.Cosmo (global-00-06-03)
1069- Tagged.
1070
1071June 19, 98 J.Allison
1072- In GNUmakefile.architecture, defined G4_SOLVE_TEMPLATES and GNU_GCC.
1073- In g4templates.hh, protected G4Ray.
1074
1075June 15, 98 G.Cosmo (global-00-06-02)
1076- Modified G4UnitsTable, "SymbolName" instead of "Symbol" (M.Asai).
1077- Added few template declarations to g4templates.hh for DEC-AFS.
1078
1079June 10, 98 G.Cosmo (global-00-06-01)
1080- Added forward declarations in g4templates.hh for BREPS classes
1081  which were removed by mistake in a committal by M.Maire.
1082
1083June 10, 98 P.Urban
1084- Added G4VERBOSE symbol to the compilation command line.
1085
1086June 08, 98 H.Kurasige & M.Maire
1087- Added particles G4EtaPrime and G4RhoZero in G4ParticleTypes.hh
1088- Created G4UnitsTable (.hh and .cc) and G4UnitsTableTest.cc
1089
1090June 05, 98 M.Maire
1091- Temporarily added PhysicalConstants.h and SystemOfUnits.h from
1092  CLHEP. Modified globals.hh accordingly.
1093- Updated G4UnitsTest.cc
1094
1095May 12, 98 G.Cosmo
1096- Fixed bug in GNUmakefile.architecture for OSF platforms. LDFLAGS
1097  was explicitly overriden (!?).
1098
1099April 23, 98 G.Cosmo (global-00-05-03)
1100- Added forward declarations in g4templates.hh for BREPS classes.
1101- Modified OpenInventor setup and added -woff option to CXXFLAGS in
1102  SGI-Local environment (J.Kallenbach).
1103
1104April 21, 98 M.Asai (global-00-05-02)
1105- G4ApplicationState.hh, G4StateManager.hh and .cc, G4VStateDependent.hh
1106  and .cc are moved to "intercoms".
1107- Tagged as global-00-05-02.
1108
1109April 20, 98 G.Cosmo
1110- Added handling of native boolean types in globals.hh through the
1111  variable G4_HAVE_BOOL (before controlled only through CLHEP variable
1112  HEP_HAVE_BOOL).
1113- Added G4_HAVE_BOOL to HP-aCC setup in GNUmakefile.architecture.
1114
1115April 15, 98 H.Kurasige
1116- Removed post-const qualifier from following methods in G4UserLimits:
1117  GetMaxAllowedStep, GetUserMaxTrackLength, GetUserMaxTime,
1118  GetUserMinEkine, GetUserMinRange.
1119
1120April 09, 98 G.Cosmo (global-00-05-01)
1121- Modified G4Allocator::AddNewPage(). Now used "register int"
1122  instead of "unsigned" for page chunks index.
1123
1124April 09, 98 M.Maire
1125- Added new data and member functions to G4UserLimits class.
1126
1127March 24, 98 G.Barrand
1128- GNUmakefile, GNUmakefile.architecture, GNUmakefile.common :
1129  MAKESHLIB changed in G4MAKESHLIB
1130
1131March 13, 98 G.Cosmo (global-00-04-04)
1132- Added inclusion of G4GlobalFastSimulationManager.hh in g4templates.hh,
1133  courtesy of P.Mora de Freitas.
1134
1135March 12, 98 G.Cosmo (global-00-04-03)
1136- Updated description of supported OS/compilers.
1137
1138March 07, 98 G.Cosmo (global-00-04-02)
1139- Modified CPPFLAGS setup for HP-aCC.
1140- Added -lftn to FCLIBS for SGI setup (P.Urban)
1141
1142March 05, 98 G.Cosmo (global-00-04-01)
1143- Removed warnings of unused variables.
1144
1145March 03, 98 G.Cosmo
1146- Changed NO_CBRT to G4_NO_CBRT in GNUmakefile.architecture and
1147  globals.hh.
1148- Changed default constructor in G4StateManager.hh to be protected
1149  instead of private.
1150
1151March 02, 98 S.Sadilov
1152- add (temporary solution?) MAXFLOAT macros in
1153  management/include/templates.hh for WinNT because of using
1154  its in processes/hadronic/models/high_energy/src/*.cc
1155
1156February 2, 98 G. Cosmo (global-00-03-04)
1157- Added -ptr option to DEC-AFS. Now sharing a unique template
1158  repository.
1159
1160January 29, 98 G. Cosmo (global-00-03-03)
1161- Added template definitions in G4Allocator.cc (M.Nagamatu)
1162- Removed -DNO_NATIVE_GENERIC_H -I$(RWINC)/rw from compile command
1163  for HP-aCC. Optimised compilation is now +O2.
1164
1165January 29, 98 G. Cosmo (global-00-03-02)
1166- Tagged global-00-03-02
1167
1168January 29, 98 S. Sadilov
1169- Included new G4SYSTEMS for Win/NT platform: WIN32-VC-NICE and
1170  WIN32-G++-NICE in GNUmakefiles.architecture.
1171  Added CLHEP, RW, architecture dependant variables and variables for
1172  positional qualifiers (different between UNIX and VC).
1173- In GNUmakefile.common and GNUmakefile used $OUT_LIB introduced in
1174  GNUmakefile.architecture as positional qualifier for creating
1175  simple-libraries and composite-library.
1176- In GNUmakefile.common used $RWINCGPP introduced in GNUmakefiles.architecture
1177  as right path on RW includes: different compilers (g++ for dependencies
1178  and VC compiler for buiding) use different RW.
1179
1180January 27, 98 G. Cosmo (global-00-03-01)
1181- Introduced G4EXEC_BUILD and G4TEMPEXEC_REPOSITORY flags for C_FRONT based
1182  compilers. These flags allow to distinguish between the template repository
1183  used for building G4 libraries and the one used to build executables.
1184  When building an executable and G4EXEC_BUILD is set, the original template
1185  repository $G4TEMPLATE_REPOSITORY used to build libraries becomes read-only
1186  $G4TEMPEXEC_REPOSITORY is used instead.
1187
1188January 23, 98 G. Cosmo
1189- Added "-DNO_NATIVE_GENERIC_H -I$(RWINC)/rw" to CPPFLAGS for HP-aCC
1190  in GNUmakefile.architecture.
1191- Removed duplicated definition of G4Allocator<G4DecayProducts> from
1192  g4templates.hh.
1193
1194January 20, 98 G. Cosmo
1195- Modified GNUmakefile.architecture, adding -DRW_NO_STL option to
1196  CPPFLAGS and removing it from CXXFLAGS.
1197
1198January 19, 98 E. Tcherniaev
1199- Removed files Hep3Vector.hh, HepRotation.hh and G4SystemofUnits.cc
1200- Updated several classes/files to use "#include <CLHEP/...>" instead
1201  of "#include "CLHEP/..."".
1202
1203January 15, 98 G. Cosmo
1204- Updated GNUmakefile.architecture to support aCC A.01.06 compiler.
1205  Standardized definitions of variables related to CLHEP and RW.
1206- Removed patches/template-definitions for HP-aCC from g4templates.hh
1207  and G4Allocator.cc.
1208
1209December 19, 97 G. Cosmo - (alpha03)
1210- Created.
Note: See TracBrowser for help on using the repository browser.