NumExp Core hosts its code at https://numexp.org/svn/numexp-core/trunk.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:numexp-core

See all merge proposals.

NumExp Core has 1 active branch owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:numexp-core
Series: trunk
1 Development 2008-09-10 20:25:48 UTC
177. Now, we don't need to ref/unref the k...

Author: bouda1
Revision Date: 2008-09-10 20:24:06 UTC

Now, we don't need to ref/unref the kernel. When a client is created, it must register itself with the registerClient method and that's all !

With tha last method, the kernel makes a list of all the unique bus names of the clients. When a client exits, the kernel detects it with the OwnerChanged signal and removes it from the list. When the list is empty, the kernel can stop.

A good point is that if a client crashes, the kernel removes it as opposed to the ref/unref methods.

To test it, the executable is numexp-dbus-client

11 of 1 result
You can't create new branches for NumExp Core.