Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!33748
AthenaExamples: cmake configuration and package cleanup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
AthenaExamples: cmake configuration and package cleanup
fwinkl/athena:cmake_examples
into
master
Overview
4
Commits
7
Pipelines
1
Changes
37
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:cmake_examples
into
master
4 years ago
Overview
4
Commits
7
Pipelines
1
Changes
37
Expand
Some housekeeping for the packages under Control/AthenaExamples
remove
atlas_depends_on_subdirs
cmake statements
update link dependencies
enable flake8 checking where relevant
remove obsolete files
remove two empty packages
move private header files to src directory where relevant
replace CLHEP/SystemOfUnits.h with the one from GaudiKernel
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
403547c2
7 commits,
4 years ago
37 files
+
81
−
438
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
37
Search (e.g. *.vue) (Ctrl+P)
Control/AthenaExamples/AthAsgExUnittest/AthAsgExUnittest/MyPackageDict.h deleted
100644 → 0
+
0
−
10
Options
/*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#ifndef ATHASGEXUNITTEST_MYPACKAGEDICT_H
#define ATHASGEXUNITTEST_MYPACKAGEDICT_H
#include
"AthAsgExUnittest/MyPackageTool.h"
#endif
Loading