- 50291c2e Consistently use __EMSCRIPTEN__ instead of EMSCRIPTEN macro by Stephan Bergmann · 5 days ago
- 50f4df0 Fix CppunitTest_sal_osl on Windows: exclude osl_Time by Mike Kaganski · 4 days ago
- c47425e Demote the published ABI: Drop version scripts by Stephan Bergmann · 6 days ago
- a70ce89 Change in COKitInit.h lok_* and similar to cok_*, cokit_*, ... by Tomaž Vajngerl · 10 days ago
- 6f217fe Rename mentions of LibreOfficeKit to COKit by Tomaž Vajngerl · 10 days ago
- 158699d rename include/LibreOfficeKit to include/COKit by Tomaž Vajngerl · 10 days ago
- 4a2ca05 Rename LibreOfficeKit.h to COKit.h by Tomaž Vajngerl · 10 days ago
- d037b81 Clarify project in source code headers. by Michael Meeks · 10 days ago
- bc2c834 tdf#170297: Revert "tdf#150118 check file permissions on windows if have no readonly" (26.2 only) by Xisco Fauli · 6 weeks ago
- aef9079 tdf#170297: Revert "tdf#150118: fix call to AccessCheck" (26.2 only) by Xisco Fauli · 6 weeks ago
- 82de06c sal: move tzset and environment variable setting logic into sal. by Michael Meeks · 6 weeks ago
- 15d9d83 sal: switch to internal ICU ucal_* API for Unix timezone pieces. by Michael Meeks · 6 weeks ago
- 1397538 fix build with musl libc (Alpine Linux) by Andras Timar · 7 weeks ago
- 86b31e4 uunxapi.cxx: add pre/postmac headers for sandboxed build by Christian Lohmaier · 9 weeks ago
- 646ddd8 Add some DISABLE_DYNLOADING ifdefs to osl/w32, as for unx by Tor Lillqvist · 10 months ago
- 49ef699 Adapt to fix of C++ LWG 172 by Stephan Bergmann · 4 months ago
- 99d6cfe tdf#147021 Use std::[s]size() instead of SAL_N_ELEMENTS() macro by Nguyen · 5 months ago
- 87f3123 tdf#143148: Use pragma once instead of include guards by Yui Nguyen · 5 months ago
- 1134053 Improve some messages in CppunitTest_sal_osl by Mike Kaganski · 5 months ago
- a20e752 Sanity check all IwyuFilter files by Gabor Kelemen · 6 months ago
- 1a4f72f tdf#150118: fix call to AccessCheck by Mike Kaganski · 6 months ago
- 1b5d039 tdf#150118 check file permissions on windows if have no readonly by Balazs Varga · 6 months ago
- d32c664 tdf#168673: approx equality threshold no less than 1/2 15th significand by Mike Kaganski · 6 months ago
- 7a887b1 Use make_unique_for_overwrite for buffer created for overwrite by Mike Kaganski · 6 months ago
- c5c8e28 Avoid some lopluign:unusedmember false positives by Stephan Bergmann · 7 months ago
- 9d58450 cid#1666316 Uninitialized pointer field by Caolán McNamara · 7 months ago
- b6feccc Replace dtoa with fast_float for faster string-to-float parsing by Mike Kaganski · 7 months ago
- 4f98b46 Small normalization/cleanup by Mike Kaganski · 7 months ago
- 9984520 Simplify bSign handling by Mike Kaganski · 7 months ago
- daded10 Encapsulate buffer management in stringToDouble by Mike Kaganski · 7 months ago
- 898c7ca Drop redundant out-of-range check for infinity by Mike Kaganski · 7 months ago
- 8132156 Simplify the check for "the dreaded rounded to 15 digits max value" by Mike Kaganski · 7 months ago
- db3d15e vcl/sal: remove unecessary Mac OS includes and linkage to Carbon by Dan Williams · 7 months ago
- a3aaa11 tdf#168423: Allow subnormals from strtod by Mike Kaganski · 7 months ago
- 778adf5 Fix compilation on FreeBSD by Jaap · 8 months ago
- a0878a6 osl_setThreadName for Emscripten by Stephan Bergmann · 7 months ago
- 2ecfde9 Simplify rtl_getTextEncodingFrom{Unix,Mime}Charset by Mike Kaganski · 8 months ago
- be6015e cid#1659971 silence Overflowed return value by Caolán McNamara · 8 months ago
- 644915f5 remove out of date markup by Caolán McNamara · 8 months ago
- 9bf7ca9 remove these old coverity markups by Caolán McNamara · 8 months ago
- d752e23 drop coverity workarounds that no longer seem needed by Caolán McNamara · 8 months ago
- 0066897 Allow SAL_LOG_FILE to add process ID to file name by Stephan Bergmann · 8 months ago
- 0246482 cid#1659848 silence Logically dead code by Caolán McNamara · 8 months ago
- 2d42c4d cid#1660511: Resource leak by Julien Nabet · 8 months ago
- 3ce2118 cid#1308563 Still needed for coverity 2024 by Caolán McNamara · 8 months ago
- d9431ee Drop special case for Windows from dp_misc::office_is_running by Mike Kaganski · 9 months ago
- b076eaa Drop unneeded check by Mike Kaganski · 9 months ago
- 8e71a56 Drop useless comment: the source string is already UTF-16 by Mike Kaganski · 9 months ago
- 12149d9 Fix a memory leak by Mike Kaganski · 9 months ago
- 58b9b2f const up various static locals by Noel Grandin · 9 months ago
- 3a4961a Use o3tl::{get,set}Environment instead of resp. osl_* functions by Mike Kaganski · 9 months ago
- b3638913 osl : no need to use Android specific code anymore by Arnaud VERSINI · 9 months ago
- 027752f sal Windows : use GetSystemTimePreciseAsFileTime directly. by Arnaud VERSINI · 9 months ago
- 9640312 Simplify TimeValueToFileTime / FileTimeToTimeValue by Mike Kaganski · 9 months ago
- 03aa64c cid#1659047 silence bogus Copy into fixed size buffer by Caolán McNamara · 9 months ago
- 42a29a6 cid#1659049 Resource leak by Caolán McNamara · 9 months ago
- ff727fd cid#1659044 Resource leak by Caolán McNamara · 9 months ago
- e1b2c00 Refactor code to be more C++ by Mike Kaganski · 9 months ago
- d1ed511 Fix ToStringHelper<sal_Unicode[ N ]> by Mike Kaganski · 9 months ago
- 337e420 Don't share a temp dir between CppunitTests by Stephan Bergmann · 9 months ago
- 3b8cb97 Remove duplicated include by Andrea Gelmini · 9 months ago
- 19e5551 sal: osl::File sand-boxing for Unix by Stephan Bergmann · 9 months ago
- bae4c7b Drop operator!=, it's synthetized now by Mike Kaganski · 11 months ago
- d87694c tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() by Ahmed Khaled · 1 year, 1 month ago
- d29f6a2 Remove obsolete fw declarations from sal/ by Gabor Kelemen · 12 months ago
- 8e0ffff Directly use std::cmp_*, drop o3tl::cmp_* by Stephan Bergmann · 2 years, 5 months ago
- 2adacda Add a test for three-segment ${file:segment:key} bootstrap references by Stephan Bergmann · 12 months ago
- 91fb11d Atomically write line plus newline into $SAL_LOG_FILE by Stephan Bergmann · 1 year ago
- 7e5a704 Use _wputenv_s instead of _wputenv by Mike Kaganski · 1 year ago
- 11f10c4 Use GetEnvironmentVariableW a bit more correctly by Mike Kaganski · 1 year ago
- e7b352e remove volatile from variable in rtl_math_acosh by Noel Grandin · 1 year ago
- 2a20616 Move Windows error helpers to comphelper namespace by varshneydevansh · 1 year ago
- 2265a8a Simplify oslTranslateFileError by Mike Kaganski · 1 year, 2 months ago
- 2990620 remove code duplication - conversion hex char to value by Tomaž Vajngerl · 1 year, 3 months ago
- afb8bce Use EXTENDED_MAX_PATH for consistency by Mike Kaganski · 1 year, 3 months ago
- 6b6f8ca Factor out and simplify COM-safe wait by Mike Kaganski · 1 year, 3 months ago
- 1e2e516 Try to use CoWaitForMultipleHandles magic to handle COM message loop by Mike Kaganski · 1 year, 3 months ago
- e143c83 Simplify using designated initializers by Mike Kaganski · 1 year, 3 months ago
- f468593 Close handles properly by Mike Kaganski · 1 year, 3 months ago
- 46533f9 correct caching in osl_getLocalHostname* by Noel Grandin · 1 year, 4 months ago
- d17a495 tdf#152943: Add configure option to disable NaN payload related tests by Sakura286 · 1 year, 6 months ago
- a7041bb tdf#152299 - Remove unused define(s) from C/C++ files by Bogdan Buzea · 1 year, 4 months ago
- e85d48c Fix typos by Andrea Gelmini · 1 year, 4 months ago
- c06de26 tsan: make oslPipe thread-safe by Noel Grandin · 1 year, 5 months ago
- 7b7d935 tdf#163486: PVS: Expression is always true by Xisco Fauli · 1 year, 5 months ago
- 15d66da cid#1607638 silence Overflowed return value by Caolán McNamara · 1 year, 7 months ago
- 16f6149 clang-tidy: performance-unnecessary-copy-initialization in sal by Noel Grandin · 1 year, 5 months ago
- 8030c5c loplugin:reftotemp in pyuno..sax by Noel Grandin · 1 year, 5 months ago
- 910ae38 merge creating variable and assigning it by Caolán McNamara · 1 year, 8 months ago
- 5de73f0 new loplugin:staticconstexpr by Noel Grandin · 1 year, 6 months ago
- ad686b2 No need to use SAL_THROW_EXTERN_C macro in CXX by Mike Kaganski · 1 year, 5 months ago
- f9af5be use SAL_WARN_IF here instead by Caolán McNamara · 1 year, 5 months ago
- 50656d54 extract NaN payload test from single unit test by Sakura286 · 1 year, 6 months ago
- 28d8a59 cid#1557682 alt fix for Initialization or destruction ordering is unspecified by Caolán McNamara · 1 year, 6 months ago
- 3ef8075 version COVERITY conditionals by Caolán McNamara · 1 year, 6 months ago
- 85a2b22 cid#1557682 Initialization or destruction ordering is unspecified by Caolán McNamara · 1 year, 9 months ago
- ac4ea1a cid#1607798 Overflowed integer argument by Noel Grandin · 1 year, 6 months ago
- 795940e cid#1606864 Overflowed constant by Caolán McNamara · 1 year, 7 months ago
- c95b118 lok: add SAL_DISABLE_FSYNC environment to disable fsync. by Michael Meeks · 1 year, 11 months ago
- 228946f cid#1607774 silence Overflowed integer argument by Caolán McNamara · 1 year, 7 months ago