summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2024-10-17extract NaN payload test from single unit testSakura2861-20/+3
2024-10-15cid#1557682 alt fix for Initialization or destruction ordering is unspecifiedCaolán McNamara1-16/+9
2024-10-14version COVERITY conditionalsCaolán McNamara2-6/+6
2024-10-14cid#1557682 Initialization or destruction ordering is unspecifiedCaolán McNamara1-0/+5
2024-10-09cid#1607798 Overflowed integer argumentNoel Grandin1-1/+1
2024-09-19cid#1606864 Overflowed constantCaolán McNamara1-1/+2
2024-09-07lok: add SAL_DISABLE_FSYNC environment to disable fsync.Michael Meeks1-1/+5
2024-09-02cid#1607774 silence Overflowed integer argumentCaolán McNamara1-1/+1
2024-08-31assign immediatelyCaolán McNamara1-3/+1
2024-08-30cid#1606819 silence Overflowed array index writeCaolán McNamara1-4/+5
2024-08-16cid#1607030 silence Overflowed integer argumentCaolán McNamara1-1/+1
2024-08-01This special case handling is redundantMike Kaganski1-7/+0
2024-07-31Reintroduce OUString::replaceAt taking an OUString to LIBO_INTERNAL_ONLYMike Kaganski1-1/+1
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen1-0/+1
2024-07-19Fix "lets" -> "let's"Andrea Gelmini1-2/+2
2024-07-17UI tests: use a dedicated desktop on WindowsMike Kaganski1-6/+2
2024-06-28Fix "lets" -> "let's"Andrea Gelmini1-1/+1
2024-06-19use gb_StaticLibrary_WORKDIR and gb_Library_DLLDIR more consistentlyChristian Lohmaier1-3/+3
2024-05-29Properly fix use of uninitialized valueStephan Bergmann1-2/+2
2024-05-27ofz: Use-of-uninitialized-value in ImplConvertUtf8ToUnicodeCaolán McNamara1-0/+1
2024-05-15Unit test for tdf#160985Eike Rathke1-0/+14
2024-05-15Resolves: tdf#160985 Max integer representation for rtl_math_StringFormat_GEike Rathke1-0/+5
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara2-24/+7
2024-04-30we dereference pProfile->m_Lines on the next line anywayCaolán McNamara1-2/+2
2024-04-30WaE: C6011 Dereferencing NULL pointer warnings from unchecked mallocCaolán McNamara11-24/+30
2024-04-30convert HeapAlloc to make_uniqueNoel Grandin1-24/+18
2024-04-29WaE: C6054: String 'baseDrive' might not be zero-terminatedCaolán McNamara1-1/+1
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann1-1/+2
2024-04-26loplugin:ostr in salNoel Grandin28-437/+428
2024-04-15lok: provide global random symbol to find random device.Michael Meeks1-1/+7
2024-04-03Allow custom "eye catcher" from LO_TESTNAME in tempfiles on WindowsMike Kaganski1-1/+15
2024-03-26No need to define ETIMEStephan Bergmann1-21/+0
2024-03-26Silence -Wdeprecated-pragmaStephan Bergmann1-0/+44
2024-03-25Best effort to create directories of SAL_LOG_FILEStephan Bergmann1-0/+5
2024-03-25Avoid -Werror,-Wcast-function-type-mismatchStephan Bergmann1-20/+23
2024-03-21Use consistent conditions in code and makefileStephan Bergmann1-1/+1
2024-03-18use our internal backtrace API for signal faultsNoel Grandin1-7/+4
2024-03-13Support environment variable expansion in logging.iniStephan Bergmann1-1/+37
2024-03-08Avoid mentioning Glibc-internal type __fsword_tStephan Bergmann1-3/+4
2024-03-08Blind fix for Linux 32-bit buildsStephan Bergmann1-3/+3
2024-03-05Missing include (for free)Stephan Bergmann1-0/+1
2024-02-29Simplify a bitMike Kaganski1-3/+2
2024-02-29Use <bit> instead of platform-specific intrinsicsMike Kaganski1-23/+6
2024-02-29Drop redundant code: this is handled belowMike Kaganski1-35/+3
2024-02-27tdf#158190 Fix Calc ROUND in floating-point calculate result very close to X.5Po-Yen Huang2-2/+4
2024-02-26Simplify a bitMike Kaganski1-35/+14
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski1-1/+2
2024-02-26Use filesystem::path to avoid MAX_PATH limitationMike Kaganski1-9/+9
2024-02-20Simplify a bitMike Kaganski1-128/+77
2024-02-20Move some stuff from path_helper to file_dirvol, and simplifyMike Kaganski5-197/+76