Age | Commit message (Expand) | Author |
2022-11-21 | sal/osl win32 : use non recursive mutexes in file and thread | Arnaud VERSINI |
2022-11-17 | Revert "TempFile: clear handle on close" | Stephan Bergmann |
2022-11-11 | Drop useless std::move of const object | Stephan Bergmann |
2022-11-08 | A better fix for C++23 P2266R1 | Stephan Bergmann |
2022-11-07 | file: Use calloc | Dr. David Alan Gilbert |
2022-11-07 | TempFile: clear handle on close | Dr. David Alan Gilbert |
2022-11-05 | -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): sal | Stephan Bergmann |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-27 | rtl uuid : remove useless endian conversion | Arnaud VERSINI |
2022-09-23 | tdf#151117: Process non-existent long paths correctly | Mike Kaganski |
2022-09-16 | OUString::matchIgnoreAsciiCase returns bool | Stephan Bergmann |
2022-09-15 | tdf#150877: Add support for Kamenický and Mazovia encodings | Julien Nabet |
2022-09-13 | cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for now | Stephan Bergmann |
2022-09-13 | cid#1509232 silence Out-of-bounds access | Caolán McNamara |
2022-09-07 | Be careful with failed realloc | Stephan Bergmann |
2022-08-30 | Use some more C++ in sal/osl/w32 | Mike Kaganski |
2022-08-23 | cid#1509185 Logically dead code | Caolán McNamara |
2022-08-23 | tdf#148430 Use std math functions instead of rtl::math | Liu Hao |
2022-08-19 | tdf#148430 Use std math functions instead of rtl::math | Liu Hao |
2022-08-16 | rtl : use a local std::mutex instead of the global mutex | Arnaud VERSINI |
2022-08-09 | crashreporting: frequent crash seen in PackedFile::flush | Caolán McNamara |
2022-08-05 | Fix typo | Stephan Bergmann |
2022-07-20 | tdf#141421 xml export: default stacksize for threads on macOS is too small | Christian Lohmaier |
2022-07-02 | fix --enable-macosx-sandbox build | Noel Grandin |
2022-06-24 | Let rtl_[u]stringbuffer_insert throw std::bad_alloc on overflow | Stephan Bergmann |
2022-05-30 | Avoid uninitialized temp_file_handle | Stephan Bergmann |
2022-05-23 | Revert "[API CHANGE] call ftruncate instead of ftruncate_by_name" | Noel Grandin |
2022-05-23 | rename osl_getSystemPathFromFileURL_Ex->getSystemPathFromFileURL_Ex | Noel Grandin |
2022-05-23 | no need to override 'operator new' in FileHandle_Impl | Noel Grandin |
2022-05-23 | rtl_String->OString in DirectoryItem_Impl | Noel Grandin |
2022-05-22 | [API CHANGE] call ftruncate instead of ftruncate_by_name | Noel Grandin |
2022-05-21 | rtl_String->OString in sal | Noel Grandin |
2022-05-18 | Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself | Stephan Bergmann |
2022-05-17 | clang-tidy modernize-pass-by-value in sal | Noel Grandin |
2022-05-14 | pthread_mutex_t->std::mutex in lookupThreadId | Noel Grandin |
2022-05-13 | Use calloc instead of malloc and memset | dante |
2022-05-12 | -Werror,-Wformat | Stephan Bergmann |
2022-05-12 | -Werror,-Wunused-variable | Stephan Bergmann |
2022-05-11 | Revert "Disable -fsanitize=float-divide-by-zero in rtl_math_atanh" | Stephan Bergmann |
2022-05-11 | tdf#148430 Use atanh from <cmath> instead of our own | offtkp |
2022-05-06 | output error code when SymFromAddr fails | Noel Grandin |
2022-05-03 | add o3tl::matchIgnoreAsciiCase | Noel Grandin |
2022-04-29 | sal: tweak CppunitTest_sal_osl to run as uid 0 | Michael Stahl |
2022-04-27 | add string_view wrappers for rtl::math::stringToDouble | Noel Grandin |
2022-04-17 | loplugin:stringviewparam convert methods using copy() | Noel Grandin |
2022-04-15 | Introduce rtl::createUriCharClass | Stephan Bergmann |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-12 | tdf#143148 Use pragma once instead of include guards | Shady Mohamed |
2022-04-10 | Move impl functions to the only place they are used | Mike Kaganski |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |