Markus Schorn
bc53d099c3
Bug 343437: Support for UNC include directories, by Greg Watson.
2011-04-28 14:10:29 +00:00
James Blackburn
2869d6180d
Bug 296072 - CDT release is missing shared objects for linux-ppc64-gtk
2011-01-22 11:03:17 +00:00
Andrew Gvozdev
494b2dc62c
bug 318093: GCCErrorParser treats instantiation warnings as errors
2010-06-27 02:45:29 +00:00
Andrew Gvozdev
0dd48245de
bug 314253: Linker warning not recognized
...
Based on work from Axel Mueller
2010-05-27 01:26:17 +00:00
Andrew Gvozdev
9993dae7a5
Removed RegexErrorParser as a separate parser
2010-03-29 02:26:17 +00:00
Andrew Gvozdev
97b4973f32
"CDT pushd CWD Locator"
2010-02-12 15:09:15 +00:00
Andrew Gvozdev
cd1a6a4ed4
bug 248669: [Error Parser] gnu c/c++ error parser treats a warning as error
...
Tuning up GLDErrorParser
2010-02-05 03:46:44 +00:00
Andrew Gvozdev
1c874e61a4
bug 263987, bug 193982, bug 216443, bug 248669 and more: tuning up GCC ErrorParser patterns
2010-02-04 21:50:24 +00:00
Andrew Gvozdev
1f8978eea3
bug 263987: GCCErrorParser converted to RegexErrorParser style
2010-02-04 17:52:04 +00:00
Vivian Kong
6d906f69c5
externalize strings in plugin.xml in various plugins
2010-02-01 16:23:38 +00:00
Andrew Gvozdev
f7abbce100
bug 296904: Split MakeErrorParser to regex style GmakeErrorParser and CWDLocator
2010-01-29 06:34:42 +00:00
Andrew Gvozdev
24ce2c4fb4
bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
...
Patch from Marc-Andre Laperle. Based on work of Alfons Laarman and Sal Scotto.
2009-11-04 14:47:43 +00:00
Andrew Gvozdev
dbbdbd8f95
bug 109139: Generic Error parser
...
(RegexErrorParser)
2009-09-11 02:09:38 +00:00
Vivian Kong
5e92597120
bug 254307 - branding
2009-05-26 14:48:10 +00:00
Markus Schorn
bad671df6c
Fix warnings.
2009-01-22 14:08:34 +00:00
Chris Recoskie
38fb615b8d
RESOLVED - bug 252966: ProjectDescription Storage: It should be possible to extend / override persistence mechanism
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=252966
2009-01-21 15:51:07 +00:00
Markus Schorn
445650299a
Externalized strings.
2008-04-09 14:12:46 +00:00
Anton Leherbauer
ef7458bcf9
Cleanup obsolete extension points
2008-01-08 11:27:57 +00:00
Anton Leherbauer
2109b985e9
Fix for 186774: Need an ILanguage for assembly content
2007-05-14 14:34:48 +00:00
Anton Leherbauer
d1713fd418
Fix for 178033: Language names are used inconsistently
2007-04-24 12:39:32 +00:00
Anton Leherbauer
fb48e813d1
Document language extension point schema
2007-04-24 11:36:40 +00:00
Doug Schaefer
72947a1a2e
Bug 152041 - Filter out running of the binary parser to only parse if the file has no extension, the extension is a number (e.g. libc.so.1), or the file is a binaryFile content type. Much faster now...
2007-04-17 22:57:42 +00:00
Markus Schorn
19ec4b5024
Fix for 108173, basically removes warnings in plugin.xml
2007-02-13 09:39:20 +00:00
Anton Leherbauer
b7f5c2f33e
Upversion to 4.0.0 and fix dependency version ranges (bug 157543)
2006-10-11 12:28:54 +00:00
Chris Recoskie
4836857ef3
update copyrights
2006-06-14 12:16:17 +00:00
Doug Schaefer
487aa70ebc
Integrated indexing into PDOM. Also change the names of a couple of things, such as PDOM which used to be PDOMDatabase. Cleaned up the indexing setting so that it is a ProjectScope preference instead of a ICExtension. Conversion should happen automagically.
2006-03-30 21:59:22 +00:00
Doug Schaefer
41d26bc514
Moved the PDOM into the Core. Started introduction of ILanguage, the mechanism of language extensibility for the CDT.
2005-11-25 22:01:48 +00:00
Doug Schaefer
43b6989c8f
Introducing the PDOM. It is currently in optional plugins while under development.
2005-09-28 20:50:11 +00:00
David Inglis
cf09e84a32
CPL to EPL transistion - license header update for IBM
2005-06-23 16:02:46 +00:00
Doug Schaefer
967a5b1d91
Made the DOM Indexer the default and put in better names for the indexers.
2005-06-10 03:13:25 +00:00
Bogdan Gheorghe
6f38f94b90
Added Indexer Preference page that sets up the indexer to use for new projects
...
Removed Index Enabled checkboxes from Source + Dom indexers
Added import ctags file option under CTags Indexer
Fixed Apply/OK problem
2005-04-27 19:18:13 +00:00
Alain Magloire
f328f854fc
2005-03-18 Alain Magloire
...
Export the PathEntry Variable to the outside world.
* src/org/eclipse/cdt/internal/core/CCorePluginResources.properties
* src/org/eclipse/cdt/internal/core/PathEntryVariableManager.java
* src/org/eclipse/cdt/internal/core/PathEntryVariableResolver.java
* plugin.properties
* plugin.xml
2005-03-18 20:25:58 +00:00
Alain Magloire
cb3e02121c
2005-02-24 Alain Magloire
...
Part of 79596
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
* plugin.properties
2005-02-24 18:29:34 +00:00
David Inglis
5fdbc79e93
added missing strings for content type
2004-10-06 01:39:00 +00:00
Alain Magloire
08d72e6639
2004-09-07 Alain Magloire
...
Part of the uncoming work to supply formatting in CDT
* schema/CodeFormatter.exsd
* src/org/eclipse/cdt/core/CodePreferenceConstants.java
* src/org/eclipse/cdt/core/ToolFactory.java
* src/org/eclipse/cdt/core/formatter/CodeFormatter.java
* src/org/eclipse/cdt/core/formatter/CodeFormatterConstants.java
* src/org/eclipse/cdt/internal/core/CCorePreferenceInitializer.java
* plugin.properties
* plugin.xml
2004-09-07 20:23:30 +00:00
Andrew Niefer
bab6cc3faa
patch from Tanya Wolff TVT fix for 70161
2004-07-28 21:54:46 +00:00
Alain Magloire
224f6eb03a
2004-07-16 Vladimir Hirsl
...
1. 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
* utils/org/eclipse/cdt/utils/som/parser/SomSymbol.java
2. Fixed a slight ommision in XXXBinaryObject classes
* utils/org/eclipse/cdt/utils/coff/parser/CygwinPEBinaryObject.java
* utils/org/eclipse/cdt/utils/elf/parser/GNUElfBinaryObject.java
* utils/org/eclipse/cdt/utils/xcoff/parser/XCOFFBinaryObject.java
2004-07-16 18:03:28 +00:00
Doug Schaefer
04c74b6af0
Initial contribution of Mac Port from Greg Watson.
2004-07-07 19:19:42 +00:00
John Camelon
68640e20a9
Patch for David Daoust - Updated IBM Copyright notices
2004-06-23 20:31:49 +00:00
Alain Magloire
416238652a
2004-06-21 Alain Magloire
...
Big Patch from Vladimir Hirsl
This patch contains a binary parser core and UI elements to 'support' AIX
XCOFF32 binaries.
2004-06-21 22:08:09 +00:00
Doug Schaefer
f132e86cc0
Fixed up the fragment name properties. Apparently you
...
have to put them in the plugin.properties file. Weird.
2004-06-21 15:34:49 +00:00
David Inglis
1d2f0a957b
I18N patch from Tanya Wolff
2004-06-09 12:37:56 +00:00
David Inglis
695c51bc99
update problem label
2004-06-08 15:55:37 +00:00
Alain Magloire
ad08ad2679
Provide error markers for the pathentry ... Work in Progress.
2004-05-17 12:30:43 +00:00
David Inglis
6f06f88155
fixed dead lock
...
missing extension point
fix CCorePlugin.log
2004-04-19 15:51:31 +00:00
Bogdan Gheorghe
5c3d8fdb41
Fix annotations in overview bar, added index IProblem markers, added new preference page for controlling external search markers
2004-03-31 07:57:18 +00:00
Andrew Niefer
68273269dc
externalize strings from Tanya Wolff
2004-03-23 20:46:26 +00:00
David Inglis
74f6ab27e8
- removal of deprecated 1.2 methods/classes
2004-01-13 21:25:35 +00:00
Doug Schaefer
d18851f2d7
Patch for Sean Evoy:
...
- Move the managed builder to it's own plugins and feature.
2003-09-15 20:44:43 +00:00
Alain Magloire
19076f897f
New extension point for the ErrorParsers
2003-08-31 04:42:14 +00:00