1. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  2. 704f95e fdo#54938: More uses of cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  3. 12dc490 No need for a buggy rewrite by Stephan Bergmann · 13 years ago
  4. 059f041 cppcheck: fix duplicateExpression by Julien Nabet · 13 years ago
  5. 08bb8fc #i122208# replace the binaryurp cache for improved C++ compatibility by Herbert Dürr · 13 years ago
  6. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  7. ba044b1 remove needless forward rtl::OUString declarations by Luboš Luňák · 13 years ago
  8. 2be8a22 binaryurp does not need offapi by David Tardon · 13 years ago
  9. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  10. b768611 remove all d.lst by Michael Stahl · 13 years ago
  11. f6edfef RTL_CONSTASCII_USTRINGPARAM removals by Krisztian Pinter · 13 years ago
  12. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  13. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  14. ed7d582 cleanup README files. by Michael Meeks · 13 years ago
  15. 0770b6c add a README files by Manal Alhassoun · 13 years ago
  16. cbf2008 Use prefix by Tor Lillqvist · 14 years ago
  17. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  18. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  19. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  20. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  21. 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
  22. b854de9 deprecate oustringostreaminserter.hxx by Norbert Thiebaud · 14 years ago
  23. 900d60b fdo#46808, Adapt bridge::BridgeFactory UNO service to new style by Noel Grandin · 14 years ago
  24. 7a7a2c5 Cosmetics by Stephan Bergmann · 14 years ago
  25. a60f911 OUString and RTL_CONSTASCII cleanup by Ricardo Montania · 14 years ago
  26. e47fe5c Change rtl::OUString to OUString by Ricardo Montania · 14 years ago
  27. edaf3e8 fdo#43433: Binary URP works gracefully with old Java URP by Stephan Bergmann · 14 years ago
  28. 90b01ef Bin no longer used iOS cppunit stuff that breaks build even by Tor Lillqvist · 14 years ago
  29. 30d3637 removed unnecessary forward declarations of class by Takeshi Abe · 14 years ago
  30. fdda178 targetted improvement of UNO API includes / usage by Michael Meeks · 14 years ago
  31. 328e226 targetted re-work of cppunit pieces. by Michael Meeks · 14 years ago
  32. 46b8dbd re-base on ALv2 code. by Michael Meeks · 14 years ago
  33. b3d8fd8 re-base on ALv2 code. by Michael Meeks · 14 years ago
  34. 2fa2660 Better fix for ThreadPool/ORequestThread life cycle by Stephan Bergmann · 14 years ago
  35. d015384 Fixed ThreadPool (and dependent ORequestThread) life cycle by Stephan Bergmann · 14 years ago
  36. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  37. 40aaefe put the missing type into the exception message by Michael Stahl · 14 years ago
  38. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  39. d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
  40. a4abe21 Unused includes by Stephan Bergmann · 14 years ago
  41. d54e03c binaryurp has cppunit tests by Bjoern Michaelsen · 14 years ago
  42. 672ad94 Clarifying comment added by Stephan Bergmann · 14 years ago
  43. d21fb14 Adapted Reader/Writer to safer-to-use salhelper::Thread by Stephan Bergmann · 14 years ago
  44. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
  45. 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
  46. 25e1037 Link most libs and executables with gb_STDLIBS as presumably is intended by Tor Lillqvist · 14 years ago
  47. c4e5203 Code modules no longer depend on stlport. by Stephan Bergmann · 14 years ago
  48. 9201704 Fix for fdo43460 Part IV getLength to isEmpty by Olivier Hallot · 14 years ago
  49. 2acd8fb in modules, when we have a env we are in stage gbuild by Bjoern Michaelsen · 14 years ago
  50. 7113c71 catch by constant reference by Takeshi Abe · 14 years ago
  51. d73e574 move reconfigure into gbuild by Bjoern Michaelsen · 14 years ago
  52. 9c53350 Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO. by Stephan Bergmann · 14 years ago
  53. ebdbd2b Adapted to new assertion/logging mechanisms. by Stephan Bergmann · 14 years ago
  54. f2f0dbd make gbuild makefiles run independant of pwd again by Bjoern Michaelsen · 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. 40b0fcec WaE: 'static_cast' : truncation of constant value by Tor Lillqvist · 15 years ago
  58. 4768ce0 convert binaryurp to gbuild by Matúš Kukan · 15 years ago
  59. 8714265 just silence the auto_ptr deprecations in isolation by Caolán McNamara · 15 years ago
  60. d996328 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 by Stephan Bergmann · 15 years ago
  61. d0964b3 callcatcher: unused methods by Caolán McNamara · 15 years ago
  62. f6d8dfb Nah, we cannot build binaryurp_cppunittester_all (for iOS) here by Tor Lillqvist · 15 years ago
  63. 634824a Build static binaryurp unit tester for iOS by Tor Lillqvist · 15 years ago
  64. 15f10fc Remove component_getImplementationEnvironment by Matúš Kukan · 15 years ago
  65. 4313f43 ause130: #i117218# change .idl handling to gnu make by Hans-Joachim Lankenau · 15 years ago
  66. d1797e4 No testing, sorry, when cross-compiling by Tor Lillqvist · 15 years ago
  67. 7862e39 Drop %_EXT% which was always empty by Tor Lillqvist · 15 years ago
  68. d3c0f25f round this one up too to get forms to pass by Caolán McNamara · 15 years ago
  69. bc09ec8 add mode lines to new files by Caolán McNamara · 15 years ago
  70. ac9fcba round allocated struct return space to sizeof(size_t) by Caolán McNamara · 15 years ago
  71. a09675b4 drop bogus executable flag from [ch]xx/bas/asm files by Francisco Saito · 15 years ago
  72. f78c98f sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp by sb · 15 years ago
  73. 138ab06 sb138: #i116038# fresh implementation of binary URP bridge by sb · 15 years ago