Age | Commit message (Expand) | Author |
2014-04-09 | Whatever those odd dummy function definitions were supposed to be good for | Stephan Bergmann |
2014-04-04 | Fix a memory leak by freeing last pBytes | Takeshi Abe |
2014-04-02 | Avoid possible resource leaks by boost::scoped_array | Takeshi Abe |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-19 | coverity#984088 Uninitialized pointer field | Caolán McNamara |
2014-03-04 | fdo#54938: Convert some places to use cppu::supportsService | Marcos Paulo de Souza |
2014-02-27 | Remove visual noise from extensions | Alexander Wilms |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-24 | harmonize Tell() Seek() type. | Norbert Thiebaud |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-20 | Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx | Tobias Lippert |
2014-01-10 | Be explicit when using bool as integral value | Stephan Bergmann |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-05 | Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5 | Tor Lillqvist |
2013-11-21 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL | Noel Grandin |
2013-11-20 | Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls" | Noel Grandin |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls | Noel Grandin |
2013-11-20 | remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructor | Noel Grandin |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-11 | convert OUString !compareToAscii to equalsAscii | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor in EXTENSIONS module | Noel Grandin |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-20 | drop unnecessary tools/string includes | Caolán McNamara |
2013-10-01 | convert extensions module from String to OUString | Noel Grandin |
2013-09-19 | WaE: cast to 'void *' from smaller integer type | Tor Lillqvist |
2013-08-21 | osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier() | Stephan Bergmann |
2013-08-18 | Use subfolder names from <config_folders.h> | Tor Lillqvist |
2013-07-29 | Remove effectively unused INetURLObject OString overloads | Stephan Bergmann |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-06-29 | Search for char instead of 1 char long string, when possible. | Thomas Arnhold |
2013-06-18 | fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty() | Jelle van der Waa |
2013-06-10 | mingw64: cast to pointer from integer of different size in extensions | Fridrich Štrba |
2013-06-06 | Slowly, but surely going on compiling for mingw64 | Fridrich Štrba |
2013-06-03 | re-base on ALv2 code. Includes: | Michael Meeks |
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 |