1. fe6c124 Remove demonstrated-useless comphelper::compare by Stephan Bergmann · 11 years ago
  2. 5ff8f80 Demonstrate comphelper::compare is useless by Stephan Bergmann · 11 years ago
  3. 63de6ba There is no css::uno::Sequence<sal_uInt8> in UNO by Stephan Bergmann · 11 years ago
  4. 39ce314 comphelper::isA(Type... -> Type == cppu::UnoType... by Stephan Bergmann · 11 years ago
  5. d21260c Remove two silly typedefs by Stephan Bergmann · 11 years ago
  6. 5da0dce Consolidate isFileUrl checks by Stephan Bergmann · 11 years ago
  7. 4f87e9d loplugin: defaultparams by Noel Grandin · 11 years ago
  8. eab0ae6 cppcheck: nullPointerRedundantCheck by Caolán McNamara · 11 years ago
  9. 3ff2e30 cui,connectivity: inline some use-once typedefs by Noel Grandin · 11 years ago
  10. 819fd24 comphelper: replace boost::function with std::function by Michael Stahl · 11 years ago
  11. 18110ca comphelper, desktop: fix MSVC mergedlib link failure by Michael Stahl · 11 years ago
  12. d74436f com::sun::star->css in comphelper by Noel Grandin · 11 years ago
  13. 11f24bc tdf#92130 fix DoEvents to be recognized as keyword by Marek Doležel · 11 years ago
  14. b12c835d coverity#1312139 random byte is deliberate by Caolán McNamara · 11 years ago
  15. bc9a8dd tdf#82744: fix WebDAV lock/unlock behaviour - part 2 by Giuseppe Castagno · 11 years ago
  16. a890a76 tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  17. 9f27e5b Fix typos by Andrea Gelmini · 11 years ago
  18. e363123 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  19. 5b2f823 add a SAL_RAND_REPEATABLE for repeatable random nums by Caolán McNamara · 11 years ago
  20. ffa8892 Fix typos by Andrea Gelmini · 11 years ago
  21. 10a7c82 coverity#1308587 Uncaught exception by Caolán McNamara · 11 years ago
  22. b55166d Revert "return and use std::vector from OInterfaceContainerHelper" by Noel Grandin · 11 years ago
  23. e57314f return and use std::vector from OInterfaceContainerHelper by Noel Grandin · 11 years ago
  24. 6390d2c52 Get rid of comphelper::string::is*Ascii functions by Stephan Bergmann · 11 years ago
  25. 3fb56b3 Simplify comphelper::string::isdigitAsciiString definitions by Stephan Bergmann · 11 years ago
  26. 0655f98 Drop duplicate #includes by Takeshi Abe · 11 years ago
  27. aade275 Fix typos by Andrea Gelmini · 11 years ago
  28. 9ed0339 Fix typos by Andrea Gelmini · 11 years ago
  29. bcace9a Add SwTiledRenderingTest::testGetTextSelection() testcase. by Miklos Vajna · 11 years ago
  30. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  31. 3fa7b0b Fix typos by Andrea Gelmini · 11 years ago
  32. 46e1236 Fix insertion and deletion in IndexedPropertyValuesContainer by Matthew J. Francis · 11 years ago
  33. a941df0 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  34. 66a0a37 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  35. 8161056 uno::Sequence provides now begin and end by Noel Grandin · 11 years ago
  36. cd93d5f loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  37. bfd33a8 callcatcher: update unused code by Caolán McNamara · 11 years ago
  38. 6240967 callcatcher: update unused code by Caolán McNamara · 11 years ago
  39. 708f0d2 comphelper::PropertySetInfo: convert legacy assertion by Michael Stahl · 11 years ago
  40. 24dbd76 comphelper::PropertySetInfo remove unused parameter by Michael Stahl · 11 years ago
  41. 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
  42. 4472423 Add support for progress bar callbacks to LibreOfficeKit clients by Tor Lillqvist · 11 years ago
  43. c47f7df sal/log.hxx is what was missing by Stephan Bergmann · 11 years ago
  44. 776d74b If using std::random_device fails, fall back to just time(nullptr) by Tor Lillqvist · 11 years ago
  45. 011563a seed mt19937 with random data by Norbert Thiebaud · 11 years ago
  46. eaf4104 comphelper::dispatchCommand: allow passing command arguments by Miklos Vajna · 11 years ago
  47. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  48. da36fc8 No more need for PartialWeakComponentImplHelper here by Stephan Bergmann · 11 years ago
  49. 4592d27 Get rid of trivial comphelper::in-/decrement wrappers by Stephan Bergmann · 11 years ago
  50. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  51. cbd8587 Move osl::LibreOfficeKit stuff to comphelper for now by Tor Lillqvist · 11 years ago
  52. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  53. 7bcf64c Add isReadOnly() support to simplified configuration access by Stephan Bergmann · 11 years ago
  54. a88a386 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  55. 026b17b V597: introduce a rtl_secureZeroMemory by Caolán McNamara · 11 years ago
  56. 581c507 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  57. 962b773 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  58. c4a9241 new clang plugin: staticmethods by Noel Grandin · 11 years ago
  59. 944d1fd fix windows build and sal_Bool->bool by Caolán McNamara · 11 years ago
  60. 4d2de58 fix windows build by Noel Grandin · 11 years ago
  61. 48bb291 convert SFX_FILTER_ constants to enum class by Noel Grandin · 11 years ago
  62. a250e9d Factor out the .uno: command dispatching to a separate function / file. by Jan Holesovsky · 11 years ago
  63. b1534ed tdf#89592 Using initializer_lists to populate Sequence<PropertyValue> by Swachhand Lokhande · 11 years ago
  64. d22519f V801: Decreased performance by Caolán McNamara · 11 years ago
  65. 802fe48 comphelper: compare implemented as subtraction by Michael Stahl · 11 years ago
  66. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  67. 01a8bda boost::noncopyable->'= delete' by Caolán McNamara · 11 years ago
  68. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  69. f8b8070 these can all be made const by Caolán McNamara · 11 years ago
  70. e818882 comphelper: add SAL_INFO for exception when graphic cannot be loaded by Michael Stahl · 11 years ago
  71. e92e195 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  72. 4f7a1f5 fdo#75757: Remove inheritance from std::vector by Matthew Pottage · 11 years ago
  73. c7258cf shared_ptr<T>(new T(args)) -> make_shared<T>(args) by Caolán McNamara · 11 years ago
  74. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  75. 893362b comphelper: do not use "r" prefix for uno::Reference by Michael Stahl · 11 years ago
  76. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  77. 8764134 Some more loplugin:cstylecast: comphelper by Stephan Bergmann · 11 years ago
  78. d3ce5b2 Fix getTypes() of OPropertySetHelper and derived by Stephan Bergmann · 11 years ago
  79. 591ef97 Really remove events by Julien Nabet · 11 years ago
  80. dc5ae42 include time.h for time by Caolán McNamara · 11 years ago
  81. 18ad91e boost::random->std::random by Caolán McNamara · 11 years ago
  82. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  83. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  84. 85bcf06 comphelper: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  85. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  86. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  87. dd6c337 java: remove some comment noise by Noel Grandin · 11 years ago
  88. b9ca4de From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUri by Stephan Bergmann · 11 years ago
  89. fced316 comphelper::SequenceAsHashMap: throw IllegalArgumentException by Stephan Bergmann · 11 years ago
  90. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  91. bbb675d Some more compareVersionStrings() tests by Tor Lillqvist · 11 years ago
  92. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  93. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  94. ca2fefb Add a function to compare version number strings by Tor Lillqvist · 11 years ago
  95. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  96. 6f46cf4 thread-pool: Initialize empty pools to start complete. by Matúš Kukan · 11 years ago
  97. 68f912e thread-pool: fix waiting until all tasks are complete. by Michael Meeks · 11 years ago
  98. 593a44a thread-pool: re-work termination semantics to avoid problems. by Michael Meeks · 11 years ago
  99. 62090f6 Move thread-pool down into comphelper for re-use elsewhere. by Michael Meeks · 11 years ago
  100. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago