Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse.org-members-committers] Open Source Projects Update

Hi Folks,

Couple of items of interest for you.

Reviews Scheduled for September 24th

Creation

  • Trace Compass
    • Trace Compass is a tool for viewing and analyzing both logs and traces. It provides views, graphs, metrics, etc. to help extract useful information from logs or traces, in a way that is user-friendly and informative. It is available both as a stand-alone RCP application, or as standard Eclipse plugins. It supports Windows, Mac and Linux. End users can download a pre-compiled package and start using it right away. Developers can create plugins to the framework to add support for new trace types, or new analysis to existing trace types.
  • Moquette MQTT
    • Moquette is a Java implementation of an MQTT 3.1 broker. Its code base is small. At its core, Moquette is an events processor; this lets the code base be simple, avoiding thread sharing issues. The Moquette broker is lightweight and easy to understand so it could be embedded in other projects. By default it lives standalone, but could be integrated into an OSGi container to create more significant integrations, for example running inside an embedded OSGi broker like Concierge.

Release

  • Linux Tools 3.1.0
    • The Linux Tools project aims to bring a full-featured C and C++ IDE to Linux developers. We build on the source editing and debugging features of the CDT and integrate popular native development tools such as the GNU Autotools, Valgrind, OProfile, RPM, SystemTap, GCov, GProf, LTTng, etc. Current projects include LTTng trace viewers and analyzers, an RPM .spec editor, Autotools build integration, a Valgrind heap usage analysis tool, and OProfile call profiling tools. The project also provides a place for Linux distributions to collaboratively overcome issues surrounding distribution packaging of Eclipse technology. The project produces both best practices and tools related to packaging. One of our features is a source archive of the Eclipse SDK that can be used by all Linux distributions building and distributing it.
  • Mylyn 3.13
    • Mylyn is a Task-Focused Interface for Eclipse that reduces information overload and makes multi-tasking easy. Mylyn makes tasks a first class part of Eclipse, and integrates rich and offline editing for repositories such as Bugzilla, Trac, and JIRA. Once your tasks are integrated, Mylyn monitors your work activity to identify information relevant to the task-at-hand, and uses this task context to focus the Eclipse UI on the interesting information, hide the uninteresting, and automatically find what's related. This puts the information you need to get work done at your fingertips and improves productivity by reducing searching, scrolling, and navigation. By making task context explicit Mylyn also facilitates multitasking, planning, reusing past efforts, and sharing expertise.
  • JGit 3.5.0
    • JGit is a pure Java implementation of the Git version control system. Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile.
  • EGit 3.5.0
    • EGit is an Eclipse Team provider for Git. Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile. The EGit project is implementing Eclipse tooling for the JGit Java implementation of Git.
  • CDT 8.5.0
    • The CDT Project provides a fully functional C and C++ Integrated Development Environment based on the Eclipse platform. Features include: support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers.
  • Parallel Tools Platform (PTP) 8.1.0
    • The aim of the Parallel Tools Platform project is to produce an open-source industry-strength platform that provides a highly integrated environment specifically designed for parallel application development. The project will provide a standard, portable parallel IDE that supports a wide range of parallel architectures and runtime systems; a scalable parallel debugger; support for the integration of a wide range of parallel tools; and an environment that simplifies the end-user interaction with parallel systems.
  • Handly 0.2
    • The project aims to investigate technology needed to deal with such handle-based models on a large scale. In particular, the project attempts to distill core abstractions of a handle-based model into a uniform API and supply basic building blocks for construction of such models. It borrows heavily from some of the design patterns and principles underlying the Java Model, but aims for a generalized albeit partial implementation. Thus, the project provides a uniform API and a partial implementation for the central notion of a handle that acts like a key to a model element.
  • Kura 1.0.0 (Graduation Release)
    • Kura aims at offering a Java/OSGi-based container for M2M applications running in service gateways. Kura provides or, when available, aggregates open source implementations for the most common services needed by M2M applications. Kura components are designed as configurable OSGi Declarative Service exposing service API and raising events. While several Kura components are in pure Java, others are invoked through JNI and have a dependency on the Linux operating system.

Office Hours

Don't forget the weekly office hours for projects, committers and contributors to touch base with us and ask questions. Thursdays @ 10:30 EST (14:30 UTC) and initially for 30 minutes.

We look forward to chatting with you on Thursdays.

If you have any questions/ideas or thoughts, reach us at emo@xxxxxxxxxxx


Have a great weekend folks!

Cheers,

Richard Burcher

Community Manager at the Eclipse Foundation

-- 
Cheers,

Richard 
(On behalf of the Eclipse Management Organization)

Richard Burcher 
Community Manager at the Eclipse Foundation



Back to the top