1. dc5ae42 include time.h for time by Caolán McNamara · 11 years ago
  2. 18ad91e boost::random->std::random by Caolán McNamara · 11 years ago
  3. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  4. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  5. 85bcf06 comphelper: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  6. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  7. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  8. dd6c337 java: remove some comment noise by Noel Grandin · 11 years ago
  9. b9ca4de From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUri by Stephan Bergmann · 11 years ago
  10. fced316 comphelper::SequenceAsHashMap: throw IllegalArgumentException by Stephan Bergmann · 11 years ago
  11. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  12. bbb675d Some more compareVersionStrings() tests by Tor Lillqvist · 11 years ago
  13. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  14. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  15. ca2fefb Add a function to compare version number strings by Tor Lillqvist · 11 years ago
  16. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  17. 6f46cf4 thread-pool: Initialize empty pools to start complete. by Matúš Kukan · 11 years ago
  18. 68f912e thread-pool: fix waiting until all tasks are complete. by Michael Meeks · 11 years ago
  19. 593a44a thread-pool: re-work termination semantics to avoid problems. by Michael Meeks · 11 years ago
  20. 62090f6 Move thread-pool down into comphelper for re-use elsewhere. by Michael Meeks · 11 years ago
  21. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  22. d45607c Revert recent changes to comphelper::OSequenceOutputStream by Matúš Kukan · 12 years ago
  23. 20538c2 FastSerializer: Avoid sequences where possible by Matúš Kukan · 12 years ago
  24. cc3ac38 FastSerializer: Do not keep whole sequence in memory; write in chunks by Matúš Kukan · 12 years ago
  25. 8cc5b62 Remove mutex from OSequenceOutputStream; it's intended to be fast by Matúš Kukan · 12 years ago
  26. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  27. 9b92b42 coverity#706285 Uncaught exception by Caolán McNamara · 11 years ago
  28. 0e06dbd coverity#706284 Uncaught exception by Caolán McNamara · 11 years ago
  29. e263aba coverity#706275 Uncaught exception by Caolán McNamara · 11 years ago
  30. edaee23 coverity#1242878 Unused value by Caolán McNamara · 11 years ago
  31. 52028d4 Revert "coverity#1224993 Uncaught exception" by Stephan Bergmann · 11 years ago
  32. b66a96d coverity#1224993 Uncaught exception by Caolán McNamara · 12 years ago
  33. b489518 coverity#706283 Uncaught exception by Caolán McNamara · 12 years ago
  34. fb6d3b8 disambiguate uniform_int_distribution by Caolán McNamara · 12 years ago
  35. d1fbbb0 I shouldn't be shy, just assert() by Tor Lillqvist · 12 years ago
  36. 4bb67e6 Handle incorrect usage of uniform_real_distribution() by Tor Lillqvist · 12 years ago
  37. de78b2c when size_t == unsigned int by Caolán McNamara · 12 years ago
  38. 8f436d3 use comphelper::rng::uniform_*_distribution everywhere by Caolán McNamara · 12 years ago
  39. cde0a09 coverity#1242878 Unused value by Caolán McNamara · 12 years ago
  40. c91dec0 comphelper: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  41. 5139fad loplugin: cstylecast by Noel Grandin · 12 years ago
  42. ed00d0d create a master document template type by Caolán McNamara · 12 years ago
  43. 2602a41 coverity#706466 Uncaught exception by Caolán McNamara · 12 years ago
  44. cb347dd stario -> css::io by Thomas Arnhold · 12 years ago
  45. edda7db starcontainer -> css::container by Thomas Arnhold · 12 years ago
  46. 123c64a starawt -> css::awt by Thomas Arnhold · 12 years ago
  47. 78b2d82 comphelper: starbeans -> css::beans by Thomas Arnhold · 12 years ago
  48. f133857 comphelper: starutil -> css::util by Thomas Arnhold · 12 years ago
  49. 3209323 comphelper: starlang -> css::lang by Thomas Arnhold · 12 years ago
  50. 007099e comphelper: staruno -> css::uno by Thomas Arnhold · 12 years ago
  51. 8c9fdc4 java: remove modifiers implied by the context by Noel Grandin · 12 years ago
  52. 3f210b0 java: remove unnecessary return statements by Noel Grandin · 12 years ago
  53. 0764292 java: use 'Short.valueOf' instead of 'new Short' by Noel Grandin · 12 years ago
  54. 8a2c6c2 java: use 'Long.valueOf' instead of 'new Long' by Noel Grandin · 12 years ago
  55. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  56. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  57. 7a54951 coverity#1231667 Unchecked return value by Caolán McNamara · 12 years ago
  58. d005aca Resolves: #i125386# secured user request and changed some bools to bitfield by Armin Le Grand · 12 years ago
  59. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  60. eeeef4e Include <algorithm> for std::min by Tor Lillqvist · 12 years ago
  61. 136fa54 coverity#706282 Uncaught exception by Caolán McNamara · 12 years ago
  62. b036758 coverity#706281 Uncaught exception by Caolán McNamara · 12 years ago
  63. d5dd121 Use OUStringHash here. by Kohei Yoshida · 12 years ago
  64. f8226e8 Pass a useful exception message. by Kohei Yoshida · 12 years ago
  65. f692c88 use SimpleReferenceObject in comphelper module by Noel Grandin · 12 years ago
  66. 0d78ad8 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  67. 2134c96 comphelper: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  68. 37b1835 Revert "comphelper: sal_Bool -> bool" by Stephan Bergmann · 12 years ago
  69. c95ff75 comphelper: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  70. 4ddf6c7 Typo: conteiner->container by Julien Nabet · 12 years ago
  71. 42bcbee clang: Result of operation is garbage or undefined by Caolán McNamara · 12 years ago
  72. 533c6cb fixes for up-casting to Reference<XInterface> by Noel Grandin · 12 years ago
  73. e2080e7 new compilerplugin returnbyref by Noel Grandin · 12 years ago
  74. 1d38cb36 fdo#71076, fdo#71767: Preserve number formats when charts are copied. by Kohei Yoshida · 12 years ago
  75. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  76. 9ea1bb2 loplugin:staticcall by Stephan Bergmann · 12 years ago
  77. e8f40ec coverity#983616 Uncaught exception by Caolán McNamara · 12 years ago
  78. 63312db coverity#706280 Uncaught exception by Caolán McNamara · 12 years ago
  79. c8b78a1 coverity#706287 uncaught exception by Caolán McNamara · 12 years ago
  80. 5e46374 coverity#706286 uncaught exception by Caolán McNamara · 12 years ago
  81. 41066fe comphelper: remove SAL_THROW macro by Noel Grandin · 12 years ago
  82. f0ae48b remove unnecessary NULL parameter passed to UNO Exception by Noel Grandin · 12 years ago
  83. 0f2824b remove more unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  84. 9af0abe remove unnecessary use of Reference constructor in throw by Noel Grandin · 12 years ago
  85. 9b791f9 remove unnecessary use of OUString constructor when throwing by Noel Grandin · 12 years ago
  86. 9c2b19c coverity#703930 Unchecked return value by Caolán McNamara · 12 years ago
  87. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  88. b09b5f8 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 by Julien Nabet · 12 years ago
  89. 9c3e819 move boost rng wrapper from sc to comphelper by Thomas Arnhold · 12 years ago
  90. 3c1e30b7 Correct common misspellings, and remove some ASCII art along the way. by Chris Laplante · 12 years ago
  91. 0b3d0fb fdo#78159: fix import of OOoXML embedded objects by Michael Stahl · 12 years ago
  92. c288b17 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 by Julien Nabet · 12 years ago
  93. 613b9fa comphelper: remove SAL_INFO's that only mark function entry by Noel Grandin · 12 years ago
  94. 036a660 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11 by Julien Nabet · 12 years ago
  95. 6d2de44 fix-includes.pl: comphelper by Thomas Arnhold · 12 years ago
  96. 569ff67 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  97. 2510690 callcatcher: update unused code by Caolán McNamara · 12 years ago
  98. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  99. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  100. dc469b9 odd that apparently these only are checked in non-opt mode by Caolán McNamara · 12 years ago