1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00
Commit graph

4962 commits

Author SHA1 Message Date
Doug Schaefer
31e255cdb1 Updated cdt-map file for new zip files and download layout. 2004-07-20 18:28:53 +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
Doug Schaefer
fa38973e26 2.0 stream builds. 2004-07-19 17:44:37 +00:00
Alain Magloire
c52abe9fbe > Implementation of HP-UX SOM binary parser.
>
> + utils/org/eclipse/cdt/utils/som/AR.java
> + utils/org/eclipse/cdt/utils/som/SOM.java
>
> + utils/org/eclipse/cdt/utils/som/parser/ARMember.java
> + utils/org/eclipse/cdt/utils/som/parser/BinaryArchive.java
> + utils/org/eclipse/cdt/utils/som/parser/SOMParser.java
> + utils/org/eclipse/cdt/utils/som/parser/SOMBinaryObject.java
>
2004-07-19 17:31:35 +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
16fa4e7c7f 2004-07-19 Vladimir Hirsl
Support for SOM/XCoff
	* utils/org/eclipse/cdt/utils/som/*
	* utils/org/eclipse/cdt/utils/xcoff/*
2004-07-19 17:27:22 +00:00
Mikhail Khodjaiants
3bc91cc510 Dave's fix for the auto-solib option. 2004-07-19 14:50:43 +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
Alain Magloire
1872f0173d 2004-07-17 Brad Jarvinen.
Fix Pr 70252

	* src/org/eclipse/cdt/internal/errorparsers/GCCErrorParser.java
2004-07-16 18:41:56 +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
Mikhail Khodjaiants
74e1f63335 Fix for bug 70147. TVT3.0: Preferences CDT Editor has non-externalized string. 2004-07-15 23:11:27 +00:00
Hoda Amer
2ce6b63eb1 Propagating bug fixes to branch. 2004-07-15 18:14:28 +00:00
Mikhail Khodjaiants
c1339e75e0 Fix for bug 69939. I18N: Memory view contains unexternalized strings.
Externalized Memory View Refresh menu item.
2004-07-15 17:24:11 +00:00
David Inglis
972737f089 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=69548 & https://bugs.eclipse.org/bugs/show_bug.cgi?id=70109 2004-07-15 17:09:30 +00:00
Mikhail Khodjaiants
02024f6d16 Fix for bug 69977: TVT3.0: Non-externalized strings in Launching Debug.
Applied patch from Tanya Wollf.
2004-07-14 15:49:06 +00:00
David Inglis
17a836d9e8 new tests (for now only SC console parsing) have been created in
managedbuilder.core.tests plugin.
2004-07-13 20:49:24 +00:00
David Inglis
8c86eeb1f2 PR 62809 [Scanner Config] Handling -DMACRO="value"
PR 63330 [Scanner Config] Auto-discovering dirs with escaped spaces
PR 64226 [Scanner Config] Path discovery supporting UNC filepaths
2004-07-13 20:48:53 +00:00
Bogdan Gheorghe
a57d956381 Fix for Bug 69166: NPE in IndexerModelListener.processDelta (2.0) 2004-07-12 17:01:51 +00:00
Alain Magloire
25b15468b2 2004-07-12 Alain Magloire
Patch from Stefan Bylund, to permit backend
	to show names of thread.
	PR 69711

	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java

	* mi/org/eclipse/cdt/debug/mi/core/mi/core/output/MIInfoThreadsInfo.java
2004-07-12 14:34:53 +00:00
Mikhail Khodjaiants
2fbcd12e4f Fix for bug 69221: "Show full paths" doesn't work for shared libraries. 2004-07-09 21:23:59 +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
c6bd3609a2 2004-07-06 Alain Magloire
Fix PR 69199
	* browser/org/eclipse/cdt/core/browser/TypeInfo.java
2004-07-06 18:16: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
b04b89db82 Propagating bug fixes to branch. 2004-07-06 17:32:45 +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
Mikhail Khodjaiants
4428b03744 Temporary fix for bug 68915: Invalid values in the Variables view 2004-06-30 15:20:49 +00:00
Alain Magloire
a18436e415 2004-06-29 Alain Magloire
Possible fix for 68665
	* model/org/eclipse/cdt/internal/core/model/CElementInfo.java
2004-06-29 20:01:13 +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
Alain Magloire
15e8a07e71 2004-06-29 Alain Magloire
Fix for PR 68820.
	* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
2004-06-29 19:48:10 +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
Mikhail Khodjaiants
fe9c5ad64b Partial fix for bug 45535: Performance problems when debugging.
Cache the double and float presentations of the floating point types.
2004-06-29 17:56:46 +00:00
David Daoust
10aa7ebe3a From Dave Williams: Patch to address
https://bugs.eclipse.org/bugs/show_bug.cgi?id=68786
2004-06-28 22:00:35 +00:00
Sean Evoy
2f2985151f Fix for Bug 68786 -- Binary Parsers tab hidden on Error Parsers page 2004-06-28 20:35:32 +00:00
cvs2svn
38b2c9a553 This commit was manufactured by cvs2svn to create branch 'cdt_2_0'.
Sprout from master 2004-06-28 05:16:32 UTC Bogdan Gheorghe <gheorghe@ca.ibm.com> 'Fix for Bug 67987: [Search] C Search results do no show up as editor annotations'
Cherrypick from master 2004-06-28 18:30:50 UTC Mikhail Khodjaiants <mikhailkhod@googlemail.com> 'Partial fix for bug 45535: Performance problems when debugging.':
    debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/model/CFloatingPointValue.java
Delete:
    doc/org.eclipse.cdt.doc.isv/.project
    releng/org.eclipse.cdt.releng/build.sh
    releng/org.eclipse.cdt.releng/build.xml
    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-06-28 18:30:51 +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
Sean Evoy
ebd877b1da Fix for bug 47704 - managed make & binary parser problem 2004-06-27 22:21:15 +00:00
Sean Evoy
87e950ec5a Commit for bug 57860 -- Managed make builder cannot handle .s files 2004-06-27 18:18:10 +00:00
Sean Evoy
08ba5b3731 Fix for 66023 - Round Trip Engineering not working for GCC Archiver 2004-06-26 23:17:26 +00:00
Sean Evoy
995d86e7e5 That last change shouldn't have included the assembler tool definition 2004-06-26 22:33:22 +00:00
Sean Evoy
29ab091666 Fix for 65148 -- Cannot build after cancel build of Managed Project 2004-06-26 21:13:09 +00:00