1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 21:45:22 +02:00
Commit graph

4983 commits

Author SHA1 Message Date
Sean Evoy
47cd4cbd24 Commit for Leo Treggiari: fix for bugzilla 70577 and 71254 2004-08-05 14:31:38 +00:00
Mikhail Khodjaiants
1d1df82897 Fix for bug 69085: Arrays in the Expressions view. 2004-08-04 21:37:48 +00:00
Sean Evoy
6b3707cfcd Fix for bugzilla 69112 -- The problem was that the managed build manager was returning NULL instead of a default makefile generator when a target was missing one in its definition 2004-08-04 20:59:39 +00:00
Sean Evoy
a3f9960af7 Commit for Leo treggiari (missed part of this patch on 5-July-2004) 2004-08-04 18:21:28 +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
Bogdan Gheorghe
1ed9b81a2c Fix for Bug 60948: Indexer should pick up all headers in include path 2004-08-03 19:48:01 +00:00
Andrew Niefer
354fd3e9f8 patch from Tanya Wolff fix for 69768 2004-07-29 21:13:37 +00:00
Alain Magloire
bb1370a0d1 fix for PR 71106 2004-07-29 19:27:40 +00:00
Sean Evoy
deb492ab11 Commit for Vlad Hirsl -- The default external scanner info collector was having problems with the output of GCC in non-utf8 locales. It now makes sure the locale is set to utf-8 when it runs GCC on *nix systems 2004-07-29 13:04:33 +00:00
Sean Evoy
d1e09a669d Commit for Vlad Hirsl -- The default external scanner info collector was having problems with the output of GCC in non-utf8 locales. It now makes sure the locale is set to utf-8 when it runs GCC on *nix systems 2004-07-29 12:56:33 +00:00
Andrew Niefer
490592ff55 patch from Tanya Wolff TVT fix for 70124 2004-07-28 22:04:26 +00:00
Andrew Niefer
ed2961310d patch from Tanya Wolff TVT fix for 70161 2004-07-28 22:04:08 +00:00
Alain Magloire
cabc0f2aeb 2004-07-26 Alain Magloire
Fix for PR 70842

	* utils/org/eclipse/cdt/utils/coff/PE.java
2004-07-26 18:16:44 +00:00
Alain Magloire
4609dbd51b 2004-07-26 Vladimir Hirsl
Tracking PR 70820, SOM Binary parser.
	* utils/org/eclipse/cdt/utils/som/SOM.java
2004-07-26 14:15:31 +00:00
Alain Magloire
94c289a630 2004-07-22 Alain Magloire
Fix for 70688
	* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-07-22 20:08:23 +00:00
Sean Evoy
d8cb99728b Commit for Tanya -- fix for bugzilla 70217, a problem where long labels on a section of the build property page were overlapping the selection widget 2004-07-21 19:58:59 +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
3293ea6f61 2004-07-20 Alain Magloire
Fix for PR 70449
	* src/org/eclipse/cdt/core/internal/filetype/ResolverModel.java
2004-07-21 17:52:50 +00:00
Alain Magloire
a3ad6e7799 2004-07-20 Alex Chapiro
Fix for PR 70359
	Binaries regenerated

	* library/Win32ProcessEx.c
	* library/starter/starter.cpp
	* os/win32/x86/spawner.dll
	* os/win32/x86/starter.dll
2004-07-21 17:39:37 +00:00
Doug Schaefer
ed00f21102 Updated cdt-map file for new zip files and download layout. 2004-07-20 21:02:25 +00:00
Doug Schaefer
957305c10b Patch for Dave W. Fixes for translations. 2004-07-20 19:36:55 +00:00
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