lp://staging/marionnet
Our trunk branch
- Get this branch:
- bzr branch lp://staging/marionnet
Branch merges
Related bugs
Bug #1085461: build system should support setting a prefix | Undecided | New | |
Bug #1124053: marionnet's Makefile looks for ocamlbricks in the wrong dir | Undecided | New | |
Bug #1124072: provide a script to download kernels and filesystems ? | Undecided | New | |
Bug #1130380: a few typos | Undecided | New | |
Bug #1135507: mapping between switch name and socket (feature request) | Undecided | New | |
Bug #1165066: kernel crash | Undecided | Fix Committed | |
Bug #1722157: typo in Makefile | Undecided | New |
Related blueprints
Branch information
Recent revisions
- 552. By Jean-Vincent Loddo
-
Added module Cage, to put objects of any type in a sort of "cage". With this encapsulation, any access, i.e. any call of a method of the inner object, will be sequentialized (thus thread-safe)
- 550. By Jean-Vincent Loddo
-
Added the command-line option -r/--run to immediately run the project specified as argument (argv[1])
- 549. By Jean-Vincent Loddo
-
Fixed two minor but annoying bugs in the couple marionnet_
from_scratch/ Makefile (install) - 547. By Jean-Vincent Loddo
-
Minor changes when closing a project: the GUI prevents the user from doing anything else during this procedure
- 546. By Jean-Vincent Loddo
-
Big changes for threads in the who-does-what policy. Now the big jobs are done by ephemeral threads, while the main thread, which is gtk_main, takes care of the smaller GUI jobs.
In particular, it will take care of pulsing a progress bar window. Ephemeral threads, for their part, should not act directly on widgets, but rather delegate any small jobs of this kind to the GTK actor. - 545. By Jean-Vincent Loddo
-
Improved sequentiality in state.ml calling GMain_actor.
delegate in several critical methods. A few new bugs that appeared after the transition to gtk3 now seem to have been fixed with this thread-safe policy.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)