1. 6445d8d Fix typos by Andrea Gelmini · 10 years ago
  2. c136c97 coverity#1371219 Missing move assignment operator by Caolán McNamara · 10 years ago
  3. b078e0d python3: put a RPATH into libpython3.so by Michael Stahl · 10 years ago
  4. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  5. 6810f00 loplugin:staticaccess: Extend loplugin:staticcall to cover all access... by Stephan Bergmann · 10 years ago
  6. a75d492 coverity#1371437 Uncaught exception by Caolán McNamara · 10 years ago
  7. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  8. deb989d Improving uno.py code style by Kenneth Koski · 10 years ago
  9. 0380698 Clean up uses of Any::getValue() in pyuno by Stephan Bergmann · 10 years ago
  10. d0bc637 Normalize on using @throws instead of @raise[s] by Stephan Bergmann · 10 years ago
  11. 9b01428 final solution of the ARCHIVE question by David Tardon · 10 years ago
  12. e630df7 Just use Any::operator <<= for sal_Unicode values by Stephan Bergmann · 10 years ago
  13. e084933 Get rid of unnecessary directory levels $D/inc/$D by Tor Lillqvist · 10 years ago
  14. 509f0c6 loplugin:unusedreturntypes by Noel Grandin · 10 years ago
  15. f4604e4 Fix call to deleted Any constructor by Luke Deller · 10 years ago
  16. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  17. fc2590c Fix typos by Andrea Gelmini · 10 years ago
  18. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  19. ac6dc57 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  20. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  21. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  22. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  23. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  24. bfb9612 tdf#97499 Fixed containers parameters clearing #3 by tymyjan · 10 years ago
  25. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  26. eea3f50 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  27. ccc8aab Avoid reserved identifier by Stephan Bergmann · 10 years ago
  28. 7b08ccc pyuno: add some debugging hints by Michael Stahl · 10 years ago
  29. a4c1704 Fix python2 build of pyuno with older py2 versions by Tomáš Chvátal · 10 years ago
  30. 0f1133a put python starter shell script to Resources folder of OS X app by Andras Timar · 11 years ago
  31. 4f6e310 Running pep8 on pyuno unit test files by Kenneth Koski · 10 years ago
  32. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  33. e14bd2d pyuno: Fix build with python 2.7 by Rico Tzschichholz · 10 years ago
  34. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  35. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  36. e9cd508 configure: hard-code /usr/bin/{sort,find} for Cygwin by Michael Stahl · 10 years ago
  37. 5c4bfb4 Pyuno add compat for python 2.6 by Tomáš Chvátal · 10 years ago
  38. 9d0b06e new loplugin rangedforcopy - use reference in range based for by Andrzej Hunt · 10 years ago
  39. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  40. 87686af loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  41. 59b072e yyyyy by Noel Grandin · 10 years ago
  42. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  43. 644487a loplugin:unusedmethods by Noel Grandin · 11 years ago
  44. 147cb6a Bump python to 3.5 by David Ostrovsky · 11 years ago
  45. 8d80b5b com::sun::star->css in package,pyuno by Noel Grandin · 10 years ago
  46. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  47. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  48. f1e6e9e fix build by moving python-related includes below others by Douglas Mencken · 11 years ago
  49. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  50. ee7da35 Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  51. f5eeaaa loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  52. 7e31857 tdf#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  53. aa93151 configure, pyuno: stop claiming our python 3.3.5 is 3.3.3 by Michael Stahl · 11 years ago
  54. 2387c2a Give PyUNO structs/exceptions their own separate type by Matthew J. Francis · 11 years ago
  55. 9c5a217 Tweak introspection/invocation to be more useful to PyUNO by Matthew J. Francis · 11 years ago
  56. 3458a25 Fix PyUNO object hash to use the correct pointer by Matthew J. Francis · 11 years ago
  57. a781abe Make PyUNO objects hashable by Matthew J. Francis · 11 years ago
  58. 1a7e0cf loplugin:unusedmethods bridges,ucbhelper,io,pyuno by Noel Grandin · 11 years ago
  59. 7799d07 coverity#1309066 Uncaught exception by Caolán McNamara · 11 years ago
  60. 33776d1 PyUNO: Allow import of constant group by name by Matthew J. Francis · 11 years ago
  61. 3a6ec53 Fix compilation with Python 2.7 by Matthew J. Francis · 11 years ago
  62. a1a7aa9 coverity#1308526 Uncaught exception by Caolán McNamara · 11 years ago
  63. ce75e5b loplugin:implicitboolconversion by Stephan Bergmann · 11 years ago
  64. 8811c41 loplugin:cstylecast by Stephan Bergmann · 11 years ago
  65. 2a807ca loplugin:passstuffbyref by Stephan Bergmann · 11 years ago
  66. c44021f loplugin:salbool by Stephan Bergmann · 11 years ago
  67. e29a7ff loplugin:salbool by Stephan Bergmann · 11 years ago
  68. 7f9a658 loplugin:loopvartoosmall by Stephan Bergmann · 11 years ago
  69. 63e81af loplugin:stringconstant: handle OUString+=OUString(literal) by Stephan Bergmann · 11 years ago
  70. af8143b Make PyUNO provide more Pythonic behaviour by Matthew J. Francis · 11 years ago
  71. ad84b40b08 Typo: pyhton->python by Julien Nabet · 11 years ago
  72. 3754474 Typos by Julien Nabet · 11 years ago
  73. 22009c9 Typo: Adapater->Adapter by Julien Nabet · 11 years ago
  74. 1ee5e1a pyuno: remove obsolete LC_NUMERIC to "C" mangling code by Michael Stahl · 11 years ago
  75. 5782f69 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  76. 6ef9f7e loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  77. 10fe9ed loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  78. 9222f5d A UNO Any can't contain an Any by Stephan Bergmann · 11 years ago
  79. 714f4db Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  80. 0bd502a Clean up remaining C-style casts among void pointers by Stephan Bergmann · 11 years ago
  81. 8375ac0 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  82. c492cbe WaE: redundant const_cast on lhs of pointer comparison expression by Tor Lillqvist · 11 years ago
  83. 9bd2b84 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  84. a251fe4 We require MSVC2013 (_MSC_VER == 1800) now by Tor Lillqvist · 11 years ago
  85. 556373c V668 no sense in testing the result of new against null by Caolán McNamara · 11 years ago
  86. e557b16 pyuno, scripting: remove executable bits from python, js, bsh files by Michael Stahl · 11 years ago
  87. be90769 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  88. 7b832986 Some more loplugin:cstylecast: pyuno by Stephan Bergmann · 11 years ago
  89. 5484475 include algorithm by Caolán McNamara · 11 years ago
  90. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  91. 3dfcc04 pyuno: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  92. 827430c Fold URE: Windows by Stephan Bergmann · 11 years ago
  93. 8eb37e7 pyuno: move "officehelper.py" from scripting to pyuno by Michael Stahl · 11 years ago
  94. 004e515 Extract python-only pythonloader.uno ini-file into its own Package by Stephan Bergmann · 11 years ago
  95. 2ad716f Revert "pyuno: set up fake command line in getComponentContext()" by Stephan Bergmann · 11 years ago
  96. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  97. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  98. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  99. cd32045 fix spelling implemenation -> implementation by Noel Grandin · 11 years ago
  100. 4d7c414 Add include by Stephan Bergmann · 11 years ago