1. a15715c -Wstrict-prototypes by Stephan Bergmann · 12 years ago
  2. 97b330f loplugin:staticcall by Stephan Bergmann · 12 years ago
  3. 2489589 coverity#982462 Dereference after null check by Caolán McNamara · 12 years ago
  4. e5c20a7 sal/rtl: remove SAL_THROW macro by Noel Grandin · 12 years ago
  5. b2725b7 Keep TestFixture alive until outputter is done with it by Stephan Bergmann · 12 years ago
  6. 9e13afe Cover ctors/dtors of our TestFixtures under the protectors, too by Stephan Bergmann · 12 years ago
  7. f3e1f47 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  8. 5e62d30 update_pch by Thomas Arnhold · 12 years ago
  9. bf2e8fa dlclose confuses LeakSanitizer by Stephan Bergmann · 12 years ago
  10. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  11. 622ef70 fix encoding: iso-8859-1 -> utf8 by Thomas Arnhold · 12 years ago
  12. 02638a0 cppunit: always compile with debugging symbols on windows. by Michael Meeks · 12 years ago
  13. b201160 coverity#982175 Unchecked return value from library by Caolán McNamara · 12 years ago
  14. fdca2dd coverity#1079283 Uninitialized scalar field by Caolán McNamara · 12 years ago
  15. 1bbf556 coverity#1079282 Uninitialized scalar field by Caolán McNamara · 12 years ago
  16. cd0ad2b coverity#1079281 Uninitialized scalar field by Caolán McNamara · 12 years ago
  17. f67b571 coverity#1079280 Uninitialized scalar field by Caolán McNamara · 12 years ago
  18. 7fd719f coverity#1079279 Uninitialized scalar field by Caolán McNamara · 12 years ago
  19. 127eeaa coverity#1079278 Uninitialized scalar field by Caolán McNamara · 12 years ago
  20. c755ddf coverity#1079277 Uninitialized scalar field by Caolán McNamara · 12 years ago
  21. 3c5f582 coverity#1079284 Uninitialized scalar field by Caolán McNamara · 12 years ago
  22. e068802 coverity#1079285 Uninitialized scalar field by Caolán McNamara · 12 years ago
  23. 4fbbfc2 WoE: while (..) {} instead of while(..); by Douglas Mencken · 12 years ago
  24. b5cb493 Work around undef conversion of large double to float by Stephan Bergmann · 12 years ago
  25. 4330085 Avoid undef conversion from log10(INF) = INF to sal_Int32 by Stephan Bergmann · 12 years ago
  26. c8945b3 Fix order of function pointers by Stephan Bergmann · 12 years ago
  27. 4c05911 fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT by Mukhiddin Yusupov · 12 years ago
  28. 85dc388 Default OS X thread stack size too small for -fsanitize=address by Stephan Bergmann · 12 years ago
  29. f65de4fe fdo#60338: Introduce osl_createDirectoryWithFlags by Stephan Bergmann · 12 years ago
  30. 92621df Revert "fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT" by Stephan Bergmann · 12 years ago
  31. 0562a17 fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT by Mukhiddin Yusupov · 12 years ago
  32. ef02ced Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHs by Michael Meeks · 12 years ago
  33. fe39041 Remove unnecessary casts by Stephan Bergmann · 12 years ago
  34. cd11bc6 C string usage improvment by Arnaud Versini · 12 years ago
  35. f67702e fdo#60338: Add osl_File_OpenFlag_Private to avoid umask by Stephan Bergmann · 12 years ago
  36. ee43de6 error C3861: 'rtl_allocateMemory': identifier not found by Miklos Vajna · 12 years ago
  37. 70fc3a2 remove some external header guards by Thomas Arnhold · 12 years ago
  38. 71e5b1b Related: #i124896# Remove Allocator from sal, too by Thomas Arnhold · 12 years ago
  39. a908e4e Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxx by Herbert Dürr · 12 years ago
  40. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  41. 533237f Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umask by Stephan Bergmann · 12 years ago
  42. f492e45 Convert sal/osl/unx/tempfile.c to C++ by Stephan Bergmann · 12 years ago
  43. fd4c367 include sal/log.hxx here by Matúš Kukan · 12 years ago
  44. 9a8411d osl_openFilePath is internal sal/osl/unx functionality by Stephan Bergmann · 12 years ago
  45. 416543e All three uses of osl_getFileOSHandle have been removed again by Stephan Bergmann · 12 years ago
  46. 3f72ad1 osl_openMemoryAsFile is internal, Android-only functionality by Stephan Bergmann · 12 years ago
  47. 70e744b fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF by Michaël Lefèvre · 12 years ago
  48. 7adbc1c coverity#1213310 Dereference before null check by Caolán McNamara · 12 years ago
  49. 2ae1345 coverity#984128 Uninitialized scalar field by Caolán McNamara · 12 years ago
  50. c327aca remove globally disabled warnings from source files by Thomas Arnhold · 12 years ago
  51. 1612a8e coverity#1209362 coverity gold, wrong mask by Caolán McNamara · 12 years ago
  52. 52cd5cc coverity#1209760 Parse warning by Caolán McNamara · 12 years ago
  53. eae3f52 New --disable-runtime-optimizations by Stephan Bergmann · 12 years ago
  54. bdfcc8c fix MACOS build by Noel Grandin · 12 years ago
  55. 78b9537 various: sal_Bool->bool by Noel Grandin · 12 years ago
  56. f9980ad Avoid the annoying line wrapping by Tor Lillqvist · 12 years ago
  57. 68e5207 sal logging: Flush after having written the output. by Jan Holesovsky · 12 years ago
  58. 51bfb3a Asan: fix invalid memory access by Markus Mohrhard · 12 years ago
  59. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  60. bd22c1c coverity#1209781 Resource leak by Chris Sherlock · 12 years ago
  61. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  62. 4439abe show the failure message again at the end of the test by Markus Mohrhard · 12 years ago
  63. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  64. 8231620 this fails to link with mingw by David Tardon · 12 years ago
  65. 25d88d2 More hacking on --with-locales by Tor Lillqvist · 12 years ago
  66. 81076cb Get rid of the "failure #23" style messages in CppunitTest_sal_rtl_textenc by Tor Lillqvist · 12 years ago
  67. ca54d37 Add a test listener that outputs failures to stderr as they happen by Tor Lillqvist · 12 years ago
  68. 70c773d Add missing right paren in assertion log messages by Tor Lillqvist · 12 years ago
  69. 5723599 Add informative comment about cross-compiling to iOS in particular by Tor Lillqvist · 12 years ago
  70. 63ccf3f Make assertion failures in CppunitTest_sal_rtl_textenc more informative by Tor Lillqvist · 12 years ago
  71. d0800e3 Typo fix: s/temporaer/temporary/ by Tor Lillqvist · 12 years ago
  72. 1ec8367 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  73. 247cec2 Bypass EUC and ISO-2022 encoding tables for iOS by Tor Lillqvist · 12 years ago
  74. 97a5ba4 remove comments why a file gets included by Thomas Arnhold · 12 years ago
  75. 0db1e71 cpplint: [readability/utf8] Line contains invalid UTF-8 by Julien Nabet · 12 years ago
  76. 9a7fc5e Typo: s/shure/sure by Tor Lillqvist · 12 years ago
  77. 8f7a111 update_pch by Thomas Arnhold · 12 years ago
  78. b1b0530 typo: independend -> independent by Thomas Arnhold · 12 years ago
  79. 8568fec Fix bounds by Stephan Bergmann · 12 years ago
  80. 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
  81. b020060 Clean up unreferenced functions by Stephan Bergmann · 12 years ago
  82. 883844f Remove dead test code by Stephan Bergmann · 12 years ago
  83. 9573cd6 Fix ASCII-only check by Stephan Bergmann · 12 years ago
  84. bd08874 Remove dead interlock code: by Stephan Bergmann · 12 years ago
  85. bc067d1 C++11-only stdint.h SIZE_MAX -> std::numeric_limits by Stephan Bergmann · 12 years ago
  86. 82861c5 Properly cover in #ifdef TIMETESTS by Stephan Bergmann · 12 years ago
  87. 0a1cc78 Kill "Portal Demo HACK", whatever it is by Tor Lillqvist · 12 years ago
  88. 335cd83 Kill superfluous vertical whitespace by Tor Lillqvist · 12 years ago
  89. b6f4658 Use boost::noncopyable by Stephan Bergmann · 12 years ago
  90. 38696ba Handle missing SIZE_MAX by Tor Lillqvist · 12 years ago
  91. 6cd87e5 coverity#1194930 Avoid TOCTOU between access and mkdir by Stephan Bergmann · 12 years ago
  92. d37e964 sal/osl/unx/security.c -> .cxx by Stephan Bergmann · 12 years ago
  93. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  94. 81ad114 WaE: 'MAC_OS_X_VERSION_MAX_ALLOWED' is not defined, evaluates to 0 by Tor Lillqvist · 12 years ago
  95. dfc2e45 sal: add aligned memory allocation with malloc for OS X < 10.6 by Douglas Mencken · 12 years ago
  96. c50e822 Remove unused inline functions by Stephan Bergmann · 12 years ago
  97. 5385180 coverity#983373 Dereference before null check by Caolán McNamara · 12 years ago
  98. c184d44 Missing dependency by Stephan Bergmann · 12 years ago
  99. dc9feb6 Move invariant writes outside loop by Stephan Bergmann · 12 years ago
  100. c176cb8 decorate tempfile name's to help identify leaks' author by Norbert Thiebaud · 12 years ago