Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-01-08Cleanup obsolete extension pointsAnton Leherbauer1-6/+1
2007-05-14Fix for 186774: Need an ILanguage for assembly contentAnton Leherbauer1-0/+1
2007-04-24Fix for 178033: Language names are used inconsistentlyAnton Leherbauer1-2/+5
2007-04-24Document language extension point schemaAnton Leherbauer1-0/+1
2007-04-17Bug 152041 - Filter out running of the binary parser to only parse if the ↵Doug Schaefer1-0/+1
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-02-13Fix for 108173, basically removes warnings in plugin.xmlMarkus Schorn1-1/+11
2006-10-11Upversion to 4.0.0 and fix dependency version ranges (bug 157543)Anton Leherbauer1-4/+4
2006-06-14update copyrightsChris Recoskie1-1/+1
2006-03-30Integrated indexing into PDOM. Also change the names of a couple of things, ↵Doug Schaefer1-1/+3
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.
2005-11-25Moved the PDOM into the Core. Started introduction of ILanguage, the ↵Doug Schaefer1-1/+3
mechanism of language extensibility for the CDT.
2005-09-28Introducing the PDOM. It is currently in optional plugins while under ↵Doug Schaefer1-0/+2
development.
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-4/+4
2005-06-10Made the DOM Indexer the default and put in better names for the indexers.Doug Schaefer1-5/+0
2005-04-27Added Indexer Preference page that sets up the indexer to use for new projectsBogdan Gheorghe1-1/+6
Removed Index Enabled checkboxes from Source + Dom indexers Added import ctags file option under CTags Indexer Fixed Apply/OK problem
2005-03-182005-03-18 Alain MagloireAlain Magloire1-0/+2
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-02-242005-02-24 Alain MagloireAlain Magloire1-2/+2
Part of 79596 * model/org/eclipse/cdt/internal/core/model/PathEntryManager.java * plugin.properties
2004-10-06added missing strings for content typeDavid Inglis1-1/+7
2004-09-072004-09-07 Alain MagloireAlain Magloire1-0/+7
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-07-28patch from Tanya Wolff TVT fix for 70161Andrew Niefer1-0/+1
2004-07-162004-07-16 Vladimir HirslAlain Magloire1-0/+1
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-07Initial contribution of Mac Port from Greg Watson.Doug Schaefer1-0/+2
2004-06-23Patch for David Daoust - Updated IBM Copyright noticesJohn Camelon1-0/+10
2004-06-212004-06-21 Alain MagloireAlain Magloire1-0/+1
Big Patch from Vladimir Hirsl This patch contains a binary parser core and UI elements to 'support' AIX XCOFF32 binaries.
2004-06-21Fixed up the fragment name properties. Apparently youDoug Schaefer1-1/+7
have to put them in the plugin.properties file. Weird.
2004-06-09I18N patch from Tanya WolffDavid Inglis1-1/+7
2004-06-08update problem labelDavid Inglis1-1/+1
2004-05-17Provide error markers for the pathentry ... Work in Progress.Alain Magloire1-1/+1
2004-04-19fixed dead lockDavid Inglis1-0/+2
missing extension point fix CCorePlugin.log
2004-03-31Fix annotations in overview bar, added index IProblem markers, added new ↵Bogdan Gheorghe1-0/+2
preference page for controlling external search markers
2004-03-23externalize strings from Tanya WolffAndrew Niefer1-0/+11
2004-01-13- removal of deprecated 1.2 methods/classesDavid Inglis1-5/+0
2003-09-15Patch for Sean Evoy:Doug Schaefer1-4/+0
- Move the managed builder to it's own plugins and feature.
2003-08-31New extension point for the ErrorParsersAlain Magloire1-0/+1
2003-06-28Patch for Victor Mozgin. John Camelon1-0/+2
Initial pass at Task Bar/IProblem support.
2003-05-21Patch for Sean Evoy:Doug Schaefer1-0/+4
Core 1. Added 2 new option types: Boolean and enumerated 2. Changed the IOption interface to get new option type values 3. In plugin manifest and IOption interface added concept of a default enumerated value to support on-going GUI work 4. In plugin manifest and IOption, added field to map the actual command line argument with the option for makefile generation. Tests 1. Changed the plugin.xml manifest to match the new option types 2. AllBuildTests.java updated to test new option types and fields added in core
2002-09-23only support one platform from project for now.David Inglis1-2/+2
2002-09-17new Processlist extension pointDavid Inglis1-0/+1
2002-09-06added new Generic Extension creation machanism that uses theDavid Inglis1-1/+4
.cptproject file to find which plugin contains the extension point
2002-08-26changed plugin nameDavid Inglis1-1/+1
2002-08-06start of .cdtproject managementDavid Inglis1-1/+4
2002-07-26update to support new console extension plus removed IPropertyStoreDavid Inglis1-0/+1
in core changing it to use the plaform property store.
2002-07-16Change provider name to org.eclipseSebastien Marineau1-5/+1
2002-06-26Initial commit of CDT code from QNXSebastien Marineau1-0/+12

    Back to the top