Skip to content

Commit

Permalink
add kelcoro dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kelbon committed Apr 7, 2024
1 parent aa924f0 commit 4fb5a3a
Show file tree
Hide file tree
Showing 22 changed files with 17 additions and 17 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#include <concepts>

#include "noexport/macro.hpp"
#include "memory_support.hpp"
#include "kelcoro/noexport/macro.hpp"
#include "kelcoro/memory_support.hpp"

namespace dd {

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions tests/test_coroutines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
#include <array>
#include <algorithm>

#include "async_task.hpp"
#include "channel.hpp"
#include "generator.hpp"
#include "job.hpp"
#include "logical_thread.hpp"
#include "task.hpp"
#include "events.hpp"
#include "kelcoro/async_task.hpp"
#include "kelcoro/channel.hpp"
#include "kelcoro/generator.hpp"
#include "kelcoro/job.hpp"
#include "kelcoro/logical_thread.hpp"
#include "kelcoro/task.hpp"
#include "kelcoro/events.hpp"

// clang had bug which breaks all std::views
#if !defined(__clang_major__) || __clang_major__ >= 15
Expand Down
8 changes: 4 additions & 4 deletions tests/test_thread_pool.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "async_task.hpp"
#include "task.hpp"
#include "thread_pool.hpp"
#include "latch.hpp"
#include "kelcoro/async_task.hpp"
#include "kelcoro/task.hpp"
#include "kelcoro/thread_pool.hpp"
#include "kelcoro/latch.hpp"

#include <latch>
#include <iostream>
Expand Down
8 changes: 4 additions & 4 deletions tests/tests_generator.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

#include "generator.hpp"
#include "channel.hpp"
#include "async_task.hpp"
#include "inplace_generator.hpp"
#include "kelcoro/generator.hpp"
#include "kelcoro/channel.hpp"
#include "kelcoro/async_task.hpp"
#include "kelcoro/inplace_generator.hpp"

#include <random>
#include <vector>
Expand Down

0 comments on commit 4fb5a3a

Please sign in to comment.