Age | Commit message (Expand) | Author |
2014-09-09 | Make the "Mac-like" or "canonical" app bundle structure always used on OS X | Tor Lillqvist |
2014-09-04 | coverity#706611 Uncaught exception | Caolán McNamara |
2014-07-28 | Include <algorithm> for std::min | Tor Lillqvist |
2014-07-07 | DBG_ASSERT->assert when followed by dereference | Caolán McNamara |
2014-07-04 | Use standard library optimised routines for OUString/OString | Noel Grandin |
2014-07-03 | coverity#1187696 Unintended sign extension | Caolán McNamara |
2014-07-01 | Clean up surrogates.hxx | Stephan Bergmann |
2014-07-01 | clang scan-build: various warnings | Caolán McNamara |
2014-06-30 | It is useful to know what macros are we expanding, and to what. | Jan Holesovsky |
2014-06-05 | sal/rtl: remove SAL_THROW macro | Noel Grandin |
2014-05-22 | Work around undef conversion of large double to float | Stephan Bergmann |
2014-05-15 | Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxx | Herbert Dürr |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-04-04 | Clean up unreferenced functions | Stephan Bergmann |
2014-04-04 | Fix ASCII-only check | Stephan Bergmann |
2014-04-03 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-04-03 | Use boost::noncopyable | Stephan Bergmann |
2014-03-31 | coverity#983373 Dereference before null check | Caolán McNamara |
2014-03-28 | coverity#705205 Missing break in switch | Caolán McNamara |
2014-03-11 | "overflow" is one word | Tor Lillqvist |
2014-03-01 | Adapt rtl_uriConvertRelToAbs to RFC 3986 | Stephan Bergmann |
2014-03-01 | Remove visual noise from sal | Alexander Wilms |
2014-02-28 | Simplify string construction | Stephan Bergmann |
2014-02-28 | Fix typo: s/Alined/Aligned | Tor Lillqvist |
2014-02-27 | Ensure that numeric array storage is aligned to 256-byte boundary. | Kohei Yoshida |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-18 | Stick to a single O[U]String hash function | Stephan Bergmann |
2014-02-17 | sal: sal_Bool -> bool | Stephan Bergmann |
2014-02-13 | Revert "sal: fix some clang warning about implicit bool conversion" | Stephan Bergmann |
2014-02-13 | Move string hash function into String class. | Muthu Subramanian |
2014-02-12 | sal: fix some clang warning about implicit bool conversion | Michael Stahl |
2014-02-10 | Do not do RTL_LOG_STRING_NEW on null pointer | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-21 | Fix bogus mass-conversion equalsAsciiL -> startsWith | Stephan Bergmann |
2014-01-10 | Use bool | Stephan Bergmann |
2013-12-16 | fdo#72598 Remove SunStudio cruft from code base | Jelle van der Waa |
2013-12-02 | Drop duplicate #include | Takeshi Abe |
2013-11-27 | Unwind occurrences of deprecated sal_sChar, sal_uChar | Stephan Bergmann |
2013-11-22 | remove unnecessary RTL_CONSTASCII_STRINGPARAM | Noel Grandin |
2013-11-20 | convert equalsAsciiL calls to startsWith calls | Noel Grandin |
2013-11-14 | Use rtl::Static | Stephan Bergmann |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-11-12 | document the use of the strtmpl.cxx and remove unnecessary macro usage | Noel Grandin |
2013-11-07 | Name threads for debug purpose | Arnaud Versini |
2013-10-28 | Related: fdo#69641 convert OSL_ASSERT into assert | Caolán McNamara |
2013-10-17 | fdo#70319 "exponent followed by at least on digit" also for special case 0.0 | Stephan Bergmann |
2013-10-14 | resolved fdo#70319 exponent must be followed by at least one digit | Eike Rathke |
2013-10-09 | Fail fast at least in debug builds | Stephan Bergmann |