summaryrefslogtreecommitdiff
path: root/opencl
ModeNameSize
-rw-r--r--Library_opencl.mk1206logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_opencl.mk458logplain
-rw-r--r--README285logplain
d---------inc98logplain
d---------source178logplain
1afa9eddd7445135fb08dc74821bd 2015-01-05Some loplugin:revisibility clean-upStephan Bergmann Stumbled across such redundant visibility re-specifications when looking at the odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in cppu/source/cppu/cppu_opt.cxx and used in inline code in include/com/sun/star/uno/Reference.hxx with only a declaration lacking CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows. However, this plugin is probably not worth it being run all the time, so committing it to compilerplugins/clang/store/. Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510 2014-11-14coverity#704593 silence Dereference after null checkCaolán McNamara Change-Id: I3ccd6895a1ddbf46a441e60ceaaaceb945f682e4 2014-11-05markup with event type not checker typeCaolán McNamara Change-Id: I14c0c5d90b67000cb4fe9e6be647854abfe784da 2014-10-30document array_vs_singleton dismissalsCaolán McNamara Change-Id: I8d7eb4c01197e885abca717c7814c61a7641ac9d 2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin Add a macro in include/cppuhelper/implbase_ex.hxx to make initialising the type_entry classes a little less verbose. Change-Id: I0904b5b9db269c92bc89e7ce3d6c8b09350c9897 2014-07-11new loplugin: externalandnotdefinedNoel Grandin Find "missing headers," where a function is declared directly in the .cxx (as extern) and not defined, and should arguably instead be declared in an include file. Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2 2014-06-05cppu: remove SAL_THROW macroNoel Grandin Change-Id: I2f1909f953846f0d0b6fb402b4beb373bba8b2a8 2014-02-27Remove visual noise from cppuAlexander Wilms Change-Id: Ib776a6e5397eb9731cf908c4015642c29b320ff6 Reviewed-on: https://gerrit.libreoffice.org/8247 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-02-23Remove unneccessary commentsAlexander Wilms Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>