1. ef62c41 move runtime/methods to ENABLE_SCRIPTING by Caolán McNamara · 10 days ago
  2. 64c6a8c Fraction->double in MapMode by Noel Grandin · 2 weeks ago
  3. 6f217fe Rename mentions of LibreOfficeKit to COKit by Tomaž Vajngerl · 10 days ago
  4. d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
  5. 7f431d0 Silence spurious -Werror=array-bounds= by Stephan Bergmann · 2 months ago
  6. 4bd0897 tdf#154285 Check too many arguments to BASIC INT function by Simon Chenery · 3 months ago
  7. 33791da tdf#154285 Check upper bound of arguments in SbRtl_CreateObject by Vaibhav Singh · 4 months ago
  8. b893350 tdf#154285 Check too many arguments to BASIC EXP function by Simon Chenery · 4 months ago
  9. 1fc95f3 !HAVE_FEATURE_SCRIPTING apparently needs SbiRuntime::isVBAEnabled now by Stephan Bergmann · 4 months ago
  10. 76aafa1 tdf#162711 - VBASupport requires banker’s rounding for integer conversions by Andreas Heinisch · 5 months ago
  11. 96ad8c6 tdf#82580 Remove prewin.h/postwin.h headers by Daniel Lee · 5 months ago
  12. aa886d1 tdf#154285 Check too many arguments to BASIC ATN function by Simon Chenery · 5 months ago
  13. 5d8fe7fb tdf#147132 Flatten Basic function implementations by Ludwig Temmel · 5 months ago
  14. fd2e467 tdf#146619 Run IWYU in fw decl mode on include/[a-c]* by Gabor Kelemen · 6 months ago
  15. c6c9d9e tdf#145538 Convert iterator loop to range-based for loop by kelvin · 5 months ago
  16. 59616c0 tdf#160478: basic_macros: Add test by Xisco Fauli · 5 months ago
  17. 3ab2560 tdf#169147: handle errors creating icu::RegexMatcher by Mike Kaganski · 5 months ago
  18. e789e91 tdf#145614 - Convert #define to enum or constexpr by Sergey Anisimov · 6 months ago
  19. 21ffeff tdf#154285 check for too many arguments in BASIC cos function by Jesus Solis · 6 months ago
  20. 520d75f tdf#158237 - Use C++20 contains() instead of find() and end() by Sergey Anisimov · 6 months ago
  21. af59994 Get rid of some unneeded intermediate variables. by Mike Kaganski · 6 months ago
  22. e16910a SbModule: [GS]etSource32 -> [GS]etSource by Mike Kaganski · 6 months ago
  23. 79a2e1d tdf#168750: Make sure that class module is recognized on load by Mike Kaganski · 6 months ago
  24. 41a20e6 cid#1421169 Uncaught exception by Caolán McNamara · 6 months ago
  25. 153b4dc drop some more COVERITY stuff by Caolán McNamara · 6 months ago
  26. 136688c tdf#154285 Check too many arguments to BASIC SIN function by Simon Chenery · 6 months ago
  27. d65f9eb Simplify date handling a bit by Mike Kaganski · 6 months ago
  28. 674918b Make sure that SbiImage::GetString sets peType by Mike Kaganski · 6 months ago
  29. 638c152 Simplify code that writes numbers to image by Mike Kaganski · 6 months ago
  30. 8323fcc 'd' can't appear in the 'added by older versions' compatibility code by Mike Kaganski · 6 months ago
  31. 6c9d05b Fix copypaste error by Mike Kaganski · 6 months ago
  32. 22d7827 tdf#168569: support date values in string pool by Mike Kaganski · 6 months ago
  33. 92878d3 tdf#168561: fix Str function implementation by Mike Kaganski · 6 months ago
  34. 15ee592 tdf#168520 basic: rename testTdf149157* and testTdf149402* tests to by Ilmari Lauhakangas · 6 months ago
  35. 541c72d tdf#147132 - Flatten 'Basic' function implementations by Jim Chen · 9 months ago
  36. be062b1 tdf#147132 Flatten Basic function by Teemu Pöytäniemi · 7 months ago
  37. 2f37849 tdf#81003: override GetDate in SbUnoObject to handle oleautomation::Date by Mike Kaganski · 7 months ago
  38. a3597ed tdf#143182: fix string handling in SbxValue::Format by Mike Kaganski · 7 months ago
  39. 4b750f6 Use RepeatedChar by Mike Kaganski · 7 months ago
  40. d3504ac Use RepeatedUChar in basctl and basic by Mike Kaganski · 7 months ago
  41. 36a4d7d BitmapEx->Bitmap in various by Noel Grandin · 7 months ago
  42. c309a57 tdf#146619 Run IWYU on basic/ by Gabor Kelemen · 8 months ago
  43. d3fcc9a drop apparently no longer needed coverity markup by Caolán McNamara · 8 months ago
  44. 3a4961a Use o3tl::{get,set}Environment instead of resp. osl_* functions by Mike Kaganski · 9 months ago
  45. a72fc05 tdf#165780 BASIC IDE code completion without experimental by Hossein · 1 year, 1 month ago
  46. b80cd12 const up some more pieces by Caolán McNamara · 9 months ago
  47. 7f7b37c convert NfEvalDateFormat to scoped enum by Noel Grandin · 9 months ago
  48. 6337bb9 Simplify a bit by Mike Kaganski · 9 months ago
  49. 99247bf tdf#149151: disambiguate method parameters and array indexes by Mike Kaganski · 9 months ago
  50. e21c27a tdf#167255: workaround undefined order of module load by Mike Kaganski · 9 months ago
  51. 1f597d3 tdf#163691 Use std::copy() instead of memcpy() by Alin Andrei Abahnencei · 10 months ago
  52. b038106 tdf#166972: do not reset parameters in SbUnoObject::Notify by Mike Kaganski · 10 months ago
  53. 2143c0a Simplify getter/setter implementations by Mike Kaganski · 10 months ago
  54. 9bae9c9 Use C++-style loops on these arrays by Mike Kaganski · 10 months ago
  55. a4d1a55 Add another test for tdf#166781 by Mike Kaganski · 10 months ago
  56. 22ce7a7 Just let the normal "unexpected" error for unmatched loop/wend/until by Mike Kaganski · 10 months ago
  57. 6eaf909 tdf#163738 Used insert() to add multiple values in containers instead of a loop by Stefan Dorneanu · 11 months ago
  58. 44cdfa2 tdf#166781: Emit correct expected token on missing End If by Mike Kaganski · 10 months ago
  59. 759c57b No need to use vector here by Mike Kaganski · 11 months ago
  60. 7744d31 tdf#162986 Restrict ending of Property Let and Set to only End Property by Razvan Degeratu · 11 months ago
  61. 047c84f tdf#162983 Restrict closure of Function and Sub to only End Function and Sub. by Alexandru Diaconu · 11 months ago
  62. 33434f1 tdf#166342: refactor SbxValue::Format again, to handle date/time strings by Mike Kaganski · 11 months ago
  63. 5a9c784 tdf#136112: return 'Date' type from Time() by Mike Kaganski · 11 months ago
  64. b710ba4 tdf#154285 Check upper bound of arguments in SbRtl_FindObject & by Ahmed Khaled · 1 year, 1 month ago
  65. 50cf101 tdf#145614 Convert #define JMP_TABLE_SIZE to constexpr by Simon Chenery · 1 year ago
  66. 0fbe68c tdf#147132 Flatten Basic function implementations by Nam Bui · 1 year ago
  67. fbe05bc loplugin:bufferadd extend it to find some more places by Noel Grandin · 12 months ago
  68. 080198e Reorder checks for clarity by Mike Kaganski · 12 months ago
  69. 530e3ae Remove obsolete fw declarations from avmedia, basctl, basic, binaryurp by Gabor Kelemen · 1 year, 3 months ago
  70. f3c8972 tdf#163691 Replace memcpy with std::copy in basmgr.cxx by FerMeza · 12 months ago
  71. f336fc1 Revert "tdf#163691 Replace memcpy with std::copy in basmgr.cxx and image.cxx" by Ilmari Lauhakangas · 12 months ago
  72. 6845b8a loplugin:constparam in various by Noel Grandin · 1 year ago
  73. 45ff93a tdf#154285 Check too many arguments to BASIC WEEKDAY function by Simon Chenery · 1 year ago
  74. ec5bbc9 Simplify Val function implementation by Mike Kaganski · 1 year ago
  75. 4409dbb Use osl_getEnvironment instead of getenv by Mike Kaganski · 1 year ago
  76. bb57fa6 Avoid useless OUString -> OString -> OUString conversion by Mike Kaganski · 1 year ago
  77. fa357e4 tdf#163691 Replace memcpy with std::copy in basmgr.cxx and image.cxx by Haokun Wu · 1 year ago
  78. 90490e7 tdf#163691 Use std::copy() instead of memcpy(). by Akshay Kumar Dubey · 1 year, 1 month ago
  79. 09e2627 use more concrete UNO types in some local vars by Noel Grandin · 1 year, 2 months ago
  80. 9fddd34 basic : use more OUString literals in basic comp by Arnaud VERSINI · 1 year, 4 months ago
  81. 3721604 tdf#165420: handle empty arguments correctly by Mike Kaganski · 1 year, 1 month ago
  82. 1fc03ea tdf#158237 Use C++20 contains() instead of find() and end() by Simon Chenery · 1 year, 1 month ago
  83. b3ae7a1 tdf#147132: Flatten Basic function implementations by Rahul Anand · 1 year, 2 months ago
  84. 6586dbe tdf#154285 Check too many arguments to SbRtl_Abs() for BASIC ABS function by Simon Chenery · 1 year, 2 months ago
  85. b22f984 tdf#154285 Check correct number of arguments to SbRtl_Now function by Simon Chenery · 1 year, 2 months ago
  86. 7daf54c avoid uno casting cost, and simplify by Caolán McNamara · 1 year, 2 months ago
  87. c146144 disable SbRtl_Shell by default in kit-mode by Caolán McNamara · 1 year, 2 months ago
  88. d8f405c tdf#147132 Flatten Basic function implementations by Manish Bera · 1 year, 2 months ago
  89. f071292 tdf#160578: do not modify procedure argument type based on its use by Mike Kaganski · 1 year, 2 months ago
  90. 63e7a70 tdf#164811: swap the "if IsCompatibility()" branches to match other places by Mike Kaganski · 1 year, 2 months ago
  91. 6235212 tdf#145614 Convert #define to enum by bruh · 1 year, 3 months ago
  92. c67bd0a tdf#147132 Flatten Basic function implementations. by bruh · 1 year, 3 months ago
  93. 8e48c41 tdf#154285 Check upper bound of arguments in SbRtl_Second function by Alin Andrei Abahnencei · 1 year, 3 months ago
  94. 7419fc5 tdf#154285 Check upper bound of arguments in SbRtl_Hour function by Alin Andrei Abahnencei · 1 year, 3 months ago
  95. 73dc528 tdf#154285 Check upper bound of arguments in SbRtl_Month function by Alin Andrei Abahnencei · 1 year, 3 months ago
  96. 633a787 tdf#154285 Check upper bound of arguments in SbRtl_Day function by Alin Andrei Abahnencei · 1 year, 3 months ago
  97. e08ed1d tdf#154285 Check upper bound of arguments in SbRtl_Year function by Alin Andrei Abahnencei · 1 year, 3 months ago
  98. b76d703 tdf#164600: Return true from IsNumeric for booleans in VBASupport mode by Mike Kaganski · 1 year, 3 months ago
  99. f8ac9d3 tdf#164599: Allow space between sign and number in VBASupport mode by Mike Kaganski · 1 year, 3 months ago
  100. 20db600 Use sal_Int32 for string length by Mike Kaganski · 1 year, 3 months ago