1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

8170 commits

Author SHA1 Message Date
Doug Schaefer
159db54d69 Fixes to let the Linux kernel index. 2006-05-19 04:31:22 +00:00
Doug Schaefer
6fad7334f7 Two major PDOM changes. First, the PDOM is now per workspace. Indexers remain per project. There were a lot of changes to make this work.
Second, the macros are now cached on the PDOMCodeReaderFactory which is now used for the duration of a reindex request. This vastly improves the performance of the fast indexer.
2006-05-18 22:22:20 +00:00
Mikhail Khodjaiants
2a042c66a1 Moved the new static methods from AbstractCLaunchDelegate to the new utility class. 2006-05-18 15:35:46 +00:00
Mikhail Sennikovsky
e55a3d34c0 additional target tool calculation fixes 2006-05-18 15:11:47 +00:00
Mikhail Sennikovsky
c39dabe4c2 target tool calculation now works when the targetTool is not specified with the tool-chain 2006-05-18 09:11:49 +00:00
Mikhail Khodjaiants
f9fa5b5f7f Moved the new static methods from AbstractCLaunchDelegate to the new utility class. 2006-05-17 22:04:57 +00:00
Doug Schaefer
f47d98447d Change build scripts to use scp directly to copy bits over. 2006-05-17 19:58:55 +00:00
Ken Ryall
e99188230e Bug 69522. Changes to accommodate Apple's gdb: Added gdb/mi command factory for Mac OS. Reviewed and applied Greg's patch that beefs up support for MI results containing tuples. Added one additional change in MIVarUpdateInfo. Debug sessions now startup and variables display correctly on Mac OS 10.4.6 with latest dev tools.
Ran before and after tests on Windows and saw no ill effects or changes in behavior for variable display.
2006-05-17 16:31:23 +00:00
Markus Schorn
9aacb5a271 Corrected wording, bug 139590. 2006-05-16 11:19:26 +00:00
Markus Schorn
0ddbda96b4 Corrected key for externalized String, bug 121141. 2006-05-16 08:40:15 +00:00
Doug Schaefer
0529788dfc Bug 140933 - added search to exports list for now until the real APIs can be determined. 2006-05-15 19:02:44 +00:00
Mikhail Sennikovsky
be6e4036d8 Changed the buildInfoVersion to 3.1 2006-05-15 15:06:42 +00:00
David Inglis
b2265fc025 fixed bug #141541 2006-05-15 14:07:07 +00:00
Markus Schorn
a8d10ae99f Patch from Vaidotas Radžius, concatenated messages, bug 93842. 2006-05-15 09:30:36 +00:00
Mikhail Khodjaiants
d408c25da3 Bug 118274: Condition is not shown in the tooltip of conditional breakpoint. 2006-05-12 21:08:52 +00:00
Mikhail Sennikovsky
3ca4a76b93 1. About.html update for the managed builder plug-ins
2. Enhanced error handling for Internal Builder invokation
3. The message is displayed now when the Internal Builder has nothing to build
2006-05-12 19:46:24 +00:00
Mikhail Khodjaiants
32cc65f7c0 Bug 109449: Sort globals in "Add Globals" dialog. 2006-05-12 18:30:09 +00:00
Doug Schaefer
37c5d87fec Improve robustness of the full and fast indexers. If Throwables are detected, the current file or name is skipped. This continues until a maximums is reached in which case the index job is aborted. 2006-05-11 20:17:00 +00:00
David Inglis
9db611cefe patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 20:14:55 +00:00
David Inglis
5faf360a12 patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 18:31:37 +00:00
David Inglis
825bc6be8c patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 16:38:16 +00:00
Doug Schaefer
975237b92a Fixing up copyright notices. Bug 130320. 2006-05-11 15:53:56 +00:00
Doug Schaefer
cb183a6622 Patch for Ling@nokia. New entry to windows registry utility. 2006-05-11 15:13:25 +00:00
Doug Schaefer
0bdb8b262e Fix 140297 - CCEs in CPPVisitor fixed by wrapping in instanceof. 2006-05-11 15:05:29 +00:00
Doug Schaefer
006a05abdc Bug 140973 - Fix CCE by checking instanceof first. 2006-05-11 14:42:33 +00:00
Doug Schaefer
a63dcf8935 Bug 140973 - Fix CCE by checking instanceof first. 2006-05-11 14:37:00 +00:00
Doug Schaefer
cff21a926b Fox for 138886 - If indexerId is for an unknown indexer, default to the Null indexer instead of causing an NPE. 2006-05-11 13:30:11 +00:00
Ken Ryall
33160cd843 Fix problem with long file names. 2006-05-10 19:39:22 +00:00
Leo Treggiari
fef92c58ea Remove the .settings directory from the TestProjectConversion .zip file.
It seems to be what was causing a race condition with the PDOM trying to acess the .cdtbuild file before it was unzipped.
2006-05-10 19:30:59 +00:00
Doug Schaefer
be3041c07d Added function style macros. Redid how macros are handled in the fast indexer. And a few minor bug fixes in the Actions. 2006-05-10 19:25:09 +00:00
Mikhail Sennikovsky
4a428df9d4 Do not cache settings sorred in project-scoped preferences. Work-around to bug#139911 to make the Internal Builder settings be properly restored on project import. 2006-05-10 15:48:12 +00:00
Leo Treggiari
14d55fd8fc Update for MBS 3.1 2006-05-10 11:46:55 +00:00
Markus Schorn
7b0ae91357 Fixed endless loop, bug 100300. 2006-05-10 11:26:32 +00:00
Markus Schorn
a7bf4777d8 Patch from Dave Daoust, Discouraged access, bug 100186. 2006-05-10 11:06:58 +00:00
Ken Ryall
1db2529522 Mac OS support: work around for selecting executables inside packages. Add the mach-o binary parser by default, don't require a file extension for executables. 2006-05-09 22:42:49 +00:00
Ken Ryall
debff1a147 Add support for getting the list of source files from a mach-o binary. Also fix a problem where the section table was getting tossed. 2006-05-09 22:39:38 +00:00
Doug Schaefer
d0da5589a7 Added parameters types to allow for content assist to show something useful in the completion proposals. Also refactored around names so that not every node needs a name and node types so that things that aren't bindings can be resolved by the Linkages. All this to properly support ITypes which aren't necessarily bindings. 2006-05-09 20:37:21 +00:00
Markus Schorn
d2b0d64e51 Patch from Anton Leherbauer, NPE, bug 131267. 2006-05-09 16:08:18 +00:00
Markus Schorn
018ce2f78c Patch from Anton Leherbauer, Background color of templates, bug 105614. 2006-05-09 16:07:38 +00:00
Markus Schorn
4f434d0f92 Patch from Anton Leherbauer, Formatter and preferences, bug 126617. 2006-05-09 16:07:11 +00:00
Markus Schorn
68c96e4c2b Changed label 'Code Assist' to 'Content Assist', bug 85064 2006-05-09 15:08:50 +00:00
Doug Schaefer
e081e89bd0 Skip over parameters when adding names. Done to match the last update in PDOMCPPLinkage. 2006-05-09 01:58:34 +00:00
Doug Schaefer
811ff311aa Handle namespaces when looking up parents when adapting bindings. 2006-05-09 01:44:17 +00:00
Doug Schaefer
2f7bbba436 Fixed NPE in DOM Viewer. 2006-05-08 20:10:42 +00:00
Doug Schaefer
4a257e3fea Got rid of the caching of Chunks for now. The databases aren't too large yet and this makes Mozilla indexing 10% faster. 2006-05-05 17:44:37 +00:00
Mikhail Sennikovsky
918b130a5b Fix for browsing workspace functionality in the FileListControl: more smart linked resource and non-default project location handling 2006-05-05 11:05:33 +00:00
Mikhail Sennikovsky
20a2976398 Fix for browsing workspace functionality in the FileListControl 2006-05-05 10:29:16 +00:00
Doug Schaefer
34a2d013f9 Cache PDOMFiles in the fast indexer and reuse them when creating PDOMNames. Shaves 20% from Mozilla times. 2006-05-05 01:52:54 +00:00
Chris Recoskie
ac1908c621 fix for 140211 2006-05-04 20:12:37 +00:00
Leo Treggiari
8810434b27 Apply patch for Bugzilla 139988 - fix resource tool id generation 2006-05-04 18:50:47 +00:00