--- src/dispatch_common.c +++ src/dispatch_common.c @@ -272,7 +272,11 @@ #endif }; +#if defined _MSC_VER && defined __clang__ +static bool library_initialized = true; +#else static bool library_initialized; +#endif static bool epoxy_current_context_is_glx(void); o.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/dbaccess/source/inc
AgeCommit message (Expand)Author
2023-07-28tdf#156471: New database wizard - add generic support for embedded databases ...Pierre
2023-04-28tdf#43369: Specific UI for collecting PostgreSQL connection settingsnirnay
2023-01-13Base OSubComponent on cppu::WeakComponentImplHelperStephan Bergmann
2022-09-27use more string_view in dbaccessNoel Grandin
2022-02-17tdf#143148 Use pragma once instead of include guardspsidiumcode
2022-01-14Recheck modules d* with IWYUGabor Kelemen
2021-11-11Replace some macros in dbaccess part 6Julien Nabet
2021-11-11Replace some macros in dbaccess part 5Julien Nabet
2021-11-11Replace some macros in dbaccess part 4Julien Nabet
2021-11-10Replace some macros in dbaccess part 3Julien Nabet
2021-11-10Replace some macros in dbaccess part 2Julien Nabet
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: dbaccessStephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-19use more string_view in comphelper::stringNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-08-29Fix typo in codeAndrea Gelmini
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin
2020-05-20use for-range on Sequence in d*Noel Grandin
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen
2020-02-27tdf#42949 Fix IWYU warnings in dbaccess/source/*/*hxxGabor Kelemen
2019-12-18sal_Char->char in dbaccessNoel Grandin
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-09-13tdf#45789 [API CHANGE] Automatic row height in reportsIlhan Yesil
2019-08-18Simplify Sequence uses in dbaccess/source/inc/apitools.hxxJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann
2019-02-25loplugin:unusedfields in dbaccessNoel Grandin
2019-02-13Remove dead and broken EmbeddedDatabases configurationStephan Bergmann
2018-11-04Replace preprocessor macro with short function definitionsMike Kaganski
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-05-11tdf#96099 Remove trivial StringVector typedefAbhyudaya Sharma
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:countusersofdefaultparams in dbaccessNoel Grandin
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-07-25Typo: tyoe->typeJulien Nabet
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18dbaccess: introduce DATASOURCE_TYPE::DST_WRITERMiklos Vajna
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin