summaryrefslogtreecommitdiff
path: root/io/source/connector
AgeCommit message (Expand)Author
2020-09-27improve some exception messagesNoel Grandin
2020-07-14io: create instances with uno constructorsNoel Grandin
2020-06-05Make it more obvious that the error message is composedStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ioStephan Bergmann
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin
2019-04-25tdf#42949 Fix IWYU warnings in io/Gabor Kelemen
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2018-12-19use unique_ptr in ioNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: ioStephan Bergmann
2017-09-22loplugin:flatten in framework..packageNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-10io: warn if OConnector can't connect to pipeMichael Stahl
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in ioStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-07Revert "reduce unnecessary realloc'ing"Stephan Bergmann
2016-04-01reduce unnecessary realloc'ingNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10Replaced for_each and algorithm include by range based loop and exception.Mario J. Rugiero
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-23com::sun::star->css in ioNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-08Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-30fix . in #defineNoel Grandin