265 lines
9.5 KiB
Plaintext
265 lines
9.5 KiB
Plaintext
cvs log $Id: History,v 1.47 2003/09/18 11:03:10 johna Exp $
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Category History file
|
|
---------------------
|
|
This file should be used by G4 developers and category coordinators
|
|
to briefly summarize all major modifications introduced in the code
|
|
and keep track of all category-tags.
|
|
It DOES NOT substitute the CVS log-message one should put at every
|
|
committal in the CVS repository !
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
18th September 2003 John Alison (greps-V05-02-00)
|
|
- Introduced G4Colour<->G4ThreeVector conversion operators.
|
|
|
|
3rd April 2003 G.Cosmo (greps-V05-00-00)
|
|
- Cleared trivial pedantic warnings.
|
|
|
|
27th November 2002 J.Allison (greps-V04-01-05)
|
|
- Small revison of G4Scale and improvements in G4VMarker class description.
|
|
|
|
Nov 20, 2002, G.Cosmo (greps-V04-01-04)
|
|
- Patched access to public static data in G4Scale and G4VisAttributes.
|
|
Added static accessors to be used in the kernel to allow porting on
|
|
Windows DLLs.
|
|
- HepPolyhedron[.hh.cc]: changed inline static methods to not inlined.
|
|
|
|
Nov 11, 2002, E.Chernaev (greps-V04-01-03)
|
|
- Minor bug fix in HepPolyhedron::GetFacet().
|
|
- HepDouble, HepBoolean --> double, bool in HepPolyhedron
|
|
|
|
Nov 7, 2002, E.Chernaev (greps-V04-01-02)
|
|
- Added createTwistedTrap() and createPolyhedron() to HepPolyhedron.
|
|
|
|
Oct 28, 2002, J.Allison (greps-V04-01-01)
|
|
- Changed AttDefStore to return a map.
|
|
|
|
24th October 2002 John Allison (greps-V04-01-00)
|
|
- Added G4AttDefStore.
|
|
- Further improved G4AttDef/Value.
|
|
- Added const G4std::vector<G4AttValue>* fAttValues/Defs to G4VisAttributes.
|
|
|
|
23rd October 2002 John Allison
|
|
- G4Colour class description corrected.
|
|
- G4VisAttributes comments slightly improved.
|
|
- G4AttDef and G4AttValue headers changed to follow G4 conventions.
|
|
|
|
27th September 2002 Joseph Perl
|
|
- Added first versions of headers for G4AttDef and G4AttValue.
|
|
|
|
10th September 2001 John Allison (greps-V03-02-04)
|
|
- Added G4Scale::GuidanceString.
|
|
|
|
20th August 2001 John Allison (greps-V03-02-03)
|
|
- Made typedef's public in G4Point3DList.hh and G4Polyline.hh.
|
|
|
|
14th August 2001 John Allison (greps-V03-02-02)
|
|
- Coworks with vis-V03-02-11 and intercoms-V03-02-03.
|
|
- Added G4Polyline::transform.
|
|
- Fixed pedantic warnings in G4NURBS.
|
|
|
|
24th July May 2001 John Allison (greps-V03-02-01)
|
|
- Improvements to comments and layout in G4VisExtent.
|
|
- Cosmetic improvements to G4Scale, small change of interface.
|
|
|
|
21st July May 2001 John Allison (greps-V03-02-00)
|
|
- Added G4Scale.
|
|
|
|
25th May 2001 John Allison (greps-V03-01-02)
|
|
- Added GetSurfaceArea() and GetVolume() to HepPolyhedron (Evgeni).
|
|
- Bug fix in BooleanProcessor.src (Guy, Evgeni).
|
|
|
|
3rd May 2001 John Allison (greps-V03-01-01)
|
|
- Replaced G4RWTValOrderedVector by G4std::vector in G4PlacedPolyhedron
|
|
and G4Point3DList. Forces co-working tags in categories:
|
|
geommng-V03-01-02
|
|
tracking-V03-01-00
|
|
vis-V03-01-01
|
|
|
|
11th April 2001 John Allison (greps-V03-01-00)
|
|
- Some code has been added to cover unforeseen earlier situation
|
|
during preselection of faces without intersection (Evgeni).
|
|
- Moved #include <CLHEP/config/TemplateFunctions.h> and others from
|
|
HepPolyhedron.h to HepPolyhedron.cc (Evgeni).
|
|
- Fixed stupid warnings about possible use of uninitialized variables (Evgeni).
|
|
- Made GetNumberOfRotationSteps() static and public (John).
|
|
|
|
6th February 2001 John Allison (greps-V03-00-01)
|
|
- More tidying for CodeWizard. Added virtual destructors to
|
|
HepPolyhedronBox, etc. Also made all constructors non-inline.
|
|
|
|
3rd February 2001 John Allison (greps-V03-00-00)
|
|
- Tidied for CodeWizard. Note: G4Circle.icc and G4VVisPrim.icc removed, so
|
|
"gmake clean" all relevant directories before updating.
|
|
|
|
5th June May 2000 Evgeni Chernaev (greps-V01-01-04)
|
|
- Bug fix in BooleanProcessor.src.
|
|
- Graceful recovery from caseIE() and caseEE() non-implementation
|
|
(first polygon returned).
|
|
|
|
20th May 2000 Evgeni Chernaev (greps-V01-01-03)
|
|
- Temporary workaround to avoid caseIE() and caseEE.
|
|
|
|
13th May 2000 John Allison (greps-V01-01-02)
|
|
- Changed std:: to HepStd:: for ISO compatibility (Evgeni Chernaev).
|
|
|
|
11th April 2000 John Allison (greps-V01-01-01)
|
|
- Added operator = (const HepPolyhedron&) to ExtPolyhedron.
|
|
|
|
6th April 2000 John Allison (greps-V01-01-00)
|
|
- Tagged.
|
|
|
|
4th April 2000 Evgeni Chernaev
|
|
- Added boolean operations (add, subtract, intersect) on HepPolyhedron objects.
|
|
- Added BooleanProcessor.src.
|
|
|
|
30th March 2000 John Allison
|
|
- Added virtual operator= to G4Polyhedron.hh and HepPolyhedron.h to avoid
|
|
warnings about hiding.
|
|
|
|
23rd February 2000 John Allison
|
|
- Moved G4Polyhedron constructors and destructor to .cc.
|
|
|
|
22nd February 2000 Evgeni Chernaev (greps-V01-00-03)
|
|
- Re-instated edge flags for "invisible" edges of HepPolyhedronCons and Torus.
|
|
|
|
22nd February 2000 John Allison (greps-V01-00-02)
|
|
- Added HepPolyhedron (Evgeni Chernaev). Re-implemented G4Polyhedron.
|
|
|
|
11th January 2000 John Allison (greps-V01-00-01)
|
|
- Fix for spheres with small dtheta.
|
|
|
|
16th December 1999 John Allison (greps-V01-00-00)
|
|
- Added G4Polyhedron::Transform and G4Polyhedron::InvertFacets (Evgeni
|
|
Chernaev).
|
|
|
|
17th November 1999 Satoshi Tanaka (greps-V00-01-01)
|
|
- Header comments for software reference manual
|
|
|
|
4th October 1999 John Allison (greps-V00-01-00)
|
|
- Improved comments in G4Visible.hh.
|
|
|
|
23rd July 1999 John Allison
|
|
- Added base class copy to copy contructor of G4Polyhedron.
|
|
|
|
21st July 1999 John Allison
|
|
- Added G4PlacedPolyhedron, which includes G4PlacedPolyhedronList.
|
|
|
|
greps-01-00-08 5th June John Allison
|
|
- Added virtual operator = and overrides to G4Circle and G4Square.
|
|
|
|
greps-01-00-07 25th May 1999 John Allison
|
|
- Moved operator != to member function.
|
|
|
|
greps-01-00-06 19th May 1999 John Allison
|
|
- Fixed compilation warnings, mainly overriding virtual functions.
|
|
|
|
greps-01-00-05 12th May 1999 John Allison
|
|
- Made destructors virtual where applicable.
|
|
|
|
greps-01-00-04 28th April 1999 John Allison
|
|
- Moved G4VVisManager and G4VGraphicsScene to intercoms.
|
|
|
|
greps-01-00-03 7th February 1999 John Allison
|
|
- Removed GNU_GCC from G4Polymarker.cc.
|
|
- Added G4VGraphicsScene::AddThis (G4Polycone and G4Polyhedra.
|
|
|
|
greps-01-00-02 6th January 1999 John Allison
|
|
- Very minor change in G4VisExtent.cc - 2 -> 2.
|
|
- Inclusion of test/ in tag.
|
|
|
|
greps-01-00-01 6th January 1999 John Allison
|
|
- Corrected constructors of G4VisAttributes for initialisation of
|
|
fDaughtersInvisible.
|
|
|
|
greps-00-04-02 02 December 1998 Evgeni Tcherniaev
|
|
- Added G4NURBS::CalcPoint() for calculation coordinates of a
|
|
point lying on the nurbs surface.
|
|
|
|
greps-00-04-01 25th November 1998 John Allison
|
|
- Added void G4VisAttributes::SetDaughtersInvisible (G4bool).
|
|
|
|
greps-00-03-03 9th November 1998 Satoshi Tanaka
|
|
Added G4String fInfo and its access functions to G4VMarker
|
|
|
|
greps-00-03-02 6th November 1998 John Allison
|
|
- Cleaned up GNUmakefile - no longer includes unnecesary -I's
|
|
|
|
greps-00-03-01 26th September 1998 John Allison
|
|
- Removed SetWorldVolume from G4VVisManager - no longer used.
|
|
|
|
greps-00-02-03 21st August 1998 John Allison
|
|
- Rationalised G4VisExtent::G4VisExtent (const G4Point3D& centre,
|
|
G4double radius) so that iit is a true "inverse" of GetExtentRadius.
|
|
- Added global target to GNUmakefile (Gabriele Cosmo).
|
|
|
|
greps-00-02-02 14th August 1998 John Allison
|
|
- Added GeometryHasChanged() to G4VVisManager. To be used by the run manager.
|
|
|
|
greps-00-02-01 6th August 1998 John Allison
|
|
- Removed Draw, ClearView and Show in G4VVisManager.
|
|
|
|
greps-00-06-03 26th June 1998 Gabriele Cosmo
|
|
- Updated test/GNUmakefile to new electromagnetics.
|
|
|
|
greps-00-06-02 10th June 1998 John Allison
|
|
- Changed defaults in G4VisExtent to 0.
|
|
|
|
1st June 1998 Satoshi Tanaka
|
|
- Added Draw(), ClearView(), Show() to G4VVisManager.
|
|
|
|
greps-00-06-01 29th April 1998 John Allison
|
|
- Introduced Establish/DecommissionSpecials (G4PhysicalVolumeModel&)
|
|
in place of BeginModeling (G4PhysicalVolumeModel&).
|
|
|
|
April 21st, 98 G.Cosmo (greps-00-05-03)
|
|
- Tagged.
|
|
|
|
April 9th, 98 G.Cosmo
|
|
- Porting on DEC-cxx 6.0.
|
|
Removed meaningless usage of "const" qualifier from functions
|
|
return type for basic types by value. Modified files: G4NURBS.cc
|
|
|
|
greps-00-05-02 4th April 1998 John Allison
|
|
- Re-engineered maintenance of current depth, etc. Needed new method
|
|
G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
|
|
graphics_reps. The result is much cleaner model and modeling
|
|
parameters classes. Also, the current depth, physical volume and
|
|
logical volume are immediately available as protected pointers in
|
|
G4VScene.
|
|
|
|
HEAD 3rd April 1998 John Allison
|
|
- Added GetWorld/ScreenDiameter/Radius to G4VMarker.
|
|
|
|
April 2, 1998 G.Barrand :
|
|
- G4Polyhedron.cc : add a G4double cast to help NT/Visual compiler.
|
|
|
|
greps-00-05-01 26th March 1998 John Allison
|
|
- Removed #if defined(__DECCXX) || defined(WIN32) from G4NURBS.hh.
|
|
- Improved comments in G4VMarker.hh
|
|
|
|
7th January 1998 John Allison
|
|
- Added arguments to PreAddThis in G4VGraphicsScene.hh.
|
|
- Added virtual destructor to G4VVisManager.
|
|
|
|
December 19, 97 G. Cosmo - (alpha03)
|
|
|
|
- Created.
|
|
|
|
- Previous history (from README)
|
|
|
|
vis-00-01-02 13th July 1997 John Allison
|
|
- Consolidation of previous tag.
|
|
|
|
vis-00-01-01 8th June 1997 John Allison
|
|
- First systematic tag.
|
|
- G4Polyhedron - can now set number of sides for circle polygon approximation
|