source: trunk/config/History@ 855

Last change on this file since 855 was 850, checked in by garnier, 17 years ago

geant4.8.2 beta

File size: 62.8 KB
Line 
1$Id: History,v 1.325 2008/07/11 15:42:35 gcosmo Exp $
2-------------------------------------------------------------------
3
4 =========================================================
5 Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6 =========================================================
7
8 Category History file
9 ---------------------
10
11History file for Geant4 configuration scripts.
12It DOES NOT substitute the CVS log-message one should put at every
13committal in the CVS repository !
14
15 ----------------------------------------------------------
16 * Reverse chronological order (last date on top), please *
17 ----------------------------------------------------------
18
1911th July 2008 Gabriele Cosmo (config-V09-01-07)
20- architecture.gmk: removed obsoled DOM library from GDMLIBS.
21
2212th June 2008 Gabriele Cosmo (config-V09-01-06)
23- Linux-g++.gmk: added G4OPTDEBUG flag for "-O2 -g" combined compilation.
24- AIX-xlC.gmk: added shared libs section as for Linux-g++ according to user
25 suggestion on HN.
26
279th June 2008 Gabriele Cosmo (config-V09-01-05)
28- Integrated improvements to Qt setup and AIDA.
29 Restored Qt libs setup to include GL as default.
30
3120th May 2008 Gunter Folger (config-V09-01-04)
32- liblist.c: removed C++ style comments.
33- Not including changes made after "config-V09-01-03 ".
34
3513th May 2008 Guy Barrand
36- G4UI_USE.gmk: added material (protected with G4UI_USE_OSC) to use osc_vis
37 binary kits built with the Geant4 drivers. It allows to use the G4Lab::UIOnX
38 G4 session in Geant4 (G4Lab::UIOnX allows for visualization and AIDA plotting
39 within the same GUI).
40- analysis.gmk: added default setup aida-config for flags
41 G4ANALYSIS_AIDA_CONFIG_CFLAGS and G4ANALYSIS_AIDA_CONFIG_LIBS.
42
4330th April 2008 Laurent Garnier
44- common.gmk: simplified Qt moc files integration.
45- moc.gmk: new configuration file for Qt moc files setup.
46- G4UI_USE, G4VIS_USE, interactivity, sys/*: separation of Qt with or
47 without OpenGL.
48
493rd April 2008 Gabriele Cosmo (config-V09-01-03)
50- Linux-icc.gmk: updated setup to make use of icc-10.1 and ifort-10.1;
51 changed compilation option "-mp" to more performant "-fp_model precise".
52
532nd April 2008 Gunter Folger (config-V09-01-02)
54- Replaced gets() by safer fgets() in liblist.c.
55 (this tag does not include latest changes in interactivity.gmk)
56
5718th March 2008 Laurent Garnier
58- interactivity.gmk: moved Qt setup before X11.
59
6021st February 2008 Gabriele Cosmo (config-V09-01-01)
61- Replaced g77 with gfortran for Linux-g++ and Linux-icc platforms.
62
6315th February 2008 Laurent Garnier
64- common.gmk: added ability to autogenerate moc files for Qt driver.
65- WIN32-VC: added flags to build Qt driver on Windows.
66- Darwin-g++, Linux-g++: improvements for autogeneration of MOC files for Qt.
67
6815th January 2008 Gabriele Cosmo (config-V09-01-00)
69- Added commented lines for OpenGL setup in Darwin-g++.gmk for MacOS
70 10.5 Leopard, pending fix from Apple.
71
7211th December 2007 Gabriele Cosmo (config-V09-00-12)
73- Corrected setup for GDML on WIN32-VC to allow for building DLLs.
74
7530th November 2007 Ben Morgan (config-V09-00-11)
76- Updated Configure script to handle Qt UI build.
77- Updated internal scripts for Configure accordingly.
78
7922nd November 2007 Gabriele Cosmo (config-V09-00-10)
80- Corrected addition of lXercesC and Zlib libraries in binmake.gmk.
81- Added special case for WIN32-VC for names of XercesC libraries in architecture.gmk.
82- Use 'gfortran' instead of 'g77' in Darwing-g++.gmk script. (I.McLaren)
83
8419th November 2007 Gabriele Cosmo (config-V09-00-09)
85- Added "qmd" hadronic model to binmake.gmk.
86
8716th November 2007 Laurent Garnier (config-V09-00-08)
88- Updated setup for Qt in Linux-g++.gmk and Darwin-g++.gmk scripts to
89 support both Qt3 and Qt4.
90
9115th November 2007 Ben Morgan (config-V09-00-07)
92- Updated Configure script to handle new 'gdml' sub-module and new data
93 libraries (G4ABLADATA and new G4EMLOW version).
94- Updated internal scripts for Configure accordingly.
95
962nd November 2007 Gabriele Cosmo (config-V09-00-06)
97- Introduced G4LIB_BUILD_GDML/G4LIB_USE_GDML flags to trigger compilation
98 of the new persistency/gdml sub-module. Added setup for XERCESC.
99 Required path XERCESCROOT to XERCESC installation if G4LIB_BUILD_GDML
100 is set. Added "persistency/gdml" include path to binmake.gmk
101- Added setup for QT in UI scripts, and specific QT paths and setup in
102 Darwin-g++.gmk. (L.Garnier)
103
10410th October 2007 Gunter Folger (config-V09-00-05)
105- Added "incl" (Liege cascade) hadronic model module to binmake.gmk.
106
107
1083th October 2007 Laurent Garnier
109- Added setup for Qt in those files :
110- config/G4UI_BUILD.gmk
111- config/G4UI_USE.gmk
112- config/G4VIS_BUILD.gmk
113- config/G4VIS_USE.gmk
114- config/interactivity.gmk
115- config/sys/Darwin-g++.gmk
116- config/sys/Linux-g++.gmk
117
11816th August 2007 Gabriele Cosmo (config-V09-00-04)
119- Corrected definition of OUT internal variable to allow for proper
120 linking also of unit tests.
121
12215th August 2007 Gabriele Cosmo (config-V09-00-03)
123- Added "rpg" hadronic model module to binmake.gmk.
124
12513th August 2007 Gabriele Cosmo (config-V09-00-02)
126- SUN-CC.gmk: forced -xO2 as optimisation level.
127
12818th July 2007 Gabriele Cosmo (config-V09-00-01)
129- liblist.c: fixed problem affecting recent CygWin installations on
130 Windows in parsing the buffer for the generation of libname.map.
131- binmake.gmk: defined OUT internal variable specifying the proper
132 compilation/linking option to Unix or Windows compilers: '-o '
133 and '/Fe' respectively.
134
13511th July 2007 Makoto Asai (config-V09-00-00)
136- Added digits_hits/scorer sub-directory to binmake.gmk.
137
13828th June 2007 Gabriele Cosmo (config-V08-03-04)
139- Updated Configure scripts to fix installation issue when installation
140 path is different from source path and headers are not installed.
141- Cleared <TAB> characters from .gmk scripts where not necessary.
142
14322nd June 2007 Gabriele Cosmo (config-V08-03-03)
144- Corrected binmake.gmk for having error_propagation in INCFLAGS properly
145 included in search path.
146- Updated internal scripts for Configure to cope with new environment
147 variable G4NEUTRONHPDATA.
148
14918th June 2007 Ben Morgan (config-V08-03-02)
150- Fixed Configure internal script to get rid of searching old physics_list
151 module at installation.
152
15327th May 2007 Gabriele Cosmo (config-V08-03-01)
154- Added "lll_fission" hadronic model module to binmake.gmk.
155
15612th May 2007 Gabriele Cosmo (config-V08-03-00)
157- Added "error_propagation" module to binmake.gmk.
158- Removed G4LIB_BUILD_LISTS flag. Physics lists are built by default.
159
16021st March 2007 Gabriele Cosmo
161- Added "biasing" module to binmake.gmk.
162
16328th February 2007 Gabriele Cosmo (config-V08-02-00)
164- Protected generation of dependencies using internal 'make' variable
165 MAKECMDGOALS in binmake.gmk and common.gmk, following suggestion made
166 in problem report #930.
167 This protection resolves the problem of generation of dependencies when
168 issueing the 'clean' target.
169
1703rd November 2006 Gunter Folger (config-V08-01-07)
171- architecture.gmk: added G4LIB_BUILD_LISTS with default value 1 to build physics lists.
172- binmake.gmk: added physics lists include directories to INCFLAGS.
173
17415th October 2006 Makoto Asai (config-V08-01-06)
175- binmake.gmk: added 'processes/scoring' module.
176
17710th October 2006 Gabriele Cosmo (config-V08-01-05)
178- Darwin-g++.gmk: use standard -echo- command.
179 Removed ECHO overloaded variable.
180
1815th October 2006 Gabriele Cosmo (config-V08-01-04)
182- liblist.c: added .dylib search for list of libraries.
183 Addressing problem report #885.
184
1853rd October 2006 Gabriele Cosmo (config-V08-01-03)
186- architecture.gmk: added variables for commands: echo, cat, cut, sed;
187 to be eventually overloaded in system dependent configurations.
188- WIN32-VC.gmk: overload commands [echo, grep, cat, cut, sed], to force
189 usage of the original CygWin built-in commands.
190
19121st September 2006 Vladimir Ivantchenko (config-V08-01-02)
192- binmake.gmk: added electromagnetic/polarisation module.
193
19418th August 2006 Gabriele Cosmo (config-V08-01-01)
195- Linux-icc: corrected G4RUNPATHOPTION flag to allow linking of applications
196 with shared libraries.
197
19818th August 2006 Gabriele Cosmo (config-V08-01-00)
199- Linux-icc: updated setup to support icc-9.X series.
200
20113th June 2006 Gabriele Cosmo (config-V08-00-02)
202- Removed defaults for X11, XM, XAW flags in architecture.gmk and added
203 explicit settings in sys/*.gmk setups protected by ifndef statements for
204 optional customisation.
205- Upgraded Configure internal scripts.
206
20724th April 2006 Gabriele Cosmo (config-V08-00-01)
208- binmake.gmk: fixed old-standing warning on WIN32-VC for file extension of
209 target object file. Defined TARGOBJEXT internal variable defining the
210 actual extension: .o for UNIX, .OBJ for Windows platforms.
211
2126th April 2006 Gabriele Cosmo (config-V08-00-00)
213- Darwin-g++: corrected linker options for generation of dynamic libraries.
214 Now dynamic libraries on MacOSX finally work. Tested on MacOS 10.4.5 with
215 gcc-4.0.1.
216
21712th December 2005 Gabriele Cosmo (config-V07-01-07)
218- binmake.gmk: added workaround to allow for physics-lists to link
219 with DLLs on Windows.
220
2217th December 2005 Gabriele Cosmo (config-V07-01-06)
222- Added G4LIB_NO_SHARED protection for cases where installation of
223 shared libs are not allowed.
224
2252nd December 2005 Gabriele Cosmo (config-V07-01-05)
226- Replaced -GX with -EHsc compilation option in WIN32-VC setup for
227 porting on VC++8 compiler.
228
22929th November 2005 Gabriele Cosmo (config-V07-01-04)
230- Added -D_CRT_SECURE_NO_DEPRECATE to WIN32-VC setup to allow for
231 porting on VC++8 compiler.
232
23321st November 2005 Makoto Asai (config-V07-01-03)
234- binmake.gmk: added 'digits_hits/utils' module to INCFLAGS.
235
2365th October 2005 John Allison (config-V07-01-02)
237- G4VIS*.gmk: added G4VIS_BUILD_RAYTRACERX_DRIVER and G4VIS_USE_RAYTRACERX.
238
23929th July 2005 Mark Donszelmann (config-V07-01-01)
240- Synchronized CXXFLAGS warning options of WIN32-g++ with Linux-g++.
241
24218th July 2005 Gabriele Cosmo (config-V07-01-00)
243- Excluded usage of unnecessary 'ranlib' at creation of the libraries for
244 WIN32-VC system. Fixes an observed problem of debug-symbols corruption.
245
24616th June 2005 Sergey Sadilov (config-V07-00-05)
247- Updated Configure script and support files:
248 o Added new data sets for low-energy-EM and elastic data.
249 o Set unique entry point for path to data.
250 o Updated variable settings for g3tog4 and zlib.
251
25215th June 2005 Gunter Folger (config-V07-00-04)
253- Changed clean(_..) targets to be :: rules, to allow multiple clean targets.
254
25510th June 2005 Gabriele Cosmo (config-V07-00-03)
256- Updated configuration script SUN-CC.gmk:
257 o Removed obsolete compilation option -ptr$(G4TREP) for redirection to
258 template repository, no longer necessary.
259 o Added -lsunmath to LOADLIBS now required with CLHEP-1.9.X for static
260 libraries.
261
26217th May 2005 Gabriele Cosmo (config-V07-00-02)
263- Corrected settings of G4LIB_BUILD/USE_ZLIB:
264 o G4LIB_BUILD_ZLIB is mandatory for Windows, if zlib is required;
265 o if G4LIB_BUILD_ZLIB is set, the G4-zlib module is used (all platforms);
266 o if only G4LIB_USE_ZLIB is set, the system zlib is used (UNIX only);
267 o if none is set, zlib is not used (all platforms).
268- Updated compilation options on Darwin-g++, now similar to Linux-g++ setup.
269- Still requiring tag "source-gmk-V07-00-01" for source/GNUmakefile to build
270 the g3tog4 module.
271
27213th May 2005 Gabriele Cosmo (config-V07-00-01)
273- Added G4LIB_BUILD_ZLIB/G4LIB_USE_ZLIB. Modified architecture.gmk
274 and binmake.gmk scripts.
275- Changed G4USE_G4TOG4 to G4LIB_USE_G3TOG4 to conform to standard flag names.
276 Requires tag "source-gmk-V07-00-01" for source/GNUmakefile to build the
277 g3tog4 module.
278
27910th May 2005 John Allison (config-V07-00-00)
280- Made OPENGLXM require OPENGLX.
281
2828th December 2004 John Allison (config-V06-02-03)
283- Darwin-g++.gmk: fixes on setup for dynamic libraries.
284
28530th November 2004 Gabriele Cosmo (config-V06-02-02)
286- binmake.gmk: added electromagnetic/highenergy module to INCLUDE path.
287
28827th November 2004 Gabriele Cosmo (config-V06-02-01)
289- binmake.gmk: added parameterisations/trd_clusters and
290 parameterisations/gflash modules to INCLUDE path.
291
29229th October 2004 Gabriele Cosmo (config-V06-02-00)
293- Archived setup for Windows/VC++6. WIN32-VC now corresponds to WIN32-VC7.
294 Archived WIN32-VC7.gmk.
295- Removed strict compilation options for SUN-CC and thread specific.
296
29712th October 2004 John Allison
298- Darwin-g++.gmk : added -lXi to X11LIBS.
299
30008th July 2004 Guy Barrand
301- Darwin-g++.gmk : correct options to build granular shared libs.
302 Have "-undefined define_a_way" instead of "-undefined error" since
303 granular libs are not linked for the moment.
304
30523rd June 2004 Gabriele Cosmo (config-V06-01-10)
306- Updated win32def.c program to fix retrivial of public static data for
307 building DLLs on Windows (G.Barrand).
308- Updated Configure scripts.
309
31017th June 2004 Gabriele Cosmo (config-V06-01-09)
311- Darwin-g++.gmk: use twolevel_namespace and GLOBLIBS for shared-libs
312 build on MacOS. Shared-libs build are possible only global libraries
313 and requires shared-lib version of CLHEP build with compatible options
314 (G.Barrand).
315
31614th June 2004 Gabriele Cosmo (config-V06-01-08)
317- architecture.gmk: added specification for G4LIB_USE_DLL.
318
31911th June 2004 Gabriele Cosmo (config-V06-01-07)
320- binmake.gmk: activated shared-libs mechanism for Windows platforms;
321 forced creation of static library for examples/applications for the
322 usage with DLLs.
323
3248th June 2004 Gabriele Cosmo (config-V06-01-06)
325- binmake.gmk: restored global lib for interfaces which was missing
326 from linking list.
327- common.gmk, globlib.gmk: fixed clean/clean_libs target.
328- architecture.gmk: added definition of G4LIB_BUILD_DLL flag.
329- WIN32-VC.gmk: added targets for DLLs build.
330- Linux-g++.gmk: made -O2 the default optimisation mode.
331 Archived temporary setup Linux-gO2 introduced in "config-V06-01-01".
332
3337th June 2004 Gabriele Cosmo (config-V06-01-05)
334- Corrected setup for WIN32-VC7 for building of DLLs.
335- Cosmetics in build printout...
336
3371st June 2004 Gabriele Cosmo (config-V06-01-04)
338- binmake.gmk, added include paths to new hadronic models for
339 abrasion, em_dissociation, de_excitation/ablation and
340 de_excitation/fission.
341- architecture.gmk: updated comments to header.
342
34326th May 2004 Mark Donszelmann (config-V06-01-03)
344- Fixed small problem in previous fix.
345
34626th May 2004 Gunter Folger (config-V06-01-02)
347- binmake.gmk: fixed problem for WIN32 such that also LDLIBS (including
348 EXTRALIBS) will be mangled to replace -L by its WIN32 correspondance
349 libpath.
350
35111th May 2004 Gabriele Cosmo (config-V06-01-01)
352- Added new experimental setup for Linux-g++ using -O2 optimisation
353 as default. To trigger this setup G4SYSTEM must be set to "Linux-gO2".
354 It also includes (deactivated by default) Pentium4 chip specific options
355 for using chips-specific floating-point arithmetics based on the SSE unit.
356
3578th April 2004 Guy Barrand
358- architecture.gmk: revisited Inventor default. Removed HEPVis dependencies
359 (Inventor visualization driver does not need these libraries any longer).
360
3617th April 2004 Guy Barrand
362- Darwin-g++.gmk:
363 o Corrected options to build shared libraries (.dyn); use
364 "-dynamic -single_module" to have faster startup when Geant4 is
365 embedded in an external framework.
366 o Corrected options to retrieve Motif.
367
3685th April 2004 Gabriele Cosmo (config-V06-01-00)
369- architecture.gmk: added check for definition of LDFLAGS.
370 Fixes bug report #603.
371
37224th February 2004 Gabriele Cosmo (config-V06-00-03)
373- Fixed link rpath definition in Linux-icc.gmk.
374
37511th February 2004 Gabriele Cosmo (config-V06-00-02)
376- Added configuration file Linux-icc.gmk for Intel/icc compiler
377 on Linux systems.
378
37910th February 2004 Guy Barrand
380- WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs).
381- Added program win32def.c to help building DLLs, built from
382 source/GNUmakefile through a specialised target and placed in
383 $G4LIB/$G4SYSTEM.
384- source/materials/GNUmakefile: modified to provide an example of macro
385 GLOBLIBS used by the DLL builder in order to have global lib dependencies.
386
3879th February 2004 Gunter Folger (config-V06-00-01)
388- architecture.gmk:
389 o Protect OGLFLAGS against containing -I/usr/include; this may cause
390 wrong includes to be picked up.
391
39226th January 2004 Guy Barrand (config-V06-00-00)
393- Darwin-g++.gmk:
394 o Use "g++" as a default compiler (in order to take the MacOSX
395 default compiler).
396 o Corrected procedure for building .dylib shared libs.
397 Previous default Linux commands do not work on MacOSX.
398
39918th November 2003 Gabriele Cosmo (config-V05-02-05)
400- Updated binmake.gmk to include new hadronics modules.
401 Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile.
402
4034th November 2003 Gabriele Cosmo (config-V05-02-04)
404- Include removal of OPACS setup. Cowork with tags "interfaces-V05-02-00"
405 and "vis-V05-02-02".
406
40729th October 2003 Gabriele Cosmo (config-V05-02-03)
408- binmake.gmk:
409 o Added particles/utils module.
410- Does NOT include removal of OPACS setup yet.
411
41222th October 2003 Guy Barrand
413- OPACS : rm interfaces OPACS related things.
414
41517th October 2003 Guy Barrand
416- OPACS being (for long) deprecated, the OPACS related things
417 had been removed in the Geant4 repository.
418
41930th September 2003 Gabriele Cosmo (config-V05-02-02)
420- architecture.gmk, binmake.gmk:
421 o Added geometry/navigation module.
422 o Removed setup for STEP, now archived.
423 o Adopt new module and library "digits_hits", replacing "digits+hits".
424- Configure installation script:
425 o Fixed correct default name for data sets.
426 o Implemented automatic detection of OpenGL and CLHEP installations.
427 o Fixed behavior of script on Windows system, corrected definition of
428 paths and defaults.
429 o Cleared not allowed configuration drivers.
430
43119th September 2003 Gabriele Cosmo (config-V05-02-01)
432- binmake.gmk:
433 o added processes/cuts module.
434- architecture.gmk:
435 o fixed setup for OpenInventor libraries.
436
4371st July 2003 Gabriele Cosmo (config-V05-02-00)
438- WIN32-VC.gmk, WIN32-VC7.gmk:
439 o reinstated options "-D_CONSOLE -D_WIN32 -DOS" to allow correct
440 treatment/opening of data files from applications.
441
44224th June 2003 Gabriele Cosmo (config-V05-01-05)
443- Added UI32LIBS to interactivity.gmk to handle UI libraries on WIN32
444 platforms.
445- Added libraries for OpenGL and UI to default setup of WIN32-VC and
446 WIN32-VC7. Removed some obsolete compilation options.
447
44818th June 2003 Gabriele Cosmo (config-V05-01-04)
449- Removed flag G4USE_STD_NAMESPACE from specific setups in sys.
450 Follows migration from G4std apported in source/global and whole code.
451
45216th June 2003 Gabriele Cosmo
453- binmake.gmk: added module geometry/divisions in $INCFLAGS list.
454
45511th June 2003 Gunter Folger (config-V05-01-03)
456- G4VIS_BUILD.gmk, G4VIS_USE.gmk, G4UI_BUILD.gmk, G4UI_USE.gmk, and
457 sys/{Linux-g++,SU-CC}.gmk:
458 When building shared libraries needing external libs like OpenGL...,
459 add these at shared library building, so these libs know about these
460 dependency and have this resolved.
461
4626th June 2003 Gabriele Cosmo (config-V05-01-02)
463- architecture.gmk and specific setups in sys: get rid of G4_HAVE_BOOL
464 macro. Now using default 'bool' type, defined in all supported compilers.
465
46628th May 2003 Gabriele Cosmo (config-V05-01-01)
467- architecture.gmk, binmake.gmk: added flags G4LIB_BUILD_STEP/G4USE_STEP
468 to make optional the compilation of the STEP library and interface module.
469 By default the libraries will not be built.
470
47131st March 2003 Gabriele Cosmo (config-V05-01-00)
472- Added more strict compiler options for Linux-g++ platform.
473- Removed obsolete usage of GNU_GCC specific option for g++ compilers.
474
47522nd January 2003 Gabriele Cosmo (config-V05-00-00)
476- Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
477- Generalised identification of WIN32 specific setups in core scripts.
478- Forced silent generation of dependencies (added -w option to calls to g++).
479
4804th December 2002 Gabriele Cosmo (config-V04-01-08)
481- Removed obsolete setup for ObjectSpace-STL (G4USE_OSPACE and related
482 variables). Removed obsolete variable G4USE_STL.
483- Updated Configure scripts.
484
4852nd December 2002 John Allison (config-V04-01-07)
486- common.gmk, binmake.gmk: New dependency file algorithm that avoids
487 leaving corrupt .d files when #include'd files cannot be found.
488- Removed obsolete schema targets in common.gmk.
489
49025th November 2002 Gabriele Cosmo (config-V04-01-06)
491- Removed ODBMS setup. Now library for persistency is built as part of the
492 kernel and specific implementations for persistency have been moved to
493 examples. Setup for ODBMS no more required. G4USE_HEPODBMS is no longer
494 used.
495- Updated configuration file AIX-xlC.gmk to port code on AIX with xlC 6.0
496 (K.Murakami).
497
49822nd November 2002 Gabriele Cosmo (config-V04-01-05)
499- liblist.c:
500 o Enhanced script to provide the whole list of installed libraries
501 in the correct order, without requiring parsing of dependencies.
502 The functionality is achieved by invoking "liblist" with option '-m",
503 i.e. - liblist -m [libpath] < libname.map
504 where [libpath] is the path where libraries are placed
505 (i.e. $G4LIB/$G4SYSTEM).
506- binmake.gmk:
507 o Use "liblist -m [libpath]" to retrieve the list of libraries to link in
508 case headers are installed in $G4INCLUDE, and granular libraries are used.
509- G4UI_USE.gmk, G4VIS_USE.gmk:
510 o Protected specification of -I paths for headers, in case $G4INCLUDE is
511 used. A single -I$G4INCLUDE path will be used for compilation in such case.
512
51316th November 2002 Hans-Peter Wellisch
514- binmake.gmk:
515 o Added hadronic/models/cascade/cascade and
516 hadronic/models/generator/scattering include paths.
517
5188th November 2002 Gabriele Cosmo (config-V04-01-04)
519- Darwin-g++.gmk:
520 o Updated setup to support MacOS 10.2 (H.Burkhardt).
521
52230th October 2002 Gabriele Cosmo (config-V04-01-03)
523- architecture.gmk:
524 o Issue an error if G4SYSTEM is not defined in the environment or not valid.
525 o Define G4LIB_BUILD_G3TOG4 and G4USE_G3TOG4 for optional installation and
526 usage of the g3tog4 module.
527 o Updated list of supported systems/compilers.
528- binmake.gmk:
529 o Include path and library for g3tog4 module only if G4USE_G3TOG4 is defined.
530 Implies proper handling of G4USE_G3TOG4 in source/GNUmakefile.
531- Removed obsolete OSPACE setup for WIN32-VC, HP-aCC, DEC-cxx. Still kept for
532 platforms with ODBMS setup.
533- SUN-CC.gmk: removed -L/usr/lib path specification from LOADLIBS definition.
534
53510th September 2002 Gabriele Cosmo (config-V04-01-02)
536- Linux-g++.gmk: added assignment 'CC := gcc' for default 'cc' compiler.
537
53826th August 2002 Gabriele Cosmo (config-V04-01-01)
539- binmake.gmk: added include path to persistency/run/include which was
540 missing. Removed unnecessary processes/general/include.
541
5428th July 2002 John Allison
543- liblist.c: added protection and warning for file/directory not found
544 in parsedir. Also small cosmetic improvements.
545
5464th July 2002 Gabriele Cosmo (config-V04-01-00)
547- Upgraded WIN32-g++ to compile with -ansi and gcc-2.95.3 for most recent versions
548 of CygWin.
549
55026th June 2002 Gabriele Cosmo (config-V04-00-10)
551- Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
552- Updated scripts for Configure.
553
55418th June 2002 Gabriele Cosmo (config-V04-00-09)
555- Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.
556
55717th June 2002 Gabriele Cosmo (config-V04-00-08)
558- Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
559 call to vector::distance() method.
560
56114th June 2002 Gabriele Cosmo (config-V04-00-07)
562- binmake.gmk: added include path to "leading_particle" hadronic module.
563 Retagged with correct numbering...
564
5653rd May 2002 Gabriele Cosmo (config-V04-00-06)
566- liblist.c: added patch to port code on MacOS-X.
567 Defined buffer[BUFSIZE] as "char static".
568- Added Darwin-g++.gmk configuration file for MacOS-X systems running
569 with GNU g++ compiler.
570- Removed SUN-CC4.gmk configuration file, no longer supported.
571- Updated description header to system configuration files.
572
57327th March 2002 Gabriele Cosmo (config-V04-00-05)
574- binmake.gmk: added include path to new module geometry/biasing.
575 Co-works with "geometry-V04-00-01" and "transport-V04-00-00".
576
57726th March 2002 Gabriele Cosmo (config-V04-00-04)
578- liblist.c: cancelled changes made in previous tag.
579 Restored usage of function 'gets(buffer)', correctly adopted in this case.
580
58114th March 2002 Gabriele Cosmo (config-V04-00-03)
582- liblist.c: replaced usage of function 'gets(buffer)' with the safer
583 'fgets(buffer,BUFSIZE,stdin)'.
584
5859th March 2002 John Allison (config-V04-00-02)
586- Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
587- Corrected perl script g4sort_step_file.pl to specify correct path for perl.
588
58907th February 2002 Gabriele Cosmo (config-V04-00-01)
590- liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
591 parsing algorithm on Windows systems, also on most recent versions of Cygwin.
592- WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.
593
59425th January 2002 Gabriele Cosmo (config-V04-00-00)
595- sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
596 which was unused and not neccessary.
597
59810th December 2001 Gabriele Cosmo (config-V03-02-15)
599- architecture.gmk:
600 o updated list of supported compilers
601 o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
602- binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
603 building examples/applications. Currently activated only for global compound
604 libraries; for granular libraries it requires re-engineering of liblist,
605 feature which will be added in future.
606 This mechanism allows to considerably reduce the compilation/linking command
607 length and the number of -I options fed to the compiler.
608- Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
609- Removed binmake.EXTRALIBS.README, now part of User's Guide.
610- Updated sources for Configure installation script.
611
6123rd December 2001 Guy Barrand (config-V03-02-14)
613- G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.
614
61529th November 2001 Gabriele Cosmo (config-V03-02-13)
616- Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture
617
61821st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
619- On top of "config-V03-02-11", added paths in binmake.gmk including
620 new hadronic models for cascade, CHIPS and coherent_elastic.
621 Does not include changes to analysis.gmk.
622
62319th November 2001 Guy Barrand
624- analysis.gmk : then remove all system specifc flags, have
625 only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of
626 CPP and libs in the Geant4 GNUmakefile system.
627
62819th November 2001 John Allison (config-V03-02-11)
629- Does not include Guy's changes of 16rd November.
630- Re-instated creation of CPPFLAGS (see 6th November) but conditonal
631 on existence of corresponding environment variable. If no environmet
632 variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.
633
63416rd November 2001 Guy Barrand
635- analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.
636
6376th November 2001 John Allison (config-V03-02-10)
638- Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.
639
6406th November 2001 John Allison (config-V03-02-09)
641- Removed references to HepRep, added code for HepRepFile, thus
642 needed by vis-V03-02-15.
643
64423rd October 2001 Gabriele Cosmo (config-V03-02-08)
645- Merged changes in "config-V03-02-07" for removal of STLInterface.
646
64722nd October 2001 Gabriele Cosmo (config-V03-02-06b)
648- binmake.gmk: added include path for geometry/verification
649 according to tag "geometry-V03-02-01".
650
6511st October 2001 Gabriele Cosmo (config-V03-02-06a)
652- binmake.gmk: removed include path for processes/electromagnetic/integral
653 according to tag "em-V03-02-02".
654
65530th September 2001 Gabriele Cosmo (config-V03-02-07)
656- Removed references to STLInterface module in architecture.gmk
657 and architecture setups. Coworks with tag "global-V03-02-03" where
658 STLInterface module has been removed.
659
66029th August 2001 John Allison/Joseph Perl (config-V03-02-06)
661- Needed by vis-V03-02-14.
662- First developers release of HepRep graphics driver.
663
66427th August 2001 John Allison
665- Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.
666
66724th August 2001 Joseph Perl (config-V03-02-05)
668- Introduced HepRep graphics driver
669
67011th August 2001 John Allison (config-V03-02-04)
671- Re-engineered G4UI variables. Coworks with interfaces-V03-02-00.
672- Introduced environment variable G4UI_NONE that, if set, no UI
673 sessions nor any UI libraries are built, not even libG4UIbasic.a nor
674 libG4UIcommon.a. (This would only happen in a pure batch job or,
675 perhaps, in a user framework having its own UI system.)
676- Removed the need to specify environment variables for UI sessions
677 which do not need external packages or libraries, namely :
678 G4UI_BUILD_GAG_SESSION
679 G4UI_BUILD_TERMINAL_SESSION
680 with associated G4UI_USE environment variables:
681 G4UI_USE_GAG
682 G4UI_USE_TCSH
683 G4UI_USE_TERMINAL
684 In other words, the above environment variables become redundant and are
685 ignored.
686 For backwards compatibility, unless G4UI_NONE is set, the corresponding
687 G4UI_USE C-pre-processor variables are automatically set. Also, the
688 C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
689- As before, environment variables for other sessions still need positive
690 setting of their G4UI_BUILD and G4UI_USE environment variables. In this
691 category are:
692 G4UI_BUILD_WIN32_SESSION
693 G4UI_BUILD_WO_SESSION
694 G4UI_BUILD_XAW_SESSION
695 G4UI_BUILD_XM_SESSION
696 with associated G4UI_USE environment variables:
697 G4UI_USE_WIN32
698 G4UI_USE_WO
699 G4UI_USE_XAW
700 G4UI_USE_XM
701- Note: The user must still instantiate and SessionStart only *one*
702 session, but if it is to be one in the category needing external
703 packages or libraries, the corresponding G4UI_USE must be set to
704 trigger inclusion oflibraries. Otherwise the user need not set any
705 environment variables.
706
7073rd August 2001 Gabriele Cosmo (config-V03-02-03)
708- architecture.gmk:
709 o updated list of supported systems/compilers.
710 o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
711- Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
712- Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
713- Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
714 will be removed soon). CC-5.2 compiler is now the default on SUN systems.
715- Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
716 compiler on Linux systems.
717
7181st August 2001 Gabriele Cosmo (config-V03-02-02)
719- Included recent updates to scripts sources for 'Configure'.
720
72127th July 2001 John Allison (config-V03-02-01)
722- Introduced environment variable G4VIS_NONE that, if set, no visualization
723 drivers are built and no vis libraries are built, not even
724 libG4vis_management. (libG4modeling is still built.) The C-pre-processor
725 variables G4VIS_BUILD and G4VIS_USE are *not* set.
726- Removed the need to specify environment variables for visualization drivers
727 which do not need external packages or libraries, namely :
728 G4VIS_BUILD_DAWNFILE_DRIVER
729 G4VIS_BUILD_RAYTRACER_DRIVER
730 G4VIS_BUILD_VRMLFILE_DRIVER
731 G4VIS_BUILD_ASCIITREE_DRIVER
732 G4VIS_BUILD_GAGTREE_DRIVER
733 with associated G4VIS_USE environment variables:
734 G4VIS_USE_DAWNFILE
735 G4VIS_USE_RAYTRACER
736 G4VIS_USE_VRMLFILE
737 G4VIS_USE_ASCIITREE
738 G4VIS_USE_GAGTREE
739 In other words, the above environment variables become redundant and are
740 ignored.
741 For backwards compatibility, unless G4VIS_NONE is set, the corresponding
742 G4VIS_USE C-pre-processor variables are automatically set. Also, the
743 C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
744- As before, environment variables for other drivers still need positive
745 setting of their G4VIS_BUILD and G4VIS_USE environment variables. In this
746 category are:
747 G4VIS_BUILD_DAWN_DRIVER
748 G4VIS_BUILD_OPACS_DRIVER
749 G4VIS_BUILD_OPENGLX_DRIVER
750 G4VIS_BUILD_OPENGLWIN32_DRIVER
751 G4VIS_BUILD_OPENGLXM_DRIVER
752 G4VIS_BUILD_OIX_DRIVER
753 G4VIS_BUILD_OIWIN32_DRIVER
754 G4VIS_BUILD_VRML_DRIVER
755 with associated G4VIS_USE environment variables:
756 G4VIS_USE_DAWN
757 G4VIS_USE_OPACS
758 G4VIS_USE_OPENGLX
759 G4VIS_USE_OPENGLWIN32
760 G4VIS_USE_OPENGLXM
761 G4VIS_USE_OIX
762 G4VIS_USE_OIWIN32
763 G4VIS_USE_VRML
764 In this case G4VIS_NONE must *not* be set.
765- Added binmake.EXTRALIBS.README.
766
7675th July 2001 Youhei Morita (config-V03-02-00)
768- Linux-g++.gmk: Use -pedantic (G.Cosmo)
769- Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS
770
77129th June 2001 Gabriele Cosmo (config-V03-01-10)
772- Updated source scripts for 'Configure'.
773
77426th June 2001 Youhei Morita (config-V03-01-09)
775- globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
776 when invoking the 'includes' target.
777
77825th June 2001 Youhei Morita (config-V03-01-08)
779- Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
780- Linux-g++.gmk (G.Cosmo)
781 o Commented out -ansi setup for public release
782 o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler
783
78422nd June Gabriele Cosmo (config-V03-01-07)
785- common.gmk (G.Folger):
786 o removed lib_d target (again).
787 o restored G4SKIP_DEPEND.
788- Linux-g++.gmk:
789 o added temporary cludge for identify compiler version
790 and define G4DDLX_FLAGS for egcs-1.1.2.
791- binmake.gmk:
792 o added mechanism to correctly handle include paths when source headers
793 are centrally installed in $G4INCLUDE. Temporarly disabled, requires
794 update (re-design?) of liblist.c to properly generate the list of
795 libraries from the map.
796 Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
797 have to be modified accordingly.
798
79922nd June 2001 Youhei Morita (config-V03-01-06)
800- Restored lib_d target in common.gmk with a protection of G4ODBMS.
801- Get rid of G4SKIP_DEPEND in binmake.gmk.
802- Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.
803
80421st June 2001 Gunter Folger (config-V03-01-05)
805- Removed bin_d and lib_d targets and thus the re-start of make.
806
80721st June 2001 Gunter Folger (config-V03-01-04)
808- common.gmk, binmake.gmk: run gmake via $(MAKE).
809
81019th June 2001 John Allison (config-V03-01-03)
811- Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.
812
81320th June 2001 (Japan Time - still 19th in Europe!)
814 Youhei Morita (config-V03-01-02)
815- A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
816 sys/Linux-g++.gmk, sys/Win32-g++.gmk.
817
81819th June 2001 Gabriele Cosmo
819- Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.
820
82130th May 2001 Gunter Folger
822- Do changes for persistency from Youhei: common.gmk is now split in three,
823 one general, and one for specific for transient and persistent each.
824 Dependencies now much better handled in persistency.
825
8262nd May 2001 Gabriele Cosmo (config-V03-01-01)
827- Added options "-Wall -ansi -pedantic" to Linux-g++ setup.
828
82910th April 2001 John Allison (config-V03-01-00)
830- Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.
831
83222nd March 2001 Gunter Folger (config-V03-00-03)
833- binmake.gmk, only store in executable PATH to libs from example/test;
834 other libs should be taken/found from LD_LIBRARY_PATH
835- sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable
836
83706th March 2001 Gabriele Cosmo (config-V03-00-02)
838- binmake.gmk: added include path for processes/electromagnetic/integral
839 the new subcategory introduced with tag em-V03-00-04.
840
84113th February 2001 Gabriele Cosmo (config-V03-00-01)
842- binmake.gmk: added include path for processes/photolepton_hadron
843 which was missing!
844
84508th January 2001 Gabriele Cosmo (config-V03-00-00)
846- sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
847 dynamic casting and type-info at run-time.
848
84913th December 2000 Gunter Folger (config-V02-00-14)
850- common.gmk: fix to rule for building dependencies, parsing is skip
851 if $(dependencies) is empty.
852- globlib.gmk: added "includes" to PHONY target list and fixed typo.
853- Added comments to "includes" rules.
854
8558th December 2000 Gabriele Cosmo (config-V02-00-13)
856- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
857 common.gmk and globlib.gmk.
858
8597th December 2000 Gabriele Cosmo (config-V02-00-12)
860- Added options to SUN-CC5.gmk to handle multithreading and persistency.
861
8625th December 2000 Youhei Morita (config-V02-00-11)
863- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
864
8655th December 2000 Gabriele Cosmo (config-V02-00-10)
866- Restored -MM option to g++ for making dependencies. -M was introduced in
867 tag config-V02-00-02 to allow dependency search on system headers as well
868 (#include<...> statements). This however introduces serious clashes with
869 Objectivity schema generation for the persistency module.
870
8714th December 2000 Gunter Folger (config-V02-00-09)
872- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
873 be used when linking with G4 shared libraries to store the path to these
874 libraries in the executable.
875
8761st December 2000 Gabriele Cosmo (config-V02-00-08)
877- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
878- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
879
8801st December 2000 Gunter Folger (config-V02-00-07)
881- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
882 dependency file even when missing header files are missing. Correct in the
883 sense that liblist will work, and that the missing header is supposed to be
884 (made) in the source directory.
885
88617th November 2000 Gunter Folger (config-V02-00-06)
887- Link with CLHEP using -L/-l instead of absolute filename; this allows
888 to link with shared lib of Anaphe, or static lib of Geant4.
889- Added shared-lib settings to sys configurations.
890
89114th November 2000 Gabriele Cosmo (config-V02-00-05)
892- Added reference to new "parameterisations" top category.
893 Modified files: binmake.gmk.
894- Removed makeshlib.sh script, now obsolete.
895
8967th November 2000 Guy Barrand
897- analysis.gmk : renamed OpenScientist things to "Lab" ;
898 Lab is the concrete package where analysis is done.
899
9003rd November 2000 Gunter Folger (config-V02-00-04)
901- common.gmk: fix for shared-library build.
902- common.gmk, globlib.gmk: added rules for "includes" gmake target.
903- architecture.gmk: introduced new user settable variable G4INCLUDE
904 to specify path where headers (files or symbolic-links) should be installed.
905
9061st November 2000 Guy Barrand
907- analysis.gmk: declared Lizard.
908
90924th October 2000 Gunter Folger (config-V02-00-03)
910- architecture.gmk, common.gmk, globlib.gmk, sys/*:
911 o merged building shared libraries into makefiles.
912 The MAKESHLIB script is no longer used.
913- Introduced new variables steering the building of archive/shared libs:
914 G4LIB_BUILD_SHARED
915 G4LIB_BUILD_ARCHIVE (still default)
916 note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
917 backwards compatiblity.
918- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
919 libraries, even when libG4global.a/.so exists.
920
92114th September 2000 Guy Barrand
922- Introduced changes to handle analysis module.
923 o added analysis.gmk.
924 o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
925 o binmake.gmk: added inclusion of analysis.gmk.
926 o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
927
92822nd August 2000 John Allison (config-V02-00-02)
929- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
930 This causes dependencies of both #include "..." and #include <...> to be
931 followed. This is the safer option, since some users might/should use,
932 e.g., #include <g4std/...>, but even these files change sometime.
933
93422nd August 2000 Gunter Folger
935- globlib.gmk: fix for protection from infinite loops when a dir does
936 not exist (G.Folger).
937
9381st August 2000 Gabriele Cosmo (config-V02-00-01)
939- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
940 Configuration non officially supported (courtesy of S.Agostinelli and
941 IST group, Genova).
942
94324th July 2000 Gabriele Cosmo (config-V02-00-00)
944- Added path to g3tog4 for global libs.
945
94623rd May 2000 John Allison (config-V01-01-04)
947- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
948 binmake.gmk.
949
95019th May 2000 Gabriele Cosmo (config-V01-01-03)
951- architecture.gmk:
952 o changed -pic option to -KPIC for SUN architectures.
953 o fixed HP-aCC setup to cope with new CLHEP version 1.5.
954 o implemented modular setup. Now system specific configurations are
955 grouped in separated files $G4SYSTEM.gmk and placed in the new
956 directory config/sys.
957
9587th April 2000 Gabriele Cosmo (config-V01-01-02)
959- binmake.gmk: added include path to the new directory
960 geometry/solids/specific.
961- Updated PERL script g4step_correct.pl for parsing STEP files.
962
96330th March 2000 Gabriele Cosmo (config-V01-01-01)
964- makeshlib.sh:
965 o added few corrections to the script in order to allow
966 creation of shared libraries without need of the static archive on
967 platforms which allow this.
968 o added section for SunOS systems.
969 (courtesy of I.G.Caballero)
970- architecture.gmk:
971 o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
972 libraries.
973
97421st March 2000 Gabriele Cosmo
975- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
976 Changed CC to aCC (fixes bug-report #68).
977
97813th March 2000 Gabriele Cosmo (config-V01-01-00)
979- architecture.gmk: corrected FCLIBS for Linux-g++
980 o added -lg2c -lnsl and removed -lf2c.
981
98214th February 2000 Gabriele Cosmo (config-V01-00-02)
983- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
984 discard warnings for macros parameter definition as used in the new
985 NIST STEP reader.
986- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
987 just after the user application library.
988
98931st January 2000 Gabriele Cosmo (config-V01-00-01)
990- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
991 in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
992- binmake.gmk: fixed dependency order for compound libraries.
993 Moved -lG4particles and -lG4materials downstream in the list.
994- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
995 any level of optimisation or debug. G4DEBUG if defined takes precedence.
996 G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
997
9983rd January 2000 Gabriele Cosmo (config-V01-00-00)
999- Syncronized with HEAD.
1000
100116th December 1999 John Allison
1002- Cosmetic improvement to echo line in binmake.gmk.
1003
10047th December 1999 Gabriele Cosmo (config-V00-01-19)
1005- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
1006
10075th December 1999 Youhei Morita (config-V00-01-18)
1008- architecture.gmk: defined G4OODDLX_FLAGS
1009- common.gmk: use G4OODDLX_FLAGS
1010
10115th December 1999 Gabriele Cosmo (config-V00-01-17)
1012- architecture.gmk: fixes for Win/NT.
1013 o fixed path for OSPACELIBS
1014 o removed -DG4NOT_ISO_DELETES flag
1015
10163rd December 1999 Gabriele Cosmo (config-V00-01-16)
1017- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
1018
10193rd December 1999 Youhei Morita
1020- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
1021
10221st December 1999 Gabriele Cosmo (config-V00-01-15)
1023- architecture.gmk:
1024 o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
1025 compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
1026 STL by default. Compatibility with old no ISO/ANSI code is assured
1027 through the -compat compiler option and the usage of ObjectSpace STL
1028 (i.e. G4USE_OSPACE set).
1029 o added new flag G4NO_STD_NAMESPACE.
1030 HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
1031 the new flag should be explicitly set in the environment to avoid this.
1032 o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
1033 Tests on this configuration has NOT been tested though.
1034
10351st December 1999 Youhei Morita
1036- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
1037- common.gmk: copy only the .hh files
1038- binmake.gmk: added persistent include paths
1039 added new targed cleandb, newboot, newfd
1040 added G4SKIP_DEPEND for dependencies
1041
104229th November 1999 Youhei Morita
1043- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
1044- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
1045 added target install_schema for schema copying
1046- globlib.gmk: create schema header files at G4TMPDIR, then install
1047
104829th November 1999 John Allison
1049- Introduced LDLIBS2EXTRA so that granular libraries are not
1050 expanded too soon.
1051
105225th November 1999 Gabriele Cosmo (config-V00-01-14)
1053- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
1054 an omogeneous format. Added existence check for OSPACE and CLHEP paths.
1055
105623rd November 1999 Gabriele Cosmo (config-V00-01-13)
1057- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
1058 If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
1059 implicitly defined and a strict-ANSI installation is assumed. Note that
1060 in this case, also CLHEP must have been installed in strict-ANSI mode.
1061
106220th November 1999 Youhei Morita (config-V00-01-12)
1063- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
1064
106519th November 1999 Youhei Morita
1066- liblist.c: avoid coredumps when it was given non-existing directly.
1067
106818th November 1999 Gabriele Cosmo (config-V00-01-11)
1069- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
1070
107117th November 1999 John Allison (config-V00-01-10)
1072- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
1073
107417th November 1999 Youhei Morita (config-V00-01-09)
1075- moved schema header files to G4INSTALL/schema/include
1076 architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
1077 common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
1078 globlib.gmk: added tmp schema header copying
1079
108015th November 1999 Gabriele Cosmo (config-V00-01-08)
1081- Tagged.
1082
108314th November 1999 Youhei Morita
1084- globlib.gmk: moved contruction of libmap for G4ODBMS to
1085 source/GNUmakefile
1086
108712th November 1999 Youhei Morita
1088- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
1089 better handling of dependencies
1090- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
1091
109211th November 1999 Gabriele Cosmo (config-V00-01-07)
1093- Migration RWT->G4RWT performed:
1094 o Removed every occurence of Rogue-Wave from configuration, replaced
1095 RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
1096 and binmake.gmk.
1097 o Made setup for Native-STL the default, removed test on conditional
1098 flag G4USE_STL.
1099 o Removed setup for Win/NT-g++, no longer supported.
1100
110110th November 1999 Youhei Morita (config-V00-01-06)
1102- binmake.gmk: added path to persistency/global/include.
1103- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
1104- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
1105
110610th November 1999 Gabriele Cosmo (config-V00-01-05)
1107- binmake.gmk: added path to HEPNumerics/include which was missing.
1108
110929th October 1999 Guy Barrand
1110- architecture.gmk, interactivity.gmk: introduced
1111 "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
1112 of using, on Linux, the bugged lesstif with the non bugged OPACS.
1113
111429th October 1999 Gabriele Cosmo
1115- Introduced fixes for shared library setup (courtesy of F.Carminati).
1116 Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
1117
111828th October 1999 Gabriele Cosmo (config-V00-01-04)
1119- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
1120 flags, now no longer needed. Streambuf implementation is the default for
1121 every platform. (by H.Yoshida)
1122
112326th October 1999 John Allison
1124- Augmented liblist to look for dependencies on auto-generated
1125 headers in $G4TMP.
1126
112726th October 1999 Gabriele Cosmo (config-V00-01-03)
1128- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
1129 Configuration is still kept but no longer supported.
1130
113126th October 1999 Youhei Morita
1132- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
1133 defininig load module separately. Defined G4ODBMS_LIBS.
1134- binmake.gmk: Use G4ODBMS_LIBS.
1135
113620th October 1999 Gabriele Cosmo (config-V00-01-02)
1137- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
1138 OSpace setup. Not anymore needed.
1139
114020th October 1999 John Allison
1141- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
1142 only for HP aCC; now not needed at all).
1143
114419th Octobre 1999 Youhei Morita
1145- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
1146 is not defined.
1147
11487th October 1999 John Allison (config-V00-01-01)
1149- Removed WARNINGs about granular libraries. Now standard usage. Simple
1150 using messages printed.
1151
115217th Sep 1999 Youhei Morita
1153- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
1154 Added OBJY_LDLIB definition for Objectivity 5.1
1155- binmake.gmk: LDLIBS1 += -lG4persistency
1156- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
1157- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
1158- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
1159
116027th July 1999 Gonzalo Gracia Abril
1161- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
1162 to OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
1163 in architecture.gmk for NT
1164
116520th July 1999 John Allison (config-V00-01-00)
1166- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
1167
11686th July 1999 John Allison (config-01-00-10)
1169- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
1170
11716th July 1999 Gunter Folger (config-01-00-09)
1172- Adapt architecture.gmk for use of STL with WIN32-VC
1173 Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
1174 binmake.gmk
1175
11763rd July 1999 John Allison (config-01-00-08a)
1177- Added full-stop after i.e in binmake.gmk.
1178
11792nd July 1999 John Allison (config-01-00-08)
1180- Protected liblist against duplicate library names.
1181
118229th June 1999 Gabriele Cosmo (config-01-00-07)
1183- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
1184 -lXm was missing.
1185
118625th June 1999 Gabriele Cosmo
1187- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
1188 liblist and search for libname.map (granular libraries setup).
1189
119024th June 1999 John Allison
1191- Use liblist and libname.map in $G4LIBDIR.
1192
119319th June 1999 John Allison
1194- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
1195
11969th June 1999 Gunter Folger
1197- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
1198
11994th June 1999 John Allison
1200- Corrected USER_DEFINED_LDLIBS action.
1201- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
1202- Added -I$(G4BASE)/geometry/solids/Boolean/include.
1203- Introduced LDLIBS_PREFINAL (Gunter).
1204
12052nd June 1999 John Allison
1206- Changed more occurrences of := to = to fix crash of liblist at startup.
1207
12081st June 1999 John Allison
1209- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
1210- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
1211- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
1212
121331st May 1999 John Allison
1214- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
1215
121627th May 1999 Gabriele Cosmo (config-01-00-06)
1217- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
1218 to geant4beta...).
1219- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
1220- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
1221
122225th May 1999 Gabriele Cosmo
1223- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
1224 specify inclusion of socket libraries -lsocket -lnsl.
1225- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
1226 granular libs setup.
1227
122819th May 1999 John Allison
1229- Force linking of static library, libCLHEP.a.
1230
123118th May 1999 John Allison
1232- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
1233 for HP, Sun and AIX.
1234
123517th May 1999 Gabriele Cosmo
1236- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
1237 G4USE_OSPACE scope for all platforms which need it.
1238- Added path to wrappers for AIX.
1239
124017th May 1999 John Allison
1241- Added -DG4NOT_ISO_DELETES for Sun and HP.
1242- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
1243
124413th May 1999 Gabriele Cosmo (config-01-00-05)
1245- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
1246 is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
1247 for ObjectSpace.
1248
124912th May 1999 Gabriele Cosmo
1250- architecture.gmk: modified path to STL wrapper files directory to point to
1251 $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
1252 the architecture type.
1253
125411th May 1999 Gabriele Cosmo
1255- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
1256 Reorganised OSPACE options by introducing OSPACEINC variable.
1257
125810th May 1999 Guy Barrand
1259- interactivity.gmk ; put OpenGL things after OPACS things to have
1260 correct link order.
1261
126210th May 1999 John Allison
1263- Added -I$(OSPACEDIR)/ospace/stl for Sun.
1264
12657th May 1999 John Allison
1266- Added GREP := grep except for SUN.
1267- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
1268
12696th May 1999 Gabriele Cosmo
1270- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
1271 set as well. Modified architecture.gmk and binmake.gmk.
1272
12736th May 1999 John Allison
1274- Removed extra library for circular dependencies. Now all solved!
1275
12765th May 1999 Gabriele Cosmo
1277- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
1278 dev area where links to the ObjectSpace installations at CERN have been
1279 created for all platforms. "pro" version points to ObjectSpace 2.1.
1280
12815th May 1999 John Allison
1282- Eliminated all references to RW in the case of G4USE_STL.
1283- Added OSPACE variables.
1284
128528th April 1999 Gabriele Cosmo (config-01-00-04)
1286- architecture.gmk: moved link for CLHEP to "new" to test the new version
1287 1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
1288 validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
1289 to deactivate the ISO-ANSI options now set by default in CLHEP.
1290
129119th April 1999 Gabriele Cosmo (config-01-00-03)
1292- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
1293 "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
1294
129518th April 1999 Youhei Morita
1296- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
1297 defining Objectivity library within G4ODBMS.
1298
129913th April 1999 Gabriele Cosmo
1300- architecture.gmk: added the following options in compilation:
1301 o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
1302 Not suppress any optimization specifying a high or unlimited memory
1303 limitation.
1304 o DEC-cxx: -timplicit_local.
1305 Get rid of the template repository by generating explicit template
1306 instantiations used in the code with internal linkage.
1307
130813th April 1999 John Allison
1309- In binmake.gmk: - moved libmap target to source/GNUmakefile.
1310 - extensive tidying.
1311
131212th April 1999 John Allison
1313- In liblist.c: - fixed bug to distinguish, e.g., track from tracking.
1314 - improved printing.
1315 - improved "Usage" comments.
1316 - improved protection against bad input format.
1317- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
1318- In binmake.gmk for granular libraries:
1319 - fully implemented -d option.
1320 - Gave /tmp files a unique name.
1321 - Removed repeated libraries - no longer necessary, all circular
1322 dependencies seem solved.
1323
13249th April 1999 Frank Behner
1325- Fixed bug in liblist in -d option
1326- Changed binmake.gmk to use liblist -d
1327
132818th February 1999 John Allison
1329- Added G4USE_STL flag.
1330- Added code for linking granular libraries.
1331
13321st January 1999 Gunter Folger (config-01-00-02)
1333- Add FCLIBS for SUN.
1334
1335January 29th 1999 - John Allison (config-01-00-01)
1336- Changed rd44 to sw/geant4.
1337
1338December 15th, 1998 - G.Cosmo (config-00-04-11)
1339- Added G4_HAVE_BOOL to DEC-cxx.
1340- Cosmetic changes.
1341
1342December 12th, 1998 - J.Allison (config-00-04-10)
1343- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
1344
1345December 11th, 1998 - J.Allison (config-00-04-09)
1346- Removed -fnonstd for SUN-CC.
1347
1348December 10th, 1998 - G.Cosmo (config-00-04-08)
1349- architecture.gmk: introduced $G4DATA variable which can be user
1350 defined. Default is set to $G4INSTALL/data.
1351- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
1352 $G4DATA/PhotonEvaporation.
1353- globlib.gmk: fixed minor bug (courtesy of V.Krylov).
1354
1355December 10th, 1998 - J.Allison (config-00-04-07)
1356- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
1357
1358December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
1359- architecture.gmk: fixed setting of VISLIBS.
1360
1361December 7th, 1998 - S.Tanaka
1362- Update of architecture.gmk and G4VIS_USE.gmk:
1363 In SUN-CC, "-L/usr/lib -lsocket -lnsl" is moved from X11LIBS to VISLIBS.
1364
1365December 5th, 1998 - G.Cosmo (config-00-04-05)
1366- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
1367 This option causes non-standard initialization of floating-point
1368 arithmetic hardware; it enables hardware traps for floating-point
1369 overflow, division by zero, and invalid operation exceptions.
1370
1371December 4th, 1998 - G.Barrand
1372- architecture.gmk: corrected paths for HepVis and HepInventor.
1373- interactivity.gmk: fixed setup for LOAD_IV.
1374
1375December 3rd, 1998 - S.Tanaka
1376- Revision to make compilation of DAWN (network) driver
1377 at Solaris and IRIX automatic. See below.
1378- Added the following line to SUN-CC and SGI-CC
1379 CPPFLAGS += -DSOCKET_IRIX_SOLARIS
1380- Added -L/usr/lib -lsocket -lnsl in X11LIBS for SUN-CC.
1381 (This place is strange. But I cannot think of a better place.)
1382
1383December 3rd, 1998 - J.Allison (config-00-04-04)
1384- Set G4STREAM for all platforms.
1385- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
1386
1387December 3rd, 1998 - S.Sadilov
1388- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
1389- Updated globlib.gmk : right incremental LIB for WIN32.
1390
1391December 1st, 1998 - G.Cosmo (config-00-04-03)
1392- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
1393- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
1394 for PA8000 CPUs.
1395
1396December 1st, 1998 - J.Allison (config-00-04-02)
1397- Added generators/include to binmake.gmk.
1398
1399November 30th, 1998 - J.Allison (config-00-04-01)
1400- Added neutron_hp/include to binmake.gmk.
1401- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
1402
1403November 18th, 1998 - J.Allison (config-00-03-06)
1404- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
1405
1406October 30th, 1998 - G.Cosmo (config-00-03-05)
1407- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
1408- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
1409
1410October 13th, 1998 J.Allison (config-00-03-04)
1411- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
1412
1413October 13th, 1998 J.Allison (config-00-03-03)
1414- Removed G4VIS_DONT_USE. (G.Barrand)
1415- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
1416
1417October 9th J.Allison (config-00-03-02)
1418- Tagged.
1419
1420October 2nd, 1998 - M.Asai
1421- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
1422
1423September 30th, 1998 - G.Barrand
1424- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
1425 to be able to disconnect easily visualization for tests programs.
1426
1427September 18th, 1998 - G.Cosmo (config-00-03-01)
1428- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
1429 command not compatible with the new version 3.77 of GMAKE (G.Folger).
1430
1431September 14th, 1998 - G.Cosmo
1432- binmake.gmk: placed digits+hits library in the correct link order
1433 according to the category diagram.
1434
1435August 31st, 1998 - G.Cosmo (config-00-02-05)
1436- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
1437 to allow additional CPPFLAGS to be defined by the user. Needed for test
1438 (F.Behner)
1439- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
1440 link path. Needed for test.
1441 (F.Behner)
1442- binmake.gmk: inverted link order of processes and particles libraries
1443 which was wrong. (G.Cosmo)
1444
1445August 26th, 1998 - John Allison (config-00-02-04)
1446- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
1447 is now default.
1448
1449August 24th, 1998 - Y.Morita (config-00-02-03)
1450- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
1451
1452August 22nd, 1998 - J.Allison (config-00-02-02)
1453- Set GAG variables by default.
1454
1455August 11th, 1998 - G.Cosmo (config-00-02-01)
1456- Tagged.
1457
1458August 7th, 1998 - John Allison/Michel Maire.
1459- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
1460- Changed -lGl to -lMesaGL, etc., for DEC-AFS.
1461
1462August 6th, 1998 - John Allison
1463- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
1464
1465August 5th, 1998 - Guy Barrand
1466- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
1467
1468July 30th, 1998 - G.Cosmo (config-b01)
1469- globlib.gmk: added phony target "wipe_libs". Now target "global"
1470 effectively deletes all existent granular libraries.
1471- common.gmk: archiving of libraries is silent now by default.
1472
1473July 23th, 1998 - Y.Morita (config-00-01-16)
1474- globlib.gmk: fixed target "global" for G4ODBMS
1475- binmake.gmk: fixes for Win/NT.
1476
1477July 20th, 1998 - John Allison (config-00-01-15)
1478- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
1479 Felawka on July 10th for g++ 2.8. No longer thought to be necessary.
1480
1481July 19th, 1998 - G.Cosmo (config-00-01-14)
1482- common.gmk: introduced CPPVERBOSE flag.
1483- architecture.gmk: protected creation of $G4SCHEMA_DIR and
1484 $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
1485- binmake.gmk: fixed bug in creation of $G4TARGET.
1486
1487July 18th, 1998 - G.Cosmo (config-00-01-13)
1488- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
1489
1490July 16th, 1998 - John Allison
1491- Added GNU_GCC makefile flags where omitted.
1492
1493July 15th, 1998 - Youhei Morita (config-00-01-12)
1494- architecture.gmk added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
1495- globlib.gmk revised cleandb target
1496
1497July 14th, 1998 - Peter Urban (config-00-01-11)
1498- added two Perl scripts that correct STEP exchange files.
1499
1500July 14th, 1998 - Youhei Morita (config-00-01-10)
1501- architecture.gmk added definition of G4SCHEMA_DIR
1502- globlib.gmk added new target G4SCHEMA.FDDB for G4ODBMS
1503
1504July 10th, 1998 - Youhei Morita (config-00-01-09)
1505- binmake.gmk added following to INCFLAGS
1506 -I$(G4BASE)/persistency/digits+hits/hits/include \
1507 -I$(G4TMP)/$(G4SYSTEM)/G4phits \
1508- binmake.gmk moved persistency include path to ifdef G4ODBMS block
1509
1510July 10th, 1998 - John Allison??
1511- binmake.gmk added geometry/solids/STEPinterface/include
1512
1513July 10th, 1998 - Youehi Morita (config-00-01-08)
1514- globlib.gmk added new targets 'headers' and 'd_files' for G4ODBMS
1515- common.gmk added new target 'headers'
1516 added $(schema_hh) dependency to $(G4TMPDIR)/%.o
1517- binmake.gmk added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
1518
1519July 10th, 1998 - L.Felawka
1520- architecture.gmk: updated compilation flags for g++.
1521
1522July 9th, 1998 - G.Cosmo (config-00-01-07)
1523- Removed bug in "all" target in globlib.gmk, introduced recently.
1524- Modified "all" target in globlib.gmk to handle G4ODBMS.
1525- Added fix for G4ODBMS to common.gmk.
1526
1527July 9th, 1998 - Youehi Morita
1528- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
1529
1530July 7th, 1998 - John Allison (config-00-01-06)
1531- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
1532 ifndef G4UI_USE_TERMINAL.
1533
1534July 7th, 1998 - G.Cosmo (config-00-01-05)
1535- Added $(schema_hh) target and dependency to it in case of G4ODBMS
1536 set when building .d files.
1537
1538July 7th, 1998 - John Allison (config-00-01-04)
1539- Tagged.
1540
1541July 7th, 1998 - Guy Barrand
1542- Introduced interactivity.gmk.
1543
1544July 6th, 1998 - J.Allison (config-00-01-03)
1545- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
1546
1547July 6th, 1998 - G.Cosmo (config-00-01-02)
1548- Introduced "glob" and "objs" targets in globlib.gmk. Modified
1549 rule to build global library, does not depend anymore on "libs".
1550 (by J.Allison)
1551- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
1552
1553July 3rd, 1998 - G.Cosmo (config-00-01-01)
1554- Created
Note: See TracBrowser for help on using the repository browser.