1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-27 19:05:38 +02:00
Commit graph

15426 commits

Author SHA1 Message Date
Randy Rohrbach
85c4ae5f24 Bugzilla 195291
Added GroupEvent changed for values as opposed to contents in IRegisters.java and changed the Group and Register layout nodes to properly deal with all of the defined events.
2007-07-03 16:48:52 +00:00
Markus Schorn
6ca0ffde23 Fix for 193962, isSameType() for anonymous types. 2007-07-03 12:01:55 +00:00
Markus Schorn
925667561d Fix for 195127 and 195227, binding resolution for plain C. 2007-07-03 09:19:16 +00:00
Markus Schorn
b9916f7846 Test case for 195127, failure in binding resolution (plain C). 2007-07-03 08:27:29 +00:00
Pawel Piech
6a33c3118c Replaced IRootVMLayoutNode.getRootObject() with IVMProvider.getRootElement() (bug 195182). 2007-07-02 21:27:05 +00:00
Markus Schorn
3ee5f868fe Test-cases for bug 195127, prefer AST over index in plain C. 2007-07-02 13:14:14 +00:00
Anton Leherbauer
243f8c2fc0 Minor doc fix 2007-07-02 08:54:53 +00:00
Ted Williams
68cf334f92 Update modes. 2007-06-30 03:59:51 +00:00
Ted Williams
26a73ba3b2 Temporary change history colors. Longer term, we should and will use the change color from preferences. 2007-06-30 03:40:30 +00:00
Ted Williams
f5f70da342 First attempt at update policies / modes. 2007-06-30 03:22:49 +00:00
Markus Schorn
22d6ac5a83 Fix for 194739, safeguard against corrupt indexes. 2007-06-29 13:25:23 +00:00
Anton Leherbauer
05c1dee1bc Fix for 194710: [Indent] Issue when case statement has a 'char' 2007-06-29 11:26:44 +00:00
Markus Schorn
a7927f6fa4 Fix for 172842, IndexView holds on to index-bindings. 2007-06-29 11:16:09 +00:00
Anton Leherbauer
8bc05fc9c1 Follow-up fix for 192412: [Indenter] Improve indenter heuristics
Fix for 194586: [Indenter] Indentation issue in class member funtion
2007-06-29 09:43:57 +00:00
Anton Leherbauer
771a1f3876 Fix for 194603: [formatter] deleting whitespaces between words while formatting 2007-06-29 09:32:52 +00:00
Anton Leherbauer
7b01c2bb3f Fix and test for 193461: [Editor] double-click to select the first word of a file does not work 2007-06-29 07:54:12 +00:00
Mikhail Sennikovsky
7d05c2c4ea Fix for [Bug 194757] Cannot replace environment variables in C/C++ Build/Environment 2007-06-28 14:38:31 +00:00
Markus Schorn
bf25f372b0 Fix for 149791 by Richard Miskin, remove redundant inheritance from IASTNode. 2007-06-28 13:31:36 +00:00
Markus Schorn
a24a683240 Fix for 149791 by Richard Miskin, remove redundant inheritance from IASTNode. 2007-06-28 13:31:09 +00:00
Markus Schorn
d846abee43 Fix for 172656, search results hold on to bindings from index. 2007-06-28 13:24:34 +00:00
Mikhail Sennikovsky
4969836e86 Fix for [Bug 194611] binary parser properties lost on CDT-4.0.0-I200706261300 2007-06-28 13:00:29 +00:00
Pawel Piech
4ea1ca7350 Committed patch to enable IMemoryBlockExtension support (from bug 160046). 2007-06-27 23:41:42 +00:00
Chris Recoskie
e9b4c8cb2e RESOLVED - bug 193800: Cannot launch C/C++ application on AIX
https://bugs.eclipse.org/bugs/show_bug.cgi?id=193800
2007-06-26 16:43:37 +00:00
Chris Recoskie
e2c0317ff1 RESOLVED - bug 194425: Feature descriptions not quite right for XLC
https://bugs.eclipse.org/bugs/show_bug.cgi?id=194425
2007-06-26 14:42:47 +00:00
Chris Recoskie
3aa423d495 RESOLVED - bug 191521: New and Noteworthy for 4.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191521

Change to the xlc feature text and doc to match.  Also some more N&N text from Beth Tibbits.
2007-06-25 18:55:29 +00:00
Vivian Kong
7975105e68 Patch for bug 194235 by Jason Montojo -
Documentation missing for language mappings properties page for files
2007-06-25 18:37:44 +00:00
Doug Schaefer
b13904bb50 Bug 193843 - fix missing non C resources in non Source Root containers. 2007-06-25 16:08:19 +00:00
Doug Schaefer
7dbd86677c Bug 193376 - Patch for Angelina - doc updates. 2007-06-23 00:38:32 +00:00
Doug Schaefer
b5ad1a939e Bug 193843 - Fix up handling of folders and binaries not in a source root but in an output entry. 2007-06-23 00:31:06 +00:00
Chris Recoskie
edf59d635c RESOLVED - bug 194052: [docs] language mappings preference page help points at help for editor appearance
https://bugs.eclipse.org/bugs/show_bug.cgi?id=194052
2007-06-22 20:46:50 +00:00
Mikhail Sennikovsky
c4352070c0 Added a link to "what's new in CDT Build System doc" 2007-06-22 19:25:00 +00:00
Mikhail Sennikovsky
1cd77be0d6 additional documentation fixes 2007-06-22 19:07:22 +00:00
Chris Recoskie
426fa40c5d RESOLVED - bug 186908: C Compare editor should always be LEFT_TO_RIGHT
https://bugs.eclipse.org/bugs/show_bug.cgi?id=186908

Patch from Jason Montojo
2007-06-22 19:06:36 +00:00
Mikhail Sennikovsky
103eaadb1c Schema and documentation updates 2007-06-22 18:58:25 +00:00
Mikhail Sennikovsky
4f8a7032f8 Additional Doc updates 2007-06-22 17:30:43 +00:00
Mike Kucera
9eca80396a Fix for memory leak 2007-06-22 17:19:24 +00:00
Mikhail Sennikovsky
a8fc0d2cbd Fix for [Bug 194003] [Internal Builder] Does not properly support multiple configuration builds 2007-06-22 16:42:25 +00:00
Mikhail Sennikovsky
0e737ee0ba Doc updates 2007-06-22 15:57:30 +00:00
Mikhail Sennikovsky
12391ac0b8 small fix for to the document header 2007-06-22 09:45:25 +00:00
Doug Schaefer
ba4a440667 Doc update. 2007-06-22 05:25:07 +00:00
Vivian Kong
f139474fac Patch for bug 189003 by Jason Montojo - fixing tab order 2007-06-21 21:22:26 +00:00
Mikhail Sennikovsky
ffd2cee5c1 Copyright header fix 2007-06-21 20:39:25 +00:00
Mikhail Sennikovsky
978279f91b Additional Test fix 2007-06-21 20:38:44 +00:00
Mikhail Sennikovsky
ee2a038235 Test fix 2007-06-21 20:35:19 +00:00
Mikhail Sennikovsky
e48b0affc2 1. disabling the invalid test testToolChainConversion_CDT20 (see bug# 193831)
2. copyright header fixes
2007-06-21 20:01:46 +00:00
Doug Schaefer
e27fb609c8 Bug 193376 - Patch for Angelina - doc updates. 2007-06-21 19:51:44 +00:00
Doug Schaefer
ecc0241a09 Doc update. 2007-06-21 19:46:43 +00:00
Randy Rohrbach
453c1f7013 Bugzilla entries
183188 - IRegisters write routines
   186006 - Show mnemonics with values for the bit fields
   193810 - All getXXXXXdmc helper routines need to target a particular service
   193811 - Need to breakout formatted read routines to support multiple services.

Randy
2007-06-21 18:27:17 +00:00
Mikhail Sennikovsky
4103ce448d New Project Model Build System docs update:
1. What's new in CDT Build System
2. Tool-chain Migration guide
2007-06-21 18:01:23 +00:00
Mikhail Khodjaiants
abc471dd3a Bug 193776: [Debug/MI] Error displaying array variable when switching stack frame. 2007-06-21 17:51:23 +00:00