summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann5-25/+25
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann10-343/+673
2017-04-27sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl1-3/+13
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann2-5/+5
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-11/+12
2017-04-26-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-1/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+3
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin3-23/+4
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky16-279/+0
2017-04-21Make HASHID work whenever there is std::hash<pthread_t>Stephan Bergmann1-2/+10
2017-04-20Simplify PTHREAD_VALUEStephan Bergmann2-8/+3
2017-04-20Avoid loplugin:redundantcast on macOSStephan Bergmann2-2/+2
2017-04-16try to fix werror + pch build on linuxMarkus Mohrhard1-0/+2
2017-04-13Removed duplicated includesAndrea Gelmini2-10/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin26-376/+297
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann1-1/+1
2017-04-04ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann12-113/+107
2017-03-30remove type decorations on char literalsJochen Nitschke6-12/+12
2017-03-30loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-30loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini6-8/+8
2017-03-24Various loplugin warnings (clang-cl)Stephan Bergmann1-5/+5
2017-03-24Handle "POSIX" in parse_locale, 2nd attemptStephan Bergmann1-34/+37
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann2-2/+0
2017-03-23Revert "Handle "POSIX" in parse_locale"Stephan Bergmann1-33/+34
2017-03-23Handle "POSIX" in parse_localeStephan Bergmann1-34/+33
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-1/+2
2017-03-22Don't actually change OS-level locale with (unused) osl_setSystemLocaleStephan Bergmann3-66/+2
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-2/+6
2017-03-22Comment clean-up that was inadvertently missing from previous commitStephan Bergmann1-3/+5
2017-03-22Use nl_langinfo_l instead of setlocale+nl_langinfoStephan Bergmann1-20/+6
2017-03-21Argument to parse_locale is never nullStephan Bergmann1-39/+35
2017-03-21On Linux etc., obtain locale value from env vars instead of setlocaleStephan Bergmann1-16/+11
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-03-16Fix typosAndrea Gelmini1-4/+4
2017-03-15improve the breakpad signal handler in dbgutil buildsMarkus Mohrhard1-2/+16
2017-03-15workaround for breakpad signal handler on linuxMarkus Mohrhard1-0/+24
2017-03-15tdf#106489 - Win32 version of osl_terminateProcess not "safe"Chris Sherlock1-2/+95
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara1-6/+0
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann31-212/+90
2017-03-04Change sal/osl/w32/dllentry.c -> .cxxStephan Bergmann2-12/+10
2017-03-04Change sal/osl/w32/*.c -> *.cxxStephan Bergmann16-279/+325
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-12/+12
2017-03-03Fix typosAndrea Gelmini1-3/+3
2017-03-03Fix typosAndrea Gelmini3-12/+12
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann2-2/+2
2017-02-23There's no way to create an oslVolumeDeviceHandle for unxStephan Bergmann1-108/+6
2017-02-23Silence -Werror=format-overflowStephan Bergmann1-2/+2
2017-02-23-Werror=format-truncationStephan Bergmann1-2/+7