summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* osl: remove comment cruft, whitespace cleanup of thread.cxxChris Sherlock2017-05-072-92/+11
* osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock2017-05-072-68/+8
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* Work around GCC 7 mis-featureStephan Bergmann2017-05-031-0/+7
* remove empty commentsNoel Grandin2017-05-031-4/+1
* loplugin:salunicodeliteral: salStephan Bergmann2017-04-285-25/+25
* loplugin:cppunitassertequals: salStephan Bergmann2017-04-2810-343/+673
* sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl2017-04-271-3/+13
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-262-5/+5
* loplugin:useuniqueptr (clang-cl)Stephan Bergmann2017-04-261-11/+12
* -Werror,-Wunused-macros (clang-cl)Stephan Bergmann2017-04-261-1/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-253-0/+3
* clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin2017-04-243-23/+4
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-2116-279/+0
* Make HASHID work whenever there is std::hash<pthread_t>Stephan Bergmann2017-04-211-2/+10
* Simplify PTHREAD_VALUEStephan Bergmann2017-04-202-8/+3
* Avoid loplugin:redundantcast on macOSStephan Bergmann2017-04-202-2/+2
* try to fix werror + pch build on linuxMarkus Mohrhard2017-04-161-0/+2
* Removed duplicated includesAndrea Gelmini2017-04-132-10/+0
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-1226-376/+297
* Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann2017-04-061-1/+1
* ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara2017-04-041-1/+1
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-0412-113/+107
* remove type decorations on char literalsJochen Nitschke2017-03-306-12/+12
* loplugin:loopvartoosmallStephan Bergmann2017-03-301-1/+1
* loplugin:redundantcastStephan Bergmann2017-03-301-1/+1
* Fix typosAndrea Gelmini2017-03-256-8/+8
* Various loplugin warnings (clang-cl)Stephan Bergmann2017-03-241-5/+5
* Handle "POSIX" in parse_locale, 2nd attemptStephan Bergmann2017-03-241-34/+37
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-232-2/+0
* Revert "Handle "POSIX" in parse_locale"Stephan Bergmann2017-03-231-33/+34
* Handle "POSIX" in parse_localeStephan Bergmann2017-03-231-34/+33
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-221-1/+2
* Don't actually change OS-level locale with (unused) osl_setSystemLocaleStephan Bergmann2017-03-223-66/+2
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-2/+6
* Comment clean-up that was inadvertently missing from previous commitStephan Bergmann2017-03-221-3/+5
* Use nl_langinfo_l instead of setlocale+nl_langinfoStephan Bergmann2017-03-221-20/+6
* Argument to parse_locale is never nullStephan Bergmann2017-03-211-39/+35
* On Linux etc., obtain locale value from env vars instead of setlocaleStephan Bergmann2017-03-211-16/+11
* cleanup double includes and declarationsJochen Nitschke2017-03-171-1/+0
* Fix typosAndrea Gelmini2017-03-161-4/+4
* improve the breakpad signal handler in dbgutil buildsMarkus Mohrhard2017-03-151-2/+16
* workaround for breakpad signal handler on linuxMarkus Mohrhard2017-03-151-0/+24
* tdf#106489 - Win32 version of osl_terminateProcess not "safe"Chris Sherlock2017-03-151-2/+95
* drop various _MSC_VER < 1900 conditionalsCaolán McNamara2017-03-061-6/+0
* Change sal/osl/w32/*.h -> *.hxxStephan Bergmann2017-03-0431-212/+90
* Change sal/osl/w32/dllentry.c -> .cxxStephan Bergmann2017-03-042-12/+10
* Change sal/osl/w32/*.c -> *.cxxStephan Bergmann2017-03-0416-279/+325
* Remove redundant 'inline' keywordStephan Bergmann2017-03-033-12/+12
* Fix typosAndrea Gelmini2017-03-031-3/+3