Age | Commit message (Expand) | Author |
2013-05-07 | -Werror=unused-macros | Stephan Bergmann |
2013-04-17 | -Werror=int-to-pointer-cast (MinGW, extensions) | Stephan Bergmann |
2013-04-17 | -Werror=unused-variable (MinGW, extensions) | Stephan Bergmann |
2013-04-17 | -Werror=write-strings (MinGW, extensions) | Stephan Bergmann |
2013-04-17 | -Werror=shadow (MinGW, extensions) | Stephan Bergmann |
2013-04-17 | -Werror=unknown-pragmas (MinGW, extensions) | Stephan Bergmann |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-04 | writing out tools/fsys.hxx (extensions) | Andras Timar |
2013-03-30 | certainly this was not meant to be _PC_NAME_MAX | Eike Rathke |
2013-03-25 | remove unnecessary tools/fsys.hxx header | Andras Timar |
2013-03-20 | -Werror,-Wundef | Stephan Bergmann |
2013-03-20 | use #if instead of #ifdef for testing config_xxx.hxx macros | Luboš Luňák |
2013-03-19 | further OUString cleanup | Thomas Arnhold |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-11 | use startsWith() instead of compareToAscii() | Thomas Arnhold |
2013-03-09 | fdo#43460: use isEmpty() | Thomas Arnhold |
2013-03-07 | coverity#984440: Use after free | Julien Nabet |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold |
2013-03-02 | coverity#982975 and more: fix memory leaks | Markus Mohrhard |
2013-03-02 | coverity#982974: fix memory leak | Markus Mohrhard |
2013-02-23 | sal: update log areas | Thomas Arnhold |
2013-02-06 | cppCheck: Variable is reassigned a value before the old one has been used. | jailletc36 |
2013-01-31 | Some cppcheck cleaning | Julien Nabet |
2013-01-11 | QUARTZ is equivalent to MACOSX | Tor Lillqvist |
2012-12-27 | Sigh, my git grep regexps missed some cases | Tor Lillqvist |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin |
2012-12-07 | use config_xxx.h files instead of -DHAVE_XXX on the command line | Luboš Luňák |
2012-12-06 | -Werror,-Wsometimes-uninitialized | Stephan Bergmann |
2012-11-28 | oops. mixed-up OString and OUString | Norbert Thiebaud |
2012-11-28 | fix misuse of toAscii(Lower|Upper)Case | Norbert Thiebaud |
2012-11-16 | Use sal/log.hxx instead of fprintf | Stephan Bergmann |
2012-11-15 | Replace medDebug with sal/log.hxx functionality | Stephan Bergmann |
2012-10-01 | Use prefix | Tor Lillqvist |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann |
2012-07-13 | Search for char instead of 1 char long string, when possible. | Christophe JAILLET |
2012-07-13 | Remove unused #includes | Stephan Bergmann |
2012-06-06 | nuke dead code | Takeshi Abe |
2012-06-06 | -Werror,-Wsemicolon-before-method-body (Clang) | Stephan Bergmann |
2012-06-04 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin |
2012-05-29 | targeted string re-work | Norbert Thiebaud |
2012-05-25 | WaE: return value of fwrite unchecked | Caolán McNamara |
2012-05-03 | WaE: unchecked results from write/fwrite | Caolán McNamara |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann |
2012-02-18 | Fix typos in comments | Elton Chung |
2012-02-17 | Remove unused code. | Petr Vorel |
2012-02-13 | extensions: plugin: UNX: don't crash headless | Michael Stahl |
2012-02-13 | extensions: plugin: assertion from OUString::copy | Michael Stahl |
2012-01-24 | finalize gcc 4.7 string literal operators | Thomas Arnhold |