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

2385 commits

Author SHA1 Message Date
Mikhail Khodjaiants
faf7bd9da2 Fix for PR 39087: Cache the MI answer once we know if the variable is writable. 2003-06-30 18:00:14 +00:00
Mikhail Khodjaiants
269cca164e Fix for PR 39101: No hilight when changing the value of register. 2003-06-30 02:59:10 +00:00
John Camelon
bc44d5b65f Completed Quickparse expression representation.
Updated ExpressionEvaluation and associated tests.
2003-06-28 22:39:35 +00:00
John Camelon
6fa5a87930 Patch for Andrew Niefer
Further work on C/C++ Search framework.
2003-06-28 19:56:54 +00:00
John Camelon
c4df8f4e6f Patch for Victor Mozgin.
Initial pass at Task Bar/IProblem support.
2003-06-28 19:48:12 +00:00
John Camelon
b628cfb34b Patch for Vlad H.
Emergency fix for cdt.ui.tests for autobuild/test.
2003-06-27 20:26:35 +00:00
Doug Schaefer
afbe575516 Patch for Bogdan Gheorghe:
- The initial framework for the new indexer.
- Added a checkbox to the Indexer tab on the
C/C++ Projects settings dialog to turn on the
indexing on a per project basis.
2003-06-27 14:31:34 +00:00
John Camelon
728848ffc6 Update IASTExpression.
Move Parser.Backtrack and Parser.EndOfFile to external interface.
2003-06-27 00:20:07 +00:00
John Camelon
d16fc6884e Patch for Brent Nicolle.
Remove redundant tests from cdt.ui.tests (following their move to cdt.core.tests).
2003-06-26 20:43:14 +00:00
Doug Schaefer
a4b262eced Patch for Sean Evoy:
- This is a patch to allow users to add include path
and defined symbol information to a standard make
project.
- This information is required by clients like the indexer
so that a proper index can be created.
- The interface to extract that information will follow.
2003-06-26 17:43:36 +00:00
Sebastien Marineau
33a3fdfac3 Check in patch from Visnja Beg for doc updates 2003-06-26 17:21:31 +00:00
Mikhail Khodjaiants
bfbf619f14 New icon for shared libraries with loaded symbols. 2003-06-26 16:18:54 +00:00
David Inglis
993aa92d6e *** keyword substitution change *** 2003-06-26 14:53:30 +00:00
David Inglis
75881ff48b see change log - David Inglis 2003-06-26 2003-06-26 14:53:11 +00:00
John Camelon
87e8a2b4d3 CORE
Fixed bug39348 - sizeof elaborated types fail in parsing expression
TESTS
	Added DOMFailedTest::testBug39349(). 
	Added DOMTests::testBug39348().
2003-06-26 00:11:32 +00:00
John Camelon
6a7293f951 Create new interface and support for calculating lineNumber/offset mapping.
Updated IASTClassSpecifier for qualified name query.  
Began structuring expressions and declarators in Parser for ISourceElementRequestor.  
Updated other packages to use new interfaces.
Updated automatedtests/torture test to use new line number information.
2003-06-25 22:47:52 +00:00
Alain Magloire
2fd4306837 updated. 2003-06-25 19:08:39 +00:00
Alain Magloire
ad7625bc1c Optimization from Chris Songer in manipulating strings. 2003-06-25 19:08:29 +00:00
John Camelon
effbc07d12 Updates for ISourceElementRequestor - elaborated types & enumerations. 2003-06-24 20:18:16 +00:00
Alain Magloire
c3af12a619 updated. 2003-06-24 19:59:19 +00:00
Alain Magloire
e56153c151 Patch form ando
To deal with filesystem cases on windows.
2003-06-24 19:59:12 +00:00
Sebastien Marineau
506a17a722 Merge in patch from Vladimir Hirsl
Also fixed a compile warning
2003-06-24 19:56:34 +00:00
Sebastien Marineau
b6cf841ca4 Merge in patch from Vladimir Hirsl 2003-06-24 19:45:28 +00:00
Alain Magloire
5248cce011 Patch form Thomas Fletcher to improve on completion. 2003-06-24 14:22:14 +00:00
Mikhail Khodjaiants
aa3f10c491 All local var_objects are destroyed when a thread other than current is selected. CVariable has to be invalidated if a "destroyed" event has been received. 2003-06-24 05:30:41 +00:00
Mikhail Khodjaiants
45e573a88b Warnings cleanup. 2003-06-24 04:37:07 +00:00
Alain Magloire
f8fa23bae5 updated. 2003-06-24 04:13:26 +00:00
Alain Magloire
64bf394e68 Parsing scheme for Preprocessor 2003-06-24 04:13:14 +00:00
Alain Magloire
da6cf42803 Provide a scratch buffer. 2003-06-24 04:12:55 +00:00
John Camelon
65fb06058c SimpleDecl support for migration towards ISourceElementRequestor. 2003-06-23 21:28:14 +00:00
Mikhail Khodjaiants
cf576425cb Fix for ClassCastException in CStackFrame. 2003-06-23 19:35:45 +00:00
John Camelon
f61006c9fe Updated Factory infrastructure, constructors, etc.
Introduced Preprocessor class for transitive closure calc. client.
2003-06-23 18:05:31 +00:00
Doug Schaefer
b8059d7f27 Patch for Sean Evoy:
1. Fix for bug 38665 - Need to select platform before configurations become visible 
2. Icon files that were not delivered in my last patch 
3. A new interface for clients of the build model to extract include paths and defined symbols for managed projects. Unmanaged projects to follow soon.
2003-06-23 14:36:31 +00:00
Mikhail Khodjaiants
40e2cbf0b0 In the 'getVariableText' and 'getVariableImage' methods of CDTDebugModelPresentation ignore exceptions thrown by getType. 2003-06-20 21:58:16 +00:00
Mikhail Khodjaiants
109d948e1f Variable bookkeeping (phase 0.1). 2003-06-20 21:23:23 +00:00
Mikhail Khodjaiants
b121523ac4 Variable bookkeeping (phase 0.1). 2003-06-20 21:16:16 +00:00
John Camelon
bd7e73016d Some resources were cvsignored.
Fixed those.
2003-06-20 18:49:28 +00:00
John Camelon
4347f9b681 Patch for Victor Mozgin.
Fixes problem with offsets of elements that were created as macro expansions (PR 36463).
2003-06-20 17:16:05 +00:00
John Camelon
35a76e8822 Patch for Brent Nicolle.
ITemplate tests, further migration of core tests away from ui.tests
2003-06-20 17:00:44 +00:00
David Inglis
3fa62eae94 missing changes from Thomasf patch for key bind stuff. 2003-06-20 17:00:19 +00:00
Alain Magloire
50c724ac09 updated 2003-06-19 17:51:42 +00:00
Alain Magloire
8a74bc73e9 unregister the CModelManager to the workspace listener 2003-06-19 17:51:36 +00:00
Alain Magloire
e78cfa658a updated. 2003-06-19 03:39:27 +00:00
Alain Magloire
1dbcbfd908 reimplement getRegister() 2003-06-19 03:39:14 +00:00
Alain Magloire
ec0c3f13bd Check for register and prepend "$" to name 2003-06-19 03:39:01 +00:00
Alain Magloire
7d026a2568 Cleanup the register to use GDB/MI objects. 2003-06-19 03:38:37 +00:00
Alain Magloire
0728b66c10 Check for register also and cleanup 2003-06-19 03:38:11 +00:00
John Camelon
7b9a6f5d07 More .cvsignore issues w/TortureTest. 2003-06-18 21:35:28 +00:00
John Camelon
5048cc36d0 Added bin to .cvsignore. 2003-06-18 21:32:11 +00:00
John Camelon
2bbab21405 Patch for Brent Nicolle.
Unit tests of code in the Core plugin should now be placed in the core.tests plugin. 
(I did not delete test from the ui.tests plugin, but that's an idea whose time is coming soon.) 

Resources and property files for unit tests are now in a separate directory from the root. 

The testlauncher may experience some turbulence, but out of the box tests work as before.
2003-06-18 21:29:47 +00:00