Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon-concurrency
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Thompson
typon-concurrency
Commits
88a599b0
Commit
88a599b0
authored
May 24, 2023
by
Tom Niget
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update remote repository
parent
f7900b6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
2 deletions
+66
-2
rt/examples/Makefile
rt/examples/Makefile
+33
-1
rt/examples/Makefile
rt/examples/Makefile
+33
-1
No files found.
rt/examples/Makefile
deleted
120000 → 0
View file @
f7900b6b
Makefile.g++-11
\ No newline at end of file
rt/examples/Makefile
0 → 100644
View file @
88a599b0
CXX
=
g++-11
CXXFLAGS
=
-g
-O3
-fwhole-program
-flto
-Wall
-Wextra
-Werror
-std
=
c++20
-fcoroutines
-I
../include
LDLIBS
=
-pthread
-luring
-lfmt
%.o
:
%.cpp
$(CXX)
-c
$(CXXFLAGS)
$<
-o
$@
%
:
%.cpp
$(CXX)
$(CXXFLAGS)
$<
-o
$@
$(LDLIBS)
cat
:
cat.cpp
$(CXX)
$(CXXFLAGS)
$<
-o
$@
$(LDLIBS)
fork
:
fork.cpp
$(CXX)
$(CXXFLAGS)
$<
-o
$@
$(LDLIBS)
fork_exceptions
:
fork_exceptions.cpp
$(CXX)
$(CXXFLAGS)
$<
-o
$@
$(LDLIBS)
fork_variations
:
fork_variations.cpp
$(CXX)
$(CXXFLAGS)
$<
-o
$@
$(LDLIBS)
future_awaited
:
future_awaited.cpp
$(CXX)
$(CXXFLAGS)
$<
-o
$@
$(LDLIBS)
future_detached
:
future_detached.cpp
$(CXX)
$(CXXFLAGS)
$<
-o
$@
$(LDLIBS)
loop
:
loop.cpp
$(CXX)
$(CXXFLAGS)
$<
-o
$@
$(LDLIBS)
naive_fibonacci_fork
:
naive_fibonacci_fork.cpp
$(CXX)
$(CXXFLAGS)
$<
-o
$@
$(LDLIBS)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment