1. 9f3906f coverity#1371178 Missing move assignment operator by Caolán McNamara · 10 years ago
  2. a22af0b CppunitTest_sal_osl_file: fix loplugin:cppunitassertequals warnings by Miklos Vajna · 10 years ago
  3. 59fe25a CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ... by Miklos Vajna · 10 years ago
  4. 23172fc CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ... by Miklos Vajna · 10 years ago
  5. fc2590c Fix typos by Andrea Gelmini · 10 years ago
  6. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  7. da45a16 remove unused o3tl::range by David Tardon · 10 years ago
  8. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  9. fed145b Fix binary ops with two o3tl::type_flags<E>::Wrap params by Stephan Bergmann · 11 years ago
  10. 5b8e4f3 coverity#1321598 Resource leak in object by Caolán McNamara · 11 years ago
  11. c952516 loplugin:implicitboolconversion by Stephan Bergmann · 11 years ago
  12. 311e774 o3tl: add another unit test to cow_wrapper by Daniel Robertson · 11 years ago
  13. a05d6ac Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_set" by Noel Grandin · 11 years ago
  14. ad1f0d1 o3tl: rename compat_functional header by Thorsten Behrens · 11 years ago
  15. 80a9213 LRU map (cache) implementation to o3tl + tests by Tomaž Vajngerl · 11 years ago
  16. e51fa14 create a macro to tidy up the declaration sites of o3tl::typed_flags_set by Noel Grandin · 11 years ago
  17. 8a3120c cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  18. b17d8a1 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  19. 31d902d fdo#84938: replace MOUSE_ modifier constants with enum by Noel Grandin · 11 years ago
  20. adaf522 bug in typed flags by Noel Grandin · 11 years ago
  21. 9a5e03b need explicit bool conversions here by Noel Grandin · 11 years ago
  22. 2cd1128 fixes and tests for o3tl::typed_flags by Noel Grandin · 11 years ago
  23. b77b1ba We should know what our name is by Tor Lillqvist · 12 years ago
  24. 7979f77 It is "template library", not "tools" by Tor Lillqvist · 12 years ago
  25. 83d020a Add guess at what o3tl means by Tor Lillqvist · 12 years ago
  26. 9703cc6 Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead by Stephan Bergmann · 12 years ago
  27. c94f43c Mark o3tl::heap_ptr as SAL_WARN_UNUSED by Stephan Bergmann · 12 years ago
  28. d967e03 Fix memory leaks in test code by Stephan Bergmann · 12 years ago
  29. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  30. f0bfee7 coverity#1209778 & coverity#1209777 Resource leak by Chris Sherlock · 12 years ago
  31. 8bf0b95 coverity#1209779 & coverity#1209780 Resource leak by Chris Sherlock · 12 years ago
  32. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  33. 13ae603 Remove visual noise from o3tl by Alexander Wilms · 12 years ago
  34. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  35. 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
  36. dc5bb7d coverity#983036/37/38: Resource leak by Julien Nabet · 13 years ago
  37. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  38. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  39. fb8dd00 Validate cow_wrapper static default pattern. by Thorsten Behrens · 13 years ago
  40. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  41. 9ca5383 fdo#60886: _SetGetExpFlds: use the custom operator< by Michael Stahl · 13 years ago
  42. b768611 remove all d.lst by Michael Stahl · 13 years ago
  43. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  44. c59355e fdo#58793: re-implement SwpHintsArray::Resort(): by Michael Stahl · 13 years ago
  45. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  46. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  47. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  48. 750fc20 replace remaining InterlockedCount() with inlined version by Norbert Thiebaud · 14 years ago
  49. 5b89b1d o3tl::sorted_vector::insert should take const parameter by Michael Stahl · 14 years ago
  50. ebd2bfa Revert "Revert "sorted_vector: turn Find parameter into template"" by Michael Stahl · 14 years ago
  51. 8291d41 Revert "sorted_vector: turn Find parameter into template" by Michael Stahl · 14 years ago
  52. 3e3acee sorted_vector: turn Find parameter into template by Michael Stahl · 14 years ago
  53. 7ee95c5 sorted_vector: add an additional template parameter: by Michael Stahl · 14 years ago
  54. 8f5b707 sorted_vector: removing the vector::ersase makes more sense by Michael Stahl · 14 years ago
  55. f317119 sorted_vector: MSVC doesn't know which erase to call by Michael Stahl · 14 years ago
  56. 9532d9b sorted_vector: add erase(const_iterator) methods by Michael Stahl · 14 years ago
  57. 91a6ea5 Unnecessary sorted_vector_compare by Stephan Bergmann · 14 years ago
  58. 29afbed sorted_vector: operator[] returning by value doesn't make much sense by Michael Stahl · 14 years ago
  59. 3b199ab sorted_vector: rename nonconst methods to be more obvious by Michael Stahl · 14 years ago
  60. a24f1f6 sorted_vector: fix silly problems with gcc: by Michael Stahl · 14 years ago
  61. 194070c Add erase(size_t) method to o3tl::sorted_vector by Noel Grandin · 14 years ago
  62. 0f57086 Improvements to sorted_vector by Noel Grandin · 14 years ago
  63. 96f07ee sorted_vector should not inherit public std::vector by Michael Stahl · 14 years ago
  64. 8b98a0c Create a template container class for sorted vector by Noel Grandin · 14 years ago
  65. 328e226 targetted re-work of cppunit pieces. by Michael Meeks · 14 years ago
  66. 46b8dbd re-base on ALv2 code. by Michael Meeks · 14 years ago
  67. b9042fa re-base on ALv2 code. by Michael Meeks · 14 years ago
  68. b1c3e8a make gbuild the default assumption of build.pl by Bjoern Michaelsen · 14 years ago
  69. 4c50f23 LinkTarget.mk: remove gb_LinkTarget_add_package_headers by Michael Stahl · 14 years ago
  70. c923f7d gbuild: "use" vs. "add": by Michael Stahl · 14 years ago
  71. c9cfc18 callcatcher update list by Caolán McNamara · 14 years ago
  72. 8b9615b Added (and improved) READMEs for modules which used to be in libs-gui by Josh Heidenreich · 14 years ago
  73. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
  74. 25e1037 Link most libs and executables with gb_STDLIBS as presumably is intended by Tor Lillqvist · 14 years ago
  75. 2acd8fb in modules, when we have a env we are in stage gbuild by Bjoern Michaelsen · 14 years ago
  76. e10fc18 typo fix: explicitely -> explicitly by Lior Kaplan · 14 years ago
  77. d73e574 move reconfigure into gbuild by Bjoern Michaelsen · 14 years ago
  78. f2f0dbd make gbuild makefiles run independant of pwd again by Bjoern Michaelsen · 14 years ago
  79. 0ea8c01 tweak gbuild standart Makefile to allow partial build in unsourced env by Norbert Thiebaud · 14 years ago
  80. e94a19f simplfy dmake to gbuild bridgefile by Bjoern Michaelsen · 15 years ago
  81. 8de6948 fix trunk gcc compile errors by Matúš Kukan · 15 years ago
  82. d996328 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 by Stephan Bergmann · 15 years ago
  83. d64bbd6 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set by Norbert Thiebaud · 15 years ago
  84. fa53c32 fix compile errors from trunck gcc by Tom Tromey · 15 years ago
  85. 10e1479 Emacs modeline compatible with vim's one by Takeshi Abe · 15 years ago
  86. 1d7a60c fix prj/ directory by Matúš Kukan · 15 years ago
  87. 77e8f7f convert o3tl to gbuild by Matúš Kukan · 15 years ago
  88. 892f1f3 Bypass when cross-compiling in general, not just for iOS by Tor Lillqvist · 15 years ago
  89. 4fa3eef Drop %_EXT% which was always empty by Tor Lillqvist · 15 years ago
  90. 9874d32 Don't build qa executables for iOS by Tor Lillqvist · 15 years ago
  91. 7de8f262 remove ADAPT_EXT_STL by Caolán McNamara · 15 years ago
  92. 67d2af6 Merge commit 'ooo/DEV300_m101' into intm101 by Jan Holesovsky · 15 years ago
  93. e30c7d6 Trying to remove the stlport mention from the code by Fridrich Štrba · 15 years ago
  94. e5e3ba7 Removing the ext_std masterpiece by Fridrich Štrba · 15 years ago
  95. b14a690 Added iota to stl compat header, switch canvas to use that by Thorsten Behrens · 15 years ago
  96. d935718 Port stuff to our private implementation of SGI extensions by Fridrich Štrba · 15 years ago
  97. 7ba80b2 Remove old RCS lines. by Thomas Arnhold · 15 years ago
  98. 4905a19 Add vim/emacs modelines to all source files by Sebastian Spaeth · 15 years ago
  99. ecadd96 #i113503# cppunit stl wrapper headers by Caolán McNamara · 16 years ago
  100. 6b16723 cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport by Caolán McNamara · 16 years ago