1. 1e66163 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  2. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  3. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  4. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  5. ca03d49 coverity#708727 Uninitialized pointer field by Caolán McNamara · 12 years ago
  6. 472bc32 coverity#1158416 Uninitialized pointer field by Caolán McNamara · 12 years ago
  7. c2f5e09 Zip .ui translations per UIConfig target. by Matúš Kukan · 12 years ago
  8. 32319e1 xmlreader: include <> for external includes by Norbert Thiebaud · 12 years ago
  9. 34f5039 fdo#43460 shell,vcl,xmlreader: use isEmpty() by Jelle van der Waa · 13 years ago
  10. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  11. df18d58 Some string literal clean up by Stephan Bergmann · 13 years ago
  12. e8eab43 cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal by Philipp Riemer · 13 years ago
  13. e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
  14. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  15. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  16. 479593b re-base on ALv2 code. by Michael Meeks · 13 years ago
  17. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  18. 598d3228 remove HAVE_SFINAE_ANONYMOUS_BROKEN by Luboš Luňák · 13 years ago
  19. 52f8321 use #if instead of #ifdef for testing config_xxx.hxx macros by Luboš Luňák · 13 years ago
  20. 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
  21. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  22. b768611 remove all d.lst by Michael Stahl · 13 years ago
  23. 3ab58be xmlreader does not depend on any offapi .idl files by Stephan Bergmann · 13 years ago
  24. ef3fb92 I want HAVE_SFINAE_ANONYMOUS_BROKEN here rather than RTL_FAST_STRING by Caolán McNamara · 13 years ago
  25. 826cb27 reuse the ConstCharArrayDetector in Span by Caolán McNamara · 13 years ago
  26. a062799 add equals(OString const &text) to Span by Chr. Rossmanith · 13 years ago
  27. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  28. 63bcb13 Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() by Jean-Noël Rouvignac · 13 years ago
  29. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  30. 2914d52 remove xmlreader from string now I don't need it anymore by Caolán McNamara · 13 years ago
  31. 794a7c6 allow XmlReader to parse a string by Caolán McNamara · 13 years ago
  32. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  33. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  34. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  35. b854de9 deprecate oustringostreaminserter.hxx by Norbert Thiebaud · 14 years ago
  36. fdda178 targetted improvement of UNO API includes / usage by Michael Meeks · 14 years ago
  37. 46b8dbd re-base on ALv2 code. by Michael Meeks · 14 years ago
  38. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  39. 32e59f9 calling nextAttribute before first tag uses uninited variables by Caolán McNamara · 14 years ago
  40. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  41. c5c3b6d Improved error reporting by Stephan Bergmann · 14 years ago
  42. 4c50f23 LinkTarget.mk: remove gb_LinkTarget_add_package_headers by Michael Stahl · 14 years ago
  43. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  44. eea51b7 minor documentation tweaks by Michael Meeks · 14 years ago
  45. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
  46. b7da830 Better exception message. by Stephan Bergmann · 14 years ago
  47. dee53a3 Temporary hack around cppu_detail_getCppuType variants violating ODR. by Stephan Bergmann · 14 years ago
  48. e3ab0fd osl_unmapFile can't work for files bundled inside the .apk on Android by Tor Lillqvist · 14 years ago
  49. c4e5203 Code modules no longer depend on stlport. by Stephan Bergmann · 14 years ago
  50. 2acd8fb in modules, when we have a env we are in stage gbuild by Bjoern Michaelsen · 14 years ago
  51. 4380545 Adapted to new assertion/logging mechanisms. by Stephan Bergmann · 14 years ago
  52. d73e574 move reconfigure into gbuild by Bjoern Michaelsen · 14 years ago
  53. f2f0dbd make gbuild makefiles run independant of pwd again by Bjoern Michaelsen · 14 years ago
  54. d63d64c4 empty a bunch of d.lst files by Michael Stahl · 14 years ago
  55. 0ea8c01 tweak gbuild standart Makefile to allow partial build in unsourced env by Norbert Thiebaud · 14 years ago
  56. e94a19f simplfy dmake to gbuild bridgefile by Bjoern Michaelsen · 15 years ago
  57. 1f5c696 add mode-lines to .m files and last round of merged files, etc. by Caolán McNamara · 15 years ago
  58. d64bbd6 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set by Norbert Thiebaud · 15 years ago
  59. b2bd33e prefer makefile-gmake-mode to plain makefile-mode by Takeshi Abe · 15 years ago
  60. 3661f53 Emacs modeline compatible with vim's one by Takeshi Abe · 15 years ago
  61. 1ce8037 Add consistent Emacs and vim mode lines by Tor Lillqvist · 15 years ago
  62. 58b501f postmerge fixes for gnumake4 by Bjoern Michaelsen · 15 years ago
  63. fcb8c3c resyncing to master by Bjoern Michaelsen · 15 years ago
  64. a65ee94 MinGW fixup by Tor Lillqvist · 15 years ago
  65. 24af5f6 gnumake4: fix buildbreakers from merge by Bjoern Michaelsen · 15 years ago
  66. a82eae3 Merge branch 'master' into feature/gnumake4 by Bjoern Michaelsen · 15 years ago
  67. 4313f43 ause130: #i117218# change .idl handling to gnu make by Hans-Joachim Lankenau · 15 years ago
  68. 3fac4d5 gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd] by Michael Stahl · 15 years ago
  69. 2b09522 gnumake4: xmlreader: fix build.lst [hg:ab8134c0d177] by Michael Stahl · 15 years ago
  70. ac61a8d CWS gnumake4: convert xmlreader to new build system [hg:751b4a1bff7b] by Mathias Bauer · 15 years ago
  71. 7862e39 Drop %_EXT% which was always empty by Tor Lillqvist · 15 years ago
  72. 0d730cb drop bogus executable flag from idl/build/src and config files by Francisco Saito · 15 years ago
  73. 739343f sb131: #i115203# note that xmlreader is semi-private and unversioned for now by sb · 15 years ago
  74. 3db3d07 CWS-TOOLING: integrate CWS sb129 by Vladimir Glazunov · 16 years ago
  75. d9f453f sb129: #i113189# adjusted comments by sb · 16 years ago
  76. 597dfa1 sb129: #i113189# move XmlReader from configmgr to URE by sb · 16 years ago