1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

4014 commits

Author SHA1 Message Date
Hoda Amer
09739d577e CModelBuilder and scalability problems 2004-04-16 14:48:50 +00:00
Alain Magloire
3dc5e212e0 Added Properties for Binaries 2004-04-16 04:21:17 +00:00
Alain Magloire
3a4bc9b140 Binary/ArchiveContainer was not clean up 2004-04-16 03:36:31 +00:00
Alain Magloire
5113a88ad7 Binary/ArchiveContainer was not clean up 2004-04-16 03:30:13 +00:00
Alain Magloire
3f68cfad81 Fix for PR 58481 2004-04-16 00:35:42 +00:00
Mikhail Khodjaiants
ff65631c31 Implementing the Disassembly view. 2004-04-15 23:05:15 +00:00
Mikhail Khodjaiants
48f0015abc Implementing the Disassembly view. 2004-04-15 22:53:48 +00:00
Andrew Niefer
fed76537bb fix bug 58492 - [Content Assist] No completions when function argument is 'struct <struct_name>' 2004-04-15 22:38:38 +00:00
John Camelon
f76a432bef Added __const as an alternative keyword. 2004-04-15 21:22:32 +00:00
John Camelon
b1c5ca5c96 org.eclipse.cdt.core : Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=39697 <BR>
org.eclipse.cdt.core.tests : Added CompleteParseASTTest::testBug39697().
2004-04-15 21:00:18 +00:00
Hoda Amer
df56f209bb Refactoring &Content Assist bug fixes 2004-04-15 20:33:16 +00:00
David Inglis
e20be2336b Work in progress - start of new C Path Container Wizard 2004-04-15 19:56:41 +00:00
David Inglis
8462a05691 refactor 2004-04-15 19:53:04 +00:00
Alain Magloire
50654ac2ef Patch from Chris Wiebe to make some helper function
static.
2004-04-15 19:24:45 +00:00
Alain Magloire
cf45b52e3c Patch from Mikhailk to remove dependencies on the
debug plugins.
2004-04-15 19:17:32 +00:00
David Inglis
e75bafa4a4 patch from vhirsl@ca.ibm.com for scanner discovery machanism 2004-04-15 19:02:00 +00:00
John Camelon
ce4bd0a141 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=58175 2004-04-15 18:51:16 +00:00
John Camelon
e50848b176 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=57928 2004-04-15 17:55:20 +00:00
Andrew Niefer
b8ff553e9a fix bug 57791 - Parser Infiinite loop 2004-04-15 17:51:29 +00:00
John Camelon
92d011ea1d org.eclipse.cdt.core: Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52253 <BR>
org.eclipse.cdt.core.tests: Added CompletionTest::testBug52253().
2004-04-15 03:21:05 +00:00
John Camelon
f6c0374580 org.eclipse.cdt.core: Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=44249 & fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52004 <BR>
org.eclipse.cdt.core.tests: Added CompleteParseASTTest::testBug44249().
2004-04-15 02:32:42 +00:00
John Camelon
c73b30f8ce org.eclipse.cdt.core: Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=58500. Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=58178 <BR>
org.eclipse.cdt.core.tests: Added CompletionTest::testBug58178().
2004-04-15 01:47:57 +00:00
Alain Magloire
ca7982b5b8 remove the contribution for Header. doing this makes all c files
have the header icon.
2004-04-15 00:28:58 +00:00
Alain Magloire
0f6d907a5c Temprorary 'til we get the Sam Robb scheme on file type
Added method to return Assembly extensions.
2004-04-15 00:25:28 +00:00
Andrew Niefer
b3ac698a40 AST work for friend declarations
for bug 45235 AST does not capture class friend relationships 
and bug 53759 ISourceElementRequestor missing callbacks for friend declarations
2004-04-14 20:43:00 +00:00
Sean Evoy
ecdbf0cd6e Fix for bugzilla 58164 "Change the tool command "gcc" not resetable" and bugzilla 58497 "Can't create a Managed Project". In the first case, the version testing did not take the qualifier the nightly build adds into account so it thought the plugin version was too high, and in the second, the configuration was not flagged as dirty, so after the reset, the change back was not saved. 2004-04-14 19:39:22 +00:00
Alain Magloire
74cf488602 fix pr 57823 2004-04-14 19:35:12 +00:00
Alain Magloire
f352888033 Fix PR 58375 2004-04-14 18:06:57 +00:00
Alain Magloire
711c7669b5 Fix PR 58082 2004-04-14 17:56:18 +00:00
Hoda Amer
358bcc3424 Partial fix for bug#58178 2004-04-14 15:52:44 +00:00
David Inglis
88528b8277 update - work in progress 2004-04-13 20:41:46 +00:00
David Inglis
d9f3f27b16 fixed bug where multiple binaries would show up after opening a project. 2004-04-13 20:22:35 +00:00
Sean Evoy
976822c247 Fix for bugzilla 58305 "Tool command overide is not kept in a Team Environment". In some cases, the managed build system was losing track that the command change should force a rewrite of the build file. Cleaning up the logic for save on minimal or no changes caused this problem to become evident. 2004-04-13 20:21:30 +00:00
Sean Evoy
3a76c4f68c Removed an NPE when cancel was selected from browse dialog on path or file options 2004-04-13 19:39:42 +00:00
Alain Magloire
51a8ec8e42 when encoding the PathEntry make the "path" attribute
project relative.
2004-04-13 18:37:13 +00:00
Hoda Amer
0d7e3bcbf0 Fix for bug#57804 : refactoring. 2004-04-13 18:03:29 +00:00
Hoda Amer
15cee9ff6a Patch for Chis Wiebe: New class wizard fixes 2004-04-13 15:52:54 +00:00
Andrew Niefer
9a2fdef54b fixed 46246 - C Scoping rules
Use a collator to sort the symbol table
2004-04-13 15:31:15 +00:00
Andrew Niefer
52d4876576 restore changes lost with internationalization 2004-04-13 13:11:12 +00:00
David Inglis
4f736132e1 update 2004-04-13 04:44:07 +00:00
Bogdan Gheorghe
85666c920f Indexer watchdog patch 2004-04-13 03:52:56 +00:00
Mikhail Khodjaiants
050a97e1c7 Fixes in the breakpoint-related actions. 2004-04-13 03:17:06 +00:00
Mikhail Khodjaiants
670e216592 Changed the labels of the ruler breakpoint actions. 2004-04-13 01:56:19 +00:00
Mikhail Khodjaiants
2a72346aa5 Implementing retargettable breakpoint related actions. 2004-04-12 22:33:55 +00:00
Hoda Amer
9494a0f14e Fix for bug#57692 2004-04-12 21:10:29 +00:00
Alain Magloire
83dd838463 Patch from Chris to not show by default the entire 2004-04-12 20:34:39 +00:00
Bogdan Gheorghe
91aab4d719 Added derived, enumerator types to the index. Modified search tests to work with new types, added new derived test. Modified Search dialog; added new types. 2004-04-12 17:43:20 +00:00
John Camelon
06cdcc0e39 Added better toString() implementations to Scanner. Added additional logging of unexpected exceptions throughout the Parser. 2004-04-12 15:37:39 +00:00
Hoda Amer
9e4f258b9a CModelBuilder and scalability problems 2004-04-12 15:23:23 +00:00
David Daoust
54490364bb From Dave Williams: Added in screen captures and updated material for C/C++ Editor, Content Assist and Search dialog boxes. 2004-04-12 14:53:37 +00:00