This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4eb7f0dbdf20c28b1b0b8e3b487576aba6c4f4c6
itgmania212121
/
stepmania
/
src
/
archutils
/
Darwin
T
History
Steve Checkoway
4eb7f0dbdf
Add method for passing one BOOL. Unlike NSObject's performSelector, an NSInvocation does not make any attempt to translate arguments. It just copies from the buffer passed to addArgument:atIndex: the size of paramter specified. A BOOL is one byte (as opposed to a _Bool bool, or boolean_t which are four bytes...) so it was copying just one byte of the address of the NSNumber object and invoking it with that.
2006-01-15 05:24:16 +00:00
..
PublicUtility
…
arch_setup.h
Remove SDL completely.
2006-01-15 00:58:54 +00:00
Crash.h
…
Crash.m
use PRODUCT_NAME
2005-11-04 03:24:53 +00:00
DarwinThreadHelpers.cpp
cleanup
2005-10-31 21:28:53 +00:00
DarwinThreadHelpers.h
Cleanup and add SetThreadPrecedence().
2005-10-24 11:18:28 +00:00
PreferredLanguage.m
Cleanup.
2006-01-15 00:00:49 +00:00
SMMainThread.h
Add method for passing one BOOL. Unlike NSObject's performSelector, an NSInvocation does not make any attempt to translate arguments. It just copies from the buffer passed to addArgument:atIndex: the size of paramter specified. A BOOL is one byte (as opposed to a _Bool bool, or boolean_t which are four bytes...) so it was copying just one byte of the address of the NSNumber object and invoking it with that.
2006-01-15 05:24:16 +00:00
SMMainThread.m
Add method for passing one BOOL. Unlike NSObject's performSelector, an NSInvocation does not make any attempt to translate arguments. It just copies from the buffer passed to addArgument:atIndex: the size of paramter specified. A BOOL is one byte (as opposed to a _Bool bool, or boolean_t which are four bytes...) so it was copying just one byte of the address of the NSNumber object and invoking it with that.
2006-01-15 05:24:16 +00:00
StepMania.pch
cleanup
2005-10-31 22:00:26 +00:00
wchar.cpp
Update.
2006-01-15 00:59:22 +00:00