-
Notifications
You must be signed in to change notification settings - Fork 3
Helpful links to find code, work in progress, and things of interest
Eclipse is a massive community. Java is a complicated language. Finding the shiny needle in the haystack is key.
Doug Schaefer's blog -- originally with Wind River, Doug is now with QNX/Blackberry. He is one of the key forces behind CDT. His recent work on Arduino C++, Qt, CMake, the "new template engine" and the "new build engine" are significant improvements to the CDT workflow and UX.
Top level Gerrit Review for all of Eclipse -- This is where to push new code and where to find out what is in the works.
- [CDT- status:open] (https://git.eclipse.org/r/#/q/status:open+project:cdt/org.eclipse.cdt)
- Linux Tools- status:open
"Every" project in Eclipse has a continuous integration instance running behind the scenes and building every Gerrit changeset. These are known as HIPP (Hudson Instance Per Project). Hudson was the precursor to Jenkins and has been open-sourced to Eclipse Foundation. To find a project of interest, start with https://hudson.eclipse.org
If you are just browsing on your smartphone or tablet, you can find code on https://git.eclipse.org/c/:
- CDT: https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/
- Linux Tools: https://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/
Like many other Eclipse projects, we are using Maven as the build tool for eclipse-crops. We are using the Tycho plugins in particular, which integrate Eclipse plugins/features/etc. into Maven.
CROPS - containers run other people's software