Age | Commit message (Expand) | Author |
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 |
2022-04-10 | osl signalshared : use std::mutex instead of oslMutex. | Arnaud Versini |
2022-04-09 | add a more complete o3tl::getToken | Noel Grandin |
2022-04-01 | Use some more string_view | Stephan Bergmann |
2022-03-31 | A string_view is not necessarily NUL-terminated | Stephan Bergmann |
2022-03-31 | Fix -Werror=array-bounds | Stephan Bergmann |
2022-03-31 | -Werror,-Wunused-but-set-variable | Stephan Bergmann |
2022-03-29 | Add back the opportunity to leave O[U]StringLiteral's buffer uninitialized | Stephan Bergmann |
2022-03-24 | -Werror,-Wunused-function | Stephan Bergmann |
2022-03-24 | -Werror,-Wformat | Stephan Bergmann |
2022-03-23 | try to improve stack dumping on windows | Noel Grandin |
2022-03-22 | tdf#145614 Convert #define to enum or constexpr | Deep17 |
2022-03-21 | Removed duplicated includes | Andrea Gelmini |
2022-03-21 | Move implementation of doubleToString to sal/rtl/strtmpl.hxx | Mike Kaganski |
2022-03-21 | Reorganize the code a bit to drop some detail::* helper functions | Mike Kaganski |
2022-03-18 | tdf#145614 Convert #define to enum or constexpr | Deep17 |
2022-03-15 | set LO_TESTNAME on startup on all platforms | Luboš Luňák |
2022-03-11 | Remove redundant check | Stephan Bergmann |
2022-03-09 | Drop misguided test added in 82a1d32d3d3ac1b4b0a6d4cfaca791c77d9b3c03 | Mike Kaganski |
2022-03-09 | Simplify getToken | Mike Kaganski |
2022-03-08 | Fix --with-latest-c++ build | Stephan Bergmann |
2022-03-07 | Add unit tests for searching empty substring / zero character | Mike Kaganski |
2022-03-05 | Add checks to avoid finding empty substring / zero character | Mike Kaganski |
2022-03-05 | Fix typos | Andrea Gelmini |
2022-03-04 | Remove useless comment on a commented line since always (sal/w32/file_dirvol) | Julien Nabet |
2022-03-04 | Avoid "ThreadSanitizer: unlock of an unlocked mutex" | Stephan Bergmann |