Age | Commit message (Expand) | Author |
2014-04-18 | Typo: s/shure/sure | Tor Lillqvist |
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-12 | coverity#707937 Uninitialized pointer field | Caolán McNamara |
2014-03-12 | coverity#707936 Uninitialized pointer field | Caolán McNamara |
2014-03-08 | coverity#707939 Uninitialized scalar field | Caolán McNamara |
2014-03-08 | coverity#707938 Uninitialized scalar field | Caolán McNamara |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from io | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-01-21 | bool improvements | Stephan Bergmann |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-09 | fdo#54938: Convert io to use cppu::supportsService | Marcos Paulo de Souza |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-11-05 | fdo#60698: Merge all libs of io... | Marcos Paulo de Souza |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-22 | Resolves: #i75731# check output stream and... | Jürgen Schmidt |
2013-10-22 | fdo#54938: Adapt supportsService implementations.. | Marcos Paulo de Souza |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-12 | Mark as const | Takeshi Abe |
2013-07-01 | Fix memory leak in OTextInputStream. | Mark Wielaard |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák |
2013-04-19 | Remove any remaining remnants of unused component_canUnload feature | Stephan Bergmann |
2013-04-19 | remove unused component_canUnload functions | Matúš Kukan |
2013-03-30 | fix loplugin unused warnings | Peter Foley |
2013-03-19 | further OUString cleanup | Thomas Arnhold |
2013-03-04 | sal_Bool to bool | Takeshi Abe |
2013-02-11 | fdo#46808, convert io::TextOutputStream service to new-style | Noel Grandin |
2013-02-11 | fdo#46808, convert io::TextInputStream service to new style | Noel Grandin |
2012-12-01 | Removal ::rtl:: prefixes and macros in IO | José Guilherme Vanz |
2012-12-01 | Removal ::rtl:: prefixes and macros in IO | José Guilherme Vanz |
2012-11-29 | Removal ::rtl:: prefixes and macros in IO | José Guilherme Vanz |
2012-10-02 | Use prefix | Tor Lillqvist |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud |
2012-09-03 | fdo#46808, Adapt io::Pipe UNO service to new style | Noel Grandin |
2012-08-22 | Replace use_internal_api with use_udk_api etc. where appropriate | Stephan Bergmann |
2012-08-15 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |
2012-08-07 | remove empty ascii boxes and stuff | Thomas Arnhold |
2012-07-04 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-06-16 | removed unused forward declarations of class | Takeshi Abe |
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold |
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-03-12 | gbuildize io | David Tardon |
2012-01-23 | Fix for fdo43460 Part XLIV getLength() to isEmpty() | Olivier Hallot |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2011-12-30 | Fix for fdo43460 Part XXI getLength() to isEmpty() | Olivier Hallot |
2011-12-27 | function component_canUnload is exported | David Tardon |
2011-12-15 | catch exception by constant reference | Takeshi Abe |