Skip to main content
summaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2013-02-05Enabled assertions during tests.Sergey Prigogin1-1/+1
2013-01-23Renamed few classes to distinguish tests from their base classes.Sergey Prigogin1-2/+2
2013-01-05Fixed broken test.Sergey Prigogin1-15/+3
2013-01-02Changed default preferences to not produce a warning for the last caseSergey Prigogin1-4/+4
2013-01-01Bug 396749 - Checker is not enabled if only one problem is selectedMarc-Andre Laperle1-4/+2
2012-12-28Bug 397208 - Problem markers don't get updated when preferences changeSergey Prigogin10-114/+180
2012-12-28Cosmetics.Sergey Prigogin1-1/+0
2012-12-07Bug 395018 - False 'member was not initalized in this constructor'Nathan Ridge2-9/+30
2012-12-07Bug 365498 - Strange warning placement for defaulted constructorNathan Ridge1-0/+9
2012-11-17Bug 348387 - fp in ReturnChecker using try/catch Tomasz Wesolowski5-15/+71
2012-11-08Fix intermittent test failures.Markus Schorn2-5/+3
2012-11-05Bug 392932 - ResourceException disabling checker in Codan preferencesMarc-Andre Laperle1-0/+3
2012-08-15Bumped up version to 8.1.1Sergey Prigogin7-7/+7
2012-08-14Bug 299911. Improved propagation of template instantiation context.Sergey Prigogin1-1/+2
2012-08-14Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin2-11/+12
2012-06-28Bug 383706. Restored accidentally commented out code.Sergey Prigogin1-2/+2
2012-06-28Bug 383706 - Class member initialization checker produces falseSergey Prigogin2-0/+12
2012-06-28Cosmetics.Sergey Prigogin1-9/+9
2012-05-17Fixed an NPE.Sergey Prigogin1-4/+8
2012-05-13Bug 368611 - Bogus warning in template partial specializationMarc-Andre Laperle2-2/+59
2012-05-10Fixed a typo.Sergey Prigogin1-2/+2
2012-05-01Bug 372551. Made "run on save" checker launch mode independent ofAlex Ruiz4-97/+137
2012-04-30Bug 378023 - Error markers are not removed when a checker is disabledSergey Prigogin5-23/+107
2012-04-30More logical order of parameters.Sergey Prigogin3-11/+11
2012-04-30Moved execution of checkers from CodanBuilder to CodanRunner.Sergey Prigogin18-176/+289
2012-04-30Minor label adjustments.Sergey Prigogin1-2/+2
2012-04-30Cosmetics.Sergey Prigogin1-11/+12
2012-04-30Fixed a typo.Sergey Prigogin2-4/+4
2012-04-30Generics.Sergey Prigogin1-25/+25
2012-04-30Alphabetical sorting of problem types.Sergey Prigogin1-4/+6
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-29Eliminated redundant checker runs.Sergey Prigogin8-112/+33
2012-04-29Cosmetics.Sergey Prigogin2-8/+5
2012-04-29Streamlined check enablement logic.Sergey Prigogin4-101/+55
2012-04-29Don't run checkers on UI thread.Sergey Prigogin4-12/+70
2012-04-29Made test more robust so that it doesn't fail when unrelated checkersSergey Prigogin2-22/+42
2012-04-29Cosmetics.Sergey Prigogin2-55/+42
2012-04-28Cosmetics.Sergey Prigogin3-57/+13
2012-04-27Bug 372551. Fixed running checkers on file open. Split "On file save"Alex Ruiz7-21/+45
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 Ruiz44-49/+1628
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 Laskavaia3-0/+53
2012-04-16Cosmetics.Sergey Prigogin1-7/+3
2012-04-13Fixed EmptyStackException.Sergey Prigogin1-1/+1
2012-04-13Cosmetics.Sergey Prigogin1-8/+4
2012-04-13Bug 376790 - Codan should not issue warnings for unused variables andSergey Prigogin2-6/+21
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin39-2212/+10

Back to the top