Age | Commit message (Expand) | Author |
2016-11-08 | Use the larger stack size for ASan/UBSan builds on macOS, too | Stephan Bergmann |
2016-11-02 | loplugin:unusedfields | Noel Grandin |
2016-11-01 | loplugin:oncevar in sal..scripting | Noel Grandin |
2016-10-26 | sal::detail::logFormat is no longer needed | Stephan Bergmann |
2016-10-19 | loplugin:expandablemethodds in reportdesign..sal | Noel Grandin |
2016-10-14 | CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-10-13 | approxEqual: check isFinite() | Eike Rathke |
2016-10-13 | SOCKET_USE_AUTODIAL is dead code | Stephan Bergmann |
2016-10-12 | Don't allow O[U]StringBuffer in string concatenation | Stephan Bergmann |
2016-10-10 | Handle loplugin:fpcomparison false positives by whitelist | Stephan Bergmann |
2016-10-07 | New rtl::splitSurrogates, remove code duplication | Stephan Bergmann |
2016-10-07 | tdf#100302: gbuild: always use $(LFS_CFLAGS) | Michael Stahl |
2016-10-04 | isRepresentableInteger: assert(fAbsValue >= 0.0) | Eike Rathke |
2016-10-04 | At least MSVC 2015 doesn't find sal/osl/w32/time.h | Stephan Bergmann |
2016-10-04 | @since tag; sorting | Stephan Bergmann |
2016-10-04 | clang-cl loplugin: sal | Stephan Bergmann |
2016-10-03 | -Werror,-Wdeprecated-declaration | Tor Lillqvist |
2016-10-02 | unit test cases for approxEqual() and approxSub() | Eike Rathke |
2016-10-01 | let approxEqual() not scale too early for large representable integer values | Eike Rathke |
2016-10-01 | Fix typos | Andrea Gelmini |
2016-10-01 | Fix typos | Andrea Gelmini |
2016-09-30 | sal: WNT: print errno when oslCreateThread fails | Michael Stahl |
2016-09-30 | osl_getSocketOption shall return the new length | Stephan Bergmann |
2016-09-29 | tdf#83306 add unit test for compareWithLength and '\0' | Michael Stahl |
2016-09-29 | tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0' | Michael Stahl |
2016-09-26 | sal: Mac OS X 10.8 fails test_log1p | Michael Stahl |
2016-09-23 | -Werror,-Wunused-variable (clang-cl) | Stephan Bergmann |
2016-09-23 | This is fixed with MSVC 2015 | Stephan Bergmann |
2016-09-20 | CPPUNIT_ASSERT_EQUAL disambiguation | Stephan Bergmann |
2016-09-20 | Related cid#1371289: Work around missing OUStringBuffer move semantics | Stephan Bergmann |
2016-09-18 | loplugin:unusedenumvalues | Noel Grandin |
2016-09-15 | Remove outdated comment | Tor Lillqvist |
2016-09-15 | loplugin:singlevalfields in l10ntools..sax | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-12 | Bin some noise comments and superfluous vertical whitespace | Tor Lillqvist |
2016-09-02 | Fix MSVC 2015 build | Stephan Bergmann |
2016-08-30 | Let OUStringLiteral1 take its arg as ctor arg, not template arg | Stephan Bergmann |
2016-08-29 | Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCII | Stephan Bergmann |
2016-08-29 | Support ConstCharArrayDetector also for UTF-16 arrays | Stephan Bergmann |
2016-08-29 | OUString construction from OUStringLiteral1 must not be overruled by... | Stephan Bergmann |
2016-08-19 | coverity#1371449 Uninitialized scalar field | Caolán McNamara |
2016-08-18 | Fix sal log for 32 bit Linux build | Giuseppe Castagno |
2016-08-18 | Move comment block back where it was | Tor Lillqvist |
2016-08-18 | If no WARN in SAL_LOG, use the INFO selection for WARNs, too | Tor Lillqvist |
2016-08-18 | Add handling of a +RELATIVETIMER flag in the SAL_LOG environment variable | Tor Lillqvist |
2016-08-18 | No need for nested unnamed namespaces | Tor Lillqvist |
2016-08-18 | Add handling of a +TIMESTAMP flag in the SAL_LOG environment variable | Tor Lillqvist |
2016-08-16 | new loplugin to check for static OUStrings | Noel Grandin |
2016-08-05 | loplugin:countusersofdefaultparams in oox..sd | Noel Grandin |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |