Gregory Haskins
ghaskins
Involved Projects and Packages
Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson.
This project is where erlang package is actually being developed.
See also: http://lists.opensuse.org/opensuse-packaging/2013-04/msg00240.html
PLEASE, don't auto-follow requests to the openSUSE:Factory, until you are sure that devel:languages:erlang/bleeding_edge_erlang_Factory is fine.
Node.js - Evented I/O for V8 JavaScript.
alacrityvm -> Virtualization:AlacrityVM
qlsert -> devel:tools
smictrl -> Do we really want to distribute it?
LTTng (Linux Trace Toolkit Next Generation) is a tracer for Linux.
It is a kernel module accompanied by a toolchain (ltt-control) to control the tracing, as well as a trace viewing and analysis application (LTTV).
LTTng includes a set of kernel instrumentation points useful for debugging a wide range of bugs, that are otherwise extremely challenging.
These include, for example, performance problems on parallel systems and on real-time systems.
LTTng is designed for minimal performance impact and has a near zero impact when not tracing. LTTng has at least basic support for all Linux architectures.
Pull request build job PR#22 to branch master of erlang/_ObsPrj
Pull request build job PR#23 to branch master of erlang/_ObsPrj
Pull request build job PR#36 to branch master of erlang/_ObsPrj
Pull request build job PR#39 to branch master of erlang/_ObsPrj
Pull request build job PR#43 to branch master of erlang/_ObsPrj
Pull request build job PR#47 to branch master of erlang/_ObsPrj
Pull request build job PR#48 to branch master of erlang/_ObsPrj
Pull request build job PR#49 to branch master of erlang/_ObsPrj
Pull request build job PR#51 to branch master of erlang/_ObsPrj
Pull request build job PR#1 to branch master of nodejs/_ObsPrj
Pull request build job PR#14 to branch master of nodejs/_ObsPrj
Pull request build job PR#17 to branch master of nodejs/_ObsPrj
Pull request build job PR#18 to branch master of nodejs/_ObsPrj
Pull request build job PR#2 to branch master of nodejs/_ObsPrj
Pull request build job PR#20 to branch master of nodejs/_ObsPrj
Pull request build job PR#22 to branch master of nodejs/_ObsPrj
This package is based on the package 'distcc' from project 'home:dbahi'.
distcc is a distributed compilation front-end. It sends command lines
and preprocessed files to other machines, that ship the resulting
object file and compiler output back. It gives significant speed ups
with make -jN.
The major improvement in distcc 3 is the inclusion of "pump" mode. In
"pump" mode, distcc sends source file with their included header files
to the compilation servers, which now carry out both preprocessing and
compilation. As a result, distcc-pump can distribute files up to 10
times faster to compilation servers than distcc.