smalltalk
/
osmo-st-core
Archived
1
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 01cfa6f4b8 pharo: Work on the automatic fileout to pharo
Remove the PackageLoader fileInPackage statement as it is conflicting
with the export as there is no PackageLoader in Pharo. Add a Makefile
to help with invoking the export and create a compat_for_pharo.st for
the methods not provided by Pharo. The testcase is working now.
2013-02-10 21:21:43 +01:00
Holger Hans Peter Freyther 2390e42814 core: Add proper categories to the class, call it OsmoCore 2011-09-27 16:09:34 +02:00
Holger Hans Peter Freyther 3386942ce2 dispatcher: Introduce a dispatcher than can dispatch things...
When dispatching everything in the same context we avoid all kind
of issues with locking. If we use a truely multi threaded VM we could
probably use multiple dispatchers.
2011-06-28 19:50:31 +02:00
Holger Hans Peter Freyther 4570878f9a timer: Add the initial version of the timer code
The code comes from the OsmoGSM repository but didn't have a
lot of history.
2011-06-22 15:21:09 +02:00