Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Enabled JDK 1.7.Sergey Prigogin3-5/+5
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
2013-10-09Fixed an NPE during shutdown.Sergey Prigogin1-0/+2
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2012-12-28Bug 397208 - Problem markers don't get updated when preferences changeSergey Prigogin1-1/+1
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin2-3/+3
2012-05-10Fixed a typo.Sergey Prigogin1-2/+2
2012-05-01Bug 372551. Made "run on save" checker launch mode independent ofAlex Ruiz2-85/+118
2012-04-30More logical order of parameters.Sergey Prigogin1-1/+1
2012-04-30Moved execution of checkers from CodanBuilder to CodanRunner.Sergey Prigogin1-8/+3
2012-04-29Code streamlining.Sergey Prigogin1-6/+0
2012-04-29Prevented class loading avalanche on UI thread when CDT is installed butSergey Prigogin1-6/+15
2012-04-29Cosmetics.Sergey Prigogin1-3/+0
2012-04-29Don't run checkers on UI thread.Sergey Prigogin4-12/+70
2012-04-28Cosmetics.Sergey Prigogin3-57/+13
2012-04-27Bug 372551. Fixed running checkers on file open. Split "On file save"Alex Ruiz2-18/+31
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin3-144/+1
2012-02-23Warning cleanup.Sergey Prigogin2-1/+3
2012-02-23Adjustments to Alex's contribution.Sergey Prigogin2-74/+46
2012-02-23Leftover cleanup from previous commit.Alex Ruiz1-2/+2
2012-02-23Code cleanup, to make CommandLauncher testable.Alex Ruiz1-3/+3
2012-02-23Minor code cleanup.Alex Ruiz3-4/+5
2012-02-23* Enabled correct API baseline (3.7) and fixed related API-check errors.Alex Ruiz3-5/+71
2012-02-23Initial take on external-tool-based checkers.Alex Ruiz3-1/+103
2012-01-08Fix pom after version number increaseMarc-Andre Laperle1-1/+1
2012-01-08Incremented major version to fix API error.sprigogin3-348/+355
2012-01-08@Override annotations.Sergey Prigogin1-0/+2
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin1-1/+1
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin1-1/+1
2011-07-06Bug 351157 - Codan Source Plugin has incorrect Bundle-Name /Alena Laskavaia1-2/+2
2011-06-28Mavenizing CDT releng.Doug Schaefer1-0/+17
2011-06-08Bug 348747 - Codan source bundles missing required filesVivian Kong1-1/+3
2011-05-27Cosmetics.Sergey Prigogin1-2/+1
2011-03-29added a method to reurn problem instance by markerAlena Laskavaia1-0/+13
2011-03-25Bug 338349 - CodanCReconciler does not find resources consistenly.Sergey Prigogin1-30/+18
2011-03-19method should be syncronizedAlena Laskavaia1-0/+1
2011-03-19- moved generic base class for ast rewrite quick fix to common pluginsAlena Laskavaia2-0/+138
2011-03-16API tooling: @since 1.1 should be @since 2.0James Blackburn1-1/+1
2011-03-08- did a major refactoring with API breakage to get rid of bad dependency fro...Alena Laskavaia2-3/+250
2011-02-24auto-format code using project formatterAlena Laskavaia4-23/+23
2011-02-24enable project specific code formatter so all committers use the same oneAlena Laskavaia2-1/+273
2010-08-13fixed usage of improper attribute for problem id, added marker groupping supportAlena Laskavaia1-1/+2
2010-06-14Add missing about.html files.Doug Schaefer2-1/+26
2010-06-03Bug 315439 Fix up copyrightVivian Kong6-3/+33
2010-05-31Externalized strings in manifestAlena Laskavaia3-2/+4
2010-05-07Externalized stringsAlena Laskavaia1-1/+1
2010-05-02Refactor to move common code to a proper package and externalize stringsAlena Laskavaia2-3/+101
2010-04-28- added preference to disable check as you typeAlena Laskavaia1-4/+30
2010-04-21- command contribution implemented properlyAlena Laskavaia4-4/+43
2010-03-24- removed dependencies on cdt 7.0 so it can be used with cdt 6.0Alena Laskavaia1-3/+3

Back to the top