1. e68121b loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  2. be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
  3. 63f90a9 tdf#65108 use <> instead of "" in include line by Feyza Yavuz · 10 years ago
  4. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  5. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  6. 315afb1 tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  7. 1d7220d More informative exception message by Stephan Bergmann · 11 years ago
  8. d9727f1 loplugin:redundantcast: const_cast to same type by Stephan Bergmann · 11 years ago
  9. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  10. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  11. 31e24f4 Remove redundant Reference<> from within UnoType<> uses by Stephan Bergmann · 11 years ago
  12. bd08ebde restore dependencies by Caolán McNamara · 11 years ago
  13. 01a8bda boost::noncopyable->'= delete' by Caolán McNamara · 11 years ago
  14. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  15. 3149825 loplugin:cstylecast: warn about certain redundant reinterpret_casts by Stephan Bergmann · 11 years ago
  16. d79b96c css::uno::Sequence ctor with initializer_list by Stephan Bergmann · 11 years ago
  17. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  18. f2d8fda cid#1212456 Silently ignore uno_assignData return value here by Stephan Bergmann · 11 years ago
  19. 11311b9 untabify by Stephan Bergmann · 12 years ago
  20. 5045400 Replace use of o3tl::heap_ptr with std::unique_ptr by Stephan Bergmann · 12 years ago
  21. 0d78ad8 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  22. e2080e7 new compilerplugin returnbyref by Noel Grandin · 12 years ago
  23. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  24. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  25. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  26. 184e4ef rhbz#1016758: Dispose bridges when disposing bridge factory by Stephan Bergmann · 12 years ago
  27. ff43ba7 coverity#707665 Uninitialized scalar field by Caolán McNamara · 12 years ago
  28. 5575146 coverity#707666 Uninitialized scalar field by Caolán McNamara · 12 years ago
  29. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  30. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  31. c3e84d4 sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIX by Stephan Bergmann · 12 years ago
  32. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  33. af181dc Use cppu::BaseMutex instead of plain osl::Mutex as base by Stephan Bergmann · 12 years ago
  34. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  35. 598243b Remove visual noise from binaryurp by Alexander Wilms · 12 years ago
  36. ee585cc cid#983607 unexpected std::exception by Stephan Bergmann · 12 years ago
  37. afb9d33 cid#706247 wrong exception type by Stephan Bergmann · 12 years ago
  38. 5499d4c Revert "cid#707663 uninitialized pointer field" by Michael Stahl · 12 years ago
  39. 169bc8f7 Revert "cid#707662 uninitialized pointer field" by Michael Stahl · 12 years ago
  40. c3891d8 Revert "cid#707661 uninitialized pointer field" by Michael Stahl · 12 years ago
  41. 571d116 cid#707663 uninitialized pointer field by Noel Grandin · 12 years ago
  42. 5523275 cid#707662 uninitialized pointer field by Noel Grandin · 12 years ago
  43. e453ba9 cid#707661 uninitialized pointer field by Noel Grandin · 12 years ago
  44. cf1f27af auto_ptr -> heap_ptr by Stephan Bergmann · 12 years ago
  45. 6606611 auto_ptr -> scoped_ptr by Stephan Bergmann · 12 years ago
  46. f6245d5 fdo#56511 Don't unduly delay Bridge termination by Stephan Bergmann · 12 years ago
  47. a5090cc Related: #i123862# use O*String's isEmpty() method... by Herbert Dürr · 12 years ago
  48. b1d65c9 Allow setting environment value directly in .component files by Stephan Bergmann · 12 years ago
  49. 70fe99d Minor simplification by Stephan Bergmann · 12 years ago
  50. 289e54f binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flags by Stephan Bergmann · 12 years ago
  51. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  52. 704f95e fdo#54938: More uses of cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  53. 12dc490 No need for a buggy rewrite by Stephan Bergmann · 13 years ago
  54. 059f041 cppcheck: fix duplicateExpression by Julien Nabet · 13 years ago
  55. 08bb8fc #i122208# replace the binaryurp cache for improved C++ compatibility by Herbert Dürr · 13 years ago
  56. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  57. ba044b1 remove needless forward rtl::OUString declarations by Luboš Luňák · 13 years ago
  58. 2be8a22 binaryurp does not need offapi by David Tardon · 13 years ago
  59. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  60. b768611 remove all d.lst by Michael Stahl · 13 years ago
  61. f6edfef RTL_CONSTASCII_USTRINGPARAM removals by Krisztian Pinter · 13 years ago
  62. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  63. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  64. ed7d582 cleanup README files. by Michael Meeks · 13 years ago
  65. 0770b6c add a README files by Manal Alhassoun · 13 years ago
  66. cbf2008 Use prefix by Tor Lillqvist · 14 years ago
  67. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  68. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  69. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  70. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  71. 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
  72. b854de9 deprecate oustringostreaminserter.hxx by Norbert Thiebaud · 14 years ago
  73. 900d60b fdo#46808, Adapt bridge::BridgeFactory UNO service to new style by Noel Grandin · 14 years ago
  74. 7a7a2c5 Cosmetics by Stephan Bergmann · 14 years ago
  75. a60f911 OUString and RTL_CONSTASCII cleanup by Ricardo Montania · 14 years ago
  76. e47fe5c Change rtl::OUString to OUString by Ricardo Montania · 14 years ago
  77. edaf3e8 fdo#43433: Binary URP works gracefully with old Java URP by Stephan Bergmann · 14 years ago
  78. 90b01ef Bin no longer used iOS cppunit stuff that breaks build even by Tor Lillqvist · 14 years ago
  79. 30d3637 removed unnecessary forward declarations of class by Takeshi Abe · 14 years ago
  80. fdda178 targetted improvement of UNO API includes / usage by Michael Meeks · 14 years ago
  81. 328e226 targetted re-work of cppunit pieces. by Michael Meeks · 14 years ago
  82. 46b8dbd re-base on ALv2 code. by Michael Meeks · 14 years ago
  83. b3d8fd8 re-base on ALv2 code. by Michael Meeks · 14 years ago
  84. 2fa2660 Better fix for ThreadPool/ORequestThread life cycle by Stephan Bergmann · 14 years ago
  85. d015384 Fixed ThreadPool (and dependent ORequestThread) life cycle by Stephan Bergmann · 14 years ago
  86. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  87. 40aaefe put the missing type into the exception message by Michael Stahl · 14 years ago
  88. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  89. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  90. a4abe21 Unused includes by Stephan Bergmann · 14 years ago
  91. d54e03c binaryurp has cppunit tests by Bjoern Michaelsen · 14 years ago
  92. 672ad94 Clarifying comment added by Stephan Bergmann · 14 years ago
  93. d21fb14 Adapted Reader/Writer to safer-to-use salhelper::Thread by Stephan Bergmann · 14 years ago
  94. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
  95. 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
  96. 25e1037 Link most libs and executables with gb_STDLIBS as presumably is intended by Tor Lillqvist · 14 years ago
  97. c4e5203 Code modules no longer depend on stlport. by Stephan Bergmann · 14 years ago
  98. 9201704 Fix for fdo43460 Part IV getLength to isEmpty by Olivier Hallot · 14 years ago
  99. 2acd8fb in modules, when we have a env we are in stage gbuild by Bjoern Michaelsen · 14 years ago
  100. 7113c71 catch by constant reference by Takeshi Abe · 14 years ago