58 lines
2.3 KiB
Plaintext
58 lines
2.3 KiB
Plaintext
$Id: History,v 1.15 2009/11/18 17:23:36 gcosmo 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 *
|
|
----------------------------------------------------------
|
|
|
|
18 Nov 2009, Gabriele Cosmo (visexternal-V09-02-06)
|
|
- Added GLOBLIBS dependencies to GNUmakefile to allow for building
|
|
DLLs on Windows. Removed redundant CPPFLAGS addition.
|
|
- Re-instated fix to gl2ps.cc.
|
|
|
|
17 Nov 2009, John Allison, Gabriele Cosmo (visexternal-V09-02-05)
|
|
- Added dependency on zlib if G4LIB_BUILD_ZLIB is set and corrected
|
|
inclusion of zlib.h in gl2ps.cc
|
|
|
|
2 Nov 2009, Laurent Garnier
|
|
- Add debug flag in GNUMakefile
|
|
|
|
29 April 2009, Laurent Garnier (visexternal-V09-02-04)
|
|
- G4OpenGL2PSAction : Fix a circular dependency to G4OpenGL on Linux
|
|
|
|
27 April 2009, Laurent Garnier (visexternal-V09-02-03)
|
|
- gl2ps/src/gl2ps.cc : Fix some warnings on Linux
|
|
|
|
8 April 2009, Laurent Garnier
|
|
- gl2ps/include/G4OpenGL2PSAction.hh : Add missing header methods(forgot
|
|
in visexternal-V09-02-02 tag
|
|
- gl2ps/include/G4OpenGL2PSAction.hh : Add cvsID at head of file
|
|
|
|
6 April 2009, Laurent Garnier (visexternal-V09-02-02)
|
|
- Adjustments to point and line size
|
|
|
|
19 March 2009, Laurent Garnier (visexternal-V09-02-01)
|
|
- Add methods to change GL_Point and GL_Line size
|
|
|
|
4 March 2009, Laurent Garnier
|
|
- Update gl2ps to 1.3.3 version (before it was 0.8)
|
|
|
|
16 February 2009, Laurent Garnier
|
|
- Creation of this library in order to have a gl2ps for all viewers.
|
|
- Copying gl2ps.cc and gl2ps.h files form OpenInventor/src
|
|
- Add a new file G4OpenGL2PSAction.cc to be on the top of gl2ps
|
|
external package. This file will be heritate/used by viewers
|
|
in order to have gl2ps render.
|