|
1 |
| -------------------------------------------------------------------- |
| 1 | +# Category cmake History |
2 | 2 |
|
3 |
| - ========================================================= |
4 |
| - Geant4 - an Object-Oriented Toolkit for Simulation in HEP |
5 |
| - ========================================================= |
| 3 | +See `CONTRIBUTING.rst` for details of **required** info/format for each entry, |
| 4 | +which **must** added in reverse chronological order (newest at the top). |
| 5 | +It must **not** be used as a substitute for writing good git commit messages! |
6 | 6 |
|
7 |
| - Category History file |
8 |
| - --------------------- |
| 7 | +------------------------------------------------------------------------------- |
9 | 8 |
|
10 |
| -History file for Geant4 CMake build scripts. |
11 |
| -It DOES NOT substitute the SVN log-message one should put at every |
12 |
| -committal in the SVN repository ! |
| 9 | +## 2022-06-09 Igor Semeniouk (cmake-V11-00-32) |
| 10 | +- G4ConfigureGNUMakeHelpers.cmake (geant4.[c]sh, geant4.bat generation ) |
| 11 | + - use the environment variable GEANT4_DATA_DIR as top data dir |
| 12 | + - the environment variables for individual dataset commented in scripts |
13 | 13 |
|
14 |
| -Entries MUST use the following format: |
| 14 | +## 2022-06-07 Ben Morgan (cmake-V11-00-31) |
| 15 | +- Rationalize interlinked PTL/TBB build options |
15 | 16 |
|
| 17 | +## 2022-05-30 Guilherme Amadio (cmake-V11-00-30) |
| 18 | +- Add options --sh and --csh to geant4-config script |
16 | 19 |
|
17 |
| -MONTH DAY YEAR - INITIAL.SURNAME (TAG) |
18 |
| -- FILECHANGED : Document changes made. |
| 20 | +## 2022-05-18 Guilherme Amadio (cmake-V11-00-29) |
| 21 | +- Use more standard install location for CMake files |
| 22 | +- Remove version from default installation directories |
| 23 | +- Add required configuration to be able to generate DEB/RPM packages with CPack |
19 | 24 |
|
20 |
| -- OTHERFILECHANGED : Document changes made. |
| 25 | +## 2022-05-16 Guilherme Amadio (cmake-V11-00-28) |
| 26 | +- Add source validation exception for G4FindDataDir.hh generated header |
21 | 27 |
|
| 28 | +## 2022-05-03 Ben Morgan (cmake-V11-00-27) |
| 29 | +- Preliminary configuration support for Qt5 and Qt6 |
22 | 30 |
|
23 |
| -You should keep two lines between each date. |
24 |
| -TAG is optional. If your changes fix a bug listed in the Geant4 Bugzilla, |
25 |
| -add this in the documentation for the changed file as [BUGFIX #BUGNUMBER]. |
| 31 | +## 2022-04-27 Gunter Folger (cmake-V11-00-26) |
| 32 | +- add new dataset G4NDL 4.7 with new TermalScattering data |
26 | 33 |
|
| 34 | +## 2022-04-11 Ben Morgan (cmake-V11-00-25) |
| 35 | +- Allow library composition to be overriden in developer builds |
27 | 36 |
|
28 |
| - ---------------------------------------------------------- |
29 |
| - * Reverse chronological order (last date on top), please * |
30 |
| - ---------------------------------------------------------- |
| 37 | +## 2022-04-11 Ben Morgan (cmake-V11-00-24) |
| 38 | +- Do not use "readlink -f" to support pre-Monterey macOS systems |
31 | 39 |
|
32 |
| -06 April 2022 - Ben Morgan (cmake-V10-07-56) |
| 40 | +## 2022-04-08 Ben Morgan (cmake-V11-00-23) |
| 41 | +- Add -Og to GNU/Clang default debug flags |
| 42 | + |
| 43 | +## 2022-04-06 Ben Morgan (cmake-V11-00-22) |
33 | 44 | - Don't add CLHEP_INCLUDE_DIRS directly through include_directories to prevent potential
|
34 | 45 | issues with it holding relative paths (reported by Seth Johnson)
|
35 | 46 |
|
36 |
| -7 March 2022 - Gunter Folger (cmake-V10-07-55) |
| 47 | +## 2022-04-05 Ben Morgan (cmake-V11-00-21) |
| 48 | +- Copy .clang-tidy file to build directory to assist run-clang-tidy reporting. |
| 49 | + |
| 50 | +## 2022-04-04 Igor Semeniouk (cmake-V11-00-20) |
| 51 | +- In G4ConfigurePkgConfigHelpers.cmake, geant4-config.in (geant4-config generation) |
| 52 | + - new flag "--features", add vtk and qt3d feature |
| 53 | + - allow use md5sun if openssl missing |
| 54 | + - canonicalize prefix path |
| 55 | +- In G4ConfigureGNUMakeHelpers.cmake (geant4.[c]sh, geant4.bat generation ) |
| 56 | + - allow full path source in zsh, sh |
| 57 | + - unset local variables at the end |
| 58 | + - introduced GEANT4_DATA_DIR, all DS path relative to this |
| 59 | + |
| 60 | +## 2022-03-25 Ben Morgan (cmake-V11-00-19) |
| 61 | +- Add commands for working with categories analagous to module commands |
| 62 | + |
| 63 | +## 2022-03-28 Ben Morgan (cmake-V11-00-18) |
| 64 | +- Remove retired G4tasking library from configuration files |
| 65 | + |
| 66 | +## 2022-03-28 Ben Morgan (cmake-V11-00-17) |
| 67 | +- Fix typo in G4DeveloperAPI that prevented install of headers |
| 68 | + |
| 69 | +## 2022-03-25 Ben Morgan (cmake-V11-00-16) |
| 70 | +- Do not use CMAKE_VERBOSE_MAKEFILE when building tests |
| 71 | + |
| 72 | +## 2022-03-22 Ben Morgan (cmake-V11-00-15) |
| 73 | +- Add geant4_module_sources command to enable appending of headers/sources |
| 74 | + to a module after creation |
| 75 | + |
| 76 | +## 2022-03-18 Ben Morgan (cmake-V11-00-14) |
| 77 | +- Change default value of GEANT4_BUILD_BUILTIN_BACKTRACE to OFF |
| 78 | + |
| 79 | +## 2022-03-15 Ben Morgan (cmake-V11-00-13) |
| 80 | +- Rationalize declaration and use of internal builds of required externals CLHEP, |
| 81 | + zlib, expat, PTL and tools libraries. |
| 82 | + |
| 83 | +## 2022-03-10 Ben Morgan (cmake-V11-00-12) |
| 84 | +- Remove deprecated functions in G4DeveloperAPI |
| 85 | +- Support declaration and composition of header-only modules and libraries |
| 86 | + |
| 87 | +## 2022-03-03 Ben Morgan (cmake-V11-00-11) |
| 88 | +- Provide GEANT4_BUILD_ENABLE_ASSERTIONS option to enable assert() in all |
| 89 | + release build modes (Release, RelWithDebInfo, MinSizeRel) |
| 90 | + - Addresses GitLab Issue #104 |
| 91 | +- Forward `CMAKE_<LANG>_FLAGS[_<MODE>]` flags to `geant4_add_test` so that |
| 92 | + a consistent set is used through the project. |
| 93 | + |
| 94 | +## 2022-03-07 Gunter Folger (cmake-V11-00-10) |
37 | 95 | - fix in CMakeCPackOptions.cmake.in to avoid PATH with only /, without \, for g4_small.bmp
|
38 | 96 |
|
39 |
| -11 February 2022 - Ben Morgan (cmake-V10-07-54) |
| 97 | +## 2022-02-11 Gunter Folger (cmake-V11-00-09) |
| 98 | +- add new dataset G4EMLOW 8.1 |
| 99 | + |
| 100 | +## 2022-02-11 Igor Semeniouk (cmake-V11-00-08) |
| 101 | +- Bug fix introduced in cmake-V11-00-06 |
| 102 | + - G4ConfigureGNUMakeHelpers.cmake - Fix for _g4tc_prepend_path on geant4.bat genaration ( Windows only) |
| 103 | + - History - fix comment syntax |
| 104 | + |
| 105 | +## 2022-02-11 Ben Morgan (cmake-V11-00-07) |
40 | 106 | - Apply [GitHub PR 37](https://github.com/Geant4/geant4/pull/37) from gondiaz.
|
41 | 107 | - Add G4ptl and G4tasking libraries to link list in geant4-config
|
42 |
| -- Fixup: place G4tasking in correct location in dependency list |
43 |
| -- Fixup: Update order of G4analysis for ALICE patch: |
44 |
| - - https://github.com/alisw/geant4/commit/ee32bad38f5ccfac458869d8c546e0df474f5529 |
| 108 | +- Fixup: place G4tasking in correct location in dependency list |
| 109 | + |
| 110 | +## 2022-02-11 Igor Semeniouk (cmake-V11-00-06) |
| 111 | +- Bug fix in functions _g4tc_prepend_path, _g4tc_apppend_path on geant4.bat genaration ( Windows only) |
| 112 | + |
| 113 | +## 2022-02-10 Igor Semeniouk (cmake-V11-00-05) |
| 114 | +- In G4ConfigureGNUMakeHelpers.cmake |
| 115 | + - not set LD_LIBRARY_PATH configuration on MacOS (Darwin) |
| 116 | + - add paths to DLL into PATH on Windows |
| 117 | + |
| 118 | +## 2022-02-08 Ben Morgan (cmake-V11-00-04) |
| 119 | +- Enable ToolsSG and backends based on use of external libraries (Qt, X11, Xm, Win32) |
| 120 | + - Backends made non-mutally exclusive |
| 121 | + - Remove GEANT4_USE_TOOLSSG public CMake option |
| 122 | + - Addresses #117 |
| 123 | + |
| 124 | +## 2022-02-06 Gabriele Cosmo (cmake-V11-00-03) |
| 125 | +- Updated compilation flags for Intel icc/icx compilers. |
| 126 | + |
| 127 | +## 2022-02-05 Gunter Folger (cmake-V11-00-02) |
| 128 | +- Add icpx/icx compiler to G4ConfigureGNUMakeHelpers.cmake |
| 129 | + |
| 130 | +## 2022-01-28 Ben Morgan (cmake-V11-00-01) |
| 131 | +- Correct logic error in checking whether module is already composed |
| 132 | +- **DEPRECATIONS** |
| 133 | + - `geant4_define_module` |
| 134 | + - `geant4_global_library_target` |
| 135 | + - Implementation reduced to emitting a CMake warning message on what to replace with |
| 136 | + |
| 137 | +## 2021-12-10 Ben Morgan (cmake-V11-00-00) |
| 138 | +- Change to new Markdown History format |
| 139 | + |
| 140 | +--- |
| 141 | + |
| 142 | +# History entries prior to 11.0 |
45 | 143 |
|
46 | 144 | 09 November 2021 - Ben Morgan (cmake-V10-07-53)
|
47 | 145 | - Only configure public release contribution guide if present
|
|
0 commit comments