Age | Commit message (Expand) | Author |
2017-12-24 | loplugin:passstuffbyref even more return improvements | Noel Grandin |
2017-12-23 | loplugin:passstuffbyref improved returns | Noel Grandin |
2017-12-21 | new loplugin: convertlong | Noel Grandin |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-10 | ofz#4571 Direct-leak | Caolán McNamara |
2017-12-10 | remove unused osl/time.h includes .. | Jochen Nitschke |
2017-11-30 | loplugin:unnecessaryparen: signed numeric literals | Stephan Bergmann |
2017-11-30 | ofz: always free with xmlFreeParserCtxt | Caolán McNamara |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin |
2017-11-22 | Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all | Stephan Bergmann |
2017-11-13 | Fix typos | Andrea Gelmini |
2017-11-13 | Fix typos | Andrea Gelmini |
2017-11-03 | loplugin:constparam in vcl,svtools | Noel Grandin |
2017-10-31 | loplugin:constantparam in sal,sax | Noel Grandin |
2017-10-26 | loplugin:constmethods in unotools | Noel Grandin |
2017-10-25 | ofz#3752 Integer-overflow | Caolán McNamara |
2017-10-25 | loplugin:constmethod in tools,sax,UnoControls | Noel Grandin |
2017-10-25 | ofz#3769 Integer-overflow | Caolán McNamara |
2017-10-23 | loplugin:includeform: sax | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-18 | allow events to accumulate past limit if an exception is pending | Caolán McNamara |
2017-09-17 | protect against short file | Caolán McNamara |
2017-09-17 | ofz: string has to be at least 5 chars long | Caolán McNamara |
2017-09-16 | ofz: leak on fdo72541-1.fodt | Caolán McNamara |
2017-09-13 | New rtl::isUnicodeScalarValue, rtl::isSurrogate | Stephan Bergmann |
2017-09-13 | sax: allow some debug logging in FastParser | Michael Stahl |
2017-09-13 | sax: improve README | Michael Stahl |
2017-09-12 | clang-tidy modernize-use-emplace in package..sax | Noel Grandin |
2017-09-05 | tdf#112164 sax: handle errors on last call to XML_Parse() | Michael Stahl |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin |
2017-08-11 | sax parser: remove long-disabled code | Thorsten Behrens |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin |
2017-07-20 | sax: Check if it starts with 5 bytes of "<?xml" | Takeshi Abe |
2017-07-17 | RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO | Chris Sherlock |
2017-07-17 | loplugin:constparams in basegfx,sax,shell | Noel Grandin |
2017-07-16 | comphelper: move base64 encode/decode helpers from sax | Ashod Nakashian |
2017-07-05 | new loplugin unnecessaryparen | Noel Grandin |
2017-07-03 | Translate German comments and debug strings (leftovers in dirs sal to sc) | Johnny_M |
2017-07-02 | loplugin:casttovoid: sax | Stephan Bergmann |
2017-06-29 | Added find function to FastAttributeList: | Mohammed Abdul Azeem |
2017-06-26 | loplugin:oncevar in oox..sax | Noel Grandin |
2017-06-23 | loplugin:unusedfields in registry..sax | Noel Grandin |
2017-06-16 | Literal tab character is bad XML, write '	' instead | Eike Rathke |
2017-06-15 | [API CHANGE] Add processingInstruction event to XFastDocumentHandler: | Mohammed Abdul Azeem |
2017-06-14 | use more SAL_N_ELEMENTS part 2 | Noel Grandin |
2017-06-01 | convert SAX_ARGS_ARG macros to varargs template methods | Noel Grandin |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert sax module away from OSL_ASSERT to assert | Chris Sherlock |