Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed multithreading for good #145

Merged
merged 15 commits into from
Jul 9, 2022
Merged
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
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO ${RUNTIME_OUTPUT_DIRECTORY})
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${RUNTIME_OUTPUT_DIRECTORY})


if (WIN32)
add_subdirectory(dependencies/win32_pthread)
else ()
if (NOT WIN32)
add_definitions(-Wall)
option(RORSERVER_CRASHHANDLER "enables linux startup script crashhandling" FALSE)

Expand Down
36 changes: 0 additions & 36 deletions dependencies/win32_pthread/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions dependencies/win32_pthread/CMakeLists.txt

This file was deleted.

30 changes: 0 additions & 30 deletions dependencies/win32_pthread/README.md

This file was deleted.

151 changes: 0 additions & 151 deletions dependencies/win32_pthread/include/config.h

This file was deleted.

75 changes: 0 additions & 75 deletions dependencies/win32_pthread/include/context.h

This file was deleted.

Loading