summaryrefslogtreecommitdiff
path: root/src/greenlet/greenlet_thread_support.hpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a double-addressing issue.Jason Madden2021-10-121-28/+37
* Always use RAII/stack-based locking/unlocking.Jason Madden2021-10-121-6/+64
* Remove more debugging code.Jason Madden2021-10-121-2/+3
* Allow using the PyThread_ APIs back on Python 2.7 as well. Add tox.ini to tes...Jason Madden2021-10-121-4/+4
* Implement cleanup using the thread dictionary on platforms that require it.Jason Madden2021-10-121-3/+16
* MFC was a no-go. So use the win32 API.Jason Madden2021-10-121-4/+6
* Trying MFC classes for the lock. Not sure if that will work.Jason Madden2021-10-121-6/+7
* Stop including headers we know aren't present. We got to that point of the co...Jason Madden2021-10-121-5/+3
* Progress on supporting older compilers.Jason Madden2021-10-121-0/+62