Age | Commit message (Expand) | Author |
2017-05-16 | Extend loplugin:comparisonwithconstant beyond integral types | Stephan Bergmann |
2017-05-16 | Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issue | Stephan Bergmann |
2017-05-14 | osl: osl_File.cxx unit test formatting cleanup | Chris Sherlock |
2017-05-13 | osl: osl_File.cxx indent fixes | Chris Sherlock |
2017-05-13 | osl: final cleanup of sal_File.cxx unit test | Chris Sherlock |
2017-05-13 | osl: osl_File.cxx header cleanup | Chris Sherlock |
2017-05-13 | osl: osl_File.cxx qa test - remove osl namespace prefixes | Chris Sherlock |
2017-05-13 | osl: osl_File.cxx qa file cleanup | Chris Sherlock |
2017-05-13 | osl: file test - space between C comment token and start of comment | Chris Sherlock |
2017-05-13 | osl: remove commented code from file test | Chris Sherlock |
2017-05-13 | osl: remove extraneous comment cruft from test source | Chris Sherlock |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-04 | Replace all OUString("") with OUString() | Arnaud Versini |
2017-05-03 | remove empty comments | Noel Grandin |
2017-04-28 | loplugin:salunicodeliteral: sal | Stephan Bergmann |
2017-04-28 | loplugin:cppunitassertequals: sal | Stephan Bergmann |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-04-24 | clang-tidy readability-simplify-boolean-expr in oox..sal | Noel Grandin |
2017-04-13 | Removed duplicated includes | Andrea Gelmini |
2017-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types: sal | Stephan Bergmann |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann |
2017-03-30 | remove type decorations on char literals | Jochen Nitschke |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-16 | Fix typos | Andrea Gelmini |
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 |