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

7917 commits

Author SHA1 Message Date
Leo Treggiari
315280abca Finish and test the new default dependency calculators 2006-02-27 17:53:28 +00:00
David Inglis
a622b064ff moved standard make test into it own plugin 2006-02-25 04:29:00 +00:00
David Inglis
06a50c17f7 commiting partial patch from ken.ryall@nokia.com for bug #39640 adding ISymbolReader to binary model 2006-02-25 04:23:53 +00:00
Mikhail Khodjaiants
3502da3b30 Fix for bugs 129152 (Keyboard shortcuts are gone in CDT CVS HEAD) and 128844 (No prompt for Debug perspective on suspend). 2006-02-24 23:32:09 +00:00
Leo Treggiari
c63f679228 Fix problem in configuration selection when MBS project cannot be loaded 2006-02-23 18:05:35 +00:00
Leo Treggiari
70f115ea4d Update tests because of dependency calculation changes and Echo changes 2006-02-23 18:04:57 +00:00
Leo Treggiari
c7f73a4051 Add new dependency calculator interfaces
Apply patch from bugzilla 127077 (Echo loses quotes)
Apply patch from bugzilla 128333 (Limitations for project converter support)
Fix problem in ResourceChangeHandler.sendClose when MBS project cannot be loaded
2006-02-23 18:04:02 +00:00
Mikhail Khodjaiants
373ff106c3 Bug 122336: Use the asynchronous tree viewer in the Modules view. Adjustments to the platform changes in M5. 2006-02-21 16:32:58 +00:00
Mikhail Khodjaiants
b0f0e7e414 Fire the resume event instead of the change event when a non-current thread is resumed. 2006-02-20 22:51:50 +00:00
Mikhail Khodjaiants
c249d2f543 CModuleManager needs to extend PlatformObject to be accessible as an adapter for IModuleRetrival. 2006-02-20 22:48:47 +00:00
David Daoust
b86598e23f Fixed IndexView "link To Editor" and "hide externally defined symbols" 2006-02-17 02:43:09 +00:00
David Daoust
be98867d5d Add the ability to turn off external (to the workspace) symbols in the Index View. 2006-02-17 00:27:14 +00:00
David Daoust
b47f2425ce https://bugs.eclipse.org/bugs/show_bug.cgi?id=62772
Add the clean target.  Note that I have commented out the rebuild action as it is not working properly
2006-02-16 14:34:06 +00:00
Mikhail Sennikovsky
30c4df2fce Fix for handling macros in tool commands 2006-02-16 11:20:39 +00:00
Doug Schaefer
2551429a69 Put back the build target types that were removed and marked them deprecated like a good API provider should. 2006-02-15 18:28:42 +00:00
Doug Schaefer
96266e197a Commented out the LazyTreeContentProvider until M5 lands. There is an API change coming. 2006-02-14 21:00:43 +00:00
David Daoust
bfec40f011 Defect 62772. Suppressed the make clean from happening on rebuild events. Works correctly for the standard build, but the managed build still programatically cleans the project. In the long run all builds should call "make all" and the explicit clean event should call "make clean". The managed makefiles will need to be enhanced so that they can never get "out-of-sync" with the source. 2006-02-14 17:54:02 +00:00
Mikhail Sennikovsky
98c1263138 Switched to using the StringBuffer instead of StringBuilder 2006-02-14 16:03:40 +00:00
David Daoust
24516594c6 Fixed parsing of escaped newlines in identifiers
Reduced the number of strings copied for "additionalKeywords" introduced by subclasses of the BaseScanner
Cached the string forms of all identifiers
Overall the trillogy time drops from 1800ms to 1775ms, and the memory allocated  drops from 61 M to 59 M (by not allocating about 90K strings)
2006-02-14 14:21:24 +00:00
Mikhail Sennikovsky
779174d197 Patch from Oleg Smetanin: easy active build configuration selection 2006-02-14 14:07:50 +00:00
Norbert Pltt
2f2ef46adc .options included in binary build. 2006-02-10 15:54:48 +00:00
Doug Schaefer
711acc8651 PDOM - start of new search actions off of the Index View. 2006-02-10 04:11:00 +00:00
Mikhail Khodjaiants
b65a91b8b5 Bug 114793: Add an extension point to contribute command factories. Registered windows and linux specific command factories for gdbserver. 2006-02-09 20:33:02 +00:00
Mikhail Khodjaiants
4f2be141c6 The inferior is in the suspended state when connecting to gsbserver. 2006-02-09 20:30:04 +00:00
Oleg Krasilnikov
c69e46df85 Fix #2 for bug 117701 : Backtrack exceptions in GNU parsers
Changes:
   - for C++ parser, exception calls are removed where possible.
   - both for C & C++ parser, calls to "consume(int)" are replaced
     by "consume()" - it also allows to avoid useles operations.

Testing: parser tests are finished with the same result as before.
2006-02-09 13:45:17 +00:00
Mikhail Khodjaiants
2f616a8c07 Bug 126958: wrong state setting for thread in CThread.handleResumeEvent(). 2006-02-08 20:10:17 +00:00
Mikhail Khodjaiants
f9c1ebf0c8 Bug 114793: Add an extension point to contribute command factories. GDBServerDebuggerPage should extend StandardGDBDebuggerPage. 2006-02-08 16:51:33 +00:00
Mikhail Khodjaiants
bce2540688 Bug 114793: Add an extension point to contribute command factories. Added standard command factory for gdb server. 2006-02-08 16:51:02 +00:00
Mikhail Khodjaiants
43f8eb837a Check if "*" is used to describe supported platforms. 2006-02-08 16:44:41 +00:00
Mikhail Khodjaiants
36d7840256 Added comments. 2006-02-07 22:07:18 +00:00
Mikhail Khodjaiants
b26b4af40f Modified description. 2006-02-07 21:21:41 +00:00
Mikhail Khodjaiants
5a7a5616b9 Typo in description. 2006-02-07 21:20:54 +00:00
Mikhail Khodjaiants
667a2e1442 Bug 114793: Add an extension point to contribute command factories. Added the standard command factory for Linux. 2006-02-07 20:51:02 +00:00
Mikhail Khodjaiants
1eff9754a0 Wrong comment. 2006-02-07 20:48:46 +00:00
Mikhail Khodjaiants
d189f3bcd5 Added comment. 2006-02-07 20:48:25 +00:00
Mikhail Khodjaiants
30315f76c7 Bug 126789: Use new "fullname" attribute of stack frame description. 2006-02-07 20:10:20 +00:00
Mikhail Khodjaiants
6660f07ea6 Suppress "set auto-solib" - returns error on Windows. 2006-02-06 22:41:56 +00:00
Mikhail Khodjaiants
01eaafd33a Use getters to access members of "MICommand". 2006-02-06 22:37:21 +00:00
Mikhail Khodjaiants
c2dfa48e4d Bug 114793: Add an extension point to contribute command factories. 2006-02-06 21:46:39 +00:00
Mikhail Khodjaiants
c5831cdf12 Bug 114793: Add an extension point to contribute command factories. 2006-02-06 21:08:44 +00:00
Mikhail Khodjaiants
71d38ceea2 Bug 114793: Add an extension point to contribute command factories. 2006-02-06 20:48:26 +00:00
Mikhail Khodjaiants
ad1a1771a9 Updated comments. 2006-02-06 17:10:32 +00:00
Andrew Niefer
2fb074e190 bug 98171: implement some get* methods on CPPClassTemplate 2006-02-04 23:18:17 +00:00
Mikhail Khodjaiants
e609f306b4 NPE in CDebuggerTab when attaching to a target. 2006-02-03 22:08:51 +00:00
Mikhail Khodjaiants
dca057c82a Cleanup. 2006-02-03 21:28:29 +00:00
Mikhail Khodjaiants
115d5f27ff The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage". 2006-02-03 20:07:27 +00:00
Mikhail Khodjaiants
b6d6d8f874 The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage". 2006-02-03 19:57:35 +00:00
Andrew Niefer
1390e00319 bug 126058: better handling of problem on the namespace alias 2006-02-03 02:42:12 +00:00
Doug Schaefer
a830eb5ddd Turned off a test that was hanging on my machine. It was passing on the build machine so it must be a timing issue. (i.e. it has an evil Thread.sleep() in it). 2006-02-02 21:39:26 +00:00
Doug Schaefer
59830a2ba7 PDOM - Added Handling for C++ namespaces. 2006-02-02 21:27:14 +00:00