summaryrefslogtreecommitdiff
path: root/embedserv/source/inprocserv
AgeCommit message (Expand)Author
2022-01-05Use GetModuleHandleExW instead of GetModuleHandleWMike Kaganski
2021-12-18Value is never nullptr - no need to use pointer and checkMike Kaganski
2021-12-18Drop ComSmart and use sal::systools::COMReferenceMike Kaganski
2021-12-18Drop unused CSGuardMike Kaganski
2021-12-18Move ULONGGuard where it's usedMike Kaganski
2021-12-18Drop unused WriteDebugInfo declarationMike Kaganski
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski
2020-11-13tdf#123936 Formatting files in module embedserv with clang-formatPhilipp Hofer
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-11-08Avoid C++20 comparison operator overloading ambiguities (clang-cl -std=c++2a)Stephan Bergmann
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-22pvs-studio: V716 Suspicious type conversion in return statementCaolán McNamara
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-02-01embedserv: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-24loplugin:emptyif (clang-cl)Stephan Bergmann
2017-10-27loplugin:includeform: embedserv (Windows)Stephan Bergmann
2017-10-05loplugin:blockblock (clang-cl)Stephan Bergmann
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-14loplugin:redundantpointerops (clang-cl)Stephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-23loplugin:useuniqueptrStephan Bergmann
2016-10-16clang-cl loplugin: embedservStephan Bergmann
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara
2015-12-08Resolve Linker Warning LNK4104Mike Kaganski
2015-11-18-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-02-26Remove visual noise from embedservAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-09-04WaE: C4723: potential divide by 0Tor Lillqvist
2013-01-08Logic (only update ret if it does not indicate an error yet)Stephan Bergmann
2013-01-08test on the return of pOleObject->CloseJulien Nabet
2012-12-22Some cppcheck cleaning in embedservJulien Nabet
2012-12-11Windows-only fixesStephan Bergmann
2012-07-20new does not return nullStephan Bergmann
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
2012-06-22re-base on ALv2 code.Michael Meeks