office-gobmx/comphelper
Noel bb06f51308 loplugin:stringviewparam extend to comparison operators
which means that some call sites have to change to use
unicode string literals i.e. u"foo" instead of "foo"

Change-Id: Ie51c3adf56d343dd1d1710777f9d2a43ee66221c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106125
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-24 09:45:04 +01:00
..
inc/pch SvTreeListBox can move into toolkit headers now 2020-08-12 20:23:20 +02:00
qa tdf#123936 Formatting files in module comphelper with clang-format 2020-11-13 15:11:37 +01:00
source loplugin:stringviewparam extend to comparison operators 2020-11-24 09:45:04 +01:00
util comphelper: create instances with uno constructors 2020-07-05 12:35:37 +02:00
CppunitTest_comphelper_ifcontainer.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_comphelper_parallelsort_test.mk Implement parallel version of super-scalar-sample-sort... 2019-10-01 18:11:36 +02:00
CppunitTest_comphelper_syntaxhighlight_test.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_comphelper_test.mk fix leak in comphelper::TestHash 2020-05-04 20:13:12 +02:00
CppunitTest_comphelper_threadpool_test.mk fix allocating thread pool workers 2020-10-05 19:36:16 +02:00
CppunitTest_comphelper_variadictemplates_test.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
IwyuFilter_comphelper.yaml tdf#42949 Fix new IWYU warnings in directories c* 2020-11-06 08:18:45 +01:00
JunitTest_comphelper_complex.mk Fix many Java subsequentcheck test by using JUH 2018-11-09 07:37:50 +01:00
Library_comphelper.mk loplugin:unusedmethods 2020-07-31 11:17:48 +02:00
Makefile
Module_comphelper.mk Implement parallel version of super-scalar-sample-sort... 2019-10-01 18:11:36 +02:00
README
StaticLibrary_windows_process.mk Drop UNICODE/_UNICODE defines 2019-04-04 13:57:59 +02:00

Helper functionality for implementing UNO components

...anything not generic/mature enough to end up in URE's stable interface at
cppuhelper etc.