Skip to content

Commit

Permalink
Merge pull request #4106 from dhthwy/really-excise-tinythread
Browse files Browse the repository at this point in the history
Really excise tinythread
  • Loading branch information
myk002 authored Dec 31, 2023
2 parents 0dd3fa2 + ee61835 commit abfbfd5
Show file tree
Hide file tree
Showing 27 changed files with 92 additions and 1,161 deletions.
1 change: 0 additions & 1 deletion .ycm_extra_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def DirectoryOfThisScript():
'-I','depends/md5',
'-I','depends/jsoncpp/include',
'-I','depends/tinyxml',
'-I','depends/tthread',
'-I','depends/clsocket/src',
'-x','c++',
'-D','PROTOBUF_USE_DLLS',
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ else()
endif()

include_directories(depends/lodepng)
include_directories(depends/tthread)
include_directories(depends/clsocket/src)
include_directories(depends/xlsxio/include)

Expand Down
2 changes: 0 additions & 2 deletions LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ luacov_ MIT \(c\) 2007 - 2018 Hisham Muhammad
luafilesystem_ MIT \(c\) 2003-2014, Kepler Project
lua-profiler_ MIT \(c\) 2002,2003,2004 Pepperfish
protobuf_ BSD 3-clause \(c\) 2008, Google Inc.
tinythread_ Zlib \(c\) 2010, Marcus Geelnard
tinyxml_ Zlib \(c\) 2000-2006, Lee Thomason
UTF-8-decoder_ MIT \(c\) 2008-2010, Bjoern Hoehrmann
xlsxio_ MIT \(c\) 2016-2020, Brecht Sanders
Expand All @@ -52,7 +51,6 @@ googletest_ BSD 3-Clause \(c\) 2008, Google Inc.
.. _luafilesystem: https://github.com/keplerproject/luafilesystem
.. _lua-profiler: http://lua-users.org/wiki/PepperfishProfiler
.. _protobuf: https://github.com/google/protobuf
.. _tinythread: http://tinythreadpp.bitsnbites.eu/
.. _tinyxml: http://www.sourceforge.net/projects/tinyxml
.. _UTF-8-decoder: http://bjoern.hoehrmann.de/utf-8/decoder/dfa
.. _xlsxio: https://github.com/brechtsanders/xlsxio
Expand Down
1 change: 0 additions & 1 deletion depends/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ if(NOT TinyXML_FOUND)
add_subdirectory(tinyxml)
endif()

add_subdirectory(tthread)
option(JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" OFF)
option(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" OFF)
option(JSONCPP_BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." OFF)
Expand Down
6 changes: 0 additions & 6 deletions depends/tthread/CMakeLists.txt

This file was deleted.

313 changes: 0 additions & 313 deletions depends/tthread/tinythread.cpp

This file was deleted.

Loading

0 comments on commit abfbfd5

Please sign in to comment.