Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
cython-plus
typon
Commits
c43d4090
Commit
c43d4090
authored
May 04, 2022
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move headers to rt/include/typon and fix includes
parent
28034ea5
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
15 additions
and
15 deletions
+15
-15
rt/include/typon/continuation.hpp
rt/include/typon/continuation.hpp
+0
-0
rt/include/typon/deque.hpp
rt/include/typon/deque.hpp
+0
-0
rt/include/typon/eventcount.hpp
rt/include/typon/eventcount.hpp
+0
-0
rt/include/typon/fork.hpp
rt/include/typon/fork.hpp
+4
-4
rt/include/typon/future.hpp
rt/include/typon/future.hpp
+1
-1
rt/include/typon/join.hpp
rt/include/typon/join.hpp
+2
-2
rt/include/typon/random.hpp
rt/include/typon/random.hpp
+0
-0
rt/include/typon/result.hpp
rt/include/typon/result.hpp
+0
-0
rt/include/typon/root.hpp
rt/include/typon/root.hpp
+3
-3
rt/include/typon/scheduler.hpp
rt/include/typon/scheduler.hpp
+4
-4
rt/include/typon/task.hpp
rt/include/typon/task.hpp
+1
-1
No files found.
rt/continuation.hpp
→
rt/
include/typon/
continuation.hpp
View file @
c43d4090
File moved
rt/deque.hpp
→
rt/
include/typon/
deque.hpp
View file @
c43d4090
File moved
rt/eventcount.hpp
→
rt/
include/typon/
eventcount.hpp
View file @
c43d4090
File moved
rt/fork.hpp
→
rt/
include/typon/
fork.hpp
View file @
c43d4090
...
...
@@ -4,10 +4,10 @@
#include <coroutine>
#include <cstdint>
#include <continuation.hpp>
#include <future.hpp>
#include <result.hpp>
#include <scheduler.hpp>
#include <
typon/
continuation.hpp>
#include <
typon/
future.hpp>
#include <
typon/
result.hpp>
#include <
typon/
scheduler.hpp>
namespace
typon
::
rt
...
...
rt/future.hpp
→
rt/
include/typon/
future.hpp
View file @
c43d4090
...
...
@@ -6,7 +6,7 @@
#include <type_traits>
#include <utility>
#include <result.hpp>
#include <
typon/
result.hpp>
namespace
typon
::
rt
...
...
rt/join.hpp
→
rt/
include/typon/
join.hpp
View file @
c43d4090
...
...
@@ -4,8 +4,8 @@
#include <coroutine>
#include <utility>
#include <continuation.hpp>
#include <result.hpp>
#include <
typon/
continuation.hpp>
#include <
typon/
result.hpp>
namespace
typon
::
rt
...
...
rt/random.hpp
→
rt/
include/typon/
random.hpp
View file @
c43d4090
File moved
rt/result.hpp
→
rt/
include/typon/
result.hpp
View file @
c43d4090
File moved
rt/root.hpp
→
rt/
include/typon/
root.hpp
View file @
c43d4090
...
...
@@ -6,9 +6,9 @@
#include <cstdint>
//
#include <continuation.hpp>
#include <result.hpp>
#include <scheduler.hpp>
#include <
typon/
continuation.hpp>
#include <
typon/
result.hpp>
#include <
typon/
scheduler.hpp>
namespace
typon
::
rt
...
...
rt/scheduler.hpp
→
rt/
include/typon/
scheduler.hpp
View file @
c43d4090
...
...
@@ -7,10 +7,10 @@
#include <thread>
#include <vector>
#include <continuation.hpp>
#include <eventcount.hpp>
#include <deque.hpp>
#include <random.hpp>
#include <
typon/
continuation.hpp>
#include <
typon/
eventcount.hpp>
#include <
typon/
deque.hpp>
#include <
typon/
random.hpp>
namespace
typon
::
rt
...
...
rt/task.hpp
→
rt/
include/typon/
task.hpp
View file @
c43d4090
...
...
@@ -4,7 +4,7 @@
#include <coroutine>
#include <utility>
#include <result.hpp>
#include <
typon/
result.hpp>
namespace
typon
::
rt
...
...
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