Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaudi
Gaudi
Merge requests
!515
Modernize constructors and destructors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Modernize constructors and destructors
graven/Gaudi:cleanuo-gaudialg
into
master
Overview
3
Commits
2
Pipelines
28
Changes
219
Merged
Gerhard Raven
requested to merge
graven/Gaudi:cleanuo-gaudialg
into
master
7 years ago
Overview
1
Commits
2
Pipelines
28
Changes
219
Expand
remove destructors qualified with 'override = default' or 'override = {}'
prefer inheriting constructors
and some formatting tweaks...
Edited
7 years ago
by
Gerhard Raven
0
0
Merge request reports
Compare
master
version 29
5fca4769
7 years ago
version 28
0e050f92
7 years ago
version 27
1c9a1c0f
7 years ago
version 26
325ff2cf
7 years ago
version 25
798fd725
7 years ago
version 24
aa66ebd4
7 years ago
version 23
882409c1
7 years ago
version 22
1a03cb95
7 years ago
version 21
ddf1a7d3
7 years ago
version 20
56f9c83b
7 years ago
version 19
5f576c8a
7 years ago
version 18
ee0760d7
7 years ago
version 17
ee0760d7
7 years ago
version 16
70b8c016
7 years ago
version 15
265bc6c0
7 years ago
version 14
bf262d23
7 years ago
version 13
afd120cd
7 years ago
version 12
93e32595
7 years ago
version 11
93e32595
7 years ago
version 10
d2ff9d23
7 years ago
version 9
09a796d5
7 years ago
version 8
8dbb25cc
7 years ago
version 7
80fc261b
7 years ago
version 6
3a163601
7 years ago
version 5
aa38e2ad
7 years ago
version 4
6d99b42c
7 years ago
version 3
cd67302b
7 years ago
version 2
b3ce39cf
7 years ago
version 1
5ee5d59f
7 years ago
master (base)
and
latest version
latest version
5fca4769
2 commits,
7 years ago
version 29
5fca4769
2 commits,
7 years ago
version 28
0e050f92
2 commits,
7 years ago
version 27
1c9a1c0f
3 commits,
7 years ago
version 26
325ff2cf
1 commit,
7 years ago
version 25
798fd725
1 commit,
7 years ago
version 24
aa66ebd4
1 commit,
7 years ago
version 23
882409c1
1 commit,
7 years ago
version 22
1a03cb95
1 commit,
7 years ago
version 21
ddf1a7d3
1 commit,
7 years ago
version 20
56f9c83b
1 commit,
7 years ago
version 19
5f576c8a
1 commit,
7 years ago
version 18
ee0760d7
1 commit,
7 years ago
version 17
ee0760d7
1 commit,
7 years ago
version 16
70b8c016
1 commit,
7 years ago
version 15
265bc6c0
1 commit,
7 years ago
version 14
bf262d23
1 commit,
7 years ago
version 13
afd120cd
1 commit,
7 years ago
version 12
93e32595
1 commit,
7 years ago
version 11
93e32595
1 commit,
7 years ago
version 10
d2ff9d23
1 commit,
7 years ago
version 9
09a796d5
1 commit,
7 years ago
version 8
8dbb25cc
1 commit,
7 years ago
version 7
80fc261b
1 commit,
7 years ago
version 6
3a163601
1 commit,
7 years ago
version 5
aa38e2ad
1 commit,
7 years ago
version 4
6d99b42c
1 commit,
7 years ago
version 3
cd67302b
1 commit,
7 years ago
version 2
b3ce39cf
1 commit,
7 years ago
version 1
5ee5d59f
1 commit,
7 years ago
219 files
+
235
−
1086
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
219
Search (e.g. *.vue) (Ctrl+P)
GaudiAlg/GaudiAlg/EventCounter.h
+
0
−
5
Options
@@ -9,11 +9,6 @@ public:
**/
EventCounter
(
const
std
::
string
&
name
,
ISvcLocator
*
pSvcLocator
);
/**
** Destructor
**/
~
EventCounter
()
override
=
default
;
/*****************************
** Public Function Members **
*****************************/
Loading