31
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Oct 03, 2021 — Oct 03, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Respect NO_NETWORK setting when building window menu on Windows; enables building a VM without SocketPlugin when NO_NETWORK is set. More... almost 8 years ago
FileDirectory internal logic leaks memory, needs autorelease pool to wrap the osx/ios logic More... almost 8 years ago
Fix off-by-ne error in accessing VM parameters on Mac OS X. More... almost 8 years ago
Fix argument parsing on OSX when there are VM arguments. More... almost 8 years ago
Merge branch 'Cog' of http://github.com/OpenSmalltalk/opensmalltalk-vm into Cog More... almost 8 years ago
CogVM source as per VMMaker.oscog-eem.1902 More... almost 8 years ago
Make win32 spur alloc LLP64 compatible More... almost 8 years ago
Declare sqNextEventPut() where it is used More... almost 8 years ago
Avoid useless redefinition of typedef ... ULONG_PTR More... almost 8 years ago
Merge pull request #25 from OpenSmalltalk/krono/add-scale-factor More... almost 8 years ago
Don't convert pointers to DWORD, it's not 64bits friendly More... almost 8 years ago
Windows API expect a DWORD moduleCount, use that. More... almost 8 years ago
add the CameraPlugin support for Mac OS. More... almost 8 years ago
[osx] Fix interface declaration of ioScreenScaleFactor More... almost 8 years ago
Fix typo in [sqSqueakScreenAndWindow ioScreenScaleFactor] selector name More... almost 8 years ago
Sanitize Info.plist-processing More... almost 8 years ago
Add ioScreenScaleFactor. More... almost 8 years ago
Suppress 2 warnings (undeclared functions) More... almost 8 years ago
Simplify single and double float exchange with memory. More... almost 8 years ago
Eliminate some -Wabsolute-value compiler warnings More... almost 8 years ago
Kill more undeclared function compiler warnings More... almost 8 years ago
Suppress a compiler warning (undeclared function) More... almost 8 years ago
Use atoll for SQ_HOST64 to cover win32 LLP64 case More... almost 8 years ago
Remove a #warning slip (for debug purpose) More... almost 8 years ago
Replace another (UINT) cast by (usqIntptr_t) for LLP64 compatibility More... almost 8 years ago
center More... almost 8 years ago
cog icon More... almost 8 years ago
Use sqIntptr_t rather than sqint for converting int<->pointer More... almost 8 years ago
Comment squeak types and introduce sqIntptr_t for LLP64 support More... almost 8 years ago
Convert win32 hInstance or hMenu to sqInt rather than int for LLP64 compatibility More... almost 8 years ago