summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-188-1/+24
* The '<= 0' check can go nowStephan Bergmann2017-09-181-1/+1
* sal: -Werror,-Wsign-compare (32-bit)Michael Stahl2017-09-181-1/+1
* Put back some #include (needed for e.g. --disable-pch)Stephan Bergmann2017-09-184-0/+14
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-182-10/+7
* Use more WIN32_LEAN_AND_MEANMike Kaganski2017-09-162-0/+2
* Use the system TID as the thread identifierJan-Marek Glogowski2017-09-151-26/+54
* sal: add missing 32-bit backtrace symbol to sal.mapMichael Stahl2017-09-151-0/+1
* osl/w32: don't use 8-bit string functionsMike Kaganski2017-09-1511-203/+114
* Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann2017-09-153-5/+46
* sal/osl/w32/security.cxx: don't use 8-bit string functionsMike Kaganski2017-09-151-68/+38
* tdf#103525: a blind fix: try Unicode function firstMike Kaganski2017-09-141-7/+7
* New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2017-09-133-8/+4
* Silence -Werror,-Wunreachable-code on AndroidStephan Bergmann2017-09-131-2/+4
* Silence warning C4701: potentially uninitialized local variableStephan Bergmann2017-09-131-1/+1
* Make reading UTF-8 strictStephan Bergmann2017-09-132-53/+352
* Clean up sal/backtrace.hxxStephan Bergmann2017-09-063-6/+6
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-2/+2
* loplugin:cstylecast/nullptr (clang-cl)Stephan Bergmann2017-08-291-2/+2
* Fix type of errno/WSAGetLastError()Stephan Bergmann2017-08-282-3/+3
* osl: cleanup osl_(acquire|release|close)SocketChris Sherlock2017-08-282-29/+27
* osl: rename win32 socket internal function namesChris Sherlock2017-08-271-23/+23
* osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock2017-08-272-16/+26
* osl: remove commented out reversemap functionsChris Sherlock2017-08-271-90/+0
* osl: remove extraneous comment cruft from socket.cxxChris Sherlock2017-08-271-70/+7
* ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara2017-08-251-2/+2
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-08-221-2/+2
* missing include (--disable-pch)Stephan Bergmann2017-08-181-0/+1
* Fix typosAndrea Gelmini2017-08-182-3/+3
* Fix typosAndrea Gelmini2017-08-174-11/+11
* Remove excess SAL_WARNsStephan Bergmann2017-08-171-4/+0
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-2/+2
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-174-16/+16
* remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2017-08-172-20/+20
* Dead codeStephan Bergmann2017-08-161-2/+0
* assert on duplicate listener in SfxListenerNoel Grandin2017-08-163-0/+87
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-2/+1
* loplugin:unnecessaryparenStephan Bergmann2017-08-071-1/+1
* loplugin:oncevarStephan Bergmann2017-08-071-2/+3
* If we are going to warn about an "invalid" URL, at least tell what it isTor Lillqvist2017-08-021-2/+3
* osl: cleanup Unix process_impl.cxx - remove comment cruftChris Sherlock2017-07-301-42/+3
* tell msvc our source code is written using utf-8Caolán McNamara2017-07-251-0/+11
* fix use after delete in osl::Pipe dtorCaolán McNamara2017-07-241-3/+4
* coverity#1415617 Resource leakCaolán McNamara2017-07-231-4/+4
* rtl: cleanup equality conditions in uuid.cxxChris Sherlock2017-07-231-35/+38
* rtl: cleanup uri.cxxChris Sherlock2017-07-231-28/+112
* rtl: cleanup rtl_process.cxxChris Sherlock2017-07-231-5/+8
* rtl: remove comments, cleanup equality conditions in random.cxxChris Sherlock2017-07-231-105/+58
* osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock2017-07-221-10/+13
* rtl: cleanup equality conditions in math.cxxChris Sherlock2017-07-231-153/+248