summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Expand)Author
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2019-01-17Fix rtl_DoubleLocking::getValue_002 testStephan Bergmann
2018-12-01Unit test for leading and trailing group separator charactersEike Rathke
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-11-13Fix race in test codeStephan Bergmann
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin
2018-09-08clang-tidy bugprone-sizeof-expressionNoel Grandin
2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-01-30Typ-o negativIlmari Lauhakangas
2018-01-23Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe
2018-01-17tdf#114939: Verify rtl_digest_SHA1 computes broken results, by designStephan Bergmann
2018-01-16tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian
2017-12-20Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.Jan Holesovsky
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-11-21Fix typosAndrea Gelmini
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-24Make testUtf8StringLiterals work when char is unsignedStephan Bergmann
2017-10-23loplugin:includeform: salStephan Bergmann
2017-09-24Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-13Make reading UTF-8 strictStephan Bergmann
2017-07-25tell msvc our source code is written using utf-8Caolán McNamara
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann