Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2012-04-19Cosmetics.Sergey Prigogin1-62/+8
2012-04-18Bumped up PDOM version to trigger index rebuild. The rebuild is neededSergey Prigogin1-3/+4
to fix definition of int64_t and other types that depend on attributes.
2012-04-18bug 371797: Fixed bug when in legacy mode scanner discovery doesn't run ↵Andrew Gvozdev1-3/+3
after creation of a project
2012-04-18Bug 372551. Codan support for writing checkers that invoke externalAlex Ruiz8-56/+355
tools. Change-Id: Ia5cfd24d54ec6e67e08f24a367a6bc689ae407d0 Reviewed-on: https://git.eclipse.org/r/5586 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-18Hide the new new project wizard. Likely to be deferred to Kepler.Doug Schaefer1-2/+2
2012-04-18Cosmetics.Sergey Prigogin1-4/+7
2012-04-18Bug 377045 - Bogus transient errors in C/C++ editor soon after EclipseSergey Prigogin12-4/+82
startup.
2012-04-18Cosmetics.Sergey Prigogin4-790/+149
2012-04-18Fixed a compiler warning.Sergey Prigogin1-15/+13
2012-04-16bug 371797: Use workspace scheduling rule for serializing workspace providersAndrew Gvozdev1-0/+1
2012-04-16Ignore InterruptedException in unit testsAndrew Gvozdev1-18/+33
2012-04-16Workaround for Java problem on Windows with releasing buffers for ↵Andrew Gvozdev1-6/+51
memory-mapped files java.io.FileNotFoundException: C:\workspace\junit-workspace\.metadata\.plugins\org.eclipse.cdt.core\language.settings.xml (The requested operation cannot be performed on a file with a user-mapped section open) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at org.eclipse.cdt.internal.core.XmlUtil.getFileOutputStreamWorkaround(XmlUtil.java:315) at org.eclipse.cdt.internal.core.XmlUtil.serializeXml(XmlUtil.java:290) at org.eclipse.cdt.internal.core.language.settings.providers.LanguageSettingsProvidersSerializer.serializeLanguageSettingsWorkspace(LanguageSettingsProvidersSerializer.java:539) at org.eclipse.cdt.internal.core.language.settings.providers.LanguageSettingsProvidersSerializer$1.runInWorkspace(LanguageSettingsProvidersSerializer.java:577) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
2012-04-16bug 371797: Use workspace scheduling rule for serializing workspace providersAndrew Gvozdev1-3/+3
2012-04-16bug 371797: Do serialization in background to avoid delays in UIAndrew Gvozdev1-1/+13
2012-04-16bug 371797: Let all jobs finish before tearDown() in unit testsAndrew Gvozdev2-2/+13
2012-04-16Cosmetics.Sergey Prigogin2-12/+10
2012-04-15Method name adjustments.Sergey Prigogin2-50/+50
2012-04-15bug 371797: prevent possible deadlock for specs detectorsAndrew Gvozdev1-14/+15
2012-04-15Fix for java.util.ConcurrentModificationExceptionAndrew Gvozdev1-34/+36
at java.util.AbstractList$Itr.checkForComodification(Unknown Source) at java.util.AbstractList$Itr.next(Unknown Source) at org.eclipse.cdt.core.testplugin.util.BaseTestCase.runBare(BaseTestCase.java:166)
2012-04-14Fixed a bug in formatting of declarations contained in macro expansion.Sergey Prigogin2-3/+17
2012-04-14Extracted couple commonly used methods.Sergey Prigogin1-75/+79
2012-04-14Treat __attribute__ ((__mode__ (__DI__))) as long instead of long longSergey Prigogin5-24/+43
in 64-bit mode.
2012-04-13Bug 376790 - Codan should not issue warnings for unused variables andSergey Prigogin7-43/+70
functions that have attribute unused
2012-04-13Bug 316076. Added IFunction.isNoReturn() method.Sergey Prigogin21-46/+160
Change-Id: Idfa2aa067e9c956b9a990980797a41277a84cc58 Reviewed-on: https://git.eclipse.org/r/5584 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-13Bug 316230 - Representation of gcc attributes in AST. AlsoSergey Prigogin91-590/+1601
contains a fix for bug 330635. Change-Id: I11d872bd68dc0819a95ad8bf83c6db20fbc81387 Reviewed-on: https://git.eclipse.org/r/5554 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-13Removed prematurely submitted classes.Sergey Prigogin2-102/+0
2012-04-13Cosmetics.Sergey Prigogin43-535/+573
2012-04-12Bug 375760 - BuildActiveConfig and ChangeActiveConfig actions should choose ↵John Cortell1-28/+35
project context more intelligently
2012-04-12bug 371797: [sd90] Implement language settings providers in buildAndrew Gvozdev14-15/+313
plugins
2012-04-11Cosmetics.Sergey Prigogin2-12/+8
2012-04-10Cosmetics.Sergey Prigogin21-410/+359
2012-04-09Replaced StringBuffer with StringBuilder.Sergey Prigogin3-1162/+1159
2012-04-09Cosmetics.Sergey Prigogin12-86/+46
2012-04-09Cosmetics.Sergey Prigogin2-5/+5
2012-04-09Cosmetics.Sergey Prigogin3-33/+25
2012-04-06Minor code cleanup.Sergey Prigogin1-32/+31
2012-04-06Bug 375601: Remove workaround for bug 359485.Markus Schorn1-10/+3
2012-04-05Bug 255093 - In C++ refactoring, selection should be updated like JavaSergey Prigogin2-56/+385
refactorings do
2012-04-05Cosmetics.Sergey Prigogin4-7/+14
2012-04-05Cosmetics.Sergey Prigogin4-17/+9
2012-04-05Cosmetics.Sergey Prigogin10-93/+90
2012-04-05Code simplification.Sergey Prigogin1-7/+8
2012-04-04Bug 375601: Remove workaround for bug 359485.Markus Schorn1-10/+3
2012-04-04Bug 368989: Supress initial index rebuild when automatic updates are turned off.Markus Schorn1-13/+14
2012-04-04Bug 366570: Added tracing option.Markus Schorn2-0/+28
2012-04-04Bug 370637: Visiting while statements.Markus Schorn1-10/+9
2012-04-03Bug 375739: #ifdef nested in macro-expansion.Markus Schorn2-1/+17
2012-04-02Bug 375814 - Implement the Eclipse variables to obtain CDT configurationAnton Gorenkov6-2/+109
name and description for the specified project
2012-04-01Cosmetics.Sergey Prigogin1-9/+9
2012-04-01Bug 373503 - Auto-completion for C/C++ editor templates that start withAlex Freidin1-17/+11
# sign doesn't work. Patch by Alex Freidin

Back to the top