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/Archive/planning/5.0milestones"

< CDT‎ | Archive‎ | planning
m (Jonah.kichwacoders.com moved page CDT/planning/5.0milestones to CDT/Archive/planning/5.0milestones)
 
(17 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 +
 +
{{warning|Note: The contents of this page refer to planning documents of past Eclipse CDT releases. See [[CDT/planning]] for current information. }}
 +
 +
[[Category:CDT:Archive]]
 +
 
==== M3 - Nov 7, 2007 ====
 
==== M3 - Nov 7, 2007 ====
* Content
+
* Builds against Eclipse 3.4
 +
* Not much else
  
 
==== M4 - Dec 19, 2007 ====
 
==== M4 - Dec 19, 2007 ====
 
* Content
 
* Content
 +
** Code and File Templates - [http://bugs.eclipse.org/88390 88390], [http://bugs.eclipse.org/190511 190511], [http://bugs.eclipse.org/147390 147390]
 +
*** New preference page: C/C++ > Code Style > Code Templates
 +
*** Templates are used by New Class wizard, New Source/Header File wizards
 +
*** New generic wizard: File from Template
 +
** Content Assist, Navigation and Search
 +
*** Ignore auto activation when typing float - [http://bugs.eclipse.org/193464 193464]
 +
*** Support for static functions/variables in Open Element - [http://bugs.eclipse.org/193057 193057]
 +
*** Support for static functions/variables in Search - [http://bugs.eclipse.org/196414 196414]
 +
** Call Hierarchy
 +
*** Icon decorator to show read and write-access for variables - [http://bugs.eclipse.org/156692 156692]
 +
** Indexer
 +
*** Projects with c and c++ files - [http://bugs.eclipse.org/191989 191989],[http://bugs.eclipse.org/191315 191315], [http://bugs.eclipse.org/183126 183126]
 +
*** Handling static variables/functions defined in a header - [http://bugs.eclipse.org/180305 180305]
 +
*** Support for long long - [http://bugs.eclipse.org/209049 209049]
 +
*** Smaller index databases - [http://bugs.eclipse.org/210392 210392]
 +
*** Maintenance: [http://bugs.eclipse.org/211457 211457], [http://bugs.eclipse.org/211603 211603],[http://bugs.eclipse.org/210730 210730], [http://bugs.eclipse.org/203170 203170], [http://bugs.eclipse.org/209682 209682], [http://bugs.eclipse.org/185343 185343], [http://bugs.eclipse.org/213029 213029], [http://bugs.eclipse.org/213287 213287]
 +
** New implementation for the preprocessor:
 +
*** Comment tokens ignored when on same line as directive - [http://bugs.eclipse.org/192546 192546]
 +
*** ASCII control characters in C/C++ files are flagged as errors - [http://bugs.eclipse.org/106344 106344]
 +
*** Support for alternate keywords (or, ...) - [http://bugs.eclipse.org/187776 187776]
 +
*** Scanner incorrectly handles #include line with macro - [http://bugs.eclipse.org/156990 156990]
 +
*** Unreported references to macros when passed as argument to another macro - [http://bugs.eclipse.org/94673 94673]
 +
*** Fix the location concept for the AST - [http://bugs.eclipse.org/202459 202459]
 +
*** Support for trigraphs and digraphs  - [http://bugs.eclipse.org/64993 64993]])
 +
*** Others: [http://bugs.eclipse.org/145270 145270] [http://bugs.eclipse.org/117029 117029], [http://bugs.eclipse.org/210344 210344], [http://bugs.eclipse.org/190884 190884], [http://bugs.eclipse.org/188855 188855], [http://bugs.eclipse.org/180140 180140], [http://bugs.eclipse.org/122891 122891], [http://bugs.eclipse.org/120472 120472], [http://bugs.eclipse.org/116962 116962], [http://bugs.eclipse.org/90956 90956]
  
==== M5 - Feb 13, 2007 ====
+
==== M5 - Feb 11, 2007 ====
 
* Content
 
* Content
 +
** Call Hierarchy
 +
*** Support for polymorphic method calls (virtual methods) - [http://bugs.eclipse.org/156689 156689]
 +
** Editor
 +
*** Framework for documentation tool support in the editor, and a Doxygen implementation - [http://bugs.eclipse.org/178386 178386]
 +
*** Mark Occurrences - [http://bugs.eclipse.org/159812 159812]
 +
*** Folding of compound statements (contributed by Elazar Leibovich) - [http://bugs.eclipse.org/174597 174597]
 +
*** Macro expansion hover and exploration tool - [http://bugs.eclipse.org/23540 23540]
  
==== M6 API Freeze - Mar 14, 2008 ====
+
==== M6 API Freeze - Mar 31, 2008 ====
* The Friday before EcilpseCon
+
 
* Content
 
* Content
 +
** Executables View  - [http://bugs.eclipse.org/182388 182388]
 +
** Visual Studio Key Bindings
  
==== RC0 Feature Freeze - April 30, 2008 ====
+
==== RC0 Feature Freeze - May 5, 2008 ====
* RC1 - May 14, 2008
+
* RC1 - May 19, 2008
* RC2 - May 28, 2008
+
* RC2 - May 26, 2008
* RC3 - June 11, 2008
+
* RC3 - June 2, 2008
* Gold - June 25, 2008
+
* RC4 - June 9, 2008
 +
* Gold - June 16, 2008

Latest revision as of 13:51, 22 January 2020

Warning2.png
Note: The contents of this page refer to planning documents of past Eclipse CDT releases. See CDT/planning for current information.

M3 - Nov 7, 2007

  • Builds against Eclipse 3.4
  • Not much else

M4 - Dec 19, 2007

  • Content
    • Code and File Templates - 88390, 190511, 147390
      • New preference page: C/C++ > Code Style > Code Templates
      • Templates are used by New Class wizard, New Source/Header File wizards
      • New generic wizard: File from Template
    • Content Assist, Navigation and Search
      • Ignore auto activation when typing float - 193464
      • Support for static functions/variables in Open Element - 193057
      • Support for static functions/variables in Search - 196414
    • Call Hierarchy
      • Icon decorator to show read and write-access for variables - 156692
    • Indexer
    • New implementation for the preprocessor:
      • Comment tokens ignored when on same line as directive - 192546
      • ASCII control characters in C/C++ files are flagged as errors - 106344
      • Support for alternate keywords (or, ...) - 187776
      • Scanner incorrectly handles #include line with macro - 156990
      • Unreported references to macros when passed as argument to another macro - 94673
      • Fix the location concept for the AST - 202459
      • Support for trigraphs and digraphs - 64993])
      • Others: 145270 117029, 210344, 190884, 188855, 180140, 122891, 120472, 116962, 90956

M5 - Feb 11, 2007

  • Content
    • Call Hierarchy
      • Support for polymorphic method calls (virtual methods) - 156689
    • Editor
      • Framework for documentation tool support in the editor, and a Doxygen implementation - 178386
      • Mark Occurrences - 159812
      • Folding of compound statements (contributed by Elazar Leibovich) - 174597
      • Macro expansion hover and exploration tool - 23540

M6 API Freeze - Mar 31, 2008

  • Content
    • Executables View - 182388
    • Visual Studio Key Bindings

RC0 Feature Freeze - May 5, 2008

  • RC1 - May 19, 2008
  • RC2 - May 26, 2008
  • RC3 - June 2, 2008
  • RC4 - June 9, 2008
  • Gold - June 16, 2008

Back to the top