Alex Szpakowski
|
113ed1cfe7
Merged SDL2 changes from bartbes/love-experiments/SDL2 into default.
|
12 years ago |
Bart van Strien
|
1602c6de7a
Make mutex locks slightly more safe in some places (and correct in another...)
|
12 years ago |
Alex Szpakowski
|
8ac288876d
Added Thread:isRunning
|
12 years ago |
Alex Szpakowski
|
9155b7b0ee
Removed dead code for the now-removed Thread:kill
|
12 years ago |
Alex Szpakowski
|
8d7e0b5629
Time-travelling license text
|
12 years ago |
Bart van Strien
|
c7c5d0ed6b
Fix race conditions and deadlocks in Channels (hopefully) (issue #554)
|
12 years ago |
Bart van Strien
|
399a6a6614
Merge in channels from love-experiments
|
13 years ago |
Przemysław Grzywacz
|
1d5fca6f46
Multiple thread backends.
|
14 years ago |
rude
|
3fe9b2ff16
Reverted module selection feature. This is not really desired.
|
14 years ago |
Bart van Strien
|
b4139ffab5
Rename loaders to fit their locations
|
14 years ago |
Bart van Strien
|
2115cf19b9
Fixed a couple of compiler warnings in minor branch
|
14 years ago |
Bart van Strien
|
677df8d4f0
Merge 'default' into 'minor'
|
14 years ago |
Bart van Strien
|
6acacffb66
Threads get/set instead of send/receive (issue #166)
|
14 years ago |
Bill Meltsner
|
fde708160e
bringing in the new year by changing every 2010 to 2011
|
14 years ago |
rude
|
9d108d2bde
Added missing lua_strlen to ThreadVariant construction. MSVC coerced the 'const char*'-argument into the bool version of the constructor, causing the wrong function to be called.
|
14 years ago |
Bart van Strien
|
089da5b08d
More race conditions, what fun
|
14 years ago |
Bart van Strien
|
ece02577a5
More race conditions (bug #131)
|
14 years ago |
Bart van Strien
|
cfeb01db42
Prevent race condition in thread:receive (bug #131)
|
14 years ago |
Bart van Strien
|
11ab5600d3
Correctly handle embedded zeros in thread names and ThreadVariants (bug #128)
|
14 years ago |
Bart van Strien
|
fe373075a4
Thread now has access to mutex and cond as well, fixes bug where errors wouldn't get picked up
|
15 years ago |
[email protected]
|
140d3866a3
Removed ineffective and error-prone killthread in thread destructor
|
15 years ago |
[email protected]
|
200d4bc653
It looks like a dirty hack, it probably is, but this fixes the GC
|
15 years ago |
[email protected]
|
dbf8301f24
Merge (the hardest merge evahr, thanks rude)
|
15 years ago |
[email protected]
|
051f6f6eaa
Switched global thread to love._curthread and made love.thread.getThread() return that
|
15 years ago |
rude
|
5fca0e9b33
Changed getThreads so that the caller must allocate the memory.
|
15 years ago |
rude
|
368765820e
Changed unnecessary pass-by-value to pass-by-reference.
|
15 years ago |
rude
|
bdafe0e455
Globals?! When did Bartbes the Sex Machine abandon reason for MADNESS?
|
15 years ago |
rude
|
4ba513b679
Bye-bye ThreadModuleRegistrar. An abstract ThreadModule will do that job.
|
15 years ago |
Bill Meltsner
|
4ad7634a78
updated the Xcode project with love.thread, and fixed a few gcc warnings
|
15 years ago |
[email protected]
|
75f651c84b
getThreads works now (love.thread)
|
15 years ago |