# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Module_Module,basegfx)) $(eval $(call gb_Module_add_targets,basegfx,\ Library_basegfx \ Package_inc \ )) $(eval $(call gb_Module_add_check_targets,basegfx,\ CppunitTest_basegfx \ )) # vim: set noet sw=4 ts=4: td class='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Expand)Author
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-04drop 'using namespace std' in l*Julien Nabet
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: l10ntoolsStephan Bergmann
2021-09-22Fix typosAndrea Gelmini
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-18Simplify a OUString constructionStephan Bergmann
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-03-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-05-28no need to allocate these on the heapNoel Grandin
2021-04-19use more string_view in OString APINoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-01-30HelpParser::ProcessHelp: Tidy Null checksDr. David Alan Gilbert
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27pocheck: don't require reference for stock labelsChristian Lohmaier
2021-01-15prep to replace stock button labelsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-09Apparently, Windows doesn't have the concept of a set but empty env varStephan Bergmann
2020-12-08Assert that certain env vars are set in these build-time toolsStephan Bergmann
2020-12-08Use OString::Concat(...) + ... instead of ... + OStringLiteral(...)Stephan Bergmann
2020-11-16Clean up --disable-assert-always-abort loplugin:stringviewparamStephan Bergmann
2020-11-14loplugin:stringviewparam (l10ntools)Julien Nabet
2020-11-13tdf#123936 Formatting files in module l10ntools with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann