Jonas Hahnfeld
Jonas Hahnfeld
Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU ----------------------|------------------|--------------------|----------------|---------------------|---- 7076d4ae1c37f627c4d75f8b5208313e6cd32b94 | CentOS 8 Stream | GCC 8.5.0 |...
When creating a .git-ftp-ignore, it would also be pushed when not excluded explicitly. In my opinion, no FTP deployment needs this ignore file, so could it be ignored by default?...
Soon-to-be-released Clang 15 complains: ``` a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ```
Current `clang-16` from main complains: "case value is not a constant expression". Even if that error is probably relaxed before Clang 16 is released early next year, there is really...
Soon-to-be-released Clang 15 complains: ``` a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ``` and ``` passing arguments...
Soon-to-be-released Clang 15 complains: ``` a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ```
First delete nop method `TMVA::SVWorkingSet::PrintStat()`, then remove many more unused variables in various areas. **Note**: If you absolutely require your part of this PR be split out, we can discuss...
Since commit 0a5b6c60e0, we build LLVM with RTTI enabled. It doesn't make sense anymore to build some of our source files without RTTI just because they are pulling in LLVM...
The auto-grouping feature is very handy for overlays created by `latex-beamer`. However, it doesn't work with `show notes on second screen` because that messes up page numbers in the PDF...
The source file `geom/vecgeom/src/TGeoVGShape.cxx` currently includes VecGeom headers from their "old" locations: https://github.com/root-project/root/blob/5f2ced2567e005b286ba3b726c356324119dcb39/geom/vecgeom/src/TGeoVGShape.cxx#L18-L35 The "new" location is prefixed by `VecGeom/` since January 2020 (see [commit](https://gitlab.cern.ch/VecGeom/VecGeom/-/commit/8eb16296d783518d30ae352740e5e899e10b257b)), so it's not possible to...