summaryrefslogtreecommitdiff
path: root/remotebridges/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
4ebbcabc573866e22040b72'>Extended loplugin:ostr: comphelperStephan Bergmann 2023-11-20Extended loplugin:ostr: comphelperStephan Bergmann 2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann 2023-05-24Remove unused comphelper::adjustIndexToStartOfSurrogateStephan Bergmann 2023-05-05Break comphelper::adjustIndexToStartOfSurrogate out of o3tl::iterateCodePointsStephan Bergmann 2022-11-18Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann 2022-10-14Remove unused comphelper::string::reverseString overloadStephan Bergmann 2022-05-20comphelper: fix natural string compare function + reorganize testsTomaž Vajngerl 2022-04-04use string_view in comphelper::string::splitNoel Grandin 2021-04-19use more string_view in comphelper::stringNoel Grandin 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann 2020-09-23Simplify some OUString constructions with universal character namesStephan Bergmann 2020-06-03Upcoming loplugin:elidestringvar: comphelperStephan Bergmann 2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann 2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann 2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen 2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin 2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann