summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2018-03-06ofz#6112 wrong start off sets for korean KSC5601 tableCaolán McNamara1-2/+2
2018-01-30tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski1-0/+8
2018-01-17-Werror=format-truncationStephan Bergmann1-2/+7
2018-01-17Work around GCC 7 mis-featureStephan Bergmann1-0/+7
2017-12-18sal: add pre-initialization scheme for allocations.Michael Meeks11-11/+218
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin4-16/+16
2017-12-05remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2-20/+20
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin4-43/+27
2017-09-01ofz#3186: wrong starting offset for JOHAB 0x6D blockCaolán McNamara1-1/+1
2017-08-11ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara1-2/+2
2017-03-10ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara1-1/+1
2017-02-01sal: add SAL_NO_ASSERT_DIALOGS variable to redirect...Michael Stahl1-0/+18
2017-01-02ofz#358 SJIS_84 table mnLeadEnd is out by oneCaolán McNamara1-3/+3
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann1-1/+1
2016-11-22trivial makefile cleanupsMichael Stahl1-3/+3
2016-11-21remove dep on unotest from osl_Pipe testDavid Tardon2-2/+1
2016-11-21fix for 'warning C4702: unreachable code'Jochen Nitschke1-1/+1
2016-11-08Use the larger stack size for ASan/UBSan builds on macOS, tooStephan Bergmann1-3/+1
2016-11-02loplugin:unusedfieldsNoel Grandin2-14/+0
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin2-9/+7
2016-10-26sal::detail::logFormat is no longer neededStephan Bergmann2-47/+9
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin1-5/+0
2016-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna3-6/+6
2016-10-13approxEqual: check isFinite()Eike Rathke1-0/+2
2016-10-13SOCKET_USE_AUTODIAL is dead codeStephan Bergmann2-231/+55
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2-6/+2
2016-10-10Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann1-3/+1
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann1-7/+1
2016-10-07tdf#100302: gbuild: always use $(LFS_CFLAGS)Michael Stahl4-10/+0
2016-10-04isRepresentableInteger: assert(fAbsValue >= 0.0)Eike Rathke1-0/+1
2016-10-04At least MSVC 2015 doesn't find sal/osl/w32/time.hStephan Bergmann1-1/+1
2016-10-04@since tag; sortingStephan Bergmann1-1/+1
2016-10-04clang-cl loplugin: salStephan Bergmann38-949/+1075
2016-10-03-Werror,-Wdeprecated-declarationTor Lillqvist1-1/+1
2016-10-02unit test cases for approxEqual() and approxSub()Eike Rathke1-0/+23
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke2-0/+40
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01Fix typosAndrea Gelmini2-2/+2
2016-09-30sal: WNT: print errno when oslCreateThread failsMichael Stahl1-0/+20
2016-09-30osl_getSocketOption shall return the new lengthStephan Bergmann1-1/+1
2016-09-29tdf#83306 add unit test for compareWithLength and '\0'Michael Stahl2-1/+41
2016-09-29tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0'Michael Stahl1-4/+5
2016-09-26sal: Mac OS X 10.8 fails test_log1pMichael Stahl1-0/+4
2016-09-23-Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+0
2016-09-23This is fixed with MSVC 2015Stephan Bergmann1-1/+1
2016-09-20CPPUNIT_ASSERT_EQUAL disambiguationStephan Bergmann1-12/+12
2016-09-20Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann2-0/+83
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-2/+1
2016-09-15Remove outdated commentTor Lillqvist1-1/+0
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin3-13/+6