summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-09-13Silence -Werror,-Wunreachable-code on AndroidStephan Bergmann
2017-09-13Silence warning C4701: potentially uninitialized local variableStephan Bergmann
2017-09-13Make reading UTF-8 strictStephan Bergmann
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-29loplugin:cstylecast/nullptr (clang-cl)Stephan Bergmann
2017-08-28Fix type of errno/WSAGetLastError()Stephan Bergmann
2017-08-28osl: cleanup osl_(acquire|release|close)SocketChris Sherlock
2017-08-27osl: rename win32 socket internal function namesChris Sherlock
2017-08-27osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock
2017-08-27osl: remove commented out reversemap functionsChris Sherlock
2017-08-27osl: remove extraneous comment cruft from socket.cxxChris Sherlock
2017-08-25ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara
2017-08-22loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-08-18missing include (--disable-pch)Stephan Bergmann
2017-08-18Fix typosAndrea Gelmini
2017-08-17Fix typosAndrea Gelmini
2017-08-17Remove excess SAL_WARNsStephan Bergmann
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-08-16Dead codeStephan Bergmann
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-07loplugin:unnecessaryparenStephan Bergmann
2017-08-07loplugin:oncevarStephan Bergmann
2017-08-02If we are going to warn about an "invalid" URL, at least tell what it isTor Lillqvist
2017-07-30osl: cleanup Unix process_impl.cxx - remove comment cruftChris Sherlock
2017-07-25tell msvc our source code is written using utf-8Caolán McNamara
2017-07-24fix use after delete in osl::Pipe dtorCaolán McNamara
2017-07-23coverity#1415617 Resource leakCaolán McNamara
2017-07-23rtl: cleanup equality conditions in uuid.cxxChris Sherlock
2017-07-23rtl: cleanup uri.cxxChris Sherlock
2017-07-23rtl: cleanup rtl_process.cxxChris Sherlock
2017-07-23rtl: remove comments, cleanup equality conditions in random.cxxChris Sherlock
2017-07-22osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock
2017-07-23rtl: cleanup equality conditions in math.cxxChris Sherlock
2017-07-23rtl: cleanup equality conditions in locale.cxxChris Sherlock
2017-07-23rtl: remove comment cruft from locale.cxxChris Sherlock
2017-07-23rtl: cleanup equality conditions in hash.cxxChris Sherlock
2017-07-23rtl: fix equality conditions in crc.cxx and digest.cxxChris Sherlock
2017-07-23rtl: cleanup cipher.cxx equality conditionsChris Sherlock
2017-07-23rtl: remove comment cruft from cipher.cxxChris Sherlock
2017-07-23followup b714ba73c - remove excessive bracesChris Sherlock
2017-07-22osl: (Win32) check allocated pipe succeeded, otherwise needs to failChris Sherlock
2017-07-22rtl: fix bootstrap formatting, comparison to nullptrChris Sherlock
2017-07-22rtl: remove comparisons against nullptr from RTL mem filesChris Sherlock
2017-07-22rtl: remove comment cruft from alloc filesChris Sherlock
2017-07-22osl: get rid of comment cruft in w32/time.cxxChris Sherlock