Age | Commit message (Expand) | Author | Files | Lines |
2024-09-12 | Temporarily skip unit tests on native arm64 build | Balazs Varga | 1 | -1/+5 |
2024-08-18 | tdf#150458: evaluate for loop's end and step once in VBA support mode | Mike Kaganski | 1 | -0/+1 |
2024-08-05 | VBA QA new unit test for IF THEN statement | Alain Romedenne | 1 | -0/+1 |
2024-06-10 | tdf#160321 - Added missing VB test | Andreas Heinisch | 1 | -0/+1 |
2024-05-06 | loplugin:ostr basic | Noel Grandin | 1 | -3/+3 |
2023-09-03 | Revert "tdf#130924 replace '*printf' with 'SAL_*' logging macros." | Ilmari Lauhakangas | 1 | -5/+6 |
2023-08-31 | tdf#130924 replace '*printf' with 'SAL_*' logging macros. | sahil | 1 | -6/+5 |
2023-03-16 | tdf#152690: Fix "!" behavior when it is not the first in a group | Baole Fang | 1 | -0/+1 |
2023-02-24 | Fix build in a specific VS2022 environment | Mike Kaganski | 1 | -6/+3 |
2022-06-24 | tdf#147529 - BASIC MsgBox: Check for missing optional parameters | Andreas Heinisch | 1 | -0/+1 |
2022-05-07 | tdf#148358 - Compare Non-ASCII variable names case-insensitive | Andreas Heinisch | 1 | -0/+1 |
2022-05-05 | Just use Any ctor instead of makeAny in basic | Stephan Bergmann | 1 | -2/+2 |
2022-04-21 | tdf#148651: basic_macros: Add unittest | Xisco Fauli | 1 | -0/+1 |
2022-02-21 | tdf#147089 - Round Integral Division (IDIV) literals to Integer values | Andreas Heinisch | 1 | -0/+1 |
2022-02-06 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | VaibhavMalik4187 | 1 | -2/+2 |
2022-01-08 | tdf#145693 - Argument name should be 'charcode' instead of 'string' | Andreas Heinisch | 1 | -0/+1 |
2021-12-28 | tdf#145960 - Return type of boolean operators should be of type boolean | Andreas Heinisch | 1 | -0/+1 |
2021-10-19 | Fix Windows build | Stephan Bergmann | 1 | -2/+2 |
2021-10-17 | Simplify Sequence in b* | Julien Nabet | 1 | -3/+5 |
2021-10-07 | tdf#144924 - Change return type of array elements of the split function | Andreas Heinisch | 1 | -0/+1 |
2021-09-19 | tdf#123144 - Always translate an error number to a vba error message | Andreas Heinisch | 1 | -0/+1 |
2021-09-07 | tdf#144245 - Added test file to automatic test | Andreas Heinisch | 1 | -0/+1 |
2021-07-02 | Move utility code out of test directories | Mike Kaganski | 1 | -1/+1 |
2020-12-30 | Fix build after 042033f1e6da22616cb76c8d950c20c9efecbad5 | Mike Kaganski | 1 | -2/+2 |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann | 1 | -1/+1 |
2020-12-22 | Related: tdf#84098 Unify tests | Mike Kaganski | 1 | -1/+1 |
2020-12-19 | tdf#84098 kill copy+paste in VBA tests | George Bateman | 1 | -2/+4 |
2020-03-24 | VBA Err object raise method TestCases | LibreOfficiant | 1 | -0/+1 |
2020-03-02 | tdf#36737 - Initialize default values of optionals | Andreas Heinisch | 1 | -0/+1 |
2019-12-14 | VBA Enum statement TestCases | LibreOfficiant | 1 | -0/+1 |
2019-11-13 | fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bf | lbenes | 1 | -0/+1 |
2019-11-12 | tdf#42949 Fix IWYU warnings in basic/ | Gabor Kelemen | 1 | -2/+1 |
2019-03-01 | Some more WIN32 -> _WIN32 | Stephan Bergmann | 1 | -1/+1 |
2018-11-10 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 | Tamás Zolnai | 1 | -1/+1 |
2018-07-02 | Small cleanup and simplification | Mike Kaganski | 1 | -14/+12 |
2017-12-23 | VBA tests (4) - don't pass when all tests fail | Zdeněk Crhonek | 1 | -1/+0 |
2017-12-22 | VB tests (3)-don't pass whe all tests fail | Zdeněk Crhonek | 1 | -8/+0 |
2017-10-17 | Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10 | Tor Lillqvist | 1 | -5/+5 |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski | 1 | -1/+2 |
2017-09-30 | Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* | Mike Kaganski | 1 | -2/+1 |
2017-09-18 | Some more WIN32_LEAN_AND_MEAN | Mike Kaganski | 1 | -0/+3 |
2017-08-24 | VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR tests | Zdeněk Crhonek | 1 | -0/+5 |
2017-08-08 | VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASE | Zdeněk Crhonek | 1 | -0/+7 |
2017-08-03 | VBA tests- add functions STRING,STRREVERSE,SWITCH | Zdeněk Crhonek | 1 | -0/+3 |
2017-08-02 | VBA tests - STR and STRCOMP functions | Zdeněk Crhonek | 1 | -0/+2 |
2017-07-24 | VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQR | Zdeněk Crhonek | 1 | -0/+8 |
2017-06-29 | VBA test - add RATE, RGB functions | Zdeněk Crhonek | 1 | -0/+2 |
2017-05-27 | add VBA tests- PMT, PPMT, PV,QBCOLOR functions | Zdeněk Crhonek | 1 | -0/+4 |
2017-05-22 | Test _WIN32 instead of WIN32 | Takeshi Abe | 1 | -1/+1 |
2017-05-16 | basic: Test VBA's CDec() only on Windows | Takeshi Abe | 1 | -1/+3 |