Age | Commit message (Expand) | Author |
2023-10-15 | Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr | Stephan Bergmann |
2023-10-13 | tdf#147132 tdf#154285 Flatten and check param count of IsMissing fn | Aron Budea |
2023-10-12 | Make NC_ constexpr-friendly | Stephan Bergmann |
2023-10-07 | tdf#147132 Flatten Basic function implementations | OmkarAcharekar |
2023-10-03 | replace ErrorInfo with simpler mechanism | Noel Grandin |
2023-09-20 | basic : remove useless allocation in BasicDLLImpl | Arnaud Versini |
2023-09-10 | using decls should come after #include | Noel Grandin |
2023-09-03 | Revert "tdf#130924 replace '*printf' with 'SAL_*' logging macros." | Ilmari Lauhakangas |
2023-08-31 | tdf#130924 replace '*printf' with 'SAL_*' logging macros. | sahil |
2023-08-25 | Revert "use more Reference::query instead of UNO_QUERY_THROW" | Noel Grandin |
2023-08-18 | use more Reference::query instead of UNO_QUERY_THROW | Noel Grandin |
2023-08-09 | tdf#147132 Flatten Basic function implementations | sahil |
2023-08-07 | tdf#150137 fastparser: don't crash on undeclared namespace | Aron Budea |
2023-08-04 | Reduce differences between _test_asserts.bas and _test_asserts.vb | Mike Kaganski |
2023-08-02 | Replace separate components list with 'gb_CppunitTest_use_rdb' | Mike Kaganski |
2023-08-02 | No boost in basic | Mike Kaganski |
2023-07-24 | tdf#92620 - Adjust error message about exceeding legacy module size | Andreas Heinisch |
2023-07-23 | nDigitPos no longer appears in expression | Caolán McNamara |
2023-07-20 | Simplify a bit by removing a redundant condition | Julien Nabet |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-06-18 | Use getXWeak in basic | Mike Kaganski |
2023-05-25 | merge some stringadds | Noel Grandin |
2023-05-09 | tdf#153543 - Add vba shell constants | Andreas Heinisch |
2023-04-14 | loplugin:stringviewparam improvements | Noel Grandin |
2023-04-10 | Drop SvStream::WriteCharPtr | Mike Kaganski |
2023-03-29 | Add an assert | Mike Kaganski |
2023-03-28 | tdf#142391 - Store method using 0x13 format only when actually needed | Andreas Heinisch |
2023-03-24 | loplugin:stringadd in b* | Noel Grandin |
2023-03-23 | rtl::Static to thread-safe-static | Noel Grandin |
2023-03-22 | tdf#147132: Simplify usage of StarBASIC::Error() | adityasingh22 |
2023-03-22 | Refactor and fix VBA StrConv | Mike Kaganski |
2023-03-17 | tdf#151741 - BASIC Organizer: fill various URLs for libraries | Andreas Heinisch |
2023-03-17 | tdf#152690: Refactor fix | Baole Fang |
2023-03-16 | tdf#152690: Fix "!" behavior when it is not the first in a group | Baole Fang |
2023-03-14 | elide some temporary OStrings | Noel Grandin |
2023-03-07 | no need to allocate these separately | Noel Grandin |
2023-03-03 | lok: macro: VBA message dialogs was causing assertion failure | Marco Cecchetti |
2023-03-02 | flatten some classes in basic | Noel Grandin |
2023-02-26 | tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBA | Alain Romedenne |
2023-02-24 | BaseMutex->std::mutex in SfxLibrary | Noel Grandin |
2023-02-24 | Fix build in a specific VS2022 environment | Mike Kaganski |
2023-02-23 | Extend loplugin:cppunitassertequals to more argument types | Stephan Bergmann |
2023-02-22 | Fix --disable-scripting build (for example for WASM) | Tor Lillqvist |
2023-02-21 | Related: tdf#153752 Use virtual method to avoid dynamic casts | Mike Kaganski |
2023-02-21 | tdf#153752: SbxObject::Execute: extra characters in Option Compatible mode | Mike Kaganski |
2023-02-19 | tdf#153724: make sure to retrieve the variable value before checking the type | Mike Kaganski |
2023-01-29 | no need to lock SolarMutex over the whole method here | Noel Grandin |
2023-01-29 | UNO fn FormObjEventListenerImpl::documentEventOccured must lock SolarMutex | Stephan Bergmann |
2023-01-27 | tdf#153235: Optimize Application::Reschedule calls in SbiRuntime::Step | Mike Kaganski |
2023-01-26 | Simplify SbiRuntime ctor | Mike Kaganski |