Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
emper
Merge requests
!332
do not warn about missing atomic::{wait,notify}
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
do not warn about missing atomic::{wait,notify}
aj46ezos/emper:downgrade-eval-meson-warning
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Florian Fischer
requested to merge
aj46ezos/emper:downgrade-eval-meson-warning
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
This allows emper to be build with --meson-fatal-warnings on in our i4lab.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
73e6ff58
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eval/meson.build
+
1
−
1
Options
@@ -36,5 +36,5 @@ if cpp_has_std_atomic_wait_noitify
dependencies: emper_dep,
)
else
warning
('C++ compiler does not support std::atomic wait()/notify()/notify_all(), not building io_latency binary')
message
('C++ compiler does not support std::atomic wait()/notify()/notify_all(), not building io_latency binary')
endif
Loading