summaryrefslogtreecommitdiffabout
AgeCommit message (Expand)Author
2009-09-24Update News.masterChristian Hergert
2009-09-24Stub out some docs.Christian Hergert
2009-09-24Update TODO.Christian Hergert
2009-09-24Track API.Christian Hergert
2009-09-24Header cleanup for public api.Christian Hergert
2009-09-24Flush docs.Christian Hergert
2009-09-24Re-enable IrisLFScheduler now that LFQueue is just a bit more sane.Christian Hergert
2009-09-24API cleanup including converting IrisQueue to a GObject.Christian Hergert
2009-09-23Start truncating the public API so it is more manageable.Christian Hergert
2009-09-22Remove IrisFreeList and WSQueue from public API.Christian Hergert
2009-09-22Denote bindings as previewChristian Hergert
2009-09-20Add news for future 0.2.0 release.Christian Hergert
2009-09-20Update python bindings to compile.Christian Hergert
2009-09-20Use InterlockedAdd on Win32.Christian Hergert
2009-09-20Cleanup of the public API and hide some un-needed types.Christian Hergert
2009-09-20Whitespace formatting.Christian Hergert
2009-09-16Implement OS X support for iris_scheduler_get_n_cpu().Christian Hergert
2009-09-16Initial port to OS X.Christian Hergert
2009-07-15Fix build on automake-1.11.Christian Hergert
2009-06-15Fix some bong-hits.Christian Hergert
2009-06-07Remove debian packaging, which now comes from the parentless ppa branch.Christian Hergert
2009-06-07Update changes before debian extraction to branch.Christian Hergert
2009-06-06Add basic debian packaging.Christian Hergert
2009-06-02Do not use G_UNLIKELY since the branch is only a single return. Absolutely no...Christian Hergert
2009-06-02Add iris_message_{get,set}_object().Christian Hergert
2009-05-28Add declaration for iris_task_has_error().Christian Hergert
2009-05-28Fix macro.Christian Hergert
2009-05-28Tick to request the next callback ourselves rather than letting the scheduler...Christian Hergert
2009-05-28Make sure we unset a previous result.Christian Hergert
2009-05-28Add iris_task_has_error() which returns TRUE if the task is in an errored state.Christian Hergert
2009-05-28Remove unused enum values.Christian Hergert
2009-05-28Change signature of iris_task_{get,set,take}_error() to provide thread-safety.Christian Hergert
2009-05-28Change signature of iris_task_get_result() to provide thread-safety.Christian Hergert
2009-05-28Always forget that GMainContext is not an object.Christian Hergert
2009-05-28Use main scheduler to execute callbacks in main thread (if needed).Christian Hergert
2009-05-27Make sure we don't use message id of 0 since that could be an uninitialized m...Christian Hergert
2009-05-27Repost message to "beginning" of the port's queue.Christian Hergert
2009-05-27Add iris_port_repost() so that a message can be returned from a receiver.Christian Hergert
2009-05-27In case we were paused during running, resume receiver.Christian Hergert
2009-05-27Add another test we can use to debugging.Christian Hergert
2009-05-27Re-enable the coordination arbiter. (Doh, honestly forgot to do this earlier)Christian Hergert
2009-05-27Can't return here, because async tasks may need to call a method after throwi...Christian Hergert
2009-05-27Add support for iris_task_add_both{_closure}.Christian Hergert
2009-05-27Change iris_task_run_full() to iris_task_run_async() to follow glib conventions.Christian Hergert
2009-05-27Fix comparison for branch, should be no active running.Christian Hergert
2009-05-27Cleanup stat format.Christian Hergert
2009-05-27Add python script to test various things we are overriding.Christian Hergert
2009-05-27Add support for iris.Port.post (iris_port_post()).Christian Hergert
2009-05-27Enable threads earlier.Christian Hergert
2009-05-26Work towards handling arbiter receives in python.Christian Hergert
[next]