Skip to content
GitLab
Explore
Sign in
Commits on Source
203
fc9cf836
new visitor pattern to produce polish notation of sequence
Oct 03, 2017
6ccbdcf3
Revert "new visitor pattern to produce polish notation of sequence"
Oct 03, 2017
08879ecf
Avoid displaying unusued Binomial counters
Jan 18, 2019
009fa7a1
Merge remote-tracking branch 'upstream/master'
Jan 23, 2019
06b78db6
Merge remote-tracking branch 'upstream/master'
Jan 31, 2019
5e703529
Merge remote-tracking branch 'upstream/master'
Feb 05, 2019
2e9788dc
Merge remote-tracking branch 'upstream/master'
Feb 08, 2019
1e8843a8
Merge remote-tracking branch 'upstream/master'
Feb 11, 2019
5cd8eceb
Merge remote-tracking branch 'upstream/master'
Feb 13, 2019
80a85700
Use Python 3 compatible `except` syntax.
Feb 14, 2019
c1e46869
Use Python 3 compatible printing and importing.
Feb 14, 2019
1cbdeb54
Use Python 3 compatible map and filter methods.
Feb 14, 2019
e6e57979
Python 3 compatibility for the cPickle module.
Feb 14, 2019
f66b3ec9
Use *args and **kwargs rather than apply.
Feb 14, 2019
6594f136
cmake/extract_qmtest_metadata.py: iteritems --> six.iteritems
Feb 14, 2019
aeada68b
Fixed formatting
Feb 14, 2019
879b763c
Use Python 3 compatible exec.
Feb 14, 2019
d8f06220
Use Python 3 compatible octal notation.
Feb 14, 2019
76764285
Use Python 3 compatible floor division.
Feb 14, 2019
ea391e81
Use Python 3 compatible maketrans and translate methods.
Feb 14, 2019
c4bd4770
Use Python 3 compatible exception raising syntax.
Feb 14, 2019
6b3a6dff
Fixed formatting
Feb 14, 2019
b83dc3b3
add the possibility to ask for a Mode in a python datahandle
Mar 06, 2019
fa00bc57
Add the possibility to ask for Mode in python data handle property (!845)
Mar 06, 2019
a6047069
Update change log
Mar 06, 2019
c3150b0b
restructure/group GaudiHive sources related to Precedence Rules Graph
Mar 06, 2019
9acc91a8
split implementation sources of visitors in two categories: promoters and rankers
Mar 06, 2019
d22ecf03
add CF node validator to detect 'Concurrent'/'Prompt' contradictions
Mar 07, 2019
1e45d695
fix tests and update refs to account for the Concurrent/Prompt task precedence verification
Mar 07, 2019
07e77818
fix compiler fallthrough warnings in
Mar 08, 2019
785078ea
fix false tunneling of CF decisions into inactive graph regions
Mar 08, 2019
7c2963dc
Python 2 & 3 compatibility, part 1 (
!832
)
Mar 11, 2019
b89c0396
Counters: Add additional type casts to ensure type match
Mar 12, 2019
d45147d1
Make Counters work with std::chrono::duration
Mar 12, 2019
4a7f643f
Avoid extending the `std` namespace
Mar 12, 2019
3cd4cebc
View-awareness added to subgraph scouts
Mar 14, 2019
f9552718
Merge branch 'AddToIllyaMR' into 'fix-CF-tunneling-to-inactive-subgraphs'
Mar 14, 2019
d1334c0f
change visitor class name (ActiveSubgraphScout->ActiveLineageScout) and add...
Mar 14, 2019
08a119e2
Call all state transition for MessageSvc and JobOptionsSvc
Mar 15, 2019
736b9dbd
Avoid displaying unused Binomial counters (
!830
)
Mar 19, 2019
a3f1ebbd
Add error in case the Counters include file order is wrong
Mar 19, 2019
ca207b83
sort io in hivedatabroker
Mar 26, 2019
91808eea
Sort data dependencies in HiveDataBroker debug printout (
!868
)
Mar 26, 2019
6af5e9fa
Merge branch 'duration_counter' into 'master'
Mar 28, 2019
df913fef
Restructure PRG sources and add visitor for Concurrent/Prompt CF inconsistency detection (
!861
)
Mar 28, 2019
1e58ac44
Use [[fallthrough]] attribute instead of the comment (
!862
)
Mar 28, 2019
84a4f722
Fix tunneling of CF decisions to inactive graph regions in multi-parent configurations (
!863
)
Mar 28, 2019
433b6164
ApplicationMgr: Call all state transition for MessageSvc and JobOptionsSvc (
!866
)
Mar 28, 2019
78f15ca8
Fix MessageSvc::reinitialize
Mar 29, 2019
a2996e7a
Replace boost::string_ref with std::string_view
Mar 29, 2019
a02dea5c
Replace boost::string_ref with std::string_view (
!859
)
Mar 29, 2019
091efa4e
Delete AlgErrorAuditor
Apr 01, 2019
521950b0
fix EventIDRange::isInRange method
Apr 04, 2019
73303df5
Fixes to EventIDRange (
!860
)
Apr 04, 2019
44a99e21
Python 2 & 3 compatibility: part 2 (!852)
Apr 11, 2019
40a8f8dc
Fix MessageSvc::reinitialize (
!871
)
Apr 11, 2019
614fa4f8
PrecedenceSvc: demote 'Verifying rules' message to debug
Apr 11, 2019
2764be3c
PrecedenceSvc: demote 'Verifying rules' message to debug (
!873
)
Apr 11, 2019
6b5763ca
Delete AlgErrorAuditor (!874)
Apr 11, 2019
ccb66c9b
getIfExsits for DataHandles with AnyDataWrapper
Apr 11, 2019
352791ee
getIfExsits for DataHandles with AnyDataWrapper (
!854
)
Apr 11, 2019
87605af9
enable std::iterator_traits<vector_of_const_<T>::iterator>
Apr 11, 2019
e3d93abb
Enable std::iterator_traits<vector_of_const_<T>::iterator> (
!855
)
Apr 11, 2019
120c0671
Drop backwards compatibility code
Apr 16, 2019
597782b7
Re-designed how GaudiPluginService would use std::filesystem.
Apr 16, 2019
f2f534d5
Taught Gaudi how to deal with QMTest configuration failures.
Apr 16, 2019
c2019c08
Made the RELAX and PNG runtime requirements optional.
Apr 16, 2019
1037d947
Disabled the usage of add_custom_command(DEPENDS) with Xcode.
Apr 16, 2019
a1064423
Explicitly setting the library and executable paths for all build types.
Apr 16, 2019
2fd71285
Silenced some unused variable warnings on macOS.
Apr 16, 2019
d45d0c6e
Removed the unused m_inhibitMap variable from DataSvc and TsDataSvc.
Apr 16, 2019
6080db42
Took the smart pointer de-referencing and the call to typeid(...) apart.
Apr 16, 2019
3bc5dc13
Fixed the forward declaration of EventSlot to refer to it as a struct.
Apr 16, 2019
e9c8cbfb
Fixed the logic to only use DEPFILE with the Ninja generator.
Apr 16, 2019
5ab066db
Removed an unused variable.
Apr 16, 2019
a39737ae
Removed the usage of std::move(...) on a temporary value.
Apr 16, 2019
b44e1c0e
Instead of setting the diagnostic value, now using push.
Apr 16, 2019
337c50eb
Applying the centrally provided code formatting.
Apr 16, 2019
0825c547
StatusCodeSvc: thread-safety fixes
Apr 16, 2019
86ac5b3d
throw exception in case of same outputs
Apr 23, 2019
dd5386d1
HiveDataBroker: throw exception in case of same output locations in two different algorithms (!858)
Apr 23, 2019
42ac501b
Updates for MacOS and clang (
!888
)
Apr 23, 2019
d75e6bfe
ensure thread termination tools only run in initialized threads
Apr 23, 2019
aa5e184d
Ensure thread termination tools only run in initialized threads (
!887
)
Apr 23, 2019
d6f1bf96
prefer std::unique_ptr
Apr 23, 2019
d9744cb6
Add support for specific architectures in BINARY_TAG
Apr 24, 2019
d56f2d8d
Add support for specific architectures in BINARY_TAG (
!853
)
Apr 24, 2019
b80b6328
ThreadPoolSvc: prefer std::unique_ptr (
!889
)
Apr 24, 2019
4f1cb94c
Use Gitlab-CI cache to keep ccache data
Apr 25, 2019
f369d499
FindTBB: Set glibcxx version for clang
Apr 25, 2019
6174f2a3
Fix CMake 3.14 warning (invalid cache variable type)
Apr 28, 2019
5f6eb9bd
Add dependency on liblzma
Apr 28, 2019
785cc4f0
Fix (optional) use of Boost.Filesystem
Apr 29, 2019
5e814a0a
Compilation fixes for Apple clang. Avoid using /proc/cpuinfo
Apr 30, 2019
4776bf50
Small fixes for macOS (
!894
)
Apr 30, 2019
a4d503e3
Drop backwards compatibility code (
!883
)
Apr 30, 2019
e7ed513e
Do not return non-const pointers to elements of const containers
Apr 30, 2019
08d0f97a
Add support for Gaudi::Algorithm as baseclass of Functional algorithms
May 01, 2019
3a1b5407
Make StatusCodeSvc thread-safe (!885)
May 03, 2019
2781ba29
InertMessageSvc: Remove conditional tbb/clang code
May 03, 2019
103 additional commits have been omitted to prevent performance issues.
Loading