summaryrefslogtreecommitdiff
path: root/basic/source/inc
AgeCommit message (Expand)Author
2021-11-07forward decls go after #includeNoel Grandin
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch
2021-10-12tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch
2021-10-01loplugin:constmethodNoel Grandin
2021-09-15loplugin:finalclasses in basicNoel Grandin
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch
2021-08-06make --disable-scripting compileCaolán McNamara
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq
2021-05-10fix some leaks in basicNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John
2021-02-26loplugin:refcounting in basicNoel
2021-02-22loplugin:refcounting in basicNoel
2021-02-01basic : remove useless class pre declarationArnaud Versini
2021-01-26loplugin:passstuffbyrefNoel
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27BASIC : SbiRuntime static data should be constArnaud Versini
2020-12-26BASIC : simplify SbiExpression initializationArnaud Versini
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-12-23Drop RTLNAME obfuscating macroMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24Use std::vector in SbiBufferMike Kaganski
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman
2020-07-30fix shutdown crash in basicNoel Grandin
2020-07-10tdf#134576: proper handling of For/For Each with On Error Resume NextMike Kaganski
2020-05-24inline some use-once typedefsNoel Grandin
2020-04-02tdf#79426, tdf#125180 - Don't convert missing parameters to requested typeAndreas Heinisch
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-02-16clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara
2020-02-08move some headers inside basicNoel Grandin
2020-01-01tdf#57113: store UTF-16 stringpool data after legacy 1-byte dataMike Kaganski
2019-12-18sal_Char->char in avmedia..basicNoel Grandin
2019-12-07tdf#59327: two arguments with the same name is an errorMike Kaganski
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-05make some classes module-privateNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-10-01loplugin:duplicate-defines in basicNoel Grandin
2019-09-06Fixing "...."Andrea Gelmini
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-05-10an uno -> a unoCaolán McNamara
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-11-05tdf#120703 PVS: V547 Expression '!pRTLData' is always falseMike Kaganski
2018-10-30Make SbiProcDef::Match more readableJan-Marek Glogowski