summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* sal: add pre-initialization scheme for allocations.Michael Meeks2017-12-1811-11/+218
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-054-16/+16
* remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2017-12-052-20/+20
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-12-054-43/+27
* ofz#3186: wrong starting offset for JOHAB 0x6D blockCaolán McNamara2017-09-011-1/+1
* ofz#2852 korean table entries start at 0xF not 0x7Caolán McNamara2017-08-111-2/+2
* ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara2017-03-101-1/+1
* sal: add SAL_NO_ASSERT_DIALOGS variable to redirect...Michael Stahl2017-02-011-0/+18
* ofz#358 SJIS_84 table mnLeadEnd is out by oneCaolán McNamara2017-01-021-3/+3
* Typo in meant-to-be-overloading function nameStephan Bergmann2016-12-161-1/+1
* trivial makefile cleanupsMichael Stahl2016-11-221-3/+3
* remove dep on unotest from osl_Pipe testDavid Tardon2016-11-212-2/+1
* fix for 'warning C4702: unreachable code'Jochen Nitschke2016-11-211-1/+1
* Use the larger stack size for ASan/UBSan builds on macOS, tooStephan Bergmann2016-11-081-3/+1
* loplugin:unusedfieldsNoel Grandin2016-11-022-14/+0
* loplugin:oncevar in sal..scriptingNoel Grandin2016-11-012-9/+7
* sal::detail::logFormat is no longer neededStephan Bergmann2016-10-262-47/+9
* loplugin:expandablemethodds in reportdesign..salNoel Grandin2016-10-191-5/+0
* CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-10-143-6/+6
* approxEqual: check isFinite()Eike Rathke2016-10-131-0/+2
* SOCKET_USE_AUTODIAL is dead codeStephan Bergmann2016-10-132-231/+55
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-122-6/+2
* Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann2016-10-101-3/+1
* New rtl::splitSurrogates, remove code duplicationStephan Bergmann2016-10-071-7/+1
* tdf#100302: gbuild: always use $(LFS_CFLAGS)Michael Stahl2016-10-074-10/+0
* isRepresentableInteger: assert(fAbsValue >= 0.0)Eike Rathke2016-10-041-0/+1
* At least MSVC 2015 doesn't find sal/osl/w32/time.hStephan Bergmann2016-10-041-1/+1
* @since tag; sortingStephan Bergmann2016-10-041-1/+1
* clang-cl loplugin: salStephan Bergmann2016-10-0438-949/+1075
* -Werror,-Wdeprecated-declarationTor Lillqvist2016-10-031-1/+1
* unit test cases for approxEqual() and approxSub()Eike Rathke2016-10-021-0/+23
* let approxEqual() not scale too early for large representable integer valuesEike Rathke2016-10-012-0/+40
* Fix typosAndrea Gelmini2016-10-011-1/+1
* Fix typosAndrea Gelmini2016-10-012-2/+2
* sal: WNT: print errno when oslCreateThread failsMichael Stahl2016-09-301-0/+20
* osl_getSocketOption shall return the new lengthStephan Bergmann2016-09-301-1/+1
* tdf#83306 add unit test for compareWithLength and '\0'Michael Stahl2016-09-292-1/+41
* tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0'Michael Stahl2016-09-291-4/+5
* sal: Mac OS X 10.8 fails test_log1pMichael Stahl2016-09-261-0/+4
* -Werror,-Wunused-variable (clang-cl)Stephan Bergmann2016-09-231-1/+0
* This is fixed with MSVC 2015Stephan Bergmann2016-09-231-1/+1
* CPPUNIT_ASSERT_EQUAL disambiguationStephan Bergmann2016-09-201-12/+12
* Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann2016-09-202-0/+83
* loplugin:unusedenumvaluesNoel Grandin2016-09-181-2/+1
* Remove outdated commentTor Lillqvist2016-09-151-1/+0
* loplugin:singlevalfields in l10ntools..saxNoel Grandin2016-09-153-13/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-135-19/+19
* Bin some noise comments and superfluous vertical whitespaceTor Lillqvist2016-09-121-10/+0
* Fix MSVC 2015 buildStephan Bergmann2016-09-021-1/+3
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-301-11/+12