Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between pages "CDT" and "CDT/Developer/FAQ"

(Difference between pages)
 
m
 
Line 1: Line 1:
Welcome to the CDT Wiki page. Come back often for the latest and greatest about the CDT.
+
== General ==
  
The CDT is Eclipse's C/C++ Development Tooling project. It is an industrial strength C/C++ IDE that also serves as a platform for others to provide value added tooling for C/C++ developers.
+
* Is it fun writing code for the CDT?
  
== User Resources ==
+
You betcha! And the Eclipse SDK is such a great environment to work in. We've pumped out quality code by the boat load without a lot of effort.
  
{|
+
== Release Engineering ==
| [[CDT/User/FAQ | Wiki-based FAQ]]
+
| The Wiki-based How to Use CDT FAQ for all to edit.
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/faq.html?cvsroot=Tools_Project Older FAQ]
+
| Answers to the most common questions about the CDT. We should migrate this content to the new one.
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/downloads/main.html?cvsroot=Tools_Project Downloads]
+
| Get the latest CDT release builds.
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/Tutorials.html?cvsroot=Tools_Project Tutorials]
+
| Tutorials that take you through the various features of the CDT.
+
|-
+
| [http://cdt.eclipse.org/docs/EclipseCon.ppt EclipseCon2006]
+
| Doug Schaefer's EclipseCon2006 Presentation.
+
|}
+
  
== Developer Resources ==
+
* Where can I get the latest builds?
  
{|
+
We have a build machine, [http://cdt.eclipse.org cdt.eclipse.org], that we use for our builds. You can access them from the builds section on its home page. You can also generate your own builds by checking out the CDT out of CVS and using the Export -> Deployable Feature menu item provided by the PDE.
| [http://bugs.eclipse.org/bugs Eclipse Bugzilla]
+
| Enter and check on CDT bugs here.
+
|-
+
| [http://cdt.eclipse.org CDT Build Machine]
+
| Nightly builds and CVS logs are stored here.
+
|-
+
| [[CDT/Developer/FAQ | Developer FAQ]]
+
| FAQ for people who want to contribute code to the CDT.
+
|-
+
| [[CDT/contributing | Contributing]]
+
| How to contribute to the CDT
+
|-
+
| [[CDT/designs | Design Docs]]
+
| Design descriptions for various CDT components.
+
|-
+
| [[CDT/whoswho | Who's Who]]
+
| Who's who in the CDT development community
+
|-
+
| [[CDT/planning | Planning]]
+
| Planing information for upcoming CDT releases.
+
|-
+
| [[CDT/calls | Monthly Calls]]
+
| Numbers and Minutes from our monthly conference calls.
+
|-
+
| [[CDT/summit2005 | CDT Summit Fall 2005]]
+
| Slides and info from our very successful CDT Contributors Summit.
+
|-
+
| [[CDT/summitmarch2006 | CDT Summit March 2006]]
+
| Slides and info from our very successful CDT Contributors Summit at EclipseCon 2006.
+
|}
+

Revision as of 14:01, 5 May 2006

General

  • Is it fun writing code for the CDT?

You betcha! And the Eclipse SDK is such a great environment to work in. We've pumped out quality code by the boat load without a lot of effort.

Release Engineering

  • Where can I get the latest builds?

We have a build machine, cdt.eclipse.org, that we use for our builds. You can access them from the builds section on its home page. You can also generate your own builds by checking out the CDT out of CVS and using the Export -> Deployable Feature menu item provided by the PDE.

Back to the top