Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ project(boost_fiber VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
add_library(boost_fiber
src/algo/algorithm.cpp
src/algo/round_robin.cpp
src/algo/shared_work.cpp
src/algo/work_stealing.cpp
src/barrier.cpp
src/condition_variable.cpp
src/context.cpp
src/fiber.cpp
src/future.cpp
src/mutex.cpp
src/properties.cpp
src/recursive_mutex.cpp
src/recursive_timed_mutex.cpp
src/scheduler.cpp
src/timed_mutex.cpp
src/waker.cpp
)

Expand Down
2 changes: 0 additions & 2 deletions examples/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ exe future : future.cpp ;
exe join : join.cpp ;
exe ping_pong : ping_pong.cpp ;
exe range_for : range_for.cpp ;
exe priority : priority.cpp ;
exe segmented_stack : segmented_stack.cpp ;
exe simple : simple.cpp ;
exe wait_stuff : wait_stuff.cpp ;
exe work_sharing : work_sharing.cpp ;
exe work_stealing : work_stealing.cpp ;

Expand Down
261 changes: 0 additions & 261 deletions examples/asio/autoecho.cpp

This file was deleted.

Loading