# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2011 Matúš Kukan (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_CppunitTest_CppunitTest,sal_osl_security)) $(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_security,\ sal/qa/osl/security/osl_Security \ )) $(eval $(call gb_CppunitTest_use_libraries,sal_osl_security,\ sal \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: ='distro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/textenc
AgeCommit message (Expand)Author
2020-01-31Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-09-11Fix Unicode to Shift JIS/MS932 conversion dataStephan Bergmann
2019-09-05Fix conversion of U+0000 in ImplUnicodeToDBCSStephan Bergmann
2019-09-04Do not exclude Unicode noncharacters from rtl_convertUnicodeToTextStephan Bergmann
2019-09-04[API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann
2019-09-03Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicodeStephan Bergmann
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-10-23loplugin:includeform: salStephan Bergmann
2017-09-24Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann
2017-09-13Make reading UTF-8 strictStephan Bergmann
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann