Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2012-05-02bug 328007: [sd90] Disablement of property pages depending on preferenceAndrew Gvozdev3-22/+51
2012-05-02bug 328007: [sd90] Design user interface for new scanner discoveryAndrew Gvozdev27-125/+5598
2012-05-01Bug 377992 - Enable the "Index unused headers" preference by default xgsa1-1/+2
2012-05-01Bug 372551. Made "run on save" checker launch mode independent ofAlex Ruiz2-0/+63
2012-04-30Changed return type of CEditor.getInputCElement to be IWorkingCopy. TheSergey Prigogin1-7/+7
2012-04-30Cosmetics.Sergey Prigogin2-69/+40
2012-04-30Bug 309112 - "Open Declaration" window doesn't remember own sizeMarc-Andre Laperle1-2/+17
2012-04-29Prevented class loading avalanche on UI thread when CDT is installed butSergey Prigogin2-2/+23
2012-04-28Messages class is not API.Sergey Prigogin2-10/+12
2012-04-28toString method.Sergey Prigogin1-4/+26
2012-04-28Added IIndexFile.toDebugString method.Sergey Prigogin2-1/+38
2012-04-28Cosmetics.Sergey Prigogin5-12/+11
2012-04-27Bug 375859 - Refresh scope becomes empty after closing/opening projectDavid Salinas1-26/+25
2012-04-27Removed Pair class. Replaced getErrorParserAvailableIds()Alex Ruiz3-37/+2
2012-04-27Bug 377838 - Name resolution gets confused by a class and a namespaceSergey Prigogin2-1/+21
2012-04-27toString methodSergey Prigogin1-1/+6
2012-04-27Cosmetics.Sergey Prigogin3-37/+41
2012-04-27Bug 372551. Fixed running checkers on file open. Split "On file save"Alex Ruiz2-3/+3
2012-04-26Bug 377457: Name resolution for exception specification.Markus Schorn2-1/+11
2012-04-26Bug 376246: Name resolution in catch handler of function definition.Markus Schorn2-6/+14
2012-04-25Bug 372551. Fixed semantics of ErrorParserManager (e.g.Alex Ruiz5-188/+113
2012-04-25Bug 332895 - Rename does not change using-declarationsSergey Prigogin2-44/+76
2012-04-25Cosmetics.Sergey Prigogin17-106/+90
2012-04-23Upgrade to Tycho 0.14.1Marc-Andre Laperle2-4/+6
2012-04-20Bug 317173: Cleanup warnings for DSF-GDB.Marc Khouzam1-1/+2
2012-04-20Minor optimization.Sergey Prigogin1-2/+2
2012-04-20Bug 377223 - Name resolution problem caused by a const qualifier inSergey Prigogin2-1/+5
2012-04-20Cosmetics.Sergey Prigogin1-12/+11
2012-04-20Fixed broken error parser tests.Sergey Prigogin1-5/+5
2012-04-19Bug 377223. Added a failing test case.Sergey Prigogin1-1/+16
2012-04-19Renamed IErrorParser3.endOfStream method to shutdown for consistencySergey Prigogin2-2/+2
2012-04-19Renamed IErrorParser3.streamFinished method to endOfStream and adjustedSergey Prigogin3-6/+7
2012-04-19Cosmetics.Sergey Prigogin1-62/+8
2012-04-18Bumped up PDOM version to trigger index rebuild. The rebuild is neededSergey Prigogin1-3/+4
2012-04-18bug 371797: Fixed bug when in legacy mode scanner discovery doesn't run after...Andrew Gvozdev1-3/+3
2012-04-18Bug 372551. Codan support for writing checkers that invoke externalAlex Ruiz8-56/+355
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
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 memory-mapp...Andrew Gvozdev1-6/+51
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

Back to the top