Age | Commit message (Expand) | Author |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-20 | new loplugin: badvectorinit | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-08-27 | sax: tdf#88206 replace cppu::WeakImplHelper* | Takeshi Abe |
2015-08-03 | new loplugin: refcounting | Noel Grandin |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-01-20 | Some more loplugin:cstylecast: sax | Stephan Bergmann |
2014-09-19 | Remove unused XFastTokenHandler functions | Matúš Kukan |
2014-09-19 | Use FastSaxParser directly | Matúš Kukan |
2014-09-18 | fastparser: Use dummy token handler in unit test instead of an oox one. | Matúš Kukan |
2014-05-14 | various loplugin:passsequencebyref | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-02-12 | Improve output in case of test failure | Stephan Bergmann |
2013-12-19 | css.xml.sax service ctor clean-up | Stephan Bergmann |
2013-12-17 | Improve CPPUNIT_ASSERTs | Stephan Bergmann |
2013-12-10 | sax, xmloff: fix ODF import/export of text:time/text:time-value | Michael Stahl |
2013-10-21 | Remove comphelper::ComponentContext | Stephan Bergmann |
2013-10-21 | FastTokenHandler service should apparently have a default constructor | Stephan Bergmann |
2013-10-17 | sax: fix build: needs explicit type | Matúš Kukan |
2013-10-17 | sax: add unit test for FastAttributeList | Matúš Kukan |
2013-10-17 | sax: add unit test for FastSaxParser | Matúš Kukan |
2013-08-04 | fixup SAL_INFO macros to actually print the strings | Lionel Elie Mamane |
2013-08-04 | sax converter unittest: test accept trailing zeros in fractional seconds | Lionel Elie Mamane |
2013-07-15 | i#108348: support DateTimeWithTimezone in user defined Document Properties | Michael Stahl |
2013-07-15 | i#108348 API CHANGE: add IsUTC to css.util.DateTime etc. | Michael Stahl |
2013-06-29 | i#108348 sax::Converter: support negative date and dateTime | Michael Stahl |
2013-04-18 | date/time IDL datatypes incompatible change | Lionel Elie Mamane |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-02-19 | fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT | Radu Ioan |
2012-08-15 | warning C4310: cast truncates constant value | Michael Stahl |
2012-08-15 | sigh.. MSVC warning C4146: unary minus applied to unsigned type? | Michael Stahl |
2012-08-15 | oops forgot #include limits | Michael Stahl |
2012-08-15 | overflow in implicit constant conversion [-Werror=overflow] | Michael Stahl |
2012-08-15 | decodeBase64 test is done and working | Artur Dorda |
2012-08-15 | encodeBase64 test is working | Artur Dorda |
2012-08-15 | added some extreme values in string-to-measure test | Artur Dorda |
2012-08-15 | 'string to number' test covered | Artur Dorda |
2012-08-15 | 'number to string' test covered | Artur Dorda |
2012-08-15 | 'string to color' test covered | Artur Dorda |
2012-08-15 | 'color to string' test covered | Artur Dorda |
2012-08-15 | 'percent to string' test covered | Artur Dorda |
2012-08-15 | 'string to percent' test covered | Artur Dorda |
2012-08-15 | 'bool to string' test covered | Artur Dorda |
2012-08-15 | 'string to bool' test covered | Artur Dorda |
2012-08-15 | 'measure to string' test covered in test_converter.cxx | Artur Dorda |
2012-08-15 | Added testing 'measure to string' function | Artur Dorda |
2012-08-15 | All the MeasureUnit values are covered in converter test | Artur Dorda |
2012-08-15 | Started testing measures in converter test, first: string to measure | Artur Dorda |