summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Cut down on -pthread/-lpthread proliferationStephan Bergmann2020-05-011-3/+0
* tdf#128101 android: fix documents with manual page breakChristian Lohmaier2020-01-031-7/+17
* android: file-cache to improve performance.Michael Meeks2020-01-031-65/+98
* android: very nasty WIP in-memory cache.Michael Meeks2019-12-201-9/+60
* android: Get rid of the 'old' vs. Online-based runtime distinction.Jan Holesovsky2019-12-021-5/+0
* android: Fix a missing return value.Jan Holesovsky2019-12-021-0/+1
* android: Hint how to enable fontconfig logging.Jan Holesovsky2019-12-021-0/+3
* android: Fix type of a C string to be const char[].Jan Holesovsky2019-10-091-4/+6
* android: Make the tiled rendering from the loolwsd actually work.Jan Holesovsky2019-10-091-0/+6
* android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky2019-10-091-0/+15
* android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky2019-10-091-8/+21
* android: Expose setting of the JavaVM.Jan Holesovsky2019-10-091-0/+7
* Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist2019-09-201-0/+30
* Resolves: tdf#126766 fix rounding correction at start of negative valuesEike Rathke2019-08-301-2/+12
* tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski2019-06-181-2/+3
* tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski2019-06-181-1/+1
* tdf#96038 Make shell function work with paths containing spacesRoland Baudin2019-03-181-4/+14
* Unit test for leading and trailing group separator charactersEike Rathke2018-12-011-0/+56
* A leading or trailing group separator character is not a group separatorEike Rathke2018-12-011-2/+12
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+2
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-161-4/+4
* Fix race in test codeStephan Bergmann2018-11-131-2/+5
* Fix typoAndrea Gelmini2018-11-111-3/+3
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-1/+1
* tdf#120703 PVS: silence a V555Mike Kaganski2018-11-101-1/+1
* Don't bother setting LC_ALL, LC_CTYPE, and LANG on iOSTor Lillqvist2018-11-101-0/+2
* loplugin:collapseif in framework..salNoel Grandin2018-11-071-5/+2
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-042-30/+19
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-3/+0
* gbuild: rename value OS=IOS to OS=iOSMichael Stahl2018-11-011-4/+4
* Fix build on HaikuKacper Kasper2018-11-014-2/+8
* Translate German commentsJohnny_M2018-10-313-11/+11
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-6/+0
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-5/+3
* tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski2018-10-271-12/+6
* Tell the actual end result and not an intermediate one in the SAL_INFO()Tor Lillqvist2018-10-241-2/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-2461-1787/+1764
* dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist2018-10-231-1/+21
* Remove line commented out since 2004Tor Lillqvist2018-10-221-2/+0
* tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski2018-10-211-14/+47
* tdf#120703 (PVS)Mike Kaganski2018-10-211-43/+63
* use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara2018-10-202-13/+16
* Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist2018-10-1911-106/+586
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-13/+7
* loplugin:staticvar in hwpfilter..salNoel Grandin2018-10-181-1/+1
* Avoid risk of looking at an errno modified by SAL_INFO() callTor Lillqvist2018-10-162-4/+9
* clang-tidy misc-redundant-expressionNoel Grandin2018-10-152-2/+2
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-1220-95/+95
* More SAL_INFO("sal.file", ...) tweaksTor Lillqvist2018-10-123-13/+92
* Further SAL_INFO("sal.file",...) tweaksTor Lillqvist2018-10-113-28/+83