summaryrefslogtreecommitdiffstats
path: root/embedserv
Commit message (Expand)AuthorAgeFilesLines
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-0/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* loplugin:refcounting (clang-cl)Stephan Bergmann2021-03-094-9/+7
* loplugin:fakebool (clang-cl)Stephan Bergmann2021-02-091-1/+1
* Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann2021-02-091-1/+1
* Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski2021-02-019-28/+28
* Simplify thread apartment initializationMike Kaganski2021-01-311-44/+3
* WIN handle GetMessageW return valuesJan-Marek Glogowski2021-01-281-1/+11
* Simplify some string constructionStephan Bergmann2021-01-121-6/+1
* make *String(string_view) constructors explicitNoel Grandin2020-12-191-3/+3
* tdf#123936 Formatting files in module embedserv with clang-formatPhilipp Hofer2020-11-135-43/+35
* clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann2020-10-191-3/+3
* Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2020-09-071-2/+2
* loplugin:stringstatic (clang-cl)Stephan Bergmann2020-08-211-14/+14
* loplugin:elidestringvar (clang-cl)Stephan Bergmann2020-08-041-3/+1
* embedserv: create instances with uno constructorsNoel Grandin2020-07-074-82/+14
* use for-range on Sequence in e*Noel Grandin2020-05-201-3/+2
* use for-range on Sequence in d*Noel Grandin2020-05-201-17/+15
* compact namespace in editeng..extensionsNoel Grandin2020-05-081-2/+2
* -Werror,-Wpointer-to-int-cast (LLVM 10 trunk clang-cl)Stephan Bergmann2020-03-201-2/+2
* sal_Char->char in editeng..eventattacherNoel Grandin2019-12-191-1/+1
* loplugin:external (clang-cl)Stephan Bergmann2019-12-053-0/+16
* loplugin:consttobool (clang-cl)Stephan Bergmann2019-11-262-5/+5
* cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.)Julien Nabet2019-11-241-2/+1
* loplugin:fakebool (clang-cl)Stephan Bergmann2019-11-195-6/+6
* loplugin:fakebool (clang-cl)Stephan Bergmann2019-11-191-1/+1
* Avoid C++20 comparison operator overloading ambiguities (clang-cl -std=c++2a)Stephan Bergmann2019-11-082-13/+18
* Remove some memset callsMike Kaganski2019-10-171-6/+3
* -Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann2019-10-027-139/+139
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2019-10-011-4/+4
* loplugin:referencecasting (clang-cl)Stephan Bergmann2019-10-011-11/+4
* loplugin:indentation (clang-cl)Stephan Bergmann2019-10-012-4/+4
* loplugin:stringconstant (clang-cl)Stephan Bergmann2019-10-013-12/+12
* clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai2019-04-101-0/+3
* loplugin:typedefparam (clang-cl)Stephan Bergmann2019-03-274-10/+10
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-261-2/+2
* Clean up dead uses of DISABLE_ATLStephan Bergmann2019-01-241-6/+1
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-211-3/+1
* o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann2019-01-103-8/+12
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-181-1/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-3/+3
* pvs-studio: V716 Suspicious type conversion in return statementCaolán McNamara2018-10-221-5/+2
* Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski2018-10-111-3/+0
* loplugin:external (clang-cl)Stephan Bergmann2018-09-246-10/+12
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2018-09-171-1/+1
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-011-0/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2018-06-262-2/+1