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

5918 commits

Author SHA1 Message Date
John Camelon
e5ffb20068 Moved DOM to src/ folder from parser/ folder. 2004-12-09 01:09:08 +00:00
Vladimir Hirsl
765f599d1d Removed unused memory allocation in ProcessClosure.ReaderThread. 2004-12-08 22:17:17 +00:00
Bogdan Gheorghe
3148081868 Fix for 76123
Added sorting for external file matches
2004-12-08 21:17:37 +00:00
John Camelon
1a2283799d Added further physical/DOM interfaces.
Added the start of the ASTService.
2004-12-08 21:16:54 +00:00
Andrew Niefer
494a85849b - Add basic ambiguity resolution
- start using offsets to aid in traversing different scopes.
- set some offsets on some physical nodes as I notice them
2004-12-08 16:35:10 +00:00
Sean Evoy
7bef09d931 Fix for 76197 -- Project conversion fails for third party projects.
The fix involves changing the way the updater converts model element IDs. It now tests as best it can whether the element is built-in or not before looking it up and adding it to the new, 2.1 buld model for the project
2004-12-08 02:40:42 +00:00
Vladimir Hirsl
8b5a3c56f3 Propagated from 2.1 branch.
Fix for SCD bugs 80269 & 80271.
Test for bug 80271.
2004-12-07 22:25:07 +00:00
Doug Schaefer
3022e88fa1 Update build script from work done in 2.0 2004-12-07 19:51:40 +00:00
John Camelon
ef16d14160 Remove use of java.util.Lists from Physical tree interfaces. 2004-12-07 19:12:23 +00:00
John Camelon
301e1057eb Add comments 2004-12-07 18:50:06 +00:00
Doug Schaefer
98e1eb667b updated map file. 2004-12-07 18:47:36 +00:00
Sean Evoy
bd35367d7c Commit for Leo Treggiari:
44568 - [Managed Build] -Xlinker option requires space separator
80119 - [Managed Build] Error in the Xlinker option's generated output
The code and the manifest file have been changed to correctly deal with
the -Xlinker option.  Multiple entries have separate -Xlinker options,
and there is a space between -Xlinker and the value.  The space is
handled by the new option.command functionality - "${VALUE}".

77399 - Managed Make Builder mangles subdir.mk if configuration of
        linked resource was changed
This was partially fixed before and was partially a user error.
Code has been added to output an error message to the console when
MBS sees a duplicate identifier in the loaded manifest files.

Partial fix:
80067 - [Managed Build] Wrong command for building in MMS
A fix has been added so that a command is not stored with a Tool
unless the user changes the value - i.e the Tool will inherit the
value from its suoer-class.  There is still an error with the Gnu
makefile generator when a configuration tool and a resource
configuration tool have different commands specified by the user.
This will be fixed later.
2004-12-07 15:12:00 +00:00
Mikhail Khodjaiants
02ba697651 New fix for bug 80034: Expressions view does not display correct no. of elements in array. 2004-12-07 05:14:18 +00:00
Andrew Niefer
c50120a815 - visiting the C++ AST
- Namespaces and Using directives
2004-12-07 01:02:35 +00:00
Mikhail Khodjaiants
df1737f4f0 The last character is missing in the launch configuration name generated from the binary file name. 2004-12-06 23:23:09 +00:00
Alain Magloire
f75ccc0e6f 2004-12-06 Alain Magloire
Fix for 79865
	* src/org/eclipse/cdt/internal/ui/text/CHelpProviderDescriptor.java
2004-12-06 23:07:39 +00:00
David Daoust
e2e0f90bc6 From Leo: a patch for the Getting Started -> CDT Importing an Existing Project Tutorial to match the updated MBS 2004-12-06 18:29:53 +00:00
Chris Wiebe
0feec5d746 2004-12-03 Chris Wiebe
fix for 74098
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
2004-12-04 01:59:31 +00:00
Alain Magloire
fd68874052 2004-12-03 Alain Magloire
Implement comment blocks(Code take from JDT Editor)
	* src/org/eclipse/cdt/internal/ui/action/AddBlockCommentAction.java
	* src/org/eclipse/cdt/internal/ui/action/BlockCommentAction.java
	* src/org/eclipse/cdt/internal/ui/action/RemoveBlockCommentAction.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
	* src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitionIds.java
	* src/org/eclipse/cdt/internal/ui/text/	CPartitionScanner.java
	* src/org/eclipse/cdt/internal/ui/text/CTextTools.java
	* src/org/eclipse/cdt/internal/ui/text/FastCPartitionScanner.java
	* src/org/eclipse/cdt/internal/ui/text/ICPartitions.java
	* plugin.xml
2004-12-03 21:51:07 +00:00
Alain Magloire
a71c47c4e8 2004-12-03 Alain Magloire
Implement comment blocks(Code take from JDT Editor)
	* src/org/eclipse/cdt/internal/ui/action/AddBlockCommentAction.java
	* src/org/eclipse/cdt/internal/ui/action/BlockCommentAction.java
	* src/org/eclipse/cdt/internal/ui/action/RemoveBlockCommentAction.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
	* src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitionIds.java
	* src/org/eclipse/cdt/internal/ui/text/	CPartitionScanner.java
	* src/org/eclipse/cdt/internal/ui/text/CTextTools.java
	* src/org/eclipse/cdt/internal/ui/text/FastCPartitionScanner.java
	* src/org/eclipse/cdt/internal/ui/text/ICPartitions.java
	* plugin.xml
2004-12-03 21:13:52 +00:00
John Camelon
7426918742 Add in Resource/WorkingCopy locations. 2004-12-03 20:37:40 +00:00
Mikhail Khodjaiants
03272b1adb Fix for bug 62659: Unable to set default for register format via plugin_customization.ini. 2004-12-03 20:34:46 +00:00
Mikhail Khodjaiants
a2b23f55a3 Fix for bug 80106: Terminating during stepping state caused exception in CDT. 2004-12-03 19:14:42 +00:00
Alain Magloire
6c2e6ea058 Previous commit was incorrect. 2004-12-03 02:36:36 +00:00
Alain Magloire
1e1949ee20 2004-12-02 Alain Magloire
Fix for 40081
	Textfield to choose NM.
	Fix MacOX binary parser page.
	* src/org/eclipse/cdt/internal/ui/CUIMessages.properties.
	* src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java
	* src/org/eclipse/cdt/ui/dialogs/CygwinPEBinarParserPage.java
	* src/org/eclipse/cdt/ui/dialogs/MachOBinaryParserPage.java
2004-12-03 02:19:38 +00:00
Alain Magloire
cf4ae8ebfe 2004-12-02 Alain Magloire
Fix for PR 40081.
	For Cygwin use NM to get the global variables.
	* utils/org/eclipse/cdt/utils/DefaultGnuToolFactory.java
	* utils/org/eclipse/cdt/utils/IGnuToolFactory.java
	* utils/org/eclipse/cdt/utils/NM.java
	* utils/org/eclipse/cdt/utils/coff/parser/CygwinPEBinaryObject.java
	* utils/org/eclipse/cdt/utils/coff/parser/PEBinaryObject.java
2004-12-03 02:15:20 +00:00
Mikhail Khodjaiants
5036521155 Partial fix for bug 77444: CDT does not handle address breakpoints across sessions. 2004-12-02 23:44:01 +00:00
Andrew Niefer
bb4f448825 class inheritance 2004-12-02 22:27:57 +00:00
Mikhail Khodjaiants
cf4ba671c8 Fix for bug 80034: Expressions view does not display correct no. of elements in array. 2004-12-02 21:49:56 +00:00
Mikhail Khodjaiants
15c37f6a0a Fix for bug 80055: ArrayIndexOutOfBoundsException in DisassemblyView. 2004-12-02 21:20:57 +00:00
Andrew Niefer
3c6b029ae7 Bindings for members 2004-12-02 19:40:14 +00:00
David Daoust
198c40a795 From Leo: This patch contains minor edits for the MBS user documentation for 2.1 & Head. 2004-12-02 18:53:18 +00:00
John Camelon
d89f346613 Further stubbing out of the IASTNodeLocation related interfaces. 2004-12-02 03:35:40 +00:00
John Camelon
5d45047d01 Patch for Devin Steffler
Fixed 79921 - [Scanner] problems with ')' inside a string being passed to va_args macro parm
	Fixed 79227 - [Scanner][IProblem][Ethereal] "Unbounded string encountered" invalid IProblems with invalid offsets highlighting weird commented code
2004-12-02 03:15:08 +00:00
John Camelon
e5362d1983 Patch for Devin Steffler.
Fixed 79810 - 'invalid arithmetic conversion' on line 0
	This also clears up the last IProblem related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=75403
2004-12-02 02:58:48 +00:00
Mikhail Khodjaiants
d249a487a0 Fix for bug 79454: Unable to remove a breakpoint set from the gdb console. 2004-12-01 21:26:41 +00:00
Andrew Niefer
b2f25ce249 Resolving method bindings 2004-12-01 20:24:47 +00:00
Mikhail Khodjaiants
d161b57251 Fix for bug 74043: Overaggressive exception reporting? 2004-12-01 17:56:24 +00:00
Andrew Niefer
ec30347dee Start of CPP bindings 2004-11-30 22:27:30 +00:00
John Camelon
053748815b Patch for Devin Steffler.
Fixed 79787 - [Scanner] #error has extra \r character at the end
	Fixed 79490 - [Scanner] char constants not evaluated properly with #if
2004-11-30 18:51:49 +00:00
John Camelon
371b6dba53 Reversed failing test. 2004-11-30 18:51:01 +00:00
John Camelon
1e56204749 Patch for Devin Steffler
Fixed 79471 - [Parser] Syntax Errors: Problems with handling float value in the preprocessor statements
2004-11-30 18:21:37 +00:00
David Inglis
3dd222fb35 fixed bug # 69222 2004-11-30 18:05:13 +00:00
David Daoust
84ba412d4b This patch adds the following 2 topics:
-  Tasks -> Work with C or C++ project files -> Converting CDT 2.0 Managed Make Projects
-  Reference -> Project Properties -> Managed Make File Properties

Thanks,
Leo
2004-11-30 13:54:34 +00:00
John Camelon
29a1fcb59c Patch for Devin Steffler.
Fixed 79339 - Selection search fails on SDL/SDL.h
2004-11-29 21:00:32 +00:00
Sean Evoy
bc84af8c5a Fix for 79689 -- Unable to convert static libraries from 1.2 -> 2.1
Fix for 75859 -- Importing 1.2x mgd make projects doesn't update artifactName
2004-11-29 18:35:49 +00:00
Sean Evoy
01ad33e1cd Patch applied for Leo Treggiari:
1. [Bug 79451] NPEs on project import
2. [Bug 77399] Managed Make Builder mangles subdir.mk if configuration of linked resource was changed – fix for initial problem – additional problems to be investigated
3. Force rebuild when file build option changes
4. Ensure that converted projects get saved.
2004-11-29 15:04:05 +00:00
Mikhail Khodjaiants
f207200fa2 Fix for bug 79608: NPE in CValue. 2004-11-26 22:54:14 +00:00
Alain Magloire
f7c112c70d 2004-11-26 Alain Magloire
Make the deferred breakpoint on by default.
	* cdi/org/eclipose/cdt/debug/mi/core/cdi/SharedLibraryManager.java
2004-11-26 22:17:33 +00:00
Alain Magloire
3264997df6 2004-11-26 Alain Magloire
Final fix for PR 79583
	* cdi/org/eclipose/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipose/cdt/debug/mi/core/cdi/SharedLibraryManager.java
2004-11-26 21:44:26 +00:00