1. 950f7c3 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  2. 224c8aa loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  3. 2302e27 Clean up passing Boolean value to osl::Socket::setOption by Stephan Bergmann · 11 years ago
  4. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  5. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  6. abf2ad6 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  7. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  8. 43c7459 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  9. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  10. c9e6b58 enable tcpNoDelay for loopback connections automatically by Noel Grandin · 11 years ago
  11. 14c12fa Some more loplugin:cstylecast: io by Stephan Bergmann · 11 years ago
  12. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  13. e7d6a1d io: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  14. 14fa102 Fix C4716: 'anonymous namespace'::Input::readBytes : must return a value by Tor Lillqvist · 11 years ago
  15. ed30f63 Unit test for fdo#79941 (handle short reads) by Stephan Bergmann · 11 years ago
  16. 7a0bfcb fdo#79941: Properly handle short reads by Stephan Bergmann · 11 years ago
  17. 721366e cppu: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  18. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  19. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  20. c353cae loplugin: cstylecast by Noel Grandin · 12 years ago
  21. 57a4337 set names on a bunch more threads... by Michael Stahl · 12 years ago
  22. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  23. 8e115c6 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  24. 5d13b6e fix . in #define by Noel Grandin · 12 years ago
  25. 9e3cc6b4 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  26. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  27. 9af0abe remove unnecessary use of Reference constructor in throw by Noel Grandin · 12 years ago
  28. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  29. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  30. 1f2a47a io: sal_Bool->bool by Noel Grandin · 12 years ago
  31. f73af17 second test should be DataOutputStream by Stephan Bergmann · 12 years ago
  32. 9a7fc5e Typo: s/shure/sure by Tor Lillqvist · 12 years ago
  33. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  34. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  35. 5d71f82 coverity#707937 Uninitialized pointer field by Caolán McNamara · 12 years ago
  36. 51f8504 coverity#707936 Uninitialized pointer field by Caolán McNamara · 12 years ago
  37. 0071582 coverity#707939 Uninitialized scalar field by Caolán McNamara · 12 years ago
  38. 3debbdf coverity#707938 Uninitialized scalar field by Caolán McNamara · 12 years ago
  39. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  40. 043e378 Remove visual noise from io by Alexander Wilms · 12 years ago
  41. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  42. 0ec840b bool improvements by Stephan Bergmann · 12 years ago
  43. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  44. 66b602e fdo#54938: Convert io to use cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  45. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  46. 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
  47. 0a9ef5a convert OUString 0==compareToAscii to equalsAscii by Noel Grandin · 12 years ago
  48. e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  49. 3a009c4 fdo#60698: Merge all libs of io... by Marcos Paulo de Souza · 12 years ago
  50. 5285bee remove redundant calls to OUString constructor in if expression by Noel Grandin · 12 years ago
  51. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  52. ed445d9 Resolves: #i75731# check output stream and... by Jürgen Schmidt · 12 years ago
  53. ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
  54. f762dad fdo#46374 replace stardiv in comments where applicable by Thomas Arnhold · 13 years ago
  55. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  56. 12b1d1c Mark as const by Takeshi Abe · 13 years ago
  57. 2fc0fa6 Fix memory leak in OTextInputStream. by Mark Wielaard · 13 years ago
  58. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  59. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  60. 62badf38 Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  61. e8ff469 Remove any remaining remnants of unused component_canUnload feature by Stephan Bergmann · 13 years ago
  62. eeaa2ec remove unused component_canUnload functions by Matúš Kukan · 13 years ago
  63. 8ffb207 fix loplugin unused warnings by Peter Foley · 13 years ago
  64. 5bb4a2b further OUString cleanup by Thomas Arnhold · 13 years ago
  65. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  66. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  67. ce33f85 sal_Bool to bool by Takeshi Abe · 13 years ago
  68. b768611 remove all d.lst by Michael Stahl · 13 years ago
  69. fbd4588 fdo#46808, convert io::TextOutputStream service to new-style by Noel Grandin · 13 years ago
  70. ff85e831 fdo#46808, convert io::TextInputStream service to new style by Noel Grandin · 13 years ago
  71. 5a61e28 gbuild: fix silly "expandtabs" in makefile VIM modelines by Michael Stahl · 13 years ago
  72. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  73. f73201e Removal ::rtl:: prefixes and macros in IO by José Guilherme Vanz · 13 years ago
  74. 8967f80 Removal ::rtl:: prefixes and macros in IO by José Guilherme Vanz · 13 years ago
  75. fead8bc Removal ::rtl:: prefixes and macros in IO by José Guilherme Vanz · 13 years ago
  76. 8c6276a drop rdbmaker completely by Matúš Kukan · 13 years ago
  77. 3cba672 Use prefix by Tor Lillqvist · 14 years ago
  78. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  79. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  80. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  81. 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
  82. 2783796 fdo#46808, Adapt io::Pipe UNO service to new style by Noel Grandin · 14 years ago
  83. 6fb127a Replace use_internal_api with use_udk_api etc. where appropriate by Stephan Bergmann · 14 years ago
  84. f25b78b -Werror,-Wunused-private-field (Clang towards 3.2) by Stephan Bergmann · 14 years ago
  85. adc49a8 remove empty ascii boxes and stuff by Thomas Arnhold · 14 years ago
  86. 00c9394 re-base on ALv2 code. by Michael Meeks · 14 years ago
  87. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  88. b6db3e3 re-base on ALv2 code. by Michael Meeks · 14 years ago
  89. 462935f removed unused forward declarations of class by Takeshi Abe · 14 years ago
  90. 3770bbb Remove superfluous empty lines on top by Thomas Arnhold · 14 years ago
  91. acb7bd1 targeted string re-work by Norbert Thiebaud · 14 years ago
  92. 9601b63 targeted string re-work by Norbert Thiebaud · 14 years ago
  93. 2ca8cdf deliver component desc. xml, if used by David Tardon · 14 years ago
  94. 135c63c fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST by Thomas Arnhold · 14 years ago
  95. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  96. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  97. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  98. 2c1d6b2 fix makefiles by David Tardon · 14 years ago
  99. 59c0f8f merge origin/master by David Tardon · 14 years ago
  100. d6b806a fix build by Luboš Luňák · 14 years ago