summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2017-04-27sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-04-26-Werror,-Wunused-macros (clang-cl)Stephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21Make HASHID work whenever there is std::hash<pthread_t>Stephan Bergmann
2017-04-20Simplify PTHREAD_VALUEStephan Bergmann
2017-04-20Avoid loplugin:redundantcast on macOSStephan Bergmann
2017-04-16try to fix werror + pch build on linuxMarkus Mohrhard
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann
2017-04-04ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-30loplugin:loopvartoosmallStephan Bergmann
2017-03-30loplugin:redundantcastStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-24Various loplugin warnings (clang-cl)Stephan Bergmann
2017-03-24Handle "POSIX" in parse_locale, 2nd attemptStephan Bergmann
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23Revert "Handle "POSIX" in parse_locale"Stephan Bergmann
2017-03-23Handle "POSIX" in parse_localeStephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-22Don't actually change OS-level locale with (unused) osl_setSystemLocaleStephan Bergmann
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-03-22Comment clean-up that was inadvertently missing from previous commitStephan Bergmann
2017-03-22Use nl_langinfo_l instead of setlocale+nl_langinfoStephan Bergmann
2017-03-21Argument to parse_locale is never nullStephan Bergmann
2017-03-21On Linux etc., obtain locale value from env vars instead of setlocaleStephan Bergmann
2017-03-17cleanup double includes and declarationsJochen Nitschke
2017-03-16Fix typosAndrea Gelmini
2017-03-15improve the breakpad signal handler in dbgutil buildsMarkus Mohrhard
2017-03-15workaround for breakpad signal handler on linuxMarkus Mohrhard
2017-03-15tdf#106489 - Win32 version of osl_terminateProcess not "safe"Chris Sherlock
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann
2017-03-04Change sal/osl/w32/dllentry.c -> .cxxStephan Bergmann
2017-03-04Change sal/osl/w32/*.c -> *.cxxStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-03-03Fix typosAndrea Gelmini
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann
2017-02-23There's no way to create an oslVolumeDeviceHandle for unxStephan Bergmann
2017-02-23Silence -Werror=format-overflowStephan Bergmann
2017-02-23-Werror=format-truncationStephan Bergmann
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny
2017-02-21loplugin:subtlezeroinit: salStephan Bergmann