summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2017-08-11ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara
2017-03-10ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara
2017-02-01sal: add SAL_NO_ASSERT_DIALOGS variable to redirect...Michael Stahl
2017-01-02ofz#358 SJIS_84 table mnLeadEnd is out by oneCaolán McNamara
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann
2016-11-22trivial makefile cleanupsMichael Stahl
2016-11-21remove dep on unotest from osl_Pipe testDavid Tardon
2016-11-21fix for 'warning C4702: unreachable code'Jochen Nitschke
2016-11-08Use the larger stack size for ASan/UBSan builds on macOS, tooStephan Bergmann
2016-11-02loplugin:unusedfieldsNoel Grandin
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
2016-10-26sal::detail::logFormat is no longer neededStephan Bergmann
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin
2016-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-10-13approxEqual: check isFinite()Eike Rathke
2016-10-13SOCKET_USE_AUTODIAL is dead codeStephan Bergmann
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-10-10Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann
2016-10-07tdf#100302: gbuild: always use $(LFS_CFLAGS)Michael Stahl
2016-10-04isRepresentableInteger: assert(fAbsValue >= 0.0)Eike Rathke
2016-10-04At least MSVC 2015 doesn't find sal/osl/w32/time.hStephan Bergmann
2016-10-04@since tag; sortingStephan Bergmann
2016-10-04clang-cl loplugin: salStephan Bergmann
2016-10-03-Werror,-Wdeprecated-declarationTor Lillqvist
2016-10-02unit test cases for approxEqual() and approxSub()Eike Rathke
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke
2016-10-01Fix typosAndrea Gelmini
2016-10-01Fix typosAndrea Gelmini
2016-09-30sal: WNT: print errno when oslCreateThread failsMichael Stahl
2016-09-30osl_getSocketOption shall return the new lengthStephan Bergmann
2016-09-29tdf#83306 add unit test for compareWithLength and '\0'Michael Stahl
2016-09-29tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0'Michael Stahl
2016-09-26sal: Mac OS X 10.8 fails test_log1pMichael Stahl
2016-09-23-Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2016-09-23This is fixed with MSVC 2015Stephan Bergmann
2016-09-20CPPUNIT_ASSERT_EQUAL disambiguationStephan Bergmann
2016-09-20Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann
2016-09-18loplugin:unusedenumvaluesNoel Grandin
2016-09-15Remove outdated commentTor Lillqvist
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist
2016-09-02Fix MSVC 2015 buildStephan Bergmann
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann
2016-08-29OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann
2016-08-19coverity#1371449 Uninitialized scalar fieldCaolán McNamara
2016-08-18Fix sal log for 32 bit Linux buildGiuseppe Castagno