- 306d46a fix android build by Noel Grandin · 9 years ago
- 05f6763 new cannot return nullptr by Noel Grandin · 9 years ago
- bb053e8 Remove questionable asserts by Stephan Bergmann · 9 years ago
- a816769 Fix TB by Julien Nabet · 9 years ago
- bca760c tdf#43157 - osl: convert OSL_ASSERTs to assert in signalshared.cxx by Chris Sherlock · 9 years ago
- a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
- e5772fb osl: signalshared.cxx no longer uses pVar (!=|==) nullptr expressions by Chris Sherlock · 9 years ago
- df65749 Remove a bunch of comment cruft - esp. "the end." bits by Chris Sherlock · 9 years ago
- bd8fa56 use default handler for SIGALRM for fuzzers by Caolán McNamara · 9 years ago
- 546c355 use more SAL_N_ELEMENTS part 2 by Noel Grandin · 9 years ago
- 1dd5e22 clang-tidy readability-non-const-parameter by Noel Grandin · 9 years ago
- 93d6a7c Avoid -fsanitize=signed-integer-overflow by Stephan Bergmann · 9 years ago
- ef117ca tdf#108039: check for nullptr in rtl_uString and OUString by Mike Kaganski · 9 years ago
- 78628cd sal: use thread safe local static in getInternMutex by Jochen Nitschke · 9 years ago
- d0069e5 add COVERITY_NOEXCEPT_FALSE by Caolán McNamara · 9 years ago
- 307be8c clang-tidy readability-redundant-control-flow by Noel Grandin · 9 years ago
- 656c875 sal,external: remove checks for obsolete VCVER=120 by Michael Stahl · 9 years ago
- 5158c16 sal,sd: remove deprecated Windows XP socket code by Michael Stahl · 9 years ago
- f6dda4e Make loplugin:redundantcast accept bool(FD_ISSET(...)) again by Stephan Bergmann · 9 years ago
- 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
- 2220bdc osl: qa test of %2F - for file URIs this is invalid by Chris Sherlock · 9 years ago
- ca145c7 remove some unnecessary OString constructor calls by Noel Grandin · 9 years ago
- 95d5375 osl: remove LLA sigs, fix typos and convert to Doxygen comment by Chris Sherlock · 9 years ago
- dbb2fff osl: convert to variable == value, not value == variable by Chris Sherlock · 9 years ago
- 0a72b79 tdf#107968 - double slash handling misleading; add unit test by Chris Sherlock · 9 years ago
- 52ef15c Revert "Fix typos" by Stephan Bergmann · 9 years ago
- 26a6700 Fix typos by Andrea Gelmini · 9 years ago
- ffb1d4e Fix integer types by Stephan Bergmann · 9 years ago
- fe45f18 BOOL -> bool by Stephan Bergmann · 9 years ago
- 4d913a2 wchar_t -> sal_Unicode by Stephan Bergmann · 9 years ago
- 48e4bf5 Remove unused VALIDATEPATH_ALLOW_WILDCARDS by Stephan Bergmann · 9 years ago
- 56638d1 BOOL -> bool by Stephan Bergmann · 9 years ago
- ddf08a9 Remove IsValidFilePath lppError parameter; always null by Stephan Bergmann · 9 years ago
- d23064b Remove osl_getFileURLFromSystemPath_ by Stephan Bergmann · 9 years ago
- 0779755 Add some unit tests for rtl_math_StringFormat_G by Eike Rathke · 9 years ago
- 189c3a0 Extend loplugin:comparisonwithconstant beyond integral types by Stephan Bergmann · 9 years ago
- e85fcef Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issue by Stephan Bergmann · 9 years ago
- 514ccf73068 coverity#1408971 Mixing enum types by Caolán McNamara · 9 years ago
- e798251 osl: cleanup file_url.cxx by Chris Sherlock · 9 years ago
- 100895c osl: osl_File.cxx unit test formatting cleanup by Chris Sherlock · 9 years ago
- 26c83bb osl: osl_File.cxx indent fixes by Chris Sherlock · 9 years ago
- b20d557 osl: final cleanup of sal_File.cxx unit test by Chris Sherlock · 9 years ago
- 663c691 osl: osl_File.cxx header cleanup by Chris Sherlock · 9 years ago
- 8e4f5da osl: osl_File.cxx qa test - remove osl namespace prefixes by Chris Sherlock · 9 years ago
- e9006a9 osl: osl_File.cxx qa file cleanup by Chris Sherlock · 9 years ago
- 852e84e osl: file test - space between C comment token and start of comment by Chris Sherlock · 9 years ago
- f36ca24 osl: remove commented code from file test by Chris Sherlock · 9 years ago
- 29b3857 osl: remove extraneous comment cruft from test source by Chris Sherlock · 9 years ago
- 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
- 53666e6 osl: remove comment cruft, whitespace cleanup of thread.cxx by Chris Sherlock · 9 years ago
- d0f3d5e osl: remove comment cruft, whitespace cleanup of process.cxx by Chris Sherlock · 9 years ago
- 1fdb0e1 Replace all OUString("") with OUString() by Arnaud Versini · 9 years ago
- 1b12d5e Work around GCC 7 mis-feature by Stephan Bergmann · 9 years ago
- 68e2133 remove empty comments by Noel Grandin · 9 years ago
- c741633 loplugin:salunicodeliteral: sal by Stephan Bergmann · 9 years ago
- 9384a34 loplugin:cppunitassertequals: sal by Stephan Bergmann · 9 years ago
- 86931ad sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a test by Michael Stahl · 9 years ago
- d22ef4e loplugin:redundantcast (clang-cl) by Stephan Bergmann · 9 years ago
- 1000607 loplugin:useuniqueptr (clang-cl) by Stephan Bergmann · 9 years ago
- 1a476f14 -Werror,-Wunused-macros (clang-cl) by Stephan Bergmann · 9 years ago
- da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
- 63df079 clang-tidy readability-simplify-boolean-expr in oox..sal by Noel Grandin · 9 years ago
- de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
- 87dc77b Make HASHID work whenever there is std::hash<pthread_t> by Stephan Bergmann · 9 years ago
- 5a155bb Simplify PTHREAD_VALUE by Stephan Bergmann · 9 years ago
- 5733eeb Avoid loplugin:redundantcast on macOS by Stephan Bergmann · 9 years ago
- 31abe9e try to fix werror + pch build on linux by Markus Mohrhard · 9 years ago
- 3c3f7d7 Removed duplicated includes by Andrea Gelmini · 9 years ago
- 992a333 clang-tidy: readability-else-after-return by Noel Grandin · 9 years ago
- de0ea66 Improved loplugin:redundantcast, static_cast on arithmetic types: sal by Stephan Bergmann · 9 years ago
- 6c81597 ofz#770 JOHAB_73 table starts at 0xA not 0x2 by Caolán McNamara · 9 years ago
- 9ac98e6 Finally switch MSVC to sal_Unicode = char16_t, too by Stephan Bergmann · 9 years ago
- da56de9 remove type decorations on char literals by Jochen Nitschke · 9 years ago
- 45aaf4d loplugin:loopvartoosmall by Stephan Bergmann · 9 years ago
- b246445 loplugin:redundantcast by Stephan Bergmann · 9 years ago
- 2e9fe26 Fix typos by Andrea Gelmini · 9 years ago
- 666382e Various loplugin warnings (clang-cl) by Stephan Bergmann · 9 years ago
- ce6e07e Handle "POSIX" in parse_locale, 2nd attempt by Stephan Bergmann · 9 years ago
- 6291574 Remove unused #include <ctype.h> by Stephan Bergmann · 9 years ago
- 61ecebe Revert "Handle "POSIX" in parse_locale" by Stephan Bergmann · 9 years ago
- 646cbbf Handle "POSIX" in parse_locale by Stephan Bergmann · 9 years ago
- fd70d8e Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) by Stephan Bergmann · 9 years ago
- 6a3cfd3 Don't actually change OS-level locale with (unused) osl_setSystemLocale by Stephan Bergmann · 9 years ago
- 7778d9f51 Prevent calls to rtl/character.hxx functions with (signed) char arguments by Stephan Bergmann · 9 years ago
- baa2990 Comment clean-up that was inadvertently missing from previous commit by Stephan Bergmann · 9 years ago
- 439a72a Use nl_langinfo_l instead of setlocale+nl_langinfo by Stephan Bergmann · 9 years ago
- 9abbeb9 Argument to parse_locale is never null by Stephan Bergmann · 9 years ago
- 17ca47da On Linux etc., obtain locale value from env vars instead of setlocale by Stephan Bergmann · 9 years ago
- c68ac77 cleanup double includes and declarations by Jochen Nitschke · 9 years ago
- 15e3ce5 Fix typos by Andrea Gelmini · 9 years ago
- 8d18a78 improve the breakpad signal handler in dbgutil builds by Markus Mohrhard · 9 years ago
- 2033990 workaround for breakpad signal handler on linux by Markus Mohrhard · 9 years ago
- 7fafd1a tdf#106489 - Win32 version of osl_terminateProcess not "safe" by Chris Sherlock · 9 years ago
- 0ea05f9 drop various _MSC_VER < 1900 conditionals by Caolán McNamara · 9 years ago
- 8fdf363 Change sal/osl/w32/*.h -> *.hxx by Stephan Bergmann · 9 years ago
- 798dbea Change sal/osl/w32/dllentry.c -> .cxx by Stephan Bergmann · 9 years ago
- 4af9612 Change sal/osl/w32/*.c -> *.cxx by Stephan Bergmann · 9 years ago
- 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
- 7bd560f6 Fix typos by Andrea Gelmini · 9 years ago
- 8b633f4 Fix typos by Andrea Gelmini · 9 years ago