Age | Commit message (Expand) | Author |
2017-01-10 | rename SAL_DEBUG_TRACE to SAL_DEBUG_BACKTRACE | Noel Grandin |
2017-01-09 | New loplugin:externvar: sal | Stephan Bergmann |
2017-01-05 | Replace side-effect--only uses of makeStringAndClear() with setLength(0) | Stephan Bergmann |
2017-01-01 | ofz#358 SJIS_84 table mnLeadEnd is out by one | Caolán McNamara |
2016-12-30 | cleanup tailing backslashes | Jochen Nitschke |
2016-12-23 | tdf#97283: Merge sal rtl tests to one makefile | Matúš Kukan |
2016-12-23 | tdf#97283: Merge sal osl tests to one makefile | Matúš Kukan |
2016-12-20 | Don't malloc between for and exec | Stephan Bergmann |
2016-12-20 | keep salinit for non-DESKTOP but not for ANDROID/IOS | Caolán McNamara |
2016-12-20 | salinit for non-DESKTOP too | Caolán McNamara |
2016-12-20 | bootstrap building with --disable-dynloading on standard linux | Caolán McNamara |
2016-12-20 | add an option to pipe log output to file | Markus Mohrhard |
2016-12-19 | this textenc hack is for android and disable-dynamic-loading | Caolán McNamara |
2016-12-17 | Make OUStringLiteral more useful | Stephan Bergmann |
2016-12-16 | -Werror,-Wstrict-prototypes (clang-cl) | Stephan Bergmann |
2016-12-16 | Typo in meant-to-be-overloading function name | Stephan Bergmann |
2016-12-15 | teach sallogareas plugin to catch inconsistencies | Noel Grandin |
2016-12-14 | I guess FREEBSD doesn't need this implementation of fcvt | Stephan Bergmann |
2016-12-13 | Reuse existing sal.osl log area | Stephan Bergmann |
2016-12-13 | fix windows build after OSL_TRACE->SAL changes | Noel Grandin |
2016-12-13 | OSL_TRACE->SAL in avmedia..canvas | Noel Grandin |
2016-12-13 | OSL_TRACE->SAL in framework..sal | Noel Grandin |
2016-12-12 | [API CHANGE] Remove salcpprt static library | Stephan Bergmann |
2016-12-06 | Comment cppcheck accessForwarded as harmless | Stephan Bergmann |
2016-12-06 | new loplugin/rewriter comparisonwithconstant | Noel Grandin |
2016-12-01 | loplugin:unnecessaryoverride (dtors) in sal | Stephan Bergmann |
2016-11-29 | Don't change ustrHostname in case of error | Stephan Bergmann |
2016-11-25 | loplugin:stringconstant: look into 'char const * const var = "..."' | Stephan Bergmann |
2016-11-23 | Remove dead sal/workben/ stuff | Stephan Bergmann |
2016-11-22 | trivial makefile cleanups | Michael Stahl |
2016-11-21 | remove dep on unotest from osl_Pipe test | David Tardon |
2016-11-21 | fix for 'warning C4702: unreachable code' | Jochen Nitschke |
2016-11-08 | Use the larger stack size for ASan/UBSan builds on macOS, too | Stephan Bergmann |
2016-11-02 | loplugin:unusedfields | Noel Grandin |
2016-11-01 | loplugin:oncevar in sal..scripting | Noel Grandin |
2016-10-26 | sal::detail::logFormat is no longer needed | Stephan Bergmann |
2016-10-19 | loplugin:expandablemethodds in reportdesign..sal | Noel Grandin |
2016-10-14 | CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-10-13 | approxEqual: check isFinite() | Eike Rathke |
2016-10-13 | SOCKET_USE_AUTODIAL is dead code | Stephan Bergmann |
2016-10-12 | Don't allow O[U]StringBuffer in string concatenation | Stephan Bergmann |
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-07 | tdf#100302: gbuild: always use $(LFS_CFLAGS) | Michael Stahl |
2016-10-04 | isRepresentableInteger: assert(fAbsValue >= 0.0) | Eike Rathke |
2016-10-04 | At least MSVC 2015 doesn't find sal/osl/w32/time.h | Stephan Bergmann |
2016-10-04 | @since tag; sorting | Stephan Bergmann |
2016-10-04 | clang-cl loplugin: sal | Stephan Bergmann |
2016-10-03 | -Werror,-Wdeprecated-declaration | Tor Lillqvist |
2016-10-02 | unit test cases for approxEqual() and approxSub() | Eike Rathke |