Age | Commit message (Expand) | Author |
2018-04-16 | loplugin:useuniqueptr in sal/qa/ | Noel Grandin |
2018-03-05 | Make LibreOffice buildable on Haiku. | Kacper Kasper |
2018-02-24 | Fix typos | Andrea Gelmini |
2018-01-30 | Typ-o negativ | Ilmari Lauhakangas |
2018-01-23 | Add unit tests for rtl::math's inverse hyperbolic functions | Takeshi Abe |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann |
2018-01-17 | tdf#114939: Verify rtl_digest_SHA1 computes broken results, by design | Stephan Bergmann |
2018-01-16 | tdf#114939 sal: fix endMD5() off-by-one | Michael Stahl |
2018-01-12 | More loplugin:cstylecast: sal | Stephan Bergmann |
2018-01-02 | Remove broken test | Stephan Bergmann |
2017-12-29 | loplugin:unnecessaryparen improve return check | Noel Grandin |
2017-12-28 | rtl: support start/stop threads around pre-init | Ashod Nakashian |
2017-12-22 | unotools: don't go belly-up if temp dir is wrong or empty | Juergen Funk |
2017-12-20 | Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR. | Jan Holesovsky |
2017-12-17 | Fix typos | Andrea Gelmini |
2017-12-15 | sal: add pre-initialization scheme for allocations. | Michael Meeks |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-11-21 | Fix typos | Andrea Gelmini |
2017-11-11 | Avoid using O[U]StringConcat lvalues containing dangling refs to temporaries | Stephan Bergmann |
2017-10-24 | Make testUtf8StringLiterals work when char is unsigned | Stephan Bergmann |
2017-10-23 | loplugin:includeform: sal | Stephan Bergmann |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-09-27 | SAL: use more Unicode on Windows | Mike Kaganski |
2017-09-24 | Map Windows code page 42 to RTL_TEXTENCODING_SYMBOL | Stephan Bergmann |
2017-09-22 | Windows: avoid dependence on UNICODE define; prefer W functions | Mike Kaganski |
2017-09-18 | Some more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-13 | Make reading UTF-8 strict | Stephan Bergmann |
2017-07-25 | tell msvc our source code is written using utf-8 | Caolán McNamara |
2017-07-24 | fix use after delete in osl::Pipe dtor | Caolán McNamara |
2017-07-23 | coverity#1415617 Resource leak | Caolán McNamara |
2017-07-22 | osl: give condition tests more descriptive names | Chris Sherlock |
2017-07-22 | osl: condition qa remove extraneous comments | Chris Sherlock |
2017-07-21 | osl: fix Pipe noacquire/acquire tests | Chris Sherlock |
2017-07-18 | osl: update named pipe handle test names | Chris Sherlock |
2017-07-18 | osl: pipe test remove unnecessary comment cruft | Chris Sherlock |
2017-07-17 | RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO | Chris Sherlock |
2017-07-13 | use more OUString::operator== in forms..sal | Noel Grandin |
2017-07-10 | simplify some OUString compareTo calls | Noel Grandin |
2017-07-06 | use OString::operator== in preference to ::equals | Noel Grandin |
2017-07-03 | C++11 remove std::unary_function bases from functors | Jochen Nitschke |
2017-07-02 | loplugin:casttovoid: sal | Stephan Bergmann |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-14 | use more SAL_N_ELEMENTS part 2 | Noel Grandin |
2017-06-09 | clang-tidy readability-non-const-parameter | Noel Grandin |
2017-05-30 | teach redundantcast plugin about functional casts | Noel Grandin |
2017-05-29 | osl: qa test of %2F - for file URIs this is invalid | Chris Sherlock |
2017-05-29 | remove some unnecessary OString constructor calls | Noel Grandin |
2017-05-27 | osl: remove LLA sigs, fix typos and convert to Doxygen comment | Chris Sherlock |
2017-05-20 | tdf#107968 - double slash handling misleading; add unit test | Chris Sherlock |
2017-05-17 | Add some unit tests for rtl_math_StringFormat_G | Eike Rathke |