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

7746 commits

Author SHA1 Message Date
Doug Schaefer
e38c5cfc70 Updating the build script to the latest basebuilder. 2006-01-03 17:13:29 +00:00
Doug Schaefer
d62df26128 Trying out the .qualifier version for builds. 2006-01-03 17:00:47 +00:00
Leo Treggiari
d711b21f43 Add translatable attribute patch 2006-01-02 01:31:07 +00:00
Mikhail Khodjaiants
c697bbaec7 Cleanup. 2005-12-31 00:51:47 +00:00
Mikhail Khodjaiants
d9bcef0863 Temporary fix for bug 122344: Memory monitors are not shown in the Memory view. 2005-12-29 22:14:47 +00:00
Mikhail Khodjaiants
6826257fc8 Bug 122336: Use the asynchronous tree viewer in the Modules view. 2005-12-29 22:00:34 +00:00
Mikhail Khodjaiants
f4fc48f7ce Bug 122336: Use the asynchronous tree viewer in the Modules view. 2005-12-29 21:53:51 +00:00
Leo Treggiari
c8b246f974 Update loadExtensionsSynchronized to handle issue with setting the 'loaded' flag too early 2005-12-29 15:10:52 +00:00
Mikhail Khodjaiants
f91558ee2f HTMLTextPresenter implements DefaultInformationControl.IInformationPresenterExtension instead of deprecated DefaultInformationControl.IInformationPresenter. 2005-12-28 00:39:43 +00:00
Mikhail Khodjaiants
5c2821d29b Cleanup. 2005-12-28 00:29:18 +00:00
Mikhail Khodjaiants
4a0efb0c82 Cleanup. 2005-12-28 00:23:33 +00:00
Mikhail Khodjaiants
8e7198b894 Replaced deprecated org.eclipse.jface.util.ListenerList by org.eclipse.core.runtime.ListenerList. 2005-12-28 00:19:49 +00:00
Mikhail Khodjaiants
2286171d1c Cleanup. 2005-12-28 00:17:39 +00:00
Mikhail Khodjaiants
01b01243e5 Cleanup. 2005-12-28 00:10:27 +00:00
Mikhail Khodjaiants
34c3e374c4 Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart. 2005-12-27 23:59:14 +00:00
Doug Schaefer
046c7ad162 Added skipping of problem bindings. More stuff shows up now. Still don't know how to update the IndexView after a PDOM update, though... 2005-12-24 03:30:45 +00:00
Doug Schaefer
943a30e50c Fixed the binding type bug that prevented incremental indexing from getting hooked up correctly. Hookedup fields to their classes. Added support for viewing members in the IndexView and reordered the way members are added. 2005-12-23 16:55:55 +00:00
Doug Schaefer
a9d3047502 Pretty massive update to the PDOM. Made IBindings adaptable. Introducing the Index View. 2005-12-21 21:01:29 +00:00
Mikhail Khodjaiants
7b6a596692 Bug 121474: NPE in CDebuggerTab. 2005-12-20 21:15:55 +00:00
Mikhail Khodjaiants
4c2b367e01 Bug 120390: Avoiding .gdbinit 2005-12-20 20:26:38 +00:00
Mikhail Khodjaiants
556fda170b Bug 118809: Failure to evaluate stack frame. Previous fix didn't work for stack depths > 100. 2005-12-16 20:45:48 +00:00
Mikhail Sennikovsky
a5585ba6b6 loadExtensionsSynchronized is not called when unnecessary 2005-12-16 15:36:38 +00:00
Leo Treggiari
1f3eb70d4a Fix bugzilla 118869 - incorrect .d files on Windows 2005-12-15 22:26:44 +00:00
Leo Treggiari
4c4be88fab Update getDependencyExtensions to add the "h" extension to the C++ header file content type. This is a temporary fix. 2005-12-15 22:25:40 +00:00
Mikhail Sennikovsky
512462b093 Additional option enablement functionality and tests
Additional value handler functionality
2005-12-12 18:10:39 +00:00
Doug Schaefer
fba4d49389 Added decl/def/ref differentiation to PDOM Names, hooking them up correctly to the bindings. Added support for bytes in the database. Fixed up BindingsView to navigate to defs and added showing the first ref in action2. 2005-12-09 14:12:26 +00:00
Mikhail Khodjaiants
fff6cffa2d Bug 118809: Failure to evaluate stack frame. 2005-12-08 23:05:20 +00:00
Leo Treggiari
32d8ac98ea Apply patch for bugzilla 93013 - Run As and Debug As menu items now show up for a project in the C/C++ View. 2005-12-02 22:47:13 +00:00
Doug Schaefer
59a2dc123a Fixed NPE that occured during automated test suite. 2005-12-02 21:26:16 +00:00
John Camelon
3a28f498db Patch for Oleg Krasilnikov (oleg.krasilnikov@intel.com).
Bug 117701 - Backtrack exceptions in GNU parsers
2005-12-02 21:18:22 +00:00
Doug Schaefer
2b2f1eaba6 Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00:00
Doug Schaefer
0324c8d8de Cleaned up the implementation of strings in the database. I now store the length instead of zero terminating. Should be faster. Also fixed a bug in the BTree visit routine that prevented nodes at the end from being visited. 2005-12-02 20:00:51 +00:00
Doug Schaefer
438433b2fd Added incremental parsing for the PDOMUpdator. Added dynamic updating of the Bindings view. Made removeSymbols actually remove the symbols. 2005-12-02 15:31:13 +00:00
Doug Schaefer
53c358a93f Added tracing option for PDOM timing so it doesn't print it out all the time. 2005-12-01 23:01:58 +00:00
Doug Schaefer
df627e7739 Made languages more dynamic. No more hard coding. The PDOM records and manages the mapping from language id used in the bindings to ILanguage instance. Added a LanguageManager to help with the mapping and move all access to the extension there. 2005-12-01 20:46:57 +00:00
Mikhail Sennikovsky
d4bc99f45d Initial check-in for the Option Value Handler functionality fixes 2005-11-30 16:28:43 +00:00
Mikhail Khodjaiants
02eb2cab43 Partial fix for bug 118114: Cannot view typedef'ed array in debugger. 2005-11-29 21:35:57 +00:00
Mikhail Khodjaiants
a6a01fae51 Bug 100298: [Memory View] Changing variable's value from variables view or memory view doesn't sync to each other. 2005-11-29 19:46:10 +00:00
Mikhail Khodjaiants
a7d1231811 Bug 118272: Invalid stack trace when stepping out of function. 2005-11-28 21:07:36 +00:00
Doug Schaefer
e10de4fc65 Added C++ functions to the list of PDOM Bindings. 2005-11-28 18:51:01 +00:00
Doug Schaefer
3851ae5ee1 Fixed PDOM rebuilding. Fixed file names to be paths in file system instead of workspace. Fixed BTree visit problem that showed off as names appearing more than once in the Bindings View. 2005-11-28 16:51:06 +00:00
Mikhail Sennikovsky
1ca39e56f9 Fixed bugs with macro resolution in path entry calculation 2005-11-28 11:48:35 +00:00
Doug Schaefer
a39da76e9e Working on getting language and type info into the bindings. Fixed up the name of the pdom.dom package. Pushed IOExceptions as low down as I could. 2005-11-28 04:35:36 +00:00
Doug Schaefer
56254fd6f3 More preparation for language specific PDOM bindings. Including a fancy new language registary since language ID will be stored in the database. 2005-11-26 15:54:53 +00:00
Doug Schaefer
fe67ae0785 Final removal of the pdom plugin, the PDOMCorePlugin class. Moved everything over to CCorePlugin. 2005-11-26 15:02:09 +00:00
Doug Schaefer
6db76f9002 Removed the PDOM code from the AST Service Provider code. PDOM is only available if you use ILanguage. 2005-11-26 03:31:15 +00:00
Andrew Niefer
34262114aa fix bug 105839 2005-11-26 02:03:09 +00:00
Doug Schaefer
41d26bc514 Moved the PDOM into the Core. Started introduction of ILanguage, the mechanism of language extensibility for the CDT. 2005-11-25 22:01:48 +00:00
Chris Recoskie
7d0a99f4e8 crecoskie Nov 25, 2005
- support macros in the clean command
2005-11-25 19:30:19 +00:00
Mikhail Sennikovsky
fcddfaecbf 1.File context macro support implemented
2.New MBS pre-defined macros added that represent tool/tool-chain/builder version
3.Some fixes for the option specific macros functionslity
2005-11-25 17:22:38 +00:00