Use the mach_time only on iOS |
|
More...
|
over 11 years ago
|
Fixed issue reported by Clang |
|
More...
|
over 11 years ago
|
Fixed build on OSX10.8 |
|
More...
|
over 11 years ago
|
Minor whitespace cleanup. |
|
More...
|
over 11 years ago
|
Changing bytecode dispatch from using a switch/case to an explicit dispatch table |
|
More...
|
over 12 years ago
|
Fixed primitiveMultiply |
|
More...
|
over 12 years ago
|
Negation missing |
|
More...
|
over 12 years ago
|
primitiveCopyObject seems to work |
|
More...
|
over 12 years ago
|
Fixed primitivePerformInSuperclass |
|
More...
|
over 12 years ago
|
Moved newActiveContext into header |
|
More...
|
over 12 years ago
|
Don't make it `const` when we return `this` |
|
More...
|
over 12 years ago
|
Removing the notion of internal execution mode and sprinkle more `const` throughout the codebase |
|
More...
|
over 12 years ago
|
Added VMParameter 0, returning RVM encoded as ASCII to the image |
|
More...
|
over 12 years ago
|
Refactored [internal]activateNewMethod() |
|
More...
|
over 12 years ago
|
Added `const` modifiers |
|
More...
|
over 12 years ago
|
Extended the debug print facilities |
|
More...
|
over 12 years ago
|
Added flag to be able to disable context switches during debugging |
|
More...
|
over 12 years ago
|
Use mach_absolute_time for OSX and iOS |
|
More...
|
almost 13 years ago
|
Fix improper refactoring of iOS code |
|
More...
|
almost 13 years ago
|
Fix iOS project |
|
More...
|
almost 13 years ago
|
Replaced the is_superclass_of with a traditional isKindOf implementation |
|
More...
|
almost 13 years ago
|
Fixed process primitives that did not allow subclasses of process |
|
More...
|
almost 13 years ago
|
Missed a check that needs to use Using_Processes, too |
|
More...
|
almost 13 years ago
|
Introduce Using_Processes and Using_Threads flags |
|
More...
|
almost 13 years ago
|
gtest submodule was out of sync |
|
More...
|
almost 13 years ago
|
Fix building tests with Xcode |
|
More...
|
almost 13 years ago
|
Thread locals are not available on OSX, but should be used on Linux |
|
More...
|
almost 13 years ago
|
split up the assert to see exactly what is failing |
|
More...
|
almost 13 years ago
|
Fix off-by-one error in topRemappableOop |
|
More...
|
almost 13 years ago
|
Updated FilePlugin to have the std file handles available for the Pharo image and cmd output |
|
More...
|
almost 13 years ago
|