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 revisions of "CDT"

(User Resources)
(User Resources)
Line 40: Line 40:
 
| The Wiki-based How to Use CDT FAQ for all to edit.
 
| 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]
+
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/faq.html?cvsroot=Tools_Project Older FAQ] [http://cdt-devel-faq.wikidot.com/ Another old FAQ]
 
| Answers to the most common questions about the CDT. We should migrate this content to the new one.
 
| Answers to the most common questions about the CDT. We should migrate this content to the new one.
 
|-
 
|-

Revision as of 16:54, 20 February 2009

Welcome to the CDT Wiki page. Come back often for the latest and greatest about the CDT.

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.

General

Movies Screencasts that show different aspects of the CDT.
Presentations CDT presentations given at various conferences.
Addons Addons that enhance or use CDT.
Service Providers A list of contractors who can help you with your CDT customization needs.

User Resources

CDT Home Page The main CDT web site
Download CDT 5.0 Download and Install CDT 5.0.
New in CDT 6.0 What's new and noteworthy in CDT 6.0.
New in CDT 5.0 What's new and noteworthy in CDT 5.0.
New in CDT 4.0 What's new and noteworthy in CDT 4.0.
Wiki-based FAQ The Wiki-based How to Use CDT FAQ for all to edit.
Older FAQ Another old FAQ Answers to the most common questions about the CDT. We should migrate this content to the new one.
Older Downloads Get some older CDT release builds (3.0 and prior)
Tutorials Tutorials that take you through the various features of the CDT..
CDT newsgroup Ask questions, find answers about CDT usage.

Developer Resources

Documentation
Getting started with CDT development The most basic actions one needs to take in order to get the code and run CDT or any other eclipse plug-in.
Developer FAQ FAQ for people who want to contribute code to the CDT.
Contributing How to contribute to the CDT
Media:Cdt-jdoc.zip CDT 4.0's Javadoc-"API". Sources were downloaded from the eclipse cvs (org.eclipse.cdt-releng/all) on 28/06/07.
Design Docs by Component Design descriptions for various CDT components.
Design Docs by Release Design descriptions of various CDT features by Release.
Articles Articles and other Developer info about CDT
Policies and Procedures Copyright header, Code style, Coding Conventions, etc
Bugs
CDT Bug Process Find out how CDT developers file, triage, track, fix, and verify bugs.
Eclipse Bugzilla Enter and check on CDT bugs here.
Automated Testing CDT automated testing resources.
Manual Testing CDT manual testing plans, sign-ups, etc.
Builds & Releases
Release Engineering Information on CDT release engineering
Nightly Builds Nightly builds and CVS logs are here.
Planning Planning information for upcoming CDT releases.
Team & Meetings
Who's Who Who's who in the CDT development community
Conference Calls Numbers and Minutes from our monthly conference calls and other miscellaneous conference calls.
CDT Developer Summits Info from our face to face meetings
Components
CDT/cdt-build
CDT/cdt-build-managed
CDT/cdt-core
CDT/cdt-debug Common debugger components, including: breakpoints, launch UI, editor integration, etc.
CDT/cdt-debug-cdi API and framework for integrating debuggers with Eclipse, modeled after the JDI API in java tools.
CDT/cdt-debug-cdi-gdb Integration of GDB debugger using the CDI framework.
CDT/cdt-debug-dsf Alternative API and framework for integrating debuggers with Eclipse.
CDT/cdt-debug-dsf-gdb Integration of GDB debugger using the DSF framework.
CDT/cdt-doc
CDT/cdt-editor
CDT/cdt-indexer
CDT/cdt-other
CDT/cdt-parser
CDT/cdt-refactoring
CDT/cdt-releng
CDT/cdt-source-nav

Back to the top