Age | Commit message (Expand) | Author |
2017-03-03 | Fix typos | Andrea Gelmini |
2017-03-03 | Fix typos | Andrea Gelmini |
2017-03-02 | Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true now | Stephan Bergmann |
2017-02-21 | loplugin:subtlezeroinit: sal | Stephan Bergmann |
2017-02-16 | remove unused Exist from oslCheckMode enum | Noel Grandin |
2017-02-13 | Fix typos | Andrea Gelmini |
2017-02-10 | Remove MinGW support | Stephan Bergmann |
2017-02-07 | loplugin:useuniqueptr (clang-cl) | Stephan Bergmann |
2017-02-01 | loplugin:useuniqueptr extend to check local vars | Noel Grandin |
2017-01-31 | Work around GCC -Wunused-result | Stephan Bergmann |
2017-01-25 | loplugin: unnecessary destructor oox..sax | Noel Grandin |
2017-01-17 | replace #ifdef SOLARIS with #ifdef __sun | Michael Stahl |
2017-01-11 | loplugin:stringconstant: handle OStringBuffer::append | Stephan Bergmann |
2017-01-11 | Some loplugin:conststringvar/stringconstant improvements: sal | Stephan Bergmann |
2017-01-10 | New loplugin:conststringvar: sal | Stephan Bergmann |
2017-01-09 | New loplugin:externvar: sal | Stephan Bergmann |
2017-01-05 | Replace side-effect--only uses of makeStringAndClear() with setLength(0) | Stephan Bergmann |
2016-12-23 | tdf#97283: Merge sal rtl tests to one makefile | Matúš Kukan |
2016-12-23 | tdf#97283: Merge sal osl tests to one makefile | Matúš Kukan |
2016-12-17 | Make OUStringLiteral more useful | Stephan Bergmann |
2016-12-16 | Typo in meant-to-be-overloading function name | Stephan Bergmann |
2016-12-06 | Comment cppcheck accessForwarded as harmless | Stephan Bergmann |
2016-12-01 | loplugin:unnecessaryoverride (dtors) in sal | Stephan Bergmann |
2016-11-25 | loplugin:stringconstant: look into 'char const * const var = "..."' | Stephan Bergmann |
2016-11-21 | remove dep on unotest from osl_Pipe test | David Tardon |
2016-11-01 | loplugin:oncevar in sal..scripting | Noel Grandin |
2016-10-14 | CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-10-12 | Don't allow O[U]StringBuffer in string concatenation | Stephan Bergmann |
2016-10-04 | clang-cl loplugin: sal | Stephan Bergmann |
2016-10-02 | unit test cases for approxEqual() and approxSub() | Eike Rathke |
2016-10-01 | Fix typos | Andrea Gelmini |
2016-10-01 | Fix typos | Andrea Gelmini |
2016-09-29 | tdf#83306 add unit test for compareWithLength and '\0' | Michael Stahl |
2016-09-23 | -Werror,-Wunused-variable (clang-cl) | 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 | 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-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-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 |
2016-07-19 | clang-tidy performance-unnecessary-value-param in sal | Stephan Bergmann |
2016-07-15 | new loplugin unnecessary override | Noel Grandin |
2016-07-13 | sal: fix remaining loplugin:cppunitassertequals warnings | Miklos Vajna |