summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* loplugin:includeform: compat.cxx reduxStephan Bergmann2017-10-241-6/+6
* loplugin:includeform: salStephan Bergmann2017-10-23122-371/+371
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+1
* Comment some values that 16 doesn't workEike Rathke2017-10-201-2/+2
* coverity#1419948 silence Operands don't affect resultCaolán McNamara2017-10-201-1/+1
* loplugin:constmethod in codemaker,registry,storeNoel Grandin2017-10-201-1/+1
* tdf#113211: fix calculations with big integersMike Kaganski2017-10-191-1/+52
* Rephrase checks for exceeding off_t limitsStephan Bergmann2017-10-161-10/+11
* Fix overflowStephan Bergmann2017-10-161-2/+4
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-0513-173/+186
* lookupProfile: drop unreachable codeMike Kaganski2017-10-041-207/+150
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-033-15/+13
* new loplugin:blockblockNoel Grandin2017-10-031-14/+12
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-5/+9
* Missing includes (--disable-pch)Stephan Bergmann2017-09-281-0/+1
* Warn about missing text converterStephan Bergmann2017-09-281-0/+3
* SAL: use more Unicode on WindowsMike Kaganski2017-09-2714-116/+183
* ofz#3186: wrong starting offset for JOHAB 0x6D blockCaolán McNamara2017-09-261-1/+1
* Fix typosAndrea Gelmini2017-09-251-1/+1
* Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann2017-09-242-0/+3
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-3/+6
* Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski2017-09-223-18/+6
* 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