summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2020-11-11loplugin:stringviewNoel2-2/+2
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-12/+12
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann4-105/+53
2020-10-18Limit nDecPlaces to a sensible value [-20, 20]Eike Rathke1-0/+6
2020-10-12Use `pthread_set_name_np` on FreeBSD 12.1 and below, as `pthread_setname_np` ...Gleb Popov1-1/+7
2020-10-08Do not redefine ETIME unconditionally on FreeBSD.Gleb Popov1-1/+3
2020-10-05loplugin:reducevarscope in salNoel4-11/+9
2020-09-26Fix typo in codeAndrea Gelmini1-2/+2
2020-09-25cppunittester: [_RUN_____] indicates unit test startJustin Luth1-1/+2
2020-09-23Silence cid#1467434Stephan Bergmann1-0/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara4-9/+9
2020-09-21cppunittester: Do not unload test librariesStephan Bergmann1-2/+7
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-7/+14
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-09-08Fix typos in commentsStephan Bergmann1-2/+2
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann5-7/+7
2020-09-05Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann3-2/+95
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann8-42/+102
2020-09-03Fix typoStephan Bergmann1-1/+1
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann3-10/+17
2020-08-31Remove some commented-out codeStephan Bergmann1-7/+0
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2-8/+27
2020-08-29Fix typosAndrea Gelmini1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann7-52/+52
2020-08-21loplugin:stringstatic (clang-cl)Stephan Bergmann1-2/+2
2020-08-17Remove leftover debug includeStephan Bergmann1-1/+0
2020-08-17loplugin:loopvartoosmallStephan Bergmann1-6/+5
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-15/+14
2020-08-11loplugin:flattenNoel Grandin1-12/+12
2020-08-10Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist1-2/+6
2020-08-04loplugin:elidestringvar (clang-cl)Stephan Bergmann1-2/+1
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann2-4/+4
2020-07-21Improved oplugin:staticanonymous -> redundantstatic redux, macOSStephan Bergmann1-3/+3
2020-07-07Allow making SAL_LOG based output fatalJan-Marek Glogowski1-9/+30
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann55-2389/+2389
2020-06-05Upcoming loplugin:elidestringvar: salStephan Bergmann2-48/+21
2020-06-04Remove useless Result variableStephan Bergmann1-9/+5
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin2-4/+4
2020-05-25createSocketImpl is always called with the same argumentStephan Bergmann1-4/+4
2020-05-24Revert "Try to blind-solve cppunittester hangs on Windows"Mike Kaganski2-10/+4
2020-05-24Try to blind-solve cppunittester hangs on WindowsMike Kaganski2-4/+10
2020-05-10compact namespace in sal..svgioNoel Grandin8-16/+16
2020-04-29Fix problems when running a sandboxed LO as instdir/.../soffice on macOSTor Lillqvist1-0/+12
2020-04-17Just use __builtin_ffs on GCC and ClangStephan Bergmann1-9/+2
2020-04-15loplugin:buriedassign in salNoel Grandin4-20/+34
2020-04-06Nah, let's revert that shiteTor Lillqvist5-295/+40
2020-04-04Let's put some verbosity in #if 0, thoughTor Lillqvist1-1/+1
2020-04-04Show what pathname a fd was opened from in the SAL_INFO("sal.file") callsTor Lillqvist4-38/+137
2020-04-04Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write callsTor Lillqvist1-5/+39
2020-04-04Show flags and modes symbolically in the SAL_INFO() for open() and access()Tor Lillqvist3-6/+128