Skip to content

Commit

Permalink
removed leaf support.
Browse files Browse the repository at this point in the history
Closes #213
  • Loading branch information
klemens-morgenstern committed Dec 13, 2024
1 parent 2a49752 commit cd2ea28
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 317 deletions.
1 change: 0 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ deps = [
'libs/intrusive',
'libs/io',
'libs/iterator',
'libs/leaf',
'libs/mpl',
'libs/move',
'libs/mp11',
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ if (NOT BOOST_COBALT_IS_ROOT)
Boost::config
Boost::core
Boost::intrusive
Boost::leaf
Boost::mp11
Boost::preprocessor
Boost::smart_ptr
Expand Down
1 change: 0 additions & 1 deletion build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ constant boost_dependencies :
/boost/context//boost_context
/boost/core//boost_core
/boost/intrusive//boost_intrusive
/boost/leaf//boost_leaf
/boost/mp11//boost_mp11
/boost/preprocessor//boost_preprocessor
/boost/smart_ptr//boost_smart_ptr
Expand Down
1 change: 0 additions & 1 deletion doc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ include::reference/result.adoc[]
include::reference/async_for.adoc[]
include::reference/error.adoc[]
include::reference/config.adoc[]
include::reference/leaf.adoc[]

include::reference/experimental/context.adoc[]

Expand Down
26 changes: 0 additions & 26 deletions doc/reference/leaf.adoc

This file was deleted.

1 change: 0 additions & 1 deletion include/boost/cobalt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <boost/cobalt/gather.hpp>
#include <boost/cobalt/generator.hpp>
#include <boost/cobalt/join.hpp>
#include <boost/cobalt/leaf.hpp>
#include <boost/cobalt/main.hpp>
#include <boost/cobalt/op.hpp>
#include <boost/cobalt/promise.hpp>
Expand Down
85 changes: 0 additions & 85 deletions include/boost/cobalt/detail/leaf.hpp

This file was deleted.

51 changes: 0 additions & 51 deletions include/boost/cobalt/leaf.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target_link_libraries(boost_cobalt_static_tests Boost::cobalt)
add_executable(boost_cobalt_main EXCLUDE_FROM_ALL main.cpp)
add_executable(boost_cobalt_main_compile EXCLUDE_FROM_ALL main_compile.cpp)
add_executable(boost_cobalt_basic_tests EXCLUDE_FROM_ALL
async_for.cpp test_main.cpp promise.cpp with.cpp op.cpp handler.cpp join.cpp race.cpp this_coro.cpp leaf.cpp
async_for.cpp test_main.cpp promise.cpp with.cpp op.cpp handler.cpp join.cpp race.cpp this_coro.cpp
channel.cpp generator.cpp run.cpp task.cpp gather.cpp wait_group.cpp wrappers.cpp left_race.cpp
strand.cpp fork.cpp thread.cpp any_completion_handler.cpp detached.cpp monotonic_resource.cpp sbo_resource.cpp)

Expand Down
149 changes: 0 additions & 149 deletions test/leaf.cpp

This file was deleted.

0 comments on commit cd2ea28

Please sign in to comment.