Age | Commit message (Expand) | Author |
2015-02-07 | coverity#1268297 Logically dead code | Caolán McNamara |
2015-02-06 | O[U]StringBuffer::appendUninitialized unit tests | Stephan Bergmann |
2015-02-06 | Remove bogus asserts | Stephan Bergmann |
2015-02-05 | sal: add some argument checking assertions for strings and buffers | Michael Stahl |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-02-03 | Let's use log tags starting with "sal" here in sal | Tor Lillqvist |
2015-02-03 | Let's use log tags starting with "sal" here in sal | Tor Lillqvist |
2015-02-03 | Improve logging | Tor Lillqvist |
2015-02-03 | Fix typo | Tor Lillqvist |
2015-02-03 | Improve logging, change OSL_TRACE into SAL_WARN and SAL_INFO | Tor Lillqvist |
2015-02-03 | Bin stupid macro that was used just once | Tor Lillqvist |
2015-02-03 | Bin code that has been commented out since initial import | Tor Lillqvist |
2015-02-02 | warning C4701: potentially uninitialized local variable 'Addr' used | Stephan Bergmann |
2015-01-29 | Extract loplugin:redundantcast from loplugin:cstylecast | Stephan Bergmann |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |
2015-01-28 | Clean up implementation of osl_getSymbol et al | Stephan Bergmann |
2015-01-28 | This typedef is not unused | Tor Lillqvist |
2015-01-28 | remove unused typedefs | Noel Grandin |
2015-01-26 | Visible function type RTTI for Clang -fsanitize=function | Stephan Bergmann |
2015-01-26 | sal,sd: Windows SDK 8.1 deprecates inet_addr() | Michael Stahl |
2015-01-22 | loplugin:cstylecast (MACOSX) | Stephan Bergmann |
2015-01-21 | Avoid reinterpret_cast to same type | Stephan Bergmann |
2015-01-21 | loplugin:cstylecast (on Mac OS X, where pthread_t is a pointer type) | Stephan Bergmann |
2015-01-20 | Fix for Android gethostbyaddr | Stephan Bergmann |
2015-01-20 | Missing const | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: sal | Stephan Bergmann |
2015-01-16 | rtl_arena_alloc must never obey AMode_SYSTEM | Stephan Bergmann |
2015-01-12 | android: No reason to return JNI version less than Java 6 | Tomaž Vajngerl |
2015-01-08 | [API CHANGE] Remove osl_send/receiveResourcePipe | Stephan Bergmann |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-07 | loplugin:cstylecast: sal | Stephan Bergmann |
2015-01-07 | drop crashrep unused since start of LibreOffice | Caolán McNamara |
2015-01-06 | -Werror,-Wmacro-redefined (under Clang -fsanitize=*) | Stephan Bergmann |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2015-01-01 | error C2039: 'max' : is not a member of 'std' | Miklos Vajna |
2014-12-29 | "NOMINMAX" is not used [-Werror=unused-macros] | Julien Nabet |
2014-12-28 | try to fix windows build | Markus Mohrhard |
2014-12-27 | boost::unordered_map -> c++11 std::unordered_map | Caolán McNamara |
2014-12-20 | Typos | Julien Nabet |
2014-12-19 | constants via #define must be integer if used in #if statement | Christian Lohmaier |
2014-12-19 | Assert ASCII precond of rtl_uString_newFromAscii/Literal | Stephan Bergmann |
2014-12-19 | IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRING | Stephan Bergmann |
2014-12-19 | fdo#39440 sal: reduce scope of local variables | Michael Weghorn |
2014-12-19 | No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLY | Stephan Bergmann |
2014-12-19 | No need for RTL_USING in addition to LIBO_INTERNAL_ONLY | Stephan Bergmann |
2014-12-19 | Remove unused */qa/checkapi/ | Stephan Bergmann |
2014-12-17 | Fix 32-bit builds | Stephan Bergmann |
2014-12-17 | rtl::OUStringLiteral to the rescue | Stephan Bergmann |
2014-12-17 | Introduce rtl::OUStringLiteral1 | Stephan Bergmann |