Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-8/+8
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2013-07-22Cosmetics.Sergey Prigogin1-1/+0
2013-06-22Fixed an NPE.Sergey Prigogin1-0/+2
2012-11-17Bug 348387 - fp in ReturnChecker using try/catch Tomasz Wesolowski1-7/+15
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin2-3/+3
2012-05-01Bug 372551. Made "run on save" checker launch mode independent ofAlex Ruiz1-6/+9
2012-04-30Moved execution of checkers from CodanBuilder to CodanRunner.Sergey Prigogin1-7/+5
2012-04-29Eliminated redundant checker runs.Sergey Prigogin1-4/+2
2012-04-27Bug 372551. Fixed running checkers on file open. Split "On file save"Alex Ruiz1-0/+1
2012-04-25Bug 372551. Fixed semantics of ErrorParserManager (e.g.Alex Ruiz1-3/+1
2012-04-18Bug 372551. Codan support for writing checkers that invoke externalAlex Ruiz17-18/+1004
2012-04-18Bug 377045 - Bogus transient errors in C/C++ editor soon after EclipseSergey Prigogin1-9/+16
2012-04-18Fixed a typo.Sergey Prigogin1-1/+1
2012-04-17Bug 316076 - fixed f.p. when using gcc annotation about no returnAlena Laskavaia1-0/+8
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin2-72/+7
2012-03-14Bug 373695 - Quick fix fails to create local variableMarc-Andre Laperle1-9/+17
2012-02-24Remove version constraints from dependencies between Codan plugins.Sergey Prigogin1-1/+1
2012-02-23Initial take on external-tool-based checkers.Alex Ruiz2-1/+70
2012-02-09Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCallSergey Prigogin1-4/+5
2012-01-09Declare utility methods static.Sergey Prigogin1-24/+14
2012-01-08@Override annotations.Sergey Prigogin10-0/+19
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-10-18Switched to Java 1.6.Sergey Prigogin2-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-09-22Update version numbers for Juno.Doug Schaefer2-2/+2
2011-08-30Added ability to suppress unused variable and function warnings for codeSergey 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-19Do not report suspicious semicolons produced by macro expansion.Sergey Prigogin1-5/+14
2011-05-01Bug 343767 - [fp] 'No return' warning when return in both if and elseAlena Laskavaia1-4/+29
2011-04-12Bug 337486 - AbstractIndexAstChecker allows AST to outlive index read lock.Sergey Prigogin2-162/+178
2011-04-09Javadoc adjustments.Sergey Prigogin1-3/+3
2011-04-06Bug 341089: Codan does not handle missing functions in macros correctlyEmanuel Graf1-14/+25
2011-03-22Bug 339463 - Quick fix create local variable and others do not infer paramete...Marc-Andre Laperle1-1/+18
2011-03-20started adding support for multiple instance problemsAlena Laskavaia1-3/+18
2011-03-19method should be syncronizedAlena Laskavaia1-1/+1
2011-03-17extracted comment manupulation login to an abstract checkerAlena Laskavaia4-61/+107
2011-03-12added support to easy discovering comments for statement (for suppression)Alena Laskavaia4-0/+190
2011-03-11Bug 339634 - [performance] Quick fix create local variable and others can be ...Marc-Andre Laperle1-5/+22
2011-02-24auto-format code using project formatterAlena Laskavaia16-209/+118
2011-02-24enable project specific code formatter so all committers use the same oneAlena Laskavaia2-1/+273
2011-02-22make CIndex checker extened AbtractCheckerWithParamters because it shouldAlena Laskavaia1-2/+2
2011-02-09Bug 335909 - adjusted cfg generation for switch and dead codeAlena Laskavaia1-0/+26
2011-02-09Bug 335909 - Exception in switch statementAlena Laskavaia1-3/+9
2011-02-09Bug 336554 - Codan shouldn't bother if the file is not under C/C++ projectAlena Laskavaia1-2/+17
2010-12-01Bug 329497 - checker for no break at the end of caseAlena Laskavaia1-0/+28

Back to the top