Age | Commit message (Expand) | Author |
2018-02-24 | Fix typos | Andrea Gelmini |
2018-02-22 | Use long path prefix in osl_getFileStatus | Samuel Mehrbrodt |
2018-02-21 | New loplugin:nestedunnamed | Stephan Bergmann |
2018-02-12 | sal android: fix -Werror,-Wimplicit-function-declaration | Miklos Vajna |
2018-02-08 | ofz#6112 wrong start off sets for korean KSC5601 table | Caolán McNamara |
2018-02-02 | sal: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-02-01 | osl: change osl_psz_removeFile() -> osl_unlinkFile() | Chris Sherlock |
2018-01-30 | Typ-o negativ | Ilmari Lauhakangas |
2018-01-29 | tdf#49134 tdf#114466 Transfer privilege to become foreground process | Mike Kaganski |
2018-01-29 | Translate German variable name | Johnny_M |
2018-01-25 | Remove stdlib.h from sal/config.h | Stephan Bergmann |
2018-01-25 | Fix typos | Andrea Gelmini |
2018-01-25 | Fix typos | Andrea Gelmini |
2018-01-23 | Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccess | Stephan Bergmann |
2018-01-23 | Add unit tests for rtl::math's inverse hyperbolic functions | Takeshi Abe |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann |
2018-01-22 | loplugin:nullptr (clang-cl) | Stephan Bergmann |
2018-01-20 | More loplugin:cstylecast on macOS | Stephan Bergmann |
2018-01-19 | coverity#1427647 acknowledge Resource leak is deliberate | Caolán McNamara |
2018-01-19 | Remove include of config_global.h from sal/config.h | Stephan Bergmann |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann |
2018-01-18 | Include android/compatibility.hxx from ubiquitous sal/config.h | Stephan Bergmann |
2018-01-18 | android: use unified headers and llvm-c++ STL (x86) with NDK 16 | Christian Lohmaier |
2018-01-17 | sal: use snprintf for sal log | Thorsten Behrens |
2018-01-17 | WNT: allow to set log level/path from file | Samuel Mehrbrodt |
2018-01-17 | tdf#114939: Verify rtl_digest_SHA1 computes broken results, by design | Stephan Bergmann |
2018-01-17 | tdf#114939 sal: document the bug in endSHA() | Michael Stahl |
2018-01-17 | Missing includes (Windows --disable-pch) | Stephan Bergmann |
2018-01-16 | sal: try to fix Android build, no std::round | Michael Stahl |
2018-01-16 | tdf#114939 sal: fix endMD5() off-by-one | Michael Stahl |
2018-01-16 | tdf#96821 fix corner cases for Calc function ROUND. | Winfried Donkers |
2018-01-16 | Missing include | Stephan Bergmann |
2018-01-15 | More loplugin:cstylecast: sal | Stephan Bergmann |
2018-01-15 | fix android build | Noel Grandin |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-13 | sal: remove no longer needed CheckTokenMembership_Stub | Chris Sherlock |
2018-01-12 | More loplugin:cstylecast: sal | Stephan Bergmann |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin |
2018-01-09 | loplugin:convertlong in ucb,sot | Noel Grandin |
2018-01-04 | ofz#4886 Integer-overflow | Caolán McNamara |
2018-01-02 | Remove broken test | Stephan Bergmann |
2018-01-02 | Unused return value of rtl_cache_constructor | Stephan Bergmann |
2018-01-01 | sal: (win32) readd comment explaining about buffer size decision | Chris Sherlock |
2017-12-30 | Support for tcmalloc and jemalloc is long dead | Stephan Bergmann |
2017-12-29 | loplugin:unnecessaryparen improve return check | Noel Grandin |
2017-12-29 | PRIu64 is unused | Stephan Bergmann |
2017-12-28 | rtl: support start/stop threads around pre-init | Ashod Nakashian |
2017-12-27 | sal: fix typo in tcvtmb.cxx and remove comment cruft | Chris Sherlock |
2017-12-22 | unotools: don't go belly-up if temp dir is wrong or empty | Juergen Funk |
2017-12-20 | Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR. | Jan Holesovsky |