- d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
- 76aafa1 tdf#162711 - VBASupport requires banker’s rounding for integer conversions by Andreas Heinisch · 5 months ago
- fd2e467 tdf#146619 Run IWYU in fw decl mode on include/[a-c]* by Gabor Kelemen · 6 months ago
- 59616c0 tdf#160478: basic_macros: Add test by Xisco Fauli · 5 months ago
- 3ab2560 tdf#169147: handle errors creating icu::RegexMatcher by Mike Kaganski · 5 months ago
- 22d7827 tdf#168569: support date values in string pool by Mike Kaganski · 6 months ago
- 92878d3 tdf#168561: fix Str function implementation by Mike Kaganski · 6 months ago
- 15ee592 tdf#168520 basic: rename testTdf149157* and testTdf149402* tests to by Ilmari Lauhakangas · 6 months ago
- a3597ed tdf#143182: fix string handling in SbxValue::Format by Mike Kaganski · 7 months ago
- c309a57 tdf#146619 Run IWYU on basic/ by Gabor Kelemen · 8 months ago
- 99247bf tdf#149151: disambiguate method parameters and array indexes by Mike Kaganski · 9 months ago
- b038106 tdf#166972: do not reset parameters in SbUnoObject::Notify by Mike Kaganski · 10 months ago
- a4d1a55 Add another test for tdf#166781 by Mike Kaganski · 10 months ago
- 44cdfa2 tdf#166781: Emit correct expected token on missing End If by Mike Kaganski · 10 months ago
- 7744d31 tdf#162986 Restrict ending of Property Let and Set to only End Property by Razvan Degeratu · 11 months ago
- 047c84f tdf#162983 Restrict closure of Function and Sub to only End Function and Sub. by Alexandru Diaconu · 11 months ago
- 33434f1 tdf#166342: refactor SbxValue::Format again, to handle date/time strings by Mike Kaganski · 11 months ago
- 5a9c784 tdf#136112: return 'Date' type from Time() by Mike Kaganski · 11 months ago
- 3721604 tdf#165420: handle empty arguments correctly by Mike Kaganski · 1 year, 1 month ago
- f071292 tdf#160578: do not modify procedure argument type based on its use by Mike Kaganski · 1 year, 2 months ago
- 63e7a70 tdf#164811: swap the "if IsCompatibility()" branches to match other places by Mike Kaganski · 1 year, 2 months ago
- b76d703 tdf#164600: Return true from IsNumeric for booleans in VBASupport mode by Mike Kaganski · 1 year, 3 months ago
- f8ac9d3 tdf#164599: Allow space between sign and number in VBASupport mode by Mike Kaganski · 1 year, 3 months ago
- bb86627 tdf#154284: check if ImpScan found a number at all by Mike Kaganski · 1 year, 3 months ago
- 5de73f0 new loplugin:staticconstexpr by Noel Grandin · 1 year, 6 months ago
- de4ef35 tdf#163680: fix fixed-length strings assignment by Mike Kaganski · 1 year, 5 months ago
- ff3791f tdf#163219: only create local With variable for function results by Mike Kaganski · 1 year, 6 months ago
- 539856db Fix formatting of dates by Mike Kaganski · 1 year, 7 months ago
- 196c89f i#109051: also handle Exit Property for Property Set by Mike Kaganski · 1 year, 7 months ago
- 40d0e6f tdf#162962: always create a local "Nothing" for the "WITH" variable by Mike Kaganski · 1 year, 7 months ago
- 47a348b tdf#162935: use PUTC for WITH variable assignment: it doesn't copy value by Mike Kaganski · 1 year, 7 months ago
- b6775ce Temporarily skip unit tests on native arm64 build by Balazs Varga · 1 year, 7 months ago
- b2257d1 Improve run-time Currency type support in Basic by Mike Kaganski · 1 year, 7 months ago
- a795fdd tdf#162724: use localized decimal separator in ImpCurrencyToString by Mike Kaganski · 1 year, 7 months ago
- fa8a0f5 Related: tdf#132064 Use set to clear the With internal variable by Mike Kaganski · 1 year, 8 months ago
- afb46ee tdf#150458: evaluate for loop's end and step once in VBA support mode by Mike Kaganski · 1 year, 8 months ago
- f3f46b5 tdf#132064: make With statement only evaluate its argument once by Mike Kaganski · 1 year, 8 months ago
- 54b642f VBA QA new unit test for IF THEN statement by Alain Romedenne · 1 year, 8 months ago
- 0a9135e Basic QA new unit test for IF THEN statement by Alain Romedenne · 1 year, 8 months ago
- 2b6caa4 tdf#160321 - Added missing VB test by Andreas Heinisch · 1 year, 10 months ago
- 84e8758 tdf#160321 - Don't execute jump statement if the expression is out of range by Andreas Heinisch · 2 years ago
- 7d6e751 loplugin:ostr basic by Noel Grandin · 1 year, 11 months ago
- a400c86 tdf#93727 Syntax Error on # in basic by Luv Sharma · 2 years, 2 months ago
- 9071cd6 tdf#149714 BitsPerPixel property of Graphic has Boolean UNO type by Adam Seskunas · 2 years, 1 month ago
- 5378ce3 tdf#158890 Replace '?' with figure blank by Laurent Balland · 2 years, 3 months ago
- 9cc8457 tdf#128122 Updated BASIC CCur to reuse SvNumberFormatter by Jonathan Clark · 2 years, 4 months ago
- 443027c tdf#156449 Preserve '0' or '?' in exponent by Laurent Balland · 2 years, 8 months ago
- b4844c3 Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr by Stephan Bergmann · 2 years, 6 months ago
- d9e322d replace ErrorInfo with simpler mechanism by Noel Grandin · 2 years, 6 months ago
- 115c8b4 Revert "tdf#130924 replace '*printf' with 'SAL_*' logging macros." by Ilmari Lauhakangas · 2 years, 7 months ago
- df0db41 tdf#130924 replace '*printf' with 'SAL_*' logging macros. by sahil · 2 years, 7 months ago
- c9e8638 tdf#150137 fastparser: don't crash on undeclared namespace by Aron Budea · 2 years, 8 months ago
- e59780c Reduce differences between _test_asserts.bas and _test_asserts.vb by Mike Kaganski · 2 years, 8 months ago
- fa0a1f6 tdf#153543 - Add vba shell constants by Andreas Heinisch · 2 years, 11 months ago
- 458f2b8 Refactor and fix VBA StrConv by Mike Kaganski · 3 years, 1 month ago
- e12fff1 tdf#152690: Fix "!" behavior when it is not the first in a group by Baole Fang · 3 years, 1 month ago
- fd19bc8 tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBA by Alain Romedenne · 3 years, 3 months ago
- 1786ddb Fix build in a specific VS2022 environment by Mike Kaganski · 3 years, 1 month ago
- dc96de7 Extend loplugin:cppunitassertequals to more argument types by Stephan Bergmann · 3 years, 1 month ago
- 263c15e Delete extra whitespaces inserted by the editor by Andreas Heinisch · 3 years, 2 months ago
- 3c7cba9 tdf#152917: basic_macros: Add unittest by Xisco Fauli · 3 years, 3 months ago
- 4f09c5f basic: remove tabs from test file by Xisco Fauli · 3 years, 4 months ago
- a179da2 basic: add missing license statement in .vb test files by Xisco Fauli · 3 years, 4 months ago
- 5f0cf6e basic: add missing license statement in test files by Xisco Fauli · 3 years, 4 months ago
- c6dc676 tdf#152520: basic_macros: Add unittest by Xisco Fauli · 3 years, 4 months ago
- bdfcad5 tdf#151503 - Do not evaluate a missing optional variable to a boolean by Andreas Heinisch · 3 years, 6 months ago
- 6f3532f tdf#151012 - Initialize optional parameters with their default values by Andreas Heinisch · 3 years, 7 months ago
- d477d2e Removed executable bits on files by Andrea Gelmini · 3 years, 9 months ago
- 120daca tdf#149447: use proper UNO types for marshalling unsigned Basic types by Mike Kaganski · 3 years, 9 months ago
- 522f5ad tdf#147529 - BASIC MsgBox: Check for missing optional parameters by Andreas Heinisch · 3 years, 10 months ago
- f4ff0ed tdf#149622: also clear return value before calling method from SbxObject::Call by Mike Kaganski · 3 years, 10 months ago
- fbce185 tdf#149402 - BASIC: Don't extend comment if line ends in a whitespace by Andreas Heinisch · 3 years, 10 months ago
- b94275f tdf#149157 - Break multiline continuation in a comment after a new line by Andreas Heinisch · 3 years, 11 months ago
- 90d33f5 tdf#148358 - Compare Non-ASCII variable names case-insensitive by Andreas Heinisch · 4 years ago
- b5ab864 Just use Any ctor instead of makeAny in basic by Stephan Bergmann · 4 years ago
- 07bf0ce tdf#148651: basic_macros: Add unittest by Xisco Fauli · 4 years ago
- fe597a3 Test StarBasic's native non-ASCII name syntax by Mike Kaganski · 4 years ago
- da27693 Basic Collection class unit test by Alain Romedenne · 4 years, 3 months ago
- e2ba333 Adapt test to even slower builds by Stephan Bergmann · 4 years ago
- b9b9b3a tdf#114263 tdf#147262 CallByName() function LibO Basic test unit by Alain Romedenne · 4 years, 2 months ago
- aa54ea2 Change the comment of the test cases to clarify the textual representation of the calculated string by Andreas Heinisch · 4 years, 2 months ago
- 3ba8b56 tdf#147089 - Round Integral Division (IDIV) literals to Integer values by Andreas Heinisch · 4 years, 1 month ago
- 9654c8e Basic compiler undetected typo by Alain Romedenne · 4 years, 2 months ago
- 5276177 tdf#147364: fix function signature to account to calling convention by Mike Kaganski · 4 years, 2 months ago
- a79e7dc tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned string by Andreas Heinisch · 4 years, 2 months ago
- 8b327cd tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by VaibhavMalik4187 · 4 years, 2 months ago
- 3564b5c Adapt test to slow builds by Stephan Bergmann · 4 years, 2 months ago
- 24afbaa Fix format string by Mike Kaganski · 4 years, 2 months ago
- 81a3d9b4 tdf#132388: add unit test by Mike Kaganski · 4 years, 2 months ago
- 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
- 35aa82ef tdf#145693 - Argument name should be 'charcode' instead of 'string' by Andreas Heinisch · 4 years, 3 months ago
- 260a203 tdf#130426 - Rename file for tdf#145693 by Andreas Heinisch · 4 years, 3 months ago
- 565a5fd tdf#145960 - Return type of boolean operators should be of type boolean by Andreas Heinisch · 4 years, 3 months ago
- 47aabde Make the tdf#97983 changes to BASIC optional by Tor Lillqvist · 4 years, 4 months ago
- 07a2afa Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ folding by Eike Rathke · 4 years, 5 months ago
- 27d96bf tdf#145371 - Delete array variable only before ReDim by Andreas Heinisch · 4 years, 5 months ago
- 67c1591 tdf#125637 - Correctly hand names ending with an underscore by Andreas Heinisch · 4 years, 6 months ago
- af2d15a Fix Windows build by Stephan Bergmann · 4 years, 6 months ago
- cf3971a Simplify Sequence in b* by Julien Nabet · 4 years, 6 months ago
- e090afc tdf#144924 - Change return type of array elements of the split function by Andreas Heinisch · 4 years, 6 months ago