summaryrefslogtreecommitdiff
path: root/opencl/source/opencl_device.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Extended loplugin:ostr: openclStephan Bergmann1-1/+1
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-1/+1
2023-02-03Use raw string literal in opencl to keep PMD static analyser happyIlmari Lauhakangas1-10/+8
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-1/+1
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-04-27use more string_view in tools/streamNoel Grandin1-4/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-4/+5
2020-11-11convert more long -> tools::LongNoel1-5/+5
2020-07-10replace usage of whitelist with allowlistThorsten Behrens1-3/+3
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-3/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-11pickBestDevice return is ignoredCaolán McNamara1-9/+8
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin1-1/+1
2019-07-23Fix typosAndrea Gelmini1-1/+1
2019-05-29tdf#42949 Fix IWYU warnings in opencl/Gabor Kelemen1-3/+1
2019-05-22New loplugin:dataStephan Bergmann1-9/+9
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+2
2018-01-12More loplugin:cstylecast: openclStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: openclStephan Bergmann1-1/+1
2017-09-15Add tools::Time::GetMonotonicTicks (us)Jan-Marek Glogowski1-67/+6
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist1-4/+0
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin1-7/+7
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-2/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-17Turn macro into functionStephan Bergmann1-6/+7
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-11opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl1-6/+17
2016-06-29Don't waste too much time evaluating the "score" for the "native CPU"Tor Lillqvist1-3/+14
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-2/+2
2016-06-06Ensure that OpenCL device id returned from getDeviceSelection() is valid.Mark Hung1-3/+8
2016-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-29coverity#1358843 Argument cannot be negativeCaolán McNamara1-1/+1
2016-04-22Various loplugin warnings in opencl/Stephan Bergmann1-9/+7
2016-04-22opencl: better logging of devices and device selectionTomaž Vajngerl1-112/+167
2016-02-04loplugin:fpcomparison in opencl/Noel Grandin1-1/+2
2015-11-11new loplugin: memoryvarNoel Grandin1-5/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-09-14boost->stdCaolán McNamara1-3/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-11/+11
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-14/+14
2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet1-1/+1
2014-11-27Clean up confusing OpenCL code a bitTor Lillqvist1-2/+1
2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist1-0/+598