Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-14Bug 373695 - Quick fix fails to create local variableMarc-Andre Laperle2-10/+22
2012-03-08Bug 368420 - FP in members not initialized in in copy constructorMarc-Andre Laperle2-6/+64
2012-03-07Bug 368419 - FP in members not initialized in constructorMarc-Andre Laperle2-3/+25
2012-03-05Bug 372009 - Wrong class name in NonVirtualDestructor warningMarc-Andre Laperle3-5/+27
2012-03-02Remove @noreference from getResourceProfileWorkingCopy since it's usedSergey Prigogin1-18/+17
2012-03-02Fixed compiler warnings.Sergey Prigogin3-54/+13
2012-03-02Bug 373029 - Fixes to inconsistencies in Codan preference page.Alex Ruiz1-75/+51
2012-02-24Remove version constraints from dependencies between Codan plugins.Sergey Prigogin4-8/+12
2012-02-24Fixed up the version in pom.Sergey Prigogin1-1/+1
2012-02-23Warning cleanup.Sergey Prigogin12-217/+118
2012-02-23Adjustments to Alex's contribution.Sergey Prigogin35-293/+240
2012-02-23Minor code cleanup.Alex Ruiz2-3/+1
2012-02-23Added more tests.Alex Ruiz3-6/+120
2012-02-23Code cleanup:Alex Ruiz11-476/+324
2012-02-23Added test for CommandLauncher.Alex Ruiz3-8/+259
2012-02-23Leftover cleanup from previous commit.Alex Ruiz6-36/+40
2012-02-23Code cleanup, to make CommandLauncher testable.Alex Ruiz17-279/+340
2012-02-23Fixed test broken by accident.Alex Ruiz2-29/+32
2012-02-23Minor code cleanup.Alex Ruiz4-28/+61
2012-02-23Minor code cleanup.Alex Ruiz4-5/+6
2012-02-23* Enabled correct API baseline (3.7) and fixed related API-check errors.Alex Ruiz33-194/+409

Back to the top