1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-05 14:43:36 +02:00
Commit graph

995 commits

Author SHA1 Message Date
Bogdan Gheorghe
e264d7d676 Fix for 69925: ShowIn C/C++ Projects explorer does not work in certain cases 2004-08-19 16:18:34 +00:00
Bogdan Gheorghe
eef1a82cc5 Patch for Tanya Wolff (2.0 Stream): Fix for 70906: Duplicate entries in C/C++ preferences 2004-08-16 20:48:51 +00:00
Bogdan Gheorghe
848b4c999b Fix for 70113: Search for Template member declarations causes Assertion 2004-08-16 14:56:24 +00:00
Andrew Niefer
0971af7891 fix parsing international files
bug 70852, 70927
2004-08-13 19:53:03 +00:00
Andrew Niefer
fd26b47ed0 This is merging the Parser performance changes from the HEAD to the 2.0.1 branch
The major performance defects this addresses are 59468, 54040, and 61675.

The following other correctness and related defects are also addressed or fixed.
68940, 69872, 71094, 68528, 71669, 61800, 68931, 68623, 69428, 69296, 69798,
69744, 69745, 68739, 69662, 69833
2004-08-10 15:58:59 +00:00
cvs2svn
10abc3427e This commit was manufactured by cvs2svn to create branch 'cdt_2_0'.
Cherrypick from master 2004-08-06 01:57:11 UTC John Camelon <jcamelon@ca.ibm.com> 'Restructured the Parser tests so that the GCC Extension specific ones are separate.':
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/GCCCompleteExtensionsParseTest.java
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/GCCParserExtensionTestSuite.java
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/GCCQuickParseExtensionsTest.java
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner2/GCCScannerExtensionsTest.java
    core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner2/ObjectMapTest.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/BasicTypeInfo.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/ITypeInfo.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArraySet.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/HashTable.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/ObjectMap.java
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/ObjectSet.java
    core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/parser/ParserTimeOut.java
    core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CContentOutlinerProvider.java
2004-08-06 01:57:12 +00:00
Bogdan Gheorghe
c7907f828b Patch for Tanya Wolff:
Fix for 71033: English "Find Refs" in Workbench Key preferences.
2004-08-04 14:24:07 +00:00
Andrew Niefer
354fd3e9f8 patch from Tanya Wolff fix for 69768 2004-07-29 21:13:37 +00:00
Andrew Niefer
490592ff55 patch from Tanya Wolff TVT fix for 70124 2004-07-28 22:04:26 +00:00
Alain Magloire
8d9a03567c 2004-07-16 Tanya Wolff
Fix for 70543: TVT: Source code displaying in C++ Font and Editor
	* plugin.properties
2004-07-21 19:15:45 +00:00
Alain Magloire
9c24279b46 2004-07-19 Alain Magloire
Fix for PR 70319: Clearing the console on build.
	* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsolePartioner.java
2004-07-19 17:53:42 +00:00
Alain Magloire
1905898a72 Implementation of HP-UX SOM binary parser page. 2004-07-19 17:30:22 +00:00
Alain Magloire
50af333224 2004-07-19 Vladimir Hirsl
Support for SOM/XCoff
	* src/org/eclipse/cdt/ui/dialogs/AbstractGnuBinaryParserPage.java
	* src/org/eclipse/cdt/ui/dialogs/CygwinPEBinaryParserPage.java
	* src/org/eclipse/cdt/ui/dialogs/GNUElfinaryParserpage.java
	* src/org/eclipse/cdt/ui/dialogs/GNUSomBinaryParserpage.java
	* src/org/eclipse/cdt/ui/dialogs/GNUXCoffinaryParserpage.java
2004-07-19 17:29:32 +00:00
Alain Magloire
e9670f6785 2004-07-16 Tanya Wolff
Fix for 70221: unexternalized strings
	* org.eclipse.cdt.internal.ui/search/CountLabelProvider.java
	* org.eclipse.cdt.internal.ui/search/CSearchMessages.properties
2004-07-16 21:01:42 +00:00
Alain Magloire
489936a1ac 2004-07-15 Tanya Wolff
Fix for 70124: unexternalized strings
	* org.eclipse.cdt.ui.wizards.conversion/ConvertProjectWizardPage.java
	* org.eclipse.cdt.internal.ui/CUIMessages.properties

	Fix for 70143: duplicate mnemonics in binary parser options
	* org.eclipse.cdt.ui.dialogs.CygwinPEBinaryParserPage.java
	* org.eclipse.cdt.ui.dialogs.GnuElfBinaryParserPage.java
	* org.eclipse.cdt.internal.ui/CUIMessages.properties
2004-07-16 20:58:06 +00:00
Doug Schaefer
cccfea41ec Upgrade plugin versions to 2.0.1. 2004-07-16 19:17:26 +00:00
cvs2svn
9626e24875 This commit was manufactured by cvs2svn to create branch 'cdt_2_0'.
Cherrypick from master 2004-07-16 18:34:04 UTC Doug Schaefer <doug.schaefer@windriver.com> 'Fixed up compile log so that it doesn't open up notepad on Windows.':
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/TypeInfoProvider.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/som/AR.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/som/SOM.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/som/parser/ARMember.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/som/parser/BinaryArchive.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/som/parser/SOMBinaryObject.java
    core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/som/parser/SOMParser.java
    core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/AbstractGNUBinaryParserPage.java
    core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/GNUSomBinaryParserPage.java
    releng/org.eclipse.cdt.releng/build.sh
    releng/org.eclipse.cdt.releng/build.xml
    releng/org.eclipse.cdt.releng/buildindex.html
    releng/org.eclipse.cdt.releng/maps/cdt.map
    releng/org.eclipse.cdt.releng/message.in
    releng/org.eclipse.cdt.releng/platform/build.properties
    releng/org.eclipse.cdt.releng/platform/customTargets.xml
    releng/org.eclipse.cdt.releng/sdk/build.properties
    releng/org.eclipse.cdt.releng/sdk/customTargets.xml
    releng/org.eclipse.cdt.releng/site.in
    releng/org.eclipse.cdt.testing-feature/feature.xml
    releng/org.eclipse.cdt.testing/plugin.xml
2004-07-16 18:34:06 +00:00
Hoda Amer
2ce6b63eb1 Propagating bug fixes to branch. 2004-07-15 18:14:28 +00:00
Hoda Amer
446af96de5 Propagating bug fixes to branch. 2004-07-09 18:39:55 +00:00
Hoda Amer
257b21c723 Propagating bug fixes to branch. 2004-07-08 19:41:05 +00:00
Bogdan Gheorghe
1630d625d1 Fixes for Bugs 64177,57121,68249 - 2.0 branch 2004-07-08 19:30:38 +00:00
Bogdan Gheorghe
6b2957ccda - From Head: Added support for search name grouping 2004-07-08 18:57:27 +00:00
cvs2svn
4f3559d20d This commit was manufactured by cvs2svn to create branch 'cdt_2_0'.
Cherrypick from master 2004-07-07 20:15:06 UTC Andrew Niefer <aniefer@ca.ibm.com> 'Refactoring pst.TypeInfo for memory performance.  see parser.changelog':
    core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/TemplateParameterTypeInfo.java
    core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchMatch.java
2004-07-07 20:15:07 +00:00
Hoda Amer
4b33c0a9ef Propagating bug fixes to branch. 2004-07-07 19:07:08 +00:00
Alain Magloire
e7bb872c9f 2004-07-06 Chris Weibe
Fix for PR 69199
	* src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java
2004-07-06 18:15:56 +00:00
Hoda Amer
aa79b7dfa8 Propagating bug fixes to branch. 2004-07-06 14:14:38 +00:00
Andrew Niefer
32ee20f338 bug 68940 2004-07-05 15:40:09 +00:00
Andrew Niefer
ee40f75b1b bug 67718 : have a little more restraint about how often we flush the pipes 2004-07-05 15:33:52 +00:00
Alain Magloire
6090f669d4 2004-06-29 Alain Magloire
Fix for PR 68820.
	* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
	* src/org/eclipse/cdt/internal/ui/CElementImageProvider.java
2004-06-29 19:54:31 +00:00
Bogdan Gheorghe
513a464497 Fix for 67656: [Indexer] getting called twice after creating a project with a file system 2004-06-29 18:11:08 +00:00
Bogdan Gheorghe
c95ad28dcb Fix for Bug 67987: [Search] C Search results do no show up as editor annotations 2004-06-28 05:16:32 +00:00
David Inglis
ce9b0e9e66 fix 684486 & 68514 2004-06-25 20:13:16 +00:00
Hoda Amer
8cdd74a59e Bug Fixing 2004-06-25 19:20:09 +00:00
Hoda Amer
1d7a1efcd3 Patch for Chris W. 2004-06-25 19:12:12 +00:00
John Camelon
1f83efa8bd Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=68303 2004-06-25 18:55:57 +00:00
David Inglis
ca2e5ce5ae update copyright 2004-06-25 14:56:35 +00:00
Bogdan Gheorghe
0396ced3b7 Fix for 66695: [Indexer] Manually add an include path to a file/folder is ignored
Changed CompletionEngine getScannerInfo to get the info from a resource instead of
a project in order to get a complete list of include paths
2004-06-24 21:51:38 +00:00
John Camelon
7cee0b70c6 Applied yet more copyrights for Dave Daoust. 2004-06-24 21:29:20 +00:00
David Inglis
c33e846074 patch from Tanya Wolff - This patch switches the Binary Parser Options group with its child composite. This gets rid of an unnamed composite between the controls and the group so that a screen reader can read the name of the group before the control. Now you can't see the Binary Parser Options group unless you select a parser that has some options.
Also externalized some dialog titles accessed by Browse buttons.
2004-06-24 19:59:28 +00:00
Hoda Amer
7279810163 Bug Fixing 2004-06-24 19:56:54 +00:00
John Camelon
da3ce3ef51 Applied copyright notices for David Daoust on core and ui packages. 2004-06-24 19:29:42 +00:00
Andrew Niefer
0bf2405b42 68409
- fix out of memory exception while searching.
- fix hierarchical search view issues when offsets are off
2004-06-24 18:58:03 +00:00
Hoda Amer
05ec4b4f52 Bug Fixing 2004-06-24 16:44:45 +00:00
Hoda Amer
54ec4b834f Patch for Chris W. 2004-06-24 16:03:09 +00:00
Hoda Amer
aed8d9ac91 Patch for Chris W. 2004-06-24 13:56:05 +00:00
David Inglis
09c86e033a patch from Tanya Wolff - Here's a patch that sets titles for "Open" FileDialog and "Browse For Folder" DirectoryDialog which aren't necessary for Windows OS since these dialogs come from the platform and have their own defaults, but for Linux, these dialogs don't have defaults.
Tested on Windows and Linux
2004-06-24 12:28:27 +00:00
Andrew Niefer
357c723abe 68261 2004-06-23 19:48:56 +00:00
Alain Magloire
17e970b3a6 Fix from Tanya W. PR 66300 2004-06-23 17:04:16 +00:00
John Camelon
36ec31dca2 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65610<BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65623
2004-06-23 00:18:14 +00:00
Alain Magloire
fdfc59936c 2004-06-21 Alain Magloire
It is too late to change the icons, but still
	make a difference in a CFolder(CContainer) and
	a normal folder.
	* icons/full/obj16/sroo_obj.gif
	* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
	* src/org/eclipse/cdt/internal/ui/CElementImageProvider.java
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
2004-06-22 19:16:51 +00:00