summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-13tdf#132389 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-13tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-10fix some leaks in basicNoel Grandin
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-02Simplify some static variable initializationsMike Kaganski
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-03-07BASIC : use standard mutex from std.Arnaud Versini
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-28simplify code, use more subView()Noel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-27BASIC : SbiRuntime static data should be constArnaud Versini
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-12-23Drop RTLNAME obfuscating macroMike Kaganski
2020-12-21fix for Windows x86-64 buildNoel Grandin
2020-12-20Blind fix for Windows x86-64 buildStephan Bergmann
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-07tdf#43003 - convert parameter to the requested typeAndreas Heinisch
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24Use std::vector in SbiBufferMike Kaganski
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-10-30tdf#85371 - grant write access to the method used as a variableAndreas Heinisch
2020-10-21use tools::Long in basegfx..chart2Noel
2020-10-16tdf#123025 - ReDim Preserve fails if array is filled by SplitAndreas Heinisch
2020-10-13static_cast after dynamic_castNoel
2020-10-01loplugin:reducevarscope in basctl,basicNoel
2020-09-27Fix typo in codeAndrea Gelmini
2020-09-17basic: use dummy DLL mgr for Windows Arm64 buildJan-Marek Glogowski
2020-09-08tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-07BASIC : no need for a DLL manager impl on non windows systemsArnaud Versini
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-09-01tdf#54912 - with option base arrays should start at index 1Andreas Heinisch
2020-08-27tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-08-14loplugin:simplifybool moreNoel Grandin