Age | Commit message (Expand) | Author |
2021-05-11 | fix leak in ZCodec | Noel Grandin |
2021-05-03 | loplugin:unnecessaryparen small improvement | Noel Grandin |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-28 | ofz#33769 Integer-overflow | Caolán McNamara |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-27 | loplugin:moveopt | Noel Grandin |
2021-04-27 | use more string_view in tools/stream | Noel Grandin |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-22 | no need to create a temporary when appending to OUStringBuffer | Noel Grandin |
2021-04-20 | reduce copy pasta with Color::GetLuminance() | Luboš Luňák |
2021-04-19 | use more string_view in OString API | Noel Grandin |
2021-04-14 | ofz#33235 Integer-overflow | Caolán McNamara |
2021-04-10 | ofz#32973 Integer-overflow | Caolán McNamara |
2021-04-09 | Recheck include/ with IWYU | Gabor Kelemen |
2021-04-09 | ofz#33038 Floating-point-exception | Caolán McNamara |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-07 | ofz#32965 move fpe fix of ofz#17212 into toRational | Caolán McNamara |
2021-04-06 | update pches | Caolán McNamara |
2021-04-05 | Use std::gcd instead of boost version | Mike Kaganski |
2021-04-05 | ofz#32885 regard as invalid fractions that will FPE boost::integer::gcd | Caolán McNamara |
2021-04-02 | vcl: move Fraction reading/writing to GenericTypeSerializer | Tomaž Vajngerl |
2021-03-25 | tdf#58745 - Detect end of month when extending a date list | Andreas Heinisch |
2021-03-24 | cid#1474353 experiment to silence Untrusted loop bound | Caolán McNamara |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-19 | silence coverity unchecked return value from library on xmlText* functions | Caolán McNamara |
2021-03-14 | loplugin:unusedmethods | Noel |
2021-03-13 | update pches | Julien Nabet |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2021-01-28 | add string_view variants of methods to O[U]StringBuffer | Noel |
2021-01-20 | ofz#29691 revert throw SvStreamEOFException | Caolán McNamara |
2021-01-18 | make internals of ::Color private | Noel |
2021-01-17 | tools: support reading xml namespace with XmlWalker | Tomaž Vajngerl |
2021-01-16 | make the Color constructors explicitly specify transparency | Noel |
2021-01-15 | Make JsonWriter::writeEscapedOUString() handle surrogate pairs properly | Tor Lillqvist |
2021-01-15 | cid#1471704 workaround | Noel Grandin |
2021-01-14 | cid#1471346 Uncaught exception | Caolán McNamara |
2021-01-12 | transparency->alpha in tools::Color | Noel |
2021-01-06 | bIsBig member is redundant | Noel Grandin |
2021-01-06 | move the bigint based Scale() implementations to one central place | Noel Grandin |
2021-01-05 | tdf#96505 : Get rid of cargo cult long integer literals | umutbayramoglu |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-28 | tools: json: fix missing escaped chars | Henry Castro |
2020-12-24 | Revert "add sal*Int64 conversions to BigInt" | Stephan Bergmann |
2020-12-24 | add sal*Int64 conversions to BigInt | Noel Grandin |
2020-12-24 | custom literal for Degree10 | Noel Grandin |
2020-12-20 | use CLZ intrinsic in tools::Fraction | Noel Grandin |
2020-12-19 | speedup rational_FromDouble | Noel Grandin |
2020-12-18 | throw exception in SvStream when reading past end of file | Noel |