Geant4 Cross Reference |
1 # Category cmake-modules History << 1 ========================================================= >> 2 Geant4 - an Object-Oriented Toolkit for Simulation in HEP >> 3 ========================================================= 2 4 3 See `CONTRIBUTING.rst` for details of **requir << 5 Category History file 4 which **must** added in reverse chronological << 6 --------------------- 5 be used as a substitute for writing good git c << 7 This file should be used by G4 developers and category coordinators >> 8 to briefly summarise all major modifications introduced in the code >> 9 and keep track of all category-tags. >> 10 It DOES NOT substitute the CVS log-message one should put at every >> 11 committal in the CVS repository ! 6 12 7 << 13 ---------------------------------------------------------- 8 ## 2021-12-10 Ben Morgan (cmake-modules-V11-00 << 14 * Reverse chronological order (last date on top), please * 9 - Change to new Markdown History format << 15 ---------------------------------------------------------- 10 << 11 --- << 12 << 13 # History entries prior to 11.0 << 14 16 15 24th May 2011 Ben Morgan 17 24th May 2011 Ben Morgan 16 - *** All History MUST be reported in the main 18 - *** All History MUST be reported in the main CMake Category History file *** 17 19 18 24th May 2011 Ben Morgan 20 24th May 2011 Ben Morgan 19 - Geant4InterfaceOptions.cmake: Added option t 21 - Geant4InterfaceOptions.cmake: Added option to enable RayTracer X11 driver, 20 also adding in find_package for X11. 22 also adding in find_package for X11. 21 23 22 6th April 2011 Ben Morgan 24 6th April 2011 Ben Morgan 23 - Geant4ToolChainBackwardCompatibility.cmake - 25 - Geant4ToolChainBackwardCompatibility.cmake - Added ".svn" to list of patterns 24 to ignore when installing directories. 26 to ignore when installing directories. 25 27 26 3rd December 2010 Ben Morgan 28 3rd December 2010 Ben Morgan 27 - Geant4ConfigureConfigScript.cmake - Removed 29 - Geant4ConfigureConfigScript.cmake - Removed requirement on having a shared 28 library build to generate script. 30 library build to generate script. 29 31 30 32 31 2nd December 2010 Ben Morgan 33 2nd December 2010 Ben Morgan 32 - Geant4ConfigureConfigScript.cmake - New scri 34 - Geant4ConfigureConfigScript.cmake - New script file to create a 33 'geant4-config' script for providing compiler 35 'geant4-config' script for providing compiler and library flags and paths. 34 36 35 1st December 2010 Ben Morgan 37 1st December 2010 Ben Morgan 36 - Geant4ToolChainBackwardCompatibility.cmake - 38 - Geant4ToolChainBackwardCompatibility.cmake - New script file to support 37 setup of shell scripts enabling use by users o 39 setup of shell scripts enabling use by users of older GNU make toolchain for 38 user applications with newer CMake build of Ge 40 user applications with newer CMake build of Geant4. 39 41 40 26th November 2010 Ben Morgan 42 26th November 2010 Ben Morgan 41 - Geant4InterfaceOptions.cmake - Added find_pa 43 - Geant4InterfaceOptions.cmake - Added find_package for OpenGL as this is needed 42 for core OGL support. 44 for core OGL support. 43 - Geant4MacroDefineModule.cmake - Updated GEAN 45 - Geant4MacroDefineModule.cmake - Updated GEANT4_ADD_COMPILE_DEFINITIONS to 44 append compile defintions to any existing ones 46 append compile defintions to any existing ones on the files. 45 47 46 23rd November 2010 Ben Morgan 48 23rd November 2010 Ben Morgan 47 - Geant4InterfaceOptions.cmake - Added standar 49 - Geant4InterfaceOptions.cmake - Added standard option to enable Qt support and 48 added find_package for Qt4. 50 added find_package for Qt4. 49 - Geant4MacroDefineModule.cmake - Modified set 51 - Geant4MacroDefineModule.cmake - Modified setting of absolute paths to supplied 50 sources so that actual absolute paths can be p 52 sources so that actual absolute paths can be passed in. This helps with 51 adding generated files like moc sources. 53 adding generated files like moc sources. 52 - Geant4InterfaceOptions.cmake - Added advance 54 - Geant4InterfaceOptions.cmake - Added advanced option to enable network component 53 of VRML library. 55 of VRML library. 54 - Geant4InterfaceOptions.cmake - Added advance 56 - Geant4InterfaceOptions.cmake - Added advanced option to enable network component 55 of Fukui Renderer library. 57 of Fukui Renderer library. 56 - Geant4MacroDefineModule.cmake - Added new ma 58 - Geant4MacroDefineModule.cmake - Added new macro GEANT4_ADD_COMPILE_DEFINITIONS 57 for easy adding of compile definitions to one 59 for easy adding of compile definitions to one or more source files. 58 60 59 61 60 30th September 2010 Ben Morgan 62 30th September 2010 Ben Morgan 61 - Geant4MacroLibraryTargets.cmake - Used new v 63 - Geant4MacroLibraryTargets.cmake - Used new variable name for global sources 62 and headers to prevent duplication of source n 64 and headers to prevent duplication of source names in global target. 63 65 64 - FindXercesC.cmake - Fixed case of NAME argum 66 - FindXercesC.cmake - Fixed case of NAME argument to 65 FindPackagHandleStandardArgs. 67 FindPackagHandleStandardArgs. 66 68 67 69 68 24th September 2010 Ben Morgan 70 24th September 2010 Ben Morgan 69 - Geant4MacroLibraryTargets.cmake - Added gran 71 - Geant4MacroLibraryTargets.cmake - Added granular library target macro and 70 allowed global library macro to take one compo 72 allowed global library macro to take one component for mixed libraries. 71 73 72 - Geant4MacroDefineModule.cmake - cleaned up a 74 - Geant4MacroDefineModule.cmake - cleaned up and added dependency variables. 73 75 74 21st September 2010 Ben Morgan 76 21st September 2010 Ben Morgan 75 - Initial copy of cmake module files into ref- 77 - Initial copy of cmake module files into ref-07 tag. 76 78