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)
(12 intermediate revisions by 4 users not shown)
Line 29: Line 29:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
| [[CDT/User/NewInCDT | New and Noteworthy]]
 
| [[CDT/User/NewInCDT | New and Noteworthy]]
| What's new and noteworthy in [[CDT/User/NewIn92 | CDT 9.2/Neon.2]], [[CDT/User/NewIn91 | CDT 9.1/Neon.1]], [[CDT/User/NewIn90 | CDT 9.0/Neon]], [[CDT/User/NewInCDT | older versions]]<p>Upcoming [[CDT/User/NewIn93 | CDT 9.3/Oxygen]]
+
| What's new and noteworthy in CDT
 
|-
 
|-
 
| [[CDT/User/FAQ | Wiki-based FAQ]]
 
| [[CDT/User/FAQ | Wiki-based FAQ]]
Line 37: Line 37:
 
| 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.
 
|-
 
|-
| CDT newsgroup [news://news.eclipse.org/eclipse.tools.cdt news://] [http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.cdt http://]  
+
| [https://www.eclipse.org/forums/index.php/f/80/ CDT forums]  
 
| Ask questions, find answers about CDT usage.
 
| Ask questions, find answers about CDT usage.
 
|-
 
|-
 
| [http://max.berger.name/howto/cdt/ Setting up CDT]
 
| [http://max.berger.name/howto/cdt/ Setting up CDT]
|  Max Berger's tutorial : Setting up Eclipse CDT for Linux, Mac OS X & Windows.
+
|  Max Berger's tutorial : Setting up Eclipse CDT for Linux, macOS and Windows.
 +
|-
 +
| [[HowTo use the CDT to navigate Linux kernel source | HowTo navigate Linux kernel source]] &nbsp;&nbsp;
 +
| Step-by-step guide on Navigating the Linux Kernel Source with Eclipse CDT
 +
|-
 +
| [[CDT/User/HowToTroubleshootCDTIndexing | How to troubleshoot indexing issues]] &nbsp;&nbsp;
 +
| Tips on how to troubleshoot indexing-related issues.
 
|}
 
|}
  
Line 49: Line 55:
 
| colspan="2" style="background:#ffdead;" | Documentation
 
| colspan="2" style="background:#ffdead;" | Documentation
 
|-
 
|-
| [[Getting started with CDT development]]
+
| [[Getting started with CDT development]] &nbsp;&nbsp;
 
| The most basic actions one needs to take in order to get the code and run CDT or any other Eclipse plug-in.
 
| The most basic actions one needs to take in order to get the code and run CDT or any other Eclipse plug-in.
 
|-
 
|-
Line 66: Line 72:
 
| [[CDT/projectSets | Team Project Sets]]
 
| [[CDT/projectSets | Team Project Sets]]
 
| Check out the CDT code from Git.
 
| Check out the CDT code from Git.
|-
 
| [[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.
 
 
|-
 
|-
 
| [[CDT/designs | Component Documentation]]
 
| [[CDT/designs | Component Documentation]]
Line 76: Line 79:
 
| Design descriptions of various CDT features by release.
 
| Design descriptions of various CDT features by release.
 
|-
 
|-
| [[CDT/devArticles | Articles]]
+
| [[HowTo extend CDT with custom file templates | HowTo use file templates]]
| Articles and other developer info about CDT.
+
| Step-by-step guide on using the CDT Template mechanism
 
|-
 
|-
 
| [[CDT/newlogos | Logos]]
 
| [[CDT/newlogos | Logos]]
Line 106: Line 109:
 
| CDT manual testing plans, sign-ups, etc.
 
| CDT manual testing plans, sign-ups, etc.
 
|-
 
|-
| [https://hudson.eclipse.org/cdt/job/cdt-master/lastCompletedBuild/testReport/ Junit Results]
+
| [https://ci.eclipse.org/cdt/job/cdt-master/lastCompletedBuild/testReport/ Junit Results]
 
| Results of latest junit testing on master.
 
| Results of latest junit testing on master.
 
|-
 
|-
Line 114: Line 117:
 
| Information on CDT release engineering.
 
| Information on CDT release engineering.
 
|-
 
|-
| [http://download.eclipse.org/tools/cdt/builds Nightly Builds]
+
| [http://download.eclipse.org/tools/cdt/builds/master/nightly/ Nightly Builds Update Site]
| Nightly builds and CVS logs are here.
+
| Link to update site based on master branch updated daily.
 
|-
 
|-
| [https://hudson.eclipse.org/hudson/job/cdt-nightly Hudson Trunk Builds]
+
| [https://ci.eclipse.org/cdt/job/cdt-master/ Hudson Master Builds]
 
| Link to daily builds on Hudson server.
 
| Link to daily builds on Hudson server.
 
|-
 
|-

Revision as of 22:18, 7 October 2020

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 Latest CDT Release Download and install the latest CDT release.
New and Noteworthy What's new and noteworthy in CDT
Wiki-based FAQ The Wiki-based How to Use CDT FAQ for all to edit.
An old FAQ Answers to the most common questions about the CDT. We should migrate this content to the new one.
CDT forums Ask questions, find answers about CDT usage.
Setting up CDT Max Berger's tutorial : Setting up Eclipse CDT for Linux, macOS and Windows.
HowTo navigate Linux kernel source    Step-by-step guide on Navigating the Linux Kernel Source with Eclipse CDT
How to troubleshoot indexing issues    Tips on how to troubleshoot indexing-related issues.

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.
Policies and Procedures Copyright header, code style, coding conventions, etc.
Contributing How to contribute to the CDT.
Developer FAQ FAQ for people who want to contribute code to the CDT.
Code Snippets Common code snippets (e.g U.I, build related)
Team Project Sets Check out the CDT code from Git.
Component Documentation Design descriptions for various CDT components, and other component resources.
Design Docs by Release Design descriptions of various CDT features by release.
HowTo use file templates Step-by-step guide on using the CDT Template mechanism
Logos Logos used by CDT.
Git Instructions on how to use Git to check out and work with CDT code
Bugs & Testing
Gerrit Gerrit review board
CDT Bug Process Find out how CDT developers file, triage, track, fix, and verify bugs.
Submit CDT Bug Submit bug or feature via Eclipse Bugzilla
Eclipse Bugzilla Find CDT bugs (Classification - Tools, Product - CDT)
Automated Testing CDT automated testing resources.
Manual Testing CDT manual testing plans, sign-ups, etc.
Junit Results Results of latest junit testing on master.
Builds & Releases
Release Engineering Information on CDT release engineering.
Nightly Builds Update Site Link to update site based on master branch updated daily.
Hudson Master Builds Link to daily builds on Hudson server.
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.
Project Lead Notes Stuff the project leads need to do.
Workgroups
Multi-Core Debugging Working group focused on bringing multi-core debugging to the CDT.
Breakpoints Working group focused on improving breakpoints
Projects and Build Working group focused on improving CDT project model and build system

Back to the top