summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin2-20/+5
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-3/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-4/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock5-22/+22
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock5-22/+22
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2-4/+4
2017-03-16Fix typosAndrea Gelmini2-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-10io: warn if OConnector can't connect to pipeMichael Stahl1-5/+4
2017-02-06Add missing #includesStephan Bergmann12-2/+22
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2-46/+29
2017-01-26Remove dynamic exception specificationsStephan Bergmann17-724/+330
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ioStephan Bergmann6-1/+23
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2-23/+10
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin2-20/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in ioStephan Bergmann4-35/+1
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin2-20/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann12-17/+17
2016-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-2/+0
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl1-16/+0
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann1-4/+4
2016-05-01Fix typo in codeAndrea Gelmini1-4/+4
2016-04-21new plugin stylepoliceNoel Grandin1-3/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-8/+8
2016-04-07clean upStephan Bergmann1-2/+2
2016-04-07Revert "reduce unnecessary realloc'ing"Stephan Bergmann3-18/+8
2016-04-01reduce unnecessary realloc'ingNoel Grandin3-8/+18
2016-02-09Remove excess newlinesChris Sherlock14-99/+0
2016-01-25fix OSX buildNoel Grandin2-8/+6
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-6/+8
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara11-16/+16
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-9/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin6-20/+10
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-10Replaced for_each and algorithm include by range based loop and exception.Mario J. Rugiero2-4/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-27/+27
2015-11-09new loplugin: oncevarNoel Grandin1-3/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin7-18/+17
2015-11-03Fix create/destroy mismatchStephan Bergmann1-2/+2
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-2/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-16/+14
2015-10-23com::sun::star->css in ioNoel Grandin9-125/+125
2015-10-17coverity#1327454 Uncaught exceptionCaolán McNamara4-126/+39