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