Skip to content
GitLab
Explore
Sign in
Commits on Source
2525
a9cb5747
Fix distcc/icecc cmake
May 17, 2019
c9ebcb88
Fix IOpaqueAddress lifetime in EvtStoreSvc
May 18, 2019
f243cfbc
GaudiKernel - Check LIKELY macros before defining them.
May 20, 2019
b5e24acd
GaudiKernel : Define LIKELY macros for clang
May 20, 2019
d4eaf47b
Fix IOpaqueAddress lifetime in EvtStoreSvc (!914)
May 21, 2019
f0ff01e5
GaudiKernel: Check likely macros before defining them (!912)
May 21, 2019
9042895d
Restore Gaudi.Main.BootstrapHelper
May 22, 2019
6437317e
Restore BootstrapHelper.printAlgSequence
May 22, 2019
e8e876b9
Remove reference to removed gaudimain.runSerialOld
May 22, 2019
a92b552f
Extend UBSan suppression to gcc 8.2.0
May 23, 2019
da7168a3
Add some attribute definitions to disable sanitizers as required
May 23, 2019
33488f6d
Disable address sanitizer with ThreadPoolSvc::initThisThread() due to (possible) TBB issue
May 23, 2019
11bc3c27
ThreadInitTask: Default initialise data members
May 23, 2019
e61c2955
add MsgCounter
May 26, 2019
e180d526
GaudiExamples : Add missing GaudiKernel library linkage to countersUnitTest
May 28, 2019
0c88ccdb
Fix CMake modules test on special architectures
May 29, 2019
dd68448a
Made the LibLZMA dependency in GaudiKernel optional.
Jun 04, 2019
d0cf8b85
Made the LibLZMA dependency in GaudiKernel optional (!909)
Jun 04, 2019
d6d57a50
introduce a MergingMultiTransformer
Jun 20, 2019
116a0d73
introduce a MergingMultiTransformer (!901)
Jun 20, 2019
70dd5863
Fix distcc/icecc support (!911)
Jun 20, 2019
c6e8740a
Misc. sanitizer fixes (!916)
Jun 20, 2019
df9578e9
Add GaudiKernel linkage to Counters unit test (!920)
Jun 20, 2019
0899b544
Add MsgCounter (!921)
Jun 20, 2019
cf3394a2
prefer std::{variant,optional} over boost::{variant,optional}
Jun 20, 2019
54a5a647
prefer std::{variant,optional} over boost::{variant,optional} (!926)
Jun 20, 2019
72635054
Fix use-after-free for the this pointer to a TBB task
Jun 20, 2019
702da3c1
Fix use-after-free for the this pointer to a TBB task (!932)
Jun 20, 2019
e66b851f
prefer xyz_v<T> over xyz<T>::value, and xyz_t<T> over typename xyz<T>::type
Jun 20, 2019
5f9d6919
Kernel.h - Add loop unroll hint macros
Jun 20, 2019
67acc574
Prefer xyz_v<T> over xyz<T>::value, and xyz_t<T> over typename xyz<T>::type (!925)
Jun 21, 2019
10c1382e
Fix handling of strings with quotes in properties
Jun 21, 2019
8bf1f5df
Work around a problem with string grammar handling of escape char
Jun 21, 2019
3741119f
make getGaudiType a classmethod
Jun 21, 2019
a2f8e5aa
Make Configurable.getGaudiType a classmethod (!929)
Jun 21, 2019
6a1b82d3
Add an example MergingTransformer algorithm.
Jun 21, 2019
0a5ab26c
Add loop unroll hint macros to GaudiKernel/Kernel.h (!931)
Jun 25, 2019
9bcd654f
Add an example MergingTransformer algorithm (!934)
Jun 25, 2019
cf7a45da
Revert "Create a queue for all schedule-able algorithms"
Jun 25, 2019
08c59d0f
Revert "Create a queue for all schedule-able algorithms" (!924)
Jun 25, 2019
db47a3c9
Restore backward compatibility after !878 (!917)
Jun 26, 2019
c16b4f73
Remove reference to removed gaudimain.runSerialOld (!918)
Jun 26, 2019
f4d361fc
Fix handling of strings with quotes in properties (!919)
Jun 26, 2019
31452b4a
Add algorithm name to warning in HiveDataBroker.
Jun 26, 2019
681d2931
Add algorithm name to warning in HiveDataBroker (!923)
Jun 26, 2019
3caf8113
Fix CMake modules test on special architectures (!927)
Jun 26, 2019
5533a6b8
Improve scheduler stall debug output
Jun 26, 2019
f021ab8d
Improve scheduler stall debug output (!930)
Jun 26, 2019
5dd5dceb
Specify JOB_POOL for genreflex custom commands
Jun 26, 2019
a1619a87
Check that the clang-format command found can be executed
Jun 26, 2019
d3bd12d5
Use the AlgContext guard constructor without EventContext for single thread
Jun 26, 2019
5366fb1f
Prevent use of temporary EventContext in AlgContext
Jun 26, 2019
fda18ef3
Make sure we do not pick up Gaudi from LCG by mistake
Jun 26, 2019
5395abaa
Specify JOB_POOL for genreflex custom commands (!933)
Jun 28, 2019
cafff552
Make asynceventprocessor tests more stable
Jul 01, 2019
ae672ca8
Check that the clang-format command found can be executed (!935)
Jul 01, 2019
765f8e43
Hide spurious warning from clang-8
Jul 02, 2019
72705057
Hide spurious warning from clang-8 (!941)
Jul 02, 2019
a76b1be5
Merge branch '72-fix-AlgContext-guard-interface' into 'master'
Jul 03, 2019
f73bdec5
Fix check of HEPTOOLS_VERSION env variable
Jul 04, 2019
23ca1ba9
Do not check for 'xsaves' to detect Skylake architecture
Jul 04, 2019
37e10244
Print counters in Gaudi::Algorithm::finalize
Jul 05, 2019
55946c9c
Remove unused source files
Jul 10, 2019
3f45ab10
Small fixes to toolchain (!938)
Jul 11, 2019
184b01a5
Make asynceventprocessor tests more stable (!940)
Jul 11, 2019
198b08d1
Remove unused source files (!945)
Jul 11, 2019
deb596de
Update Gaudi version to v32r1 and LCG to 96
Jul 11, 2019
42af3178
Update changelog for v32r1
Jul 11, 2019
a9822e68
Change the Gaudi::Algorithm header of couter table to match GaudiCommon
Jul 15, 2019
022170ff
Print counters in Gaudi::Algorithm::finalize (!943, !946)
Jul 16, 2019
aa235cc1
This change seems to fix a compilation problem with range-v3
Jul 17, 2019
4c2ad0c5
Use count_if instead of accumulate in CounterHolder::nOfCountersToBePrinted
Jul 17, 2019
ef68339e
Fix range-v3 problem in LHCb gcc8 debug builds (!947)
Jul 18, 2019
13988e15
Merge branch 'master' into update-versions
Jul 18, 2019
671ffc73
Update change log
Jul 18, 2019
f65d50dc
Update versions and changelog for v32r1 release (!944)
Jul 18, 2019
edaa2cbc
Switch from boost test minimal (deprecated) to single header variant
Jul 22, 2019
10dd7448
THistSvc: Fix crash in MP if root file already exists
Jul 22, 2019
0610ea3d
Minor updates to Gaudi::Functional implementation
Aug 07, 2019
9c8c2d3a
Minor improvements to sanitizer build options for LCG96 and clang support
Aug 09, 2019
01c1147a
Extend leak sanitizer suppressions with known Gaudi issues
Aug 16, 2019
cea6fa3d
EventSelector - delete unused context
Aug 16, 2019
4e600ba6
ObjectContainerBase - add destructor override
Aug 16, 2019
e1e0c47c
RootHistCnv - Check for null file pointer before closing
Aug 17, 2019
27a6a1f2
Fixed formatting
Aug 17, 2019
14bd50be
ChronoStatSvc - Clear maps at end of finalize()
Aug 20, 2019
0a516fcf
THistSvc::io_reinit: Handle case of empty new filename
Aug 20, 2019
07ac5df5
EventSelector - Always set pointer to null in releaseContext
Aug 22, 2019
3fd55dc8
fix gcc9 warnings
Aug 25, 2019
752e0974
Remove user-defined copy constructor from Node
Aug 25, 2019
84f18395
Add vecwid256 microarchitecture option to enable -mprefer-vector-width=256.
Sep 04, 2019
d379cf53
make ContainedObject assignment consistent with copy construction
Sep 09, 2019
573a81be
add type information to python representation of datahandles
Sep 10, 2019
7af82972
Add type information to Python representation of DataHandles (!951)
Sep 10, 2019
3e40f9bc
FunctionalDetails.h - suppress ranges::view namespace depreciation warning with 0.9.x
Sep 11, 2019
aa3fdedd
Fix gcc9 warnings (
!962
)
Sep 13, 2019
6055ff50
THistSvc: Fix crash in MP if root file already exists (
!949
)
Sep 13, 2019
c0d581a3
Minor updates to Gaudi::Functional implementation (
!952
)
Sep 13, 2019
806c1b1e
ChronoStatSvc - Clear maps in finalize (
!958
)
Sep 18, 2019
2149e08c
Minor improvements to sanitizers (!955)
Sep 18, 2019
2,425 additional commits have been omitted to prevent performance issues.
Loading