1. 05dfa2f cppuhelper: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  2. 18539f4 Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layout by Stephan Bergmann · 12 years ago
  3. 0af1c09 Eliminate memory leak due to circular shared_ptr by Matthew J. Francis · 12 years ago
  4. 9685276 cppu and cppuhelper: loplugin: cstylecast by Noel Grandin · 12 years ago
  5. 0cac63d fix access to potentiellement empty string by Norbert Thiebaud · 12 years ago
  6. 6492c85 Make the "Mac-like" or "canonical" app bundle structure always used on OS X by Tor Lillqvist · 12 years ago
  7. 2d73a9d Remove unnecessary #include by Stephan Bergmann · 12 years ago
  8. 83dbae1 warning C4702: unreachable code by Michael Stahl · 12 years ago
  9. 608ebc6 Remove redundant inclusions of header "cppuhelper/shlib.h" by Matthew Pottage · 12 years ago
  10. 03e0bd6 [API CHANGE] Removed two cppuhelper deprecated headers. by Matthew Pottage · 12 years ago
  11. ef9449c Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  12. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  13. e50ef19 New loplugin:stringconcat by Stephan Bergmann · 12 years ago
  14. a15715c -Wstrict-prototypes by Stephan Bergmann · 12 years ago
  15. da906ab cppuhelper: remove SAL_THROW macro by Noel Grandin · 12 years ago
  16. 13b2519 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  17. 530899b cppuhelper: fix includes by Thomas Arnhold · 12 years ago
  18. 8e115c6 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  19. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  20. 63387ab coverity#983624 Uncaught exception by Caolán McNamara · 12 years ago
  21. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  22. c5d47c3 add default value for Context param in uno::Exception constructors by Noel Grandin · 12 years ago
  23. d032220 Combine unoidl::loadProvider and unoidl::Manager::addProvider by Stephan Bergmann · 12 years ago
  24. cd11bc6 C string usage improvment by Arnaud Versini · 12 years ago
  25. c288b17 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 by Julien Nabet · 12 years ago
  26. 68e7692 Fix previous commit by Julien Nabet · 12 years ago
  27. bd59628 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 by Julien Nabet · 12 years ago
  28. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  29. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  30. e6ac6cb automaticly -> automatically. by Jan Holesovsky · 12 years ago
  31. ab07f81 Print the important failure messages on iOS even in a non-debug build by Tor Lillqvist · 12 years ago
  32. 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
  33. fa0ffdb cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unused by Stephan Bergmann · 12 years ago
  34. 5f0321b fix creating com.sun.star.sheet.Solver instance by Matúš Kukan · 12 years ago
  35. 8f5df0d Remove unused copy ctor (and use boost::noncopyable) by Stephan Bergmann · 12 years ago
  36. 6cbf8da Make function prototype visible by Stephan Bergmann · 12 years ago
  37. c1395fe Remove unused inline constructor by Stephan Bergmann · 12 years ago
  38. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  39. c2d6d94 coverity#705457 Dereference null return value by Caolán McNamara · 12 years ago
  40. 88999eb Use cppu::BaseMutex instead of plain osl::Mutex as base by Stephan Bergmann · 12 years ago
  41. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  42. 023c00b cppuhelper: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  43. 518b753 Remove visual noise from cppuhelper by Alexander Wilms · 12 years ago
  44. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  45. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  46. 1941980 coverity#707716 Uninitialized pointer field by Caolán McNamara · 12 years ago
  47. 4f7e948 clean up by Stephan Bergmann · 12 years ago
  48. 3714d1c Do not throw when a singleton can't be raised, only warn. by Matúš Kukan · 12 years ago
  49. 7f902e1 cppuhelper: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  50. d39178f Drop unused #include by Takeshi Abe · 12 years ago
  51. 874c481 Simplify service manager's tracking of singletons by Stephan Bergmann · 12 years ago
  52. 58996b1 Remove needless SAL_DLLPRIVATE annotations by Stephan Bergmann · 12 years ago
  53. f9369d3 fdo#54938 Convert to cppu::supportsService by Alexandre Vicenzi · 12 years ago
  54. 9e77c2f Remove UNOIDL "array" and "union" vaporware remnants by Stephan Bergmann · 12 years ago
  55. c68a8f4 bool improvements by Stephan Bergmann · 12 years ago
  56. 24386ce Log what we are about to "load" in the DISABLE_DYNLOADING case by Tor Lillqvist · 12 years ago
  57. e3133ae Let C++ inline functions return bool instead of sal_Bool by Stephan Bergmann · 12 years ago
  58. c2c530d Introduce static inline cppu::acquire(), and make use of that. by Jan Holesovsky · 12 years ago
  59. f278397 Change _get_implementation()'s not to do initialization directly. by Jan Holesovsky · 12 years ago
  60. 585d562 Simplify code; STATUS_LOADED => component||factory1||factory2 by Stephan Bergmann · 12 years ago
  61. 306efef Minimize the constructor functions to a bare minimum. by Jan Holesovsky · 12 years ago
  62. 2646b15 cppuhelper: valgrind complains about uninitialized variable... by Michael Stahl · 12 years ago
  63. 997d211 Support for singleton constructor functions by Stephan Bergmann · 12 years ago
  64. 4337a06 Use const& arguments parameter for ctor functions. by Matúš Kukan · 12 years ago
  65. bdeb57c Initialize constructor based implementations in one place. by Matúš Kukan · 12 years ago
  66. 88e9329 Use SAL_WARN, too, to increase chance of actually seeing the message by Tor Lillqvist · 12 years ago
  67. 81cb6a7f [API CHANGE] cppu::Enterable::v_isValid returns bool by Stephan Bergmann · 12 years ago
  68. 82625bb remove unnecessary sal_Unicode casts in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  69. 202ea19 Only component-mapping.h is needed here. by Matúš Kukan · 12 years ago
  70. b55259e typo fixes by Andras Timar · 12 years ago
  71. 3aac1eb Missing initialization by Stephan Bergmann · 12 years ago
  72. 023e499 Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond. by Stephan Bergmann · 12 years ago
  73. 0506c3a FactoryWrapper is a misnomer now by Stephan Bergmann · 12 years ago
  74. ae3a0c8 Add .component <implementation constructor="..." feature by Stephan Bergmann · 12 years ago
  75. d8bbae2 Get more --disable-dynamic-loading code out of shlib.cxx. by Matúš Kukan · 12 years ago
  76. e20f27f bootstrap component: Split into implementation functions. by Matúš Kukan · 12 years ago
  77. 562b219 Deduplicate some foo_component_getFactory declarations. by Matúš Kukan · 12 years ago
  78. b6cebf4 Allow UNO component libraries to have each implementation in its own function. by Matúš Kukan · 12 years ago
  79. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  80. 66397a4 fdo#72598 Remove SunStudio cruft from code base by Jelle van der Waa · 12 years ago
  81. b1d65c9 Allow setting environment value directly in .component files by Stephan Bergmann · 12 years ago
  82. 9630b97 Parser::attrImplementation_ can be a local var by Stephan Bergmann · 12 years ago
  83. a83b2af Clean-up uno/lbnames.h by Stephan Bergmann · 12 years ago
  84. 6981586 Clean-up: The "_" delimiter is logically not part of the prefix by Stephan Bergmann · 12 years ago
  85. 332a317 cppcheck: fix same expression, ')' = 29 not 28 in ascii' by Julien Nabet · 12 years ago
  86. a4ed79b Shortcut common case of calling same-env component_getFactory fn by Stephan Bergmann · 12 years ago
  87. 2f7b329 [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix again by Stephan Bergmann · 12 years ago
  88. eebc1e9 fdo#60698: Merge fastsax and sax_shared into expwrap by Marcos Paulo de Souza · 12 years ago
  89. 9386576 Let's have a static variable for getenv("UNO_ENV_LOG"). by Matúš Kukan · 12 years ago
  90. 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
  91. 49fa300 Don't call Manager::addProvider(null) upon optional NoSuchFileException by Stephan Bergmann · 12 years ago
  92. fcd1637 convert OUString compareToAscii == 0 to equalsAscii by Noel Grandin · 12 years ago
  93. 0a9ef5a convert OUString 0==compareToAscii to equalsAscii by Noel Grandin · 12 years ago
  94. e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  95. 5285bee remove redundant calls to OUString constructor in if expression by Noel Grandin · 12 years ago
  96. 0e6a260 Convert code that calls OUString::getStr()[] to use the [] operator by Noel Grandin · 12 years ago
  97. 5d8f48c solver doesn't solve anything... by Michael Stahl · 12 years ago
  98. d8be8a9 cppuhelper: remove obsolete Package_unorc by Michael Stahl · 12 years ago
  99. 1ed2c24 remove RTL_CONSTASCII_(U)STRINGPARAM by Chr. Rossmanith · 12 years ago
  100. 7a06928 convert code to use OUString::endsWith by Noel Grandin · 12 years ago