Skip to content

Commit

Permalink
Added CDT 9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmramosr committed Jan 9, 2019
1 parent a512e16 commit 52d824e
Show file tree
Hide file tree
Showing 2,392 changed files with 395,609 additions and 0 deletions.
12 changes: 12 additions & 0 deletions org.eclipse.cdt.core/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="model"/>
<classpathentry kind="src" path="browser"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="utils"/>
<classpathentry kind="src" path="parser"/>
<classpathentry kind="src" path="templateengine"/>
<classpathentry kind="output" path="bin"/>
</classpath>
67 changes: 67 additions & 0 deletions org.eclipse.cdt.core/.options
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
org.eclipse.cdt.core/debug=false

# Reports model builder activity
org.eclipse.cdt.core/debug/model=false

# Reports parser activity
org.eclipse.cdt.core/debug/parser=false

# Prints parser stack traces
org.eclipse.cdt.core/debug/parser/exceptions=false

# Diagnostic tracing in CompositeValue class
org.eclipse.cdt.core/debug/parser/CompositeValue=false

# Reports statistics for building the structure to do resource lookups.
org.eclipse.cdt.core/debug/resourceLookup=false

# Reports scanner activity
org.eclipse.cdt.core/debug/scanner=false

# Reports scanner activity
org.eclipse.cdt.core/debug/scanner/missingIncludeGuards=false

# Reports search activity
org.eclipse.cdt.core/debug/search=false

# Reports search matches
org.eclipse.cdt.core/debug/matchlocator=false

# Reports delta processor tree activity
org.eclipse.cdt.core/debug/deltaprocessor=false

# Reports file type resolver activity
org.eclipse.cdt.core/debug/typeresolver=false

# Reports issues with locking the index
org.eclipse.cdt.core/debug/index/locks=false

# Diagnostic logging in the IndexFileSet class
org.eclipse.cdt.core/debug/index/IndexFileSet=false

# Reports events related to setting up the indexer for a project
org.eclipse.cdt.core/debug/indexer/setup=false

# Reports sequence of files indexed
org.eclipse.cdt.core/debug/indexer/activity=false

# Reports statistics for indexer
org.eclipse.cdt.core/debug/indexer/statistics=false

# Reports unresolved inclusions for indexer
org.eclipse.cdt.core/debug/indexer/problems/inclusion=false

# Reports scanner-problems for indexer (other than unresolved includes)
org.eclipse.cdt.core/debug/indexer/problems/scanner=false

# Reports syntax-problems for indexer
org.eclipse.cdt.core/debug/indexer/problems/syntax=false

# Reports problems for indexer, including inclusion-, scanner-, syntax- and resolution-problems.
org.eclipse.cdt.core/debug/indexer/problems=false

# Code formatter debugging
org.eclipse.cdt.core/debug/formatter=false

# ASTCache debugging
org.eclipse.cdt.core/debug/ASTCache=false
34 changes: 34 additions & 0 deletions org.eclipse.cdt.core/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.cdt.core</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
71 changes: 71 additions & 0 deletions org.eclipse.cdt.core/.settings/.api_filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.cdt.core" version="2">
<resource path="src/org/eclipse/cdt/core/build/ICBuildConfiguration.java" type="org.eclipse.cdt.core.build.ICBuildConfiguration">
<filter id="403767336">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.ICBuildConfiguration"/>
<message_argument value="TOOLCHAIN_TYPE"/>
</message_arguments>
</filter>
<filter id="404000815">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.ICBuildConfiguration"/>
<message_argument value="getLaunchMode()"/>
</message_arguments>
</filter>
<filter id="404000815">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.ICBuildConfiguration"/>
<message_argument value="getProperty(String)"/>
</message_arguments>
</filter>
<filter id="404000815">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.ICBuildConfiguration"/>
<message_argument value="removeProperty(String)"/>
</message_arguments>
</filter>
<filter id="404000815">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.ICBuildConfiguration"/>
<message_argument value="setProperty(String, String)"/>
</message_arguments>
</filter>
</resource>
<resource path="src/org/eclipse/cdt/core/build/ICBuildConfigurationProvider.java" type="org.eclipse.cdt.core.build.ICBuildConfigurationProvider">
<filter id="404000815">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.ICBuildConfigurationProvider"/>
<message_argument value="getSupportedToolchains(Collection&lt;IToolChain&gt;)"/>
</message_arguments>
</filter>
</resource>
<resource path="src/org/eclipse/cdt/core/build/IToolChain.java" type="org.eclipse.cdt.core.build.IToolChain">
<filter id="404000815">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.IToolChain"/>
<message_argument value="getTypeId()"/>
</message_arguments>
</filter>
</resource>
<resource path="src/org/eclipse/cdt/core/build/IToolChainProvider.java" type="org.eclipse.cdt.core.build.IToolChainProvider">
<filter comment="This interface is still pretty new. Assuming low risk." id="404000815">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.IToolChainProvider"/>
<message_argument value="addToolChain(IToolChain)"/>
</message_arguments>
</filter>
<filter id="404000815">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.IToolChainProvider"/>
<message_argument value="getToolChain(String)"/>
</message_arguments>
</filter>
<filter comment="Newish interface. Assuming low risk." id="404000815">
<message_arguments>
<message_argument value="org.eclipse.cdt.core.build.IToolChainProvider"/>
<message_argument value="removeToolChain(IToolChain)"/>
</message_arguments>
</filter>
</resource>
</component>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
eclipse.preferences.version=1
encoding//parser/org/eclipse/cdt/internal/core/index/Messages.properties=8859_1
encoding//parser/org/eclipse/cdt/internal/core/pdom/Messages.properties=8859_1
encoding//parser/org/eclipse/cdt/internal/core/pdom/db/Messages.properties=8859_1
encoding//parser/org/eclipse/cdt/internal/core/pdom/indexer/Messages.properties=8859_1
Loading

0 comments on commit 52d824e

Please sign in to comment.