summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-302-44/+2
* tdf#42949 Fix IWYU warnings in io/Gabor Kelemen2019-04-2519-54/+56
* log nice exception messages whereever possibleNoel Grandin2019-03-072-11/+17
* loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin2019-02-242-4/+0
* loplugin:indentation in helpcompiler..ioNoel Grandin2019-02-094-4/+4
* Better fix for missing [[noreturn]] of CPPUNIT_FAILStephan Bergmann2019-02-011-1/+1
* use unique_ptr in ioNoel Grandin2018-12-193-13/+8
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-2/+2
* pvs-studio: V557 Array overrun is possibleCaolán McNamara2018-10-211-1/+1
* tdf#120703 (PVS): handle failed reallocMike Kaganski2018-10-211-2/+4
* no need to call empty() before clear()Noel Grandin2018-10-031-4/+1
* New loplugin:externalStephan Bergmann2018-09-172-2/+2
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-103-0/+3
* loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin2018-09-091-3/+1
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-4/+2
* add operator+=(OUStringBuffer) method to OUStringNoel Grandin2018-08-012-2/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* Fix typosAndrea Gelmini2018-07-181-1/+1
* tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle2018-07-082-7/+4
* Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet2018-03-181-10/+14
* Fix typosAndrea Gelmini2018-01-241-1/+1
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-1/+1
* remove local copies of std::min,std::maxNoel Grandin2018-01-154-9/+6
* More loplugin:cstylecast: ioStephan Bergmann2018-01-121-22/+22
* loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2018-01-111-11/+9
* inline use-once typedefsNoel Grandin2017-12-191-3/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-1110-25/+25
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-3/+3
* loplugin:constmethod in vcl and stocNoel Grandin2017-10-302-3/+3
* loplugin:includeform: ioStephan Bergmann2017-10-2311-24/+24
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-5/+5
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-291-15/+6
* loplugin:flatten in framework..packageNoel Grandin2017-09-225-219/+161
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-043-15/+15
* loplugin:oncevarNoel Grandin2017-07-312-12/+4
* loplugin:unusedfields in ioNoel Grandin2017-07-221-2/+3
* RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2017-07-171-2/+2
* loplugin:oncevar: empty strings: ioStephan Bergmann2017-07-131-4/+2
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-2/+2
* loplugin:useuniqueptr in variousNoel Grandin2017-06-271-31/+12
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-252-6/+3
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-184-4/+0
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-122-20/+5
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-3/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-075-22/+22
* tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock2017-05-075-22/+22
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0