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"

(Replaced content with "{{warning|Note: The contents of this page has been migrated to GitHub. Please see the [https://github.com/eclipse-cdt/ CDT on GitHub] for current information, or the page...")
 
(25 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Welcome to the CDT Wiki page. Come back often for the latest and greatest about the CDT.
+
{{warning|Note: The contents of this page has been migrated to GitHub. Please see the [https://github.com/eclipse-cdt/ CDT on GitHub] for current information, or the page history for historical versions. }}
  
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 ==
 
 
{|
 
| [[CDT:Movies | Movies]]
 
| Screencasts that show different aspects of the CDT.
 
|-
 
| [[CDT:Presentations | Presentations]]
 
| CDT presentations given at various conferences.
 
|-
 
| [[CDT:Addons | Addons]]
 
| Addons that enhance or use CDT.
 
|-
 
| [[CDT:Services | Service Providers]]
 
| A list of contractors who can help you with your CDT customization needs.
 
|}
 
 
== User Resources ==
 
 
{|
 
| [http://www.eclipse.org/cdt CDT Home Page]
 
| The main CDT Web site.
 
|-
 
| [[CDT/User/DownloadCDTLatest | Download Latest CDT Release]]
 
| Download and install the latest CDT release.
 
|- style="vertical-align:top;"
 
| [[CDT/User/NewInCDT | New and Noteworthy]]
 
| What's new and noteworthy in [[CDT/User/NewIn88 | CDT 8.8]], [[CDT/User/NewIn87 | CDT 8.7]], [[CDT/User/NewIn86 | CDT 8.6]], [[CDT/User/NewIn85 | CDT 8.5]], [[CDT/User/NewIn84 | CDT 8.4]], [[CDT/User/NewIn83 | CDT 8.3]], [[CDT/User/NewIn82 | CDT 8.2]], [[CDT/User/NewIn81 | CDT 8.1]], [[CDT/User/NewIn80 | CDT 8.0]], [[CDT/User/NewIn70 | CDT 7.0]], [[CDT/User/NewIn60 | CDT 6.0]], [[CDT/User/NewIn50 | CDT 5.0]] or [[CDT/User/NewIn40 |  CDT 4.0]]<p>Upcoming [[CDT/User/NewIn90 | CDT 9.0]] [[CDT/User/NewIn91 | CDT 9.1]]
 
|-
 
| [[CDT/User/FAQ | Wiki-based FAQ]]
 
| The Wiki-based How to Use CDT FAQ for all to edit.
 
|-
 
| [http://cdt-devel-faq.wikidot.com/ An old 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=<strike>Tools_Project Older Downloads</strike>]
 
| Get some older CDT release builds (3.0 and prior).
 
|-
 
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/Tutorials.html?cvsroot=<strike>Tools_Project Tutorials</strike>]
 
| Tutorials that take you through the various features of the CDT.
 
|-
 
| CDT newsgroup [news://news.eclipse.org/eclipse.tools.cdt news://] [http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.cdt http://]
 
| Ask questions, find answers about CDT usage.
 
|-
 
| [http://max.berger.name/howto/cdt/ Setting up CDT]
 
|  Max Berger's tutorial : Setting up Eclipse CDT for Linux, Mac OS X & Windows.
 
|}
 
 
== Developer Resources ==
 
 
{|
 
| colspan="2" style="background:#ffdead;" | 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.
 
|-
 
| [[CDT/policy | Policies and Procedures]]
 
| Copyright header, code style, coding conventions, etc.
 
|-
 
| [[CDT/contributing | Contributing]]
 
| How to contribute to the CDT.
 
|-
 
| [[CDT/Developer/FAQ | Developer FAQ]]
 
| FAQ for people who want to contribute code to the CDT.
 
|-
 
| [[CDT/Developer/Code_Snippets | Code Snippets]]
 
| Common code snippets (e.g U.I, build related)
 
|-
 
| [[CDT/projectSets | Team Project Sets]]
 
| 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]]
 
| Design descriptions for various CDT components, and other component resources.
 
|-
 
| [[CDT/designsByRelease | Design Docs by Release]]
 
| Design descriptions of various CDT features by release.
 
|-
 
| [[CDT/devArticles | Articles]]
 
| Articles and other developer info about CDT.
 
|-
 
| [[CDT/newlogos | Logos]]
 
| Logos used by CDT.
 
|-
 
| [[CDT/git | Git ]]
 
| Instructions on how to use Git to check out and work with CDT code
 
|-
 
| colspan="2" style="background:#ffdead;" | Bugs & Testing
 
|-
 
| [https://git.eclipse.org/r/#/q/project:+cdt/org.eclipse.cdt,n,z  Gerrit]
 
| Gerrit review board
 
|-
 
| [[CDT/Bugs | CDT Bug Process ]]
 
| Find out how CDT developers file, triage, track, fix, and verify bugs.
 
|-
 
| [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=CDT Submit CDT Bug]
 
| Submit bug or feature via Eclipse Bugzilla
 
|-
 
| [http://bugs.eclipse.org/bugs Eclipse Bugzilla]
 
| Find CDT bugs (Classification - Tools, Product - CDT)
 
|-
 
| [[CDT/Testing | Automated Testing]]
 
| CDT automated testing resources.
 
|-
 
|-
 
| [[CDT/Manual Testing | Manual Testing]]
 
| CDT manual testing plans, sign-ups, etc.
 
|-
 
| [https://hudson.eclipse.org/cdt/job/cdt-master/lastCompletedBuild/testReport/ Junit Results]
 
| Results of latest junit testing on master.
 
|-
 
| colspan="2" style="background:#ffdead;" | Builds & Releases
 
|-
 
| [[CDT/release_engineering | Release Engineering]]
 
| Information on CDT release engineering.
 
|-
 
| [http://download.eclipse.org/tools/cdt/builds Nightly Builds]
 
| Nightly builds and CVS logs are here.
 
|-
 
| [https://hudson.eclipse.org/hudson/job/cdt-nightly Hudson Trunk Builds]
 
| Link to daily builds on Hudson server.
 
|-
 
| [[CDT/planning | Planning]]
 
| Planning information for upcoming CDT releases.
 
|-
 
| colspan="2" style="background:#ffdead;" | Team & Meetings
 
|-
 
| [[CDT/whoswho | Who's Who]]
 
| Who's who in the CDT development community.
 
|-
 
| [[CDT/calls | Conference Calls]]
 
| Numbers and minutes from our monthly conference calls and other miscellaneous conference calls.
 
|-
 
| [[CDT/summits | CDT Developer Summits]]
 
| Info from our face-to-face meetings.
 
|-
 
| [[CDT/ProjectLeadNotes | Project Lead Notes]]
 
| Stuff the project leads need to do.
 
|-
 
| colspan="2" style="background:#ffdead;" | Workgroups
 
|-
 
| [[CDT/MultiCoreDebugWorkingGroup | Multi-Core Debugging]]
 
| Working group focused on bringing multi-core debugging to the CDT.
 
|-
 
| [[CDT/BreakpointsWorkingGroup | Breakpoints]]
 
| Working group focused on improving breakpoints
 
|-
 
| [[CDT/ProjectsAndBuildWorkingGroup | Projects and Build]]
 
| Working group focused on improving CDT project model and build system
 
|}
 
  
 
[[Category:CDT| ]]
 
[[Category:CDT| ]]

Latest revision as of 10:28, 9 November 2022

Warning2.png
Note: The contents of this page has been migrated to GitHub. Please see the CDT on GitHub for current information, or the page history for historical versions.

Back to the top