Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Bug 499471: Workaround indexer deadlock when tests runningJonah Graham1-1/+1
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-2/+2
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-2/+2
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt3-138/+138
2016-03-22Revert "Bug 489563 - API change for Language Settings Providers."Doug Schaefer8-1271/+730
2016-03-22Bug 489563 - API change for Language Settings Providers.Sergey Prigogin6-108/+109
2016-03-21Bug 489563 - API change for Language Settings Providers.Doug Schaefer7-624/+1164
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam39-39/+39
2015-04-21Bug 349564 - The 'Binaries' node does not always disappear when project is cl...Anton Leherbauer1-1/+78
2015-01-09Fixed a typo.Sergey Prigogin6-15/+15
2015-01-09Cosmetics.Sergey Prigogin1-2/+2
2014-04-08Disabled a failing test.Sergey Prigogin1-92/+61
2014-03-31Cosmetics.Sergey Prigogin1-75/+42
2014-03-24Remove test interdependencies in CPathEntryTestMarc-Andre Laperle1-61/+10
2013-09-21bug 416628: Handle case when projects reference each other recursivelyAndrew Gvozdev1-2/+94
2013-09-08bug 416628: "Export" of entries of language settings providers to referencing...Andrew Gvozdev3-2/+215
2013-09-08bug 416628: "Export" of entries of language settings providers to referencing...Andrew Gvozdev1-0/+43
2013-09-01bug 415970: Add waitForIndexer() before refreshLocal()Andrew Gvozdev1-0/+4
2013-06-22Relaxed type constraints inSergey Prigogin2-2/+2
2013-05-01bug 403405: Fix for failing test case BackwardCompatibilityTests.testPathEntr...Andrew Gvozdev1-8/+10
2013-04-29Reverted accidentally committed changes from last commitAndrew Gvozdev1-31/+0
2013-04-29bug 403405: Change default of isLanguageSettingsProvidersFunctionalityEnabled...Andrew Gvozdev2-1/+32
2013-04-23bug 401961: Use more general CConfigurationDataProvider facilities to initial...Andrew Gvozdev1-2/+6
2013-03-10bug 290631: Missing LSP change notification event when provider being seriali...Andrew Gvozdev1-1/+43
2012-11-30Cosmetics.Sergey Prigogin2-144/+118
2012-10-27Bug 392966: Indexing only source files in the build doesn't work properly wit...Andrew Gvozdev1-0/+33
2012-09-14Fix intermittent test failures.Markus Schorn5-14/+11
2012-07-25bug 385678: Juno Indexer cannot find headers in workspace folders thatAndrew Gvozdev1-2/+9
2012-05-24bug 379165: [sd90] Reindex using accurate list of affected resourcesAndrew Gvozdev1-0/+370
2012-04-16bug 371797: Let all jobs finish before tearDown() in unit testsAndrew Gvozdev1-0/+10
2012-02-05bug 290631: Removed refresh to avoid possible deadlockAndrew Gvozdev1-50/+59
2012-02-03bug 290631: Incorporate New Scanner Discovery from sd90 into the modelAndrew Gvozdev3-0/+931
2012-02-03bug 290631: Add language settings delta to CProjectDescriptionDeltaAndrew Gvozdev1-171/+224
2012-02-03bug 290631: : Implement ILanguageSettingsProvidersKeeper byAndrew Gvozdev6-1/+1893
2012-01-26bug 290631: Added New Scanner Discovery core functionality from branchAndrew Gvozdev11-0/+3930
2012-01-19bug 284699: Added some annotations/commentsAndrew Gvozdev2-58/+59
2012-01-19bug 284699: Paths and Symbols inheritance problemRaphael Zulliger2-4/+71
2012-01-08@Override annotations and redundant casts.Sergey Prigogin31-10/+102
2012-01-04bug 290631: Scanner Discovery Challenge. ICSettingEntry &Andrew Gvozdev1-3/+3
2011-09-15Cosmetics, more readable namesAndrew Gvozdev1-23/+23
2011-09-13Delay test to allow indexer to get started before deleting project.Doug Schaefer1-0/+2
2011-08-23Fixed warnings.Sergey Prigogin1-3/+3
2011-07-20Bug 352350 - Outline view corrupts expansion state of namespace nodesJens Elmenthaler1-1/+16
2011-06-30Bug 348569 - Ever growing resource tree with cyclic symbolic linksAnton Leherbauer1-3/+4
2011-03-08Bug 203240 - Permission of .cproject file seems not to be considered anywhere...Anton Leherbauer1-22/+36
2011-02-13Bug 335344 - [External Settings Provider] Settings lost after changing langua...James Blackburn2-5/+112
2010-06-03Bug 315439 Fix up copyrightVivian Kong7-7/+7
2010-05-18Bug 312575 Updating a .cproject doesn't update settings in referencing projec...James Blackburn1-1/+1
2010-05-17Removes use of static instance of NullProgressMonitor (once canceled it remai...Markus Schorn1-12/+13
2010-05-13Bug 312575 Changes aren't propagated when the referencing project references ...James Blackburn1-37/+312

Back to the top