1. aab9a96 callcatcher: update unused code by Caolán McNamara · 11 years ago
  2. c7cea52 Drop duplicate #includes by Takeshi Abe · 11 years ago
  3. f8302e8 Fix typos by Andrea Gelmini · 11 years ago
  4. 5a616be Fix typos by Andrea Gelmini · 11 years ago
  5. ba4fac9 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  6. 6a34910 Fix typos by Andrea Gelmini · 11 years ago
  7. 9cd4cf7 fix missing BaseURL when loading embedded objects by Michael Stahl · 10 years ago
  8. 4a669a4 lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback. by Jan Holesovsky · 10 years ago
  9. 6d410a8 comphelper: add string::join() by Miklos Vajna · 11 years ago
  10. 17d82b7 comphelper: add LibreOfficeKit::set/isViewCallback() by Miklos Vajna · 11 years ago
  11. 9b42271 tdf#92130 fix DoEvents to be recognized as keyword by Marek Doležel · 11 years ago
  12. 3f0d2a1 Add SwTiledRenderingTest::testGetTextSelection() testcase. by Miklos Vajna · 11 years ago
  13. 708f0d2 comphelper::PropertySetInfo: convert legacy assertion by Michael Stahl · 11 years ago
  14. 24dbd76 comphelper::PropertySetInfo remove unused parameter by Michael Stahl · 11 years ago
  15. 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
  16. 4472423 Add support for progress bar callbacks to LibreOfficeKit clients by Tor Lillqvist · 11 years ago
  17. c47f7df sal/log.hxx is what was missing by Stephan Bergmann · 11 years ago
  18. 776d74b If using std::random_device fails, fall back to just time(nullptr) by Tor Lillqvist · 11 years ago
  19. 011563a seed mt19937 with random data by Norbert Thiebaud · 11 years ago
  20. eaf4104 comphelper::dispatchCommand: allow passing command arguments by Miklos Vajna · 11 years ago
  21. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  22. da36fc8 No more need for PartialWeakComponentImplHelper here by Stephan Bergmann · 11 years ago
  23. 4592d27 Get rid of trivial comphelper::in-/decrement wrappers by Stephan Bergmann · 11 years ago
  24. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  25. cbd8587 Move osl::LibreOfficeKit stuff to comphelper for now by Tor Lillqvist · 11 years ago
  26. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  27. 7bcf64c Add isReadOnly() support to simplified configuration access by Stephan Bergmann · 11 years ago
  28. a88a386 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  29. 026b17b V597: introduce a rtl_secureZeroMemory by Caolán McNamara · 11 years ago
  30. 581c507 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  31. 962b773 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  32. c4a9241 new clang plugin: staticmethods by Noel Grandin · 11 years ago
  33. 944d1fd fix windows build and sal_Bool->bool by Caolán McNamara · 11 years ago
  34. 4d2de58 fix windows build by Noel Grandin · 11 years ago
  35. 48bb291 convert SFX_FILTER_ constants to enum class by Noel Grandin · 11 years ago
  36. a250e9d Factor out the .uno: command dispatching to a separate function / file. by Jan Holesovsky · 11 years ago
  37. b1534ed tdf#89592 Using initializer_lists to populate Sequence<PropertyValue> by Swachhand Lokhande · 11 years ago
  38. d22519f V801: Decreased performance by Caolán McNamara · 11 years ago
  39. 802fe48 comphelper: compare implemented as subtraction by Michael Stahl · 11 years ago
  40. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  41. 01a8bda boost::noncopyable->'= delete' by Caolán McNamara · 11 years ago
  42. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  43. f8b8070 these can all be made const by Caolán McNamara · 11 years ago
  44. e818882 comphelper: add SAL_INFO for exception when graphic cannot be loaded by Michael Stahl · 11 years ago
  45. e92e195 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  46. 4f7a1f5 fdo#75757: Remove inheritance from std::vector by Matthew Pottage · 11 years ago
  47. c7258cf shared_ptr<T>(new T(args)) -> make_shared<T>(args) by Caolán McNamara · 11 years ago
  48. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  49. 893362b comphelper: do not use "r" prefix for uno::Reference by Michael Stahl · 11 years ago
  50. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  51. 8764134 Some more loplugin:cstylecast: comphelper by Stephan Bergmann · 11 years ago
  52. d3ce5b2 Fix getTypes() of OPropertySetHelper and derived by Stephan Bergmann · 11 years ago
  53. 591ef97 Really remove events by Julien Nabet · 11 years ago
  54. dc5ae42 include time.h for time by Caolán McNamara · 11 years ago
  55. 18ad91e boost::random->std::random by Caolán McNamara · 11 years ago
  56. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  57. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  58. 85bcf06 comphelper: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  59. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  60. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  61. dd6c337 java: remove some comment noise by Noel Grandin · 11 years ago
  62. b9ca4de From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUri by Stephan Bergmann · 11 years ago
  63. fced316 comphelper::SequenceAsHashMap: throw IllegalArgumentException by Stephan Bergmann · 11 years ago
  64. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  65. bbb675d Some more compareVersionStrings() tests by Tor Lillqvist · 11 years ago
  66. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  67. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  68. ca2fefb Add a function to compare version number strings by Tor Lillqvist · 11 years ago
  69. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  70. 6f46cf4 thread-pool: Initialize empty pools to start complete. by Matúš Kukan · 11 years ago
  71. 68f912e thread-pool: fix waiting until all tasks are complete. by Michael Meeks · 11 years ago
  72. 593a44a thread-pool: re-work termination semantics to avoid problems. by Michael Meeks · 11 years ago
  73. 62090f6 Move thread-pool down into comphelper for re-use elsewhere. by Michael Meeks · 11 years ago
  74. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  75. d45607c Revert recent changes to comphelper::OSequenceOutputStream by Matúš Kukan · 12 years ago
  76. 20538c2 FastSerializer: Avoid sequences where possible by Matúš Kukan · 12 years ago
  77. cc3ac38 FastSerializer: Do not keep whole sequence in memory; write in chunks by Matúš Kukan · 12 years ago
  78. 8cc5b62 Remove mutex from OSequenceOutputStream; it's intended to be fast by Matúš Kukan · 12 years ago
  79. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  80. 9b92b42 coverity#706285 Uncaught exception by Caolán McNamara · 11 years ago
  81. 0e06dbd coverity#706284 Uncaught exception by Caolán McNamara · 11 years ago
  82. e263aba coverity#706275 Uncaught exception by Caolán McNamara · 11 years ago
  83. edaee23 coverity#1242878 Unused value by Caolán McNamara · 11 years ago
  84. 52028d4 Revert "coverity#1224993 Uncaught exception" by Stephan Bergmann · 11 years ago
  85. b66a96d coverity#1224993 Uncaught exception by Caolán McNamara · 12 years ago
  86. b489518 coverity#706283 Uncaught exception by Caolán McNamara · 12 years ago
  87. fb6d3b8 disambiguate uniform_int_distribution by Caolán McNamara · 12 years ago
  88. d1fbbb0 I shouldn't be shy, just assert() by Tor Lillqvist · 12 years ago
  89. 4bb67e6 Handle incorrect usage of uniform_real_distribution() by Tor Lillqvist · 12 years ago
  90. de78b2c when size_t == unsigned int by Caolán McNamara · 12 years ago
  91. 8f436d3 use comphelper::rng::uniform_*_distribution everywhere by Caolán McNamara · 12 years ago
  92. cde0a09 coverity#1242878 Unused value by Caolán McNamara · 12 years ago
  93. c91dec0 comphelper: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  94. 5139fad loplugin: cstylecast by Noel Grandin · 12 years ago
  95. ed00d0d create a master document template type by Caolán McNamara · 12 years ago
  96. 2602a41 coverity#706466 Uncaught exception by Caolán McNamara · 12 years ago
  97. cb347dd stario -> css::io by Thomas Arnhold · 12 years ago
  98. edda7db starcontainer -> css::container by Thomas Arnhold · 12 years ago
  99. 123c64a starawt -> css::awt by Thomas Arnhold · 12 years ago
  100. 78b2d82 comphelper: starbeans -> css::beans by Thomas Arnhold · 12 years ago