Age | Commit message (Expand) | Author |
2017-02-20 | silence coverity#1202740 Bad bit shift operation | Caolán McNamara |
2017-02-08 | Solaris C++ 5.2 compiler is no longer relevant | Stephan Bergmann |
2017-01-22 | coverity#1399029 silence Out-of-bounds read | Caolán McNamara |
2017-01-20 | tweak high/low bit so we're always shifting with an unsigned number | Caolán McNamara |
2017-01-17 | replace #ifdef SOLARIS with #ifdef __sun | Michael Stahl |
2016-12-15 | teach sallogareas plugin to catch inconsistencies | Noel Grandin |
2016-12-06 | new loplugin/rewriter comparisonwithconstant | Noel Grandin |
2016-10-13 | approxEqual: check isFinite() | Eike Rathke |
2016-10-10 | Handle loplugin:fpcomparison false positives by whitelist | Stephan Bergmann |
2016-10-07 | New rtl::splitSurrogates, remove code duplication | Stephan Bergmann |
2016-10-04 | isRepresentableInteger: assert(fAbsValue >= 0.0) | Eike Rathke |
2016-10-04 | clang-cl loplugin: sal | Stephan Bergmann |
2016-10-03 | -Werror,-Wdeprecated-declaration | Tor Lillqvist |
2016-10-01 | let approxEqual() not scale too early for large representable integer values | Eike Rathke |
2016-09-29 | tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0' | Michael Stahl |
2016-09-26 | sal: Mac OS X 10.8 fails test_log1p | Michael Stahl |
2016-08-29 | Support ConstCharArrayDetector also for UTF-16 arrays | Stephan Bergmann |
2016-07-08 | loplugin:redundantcast: redundant static_casts in sal | Stephan Bergmann |
2016-06-29 | move #includes to top of file | Noel Grandin |
2016-06-27 | stringToDouble() do not parse separator without digit as 0.0 | Eike Rathke |
2016-06-27 | stringToDouble() fix broken reverse logic for NaN and INF | Eike Rathke |
2016-06-19 | loplugin:salbool: Implicit conversions from non-Boolean fundamental types | Stephan Bergmann |
2016-05-22 | Convert AllocMode to scoped enum | Noel Grandin |
2016-05-10 | Add SAL_FALLTHROUGH, where apparently appropriate | Stephan Bergmann |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-05 | clang-tidy modernize-loop-convert in oox to sax | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-15 | fix case when fileName lacks "/MacOS/" | Douglas Mencken |
2016-04-11 | tdf#94306 replace boost::noncopyable r.. to sdext | Jochen Nitschke |
2016-04-07 | Drop pointless "internal" directory level for already internal include files | Tor Lillqvist |
2016-04-07 | Bin unneeded forward declarations of static functions | Tor Lillqvist |
2016-04-04 | tdf#97499 Fixed containers parameters clearing #4 | tymyjan |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-03-10 | Drop __rtl_random_ prefix from static entities (avoid reserved identifiers) | Stephan Bergmann |
2016-03-10 | Drop __rtl_digest_ prefix from static entities (avoid reserved identifiers) | Stephan Bergmann |
2016-03-10 | Drop __rtl_cipher prefix from static entities (avoid reserved identifiers) | Stephan Bergmann |
2016-03-04 | Probably better to not disable this cache in all debug modes | Stephan Bergmann |
2016-03-04 | Spurious spaces | Stephan Bergmann |
2016-03-03 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-02-23 | new loplugin: commaoperator | Noel Grandin |
2016-02-15 | Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint | Stephan Bergmann |
2016-02-11 | Avoid duplicate declaration | Tor Lillqvist |
2016-02-05 | cppcheck-suppress sizeofwithsilentarraypointer | Caolán McNamara |
2016-01-26 | Bin leftover cruft | Tor Lillqvist |
2016-01-14 | use ::std::swap() to reverse buffer | Eike Rathke |
2016-01-14 | use getN10Exp(x) instead of pow(10.0,x) | Eike Rathke |
2016-01-14 | handle negative decimal places for rounding, tdf#96918 related | Eike Rathke |
2016-01-13 | sal: as always C++ is too stupid to deduce parameter types of min | Michael Stahl |
2016-01-13 | tdf#96918 display accurate integer double values up to (2^53)-1 | Eike Rathke |
2016-01-06 | tdf#39631 - branch hints: comment, and tweak variously, also use. | Michael Meeks |