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