# -*- 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_Library_Library,vclbootstrapprotector)) $(eval $(call gb_Library_add_exception_objects,vclbootstrapprotector, \ test/source/vclbootstrapprotector \ )) $(eval $(call gb_Library_use_externals,vclbootstrapprotector, \ boost_headers \ cppunit \ )) $(eval $(call gb_Library_use_libraries,vclbootstrapprotector, \ comphelper \ cppu \ i18nlangtag \ sal \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_sdk_api,vclbootstrapprotector)) # vim: set noet sw=4 ts=4: option value='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2018-05-30fix incorrect example in rtl_Instance docsLuboš Luňák
2018-05-23Fix typosAndrea Gelmini
2018-05-16[API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-22loplugin:cstylecast (clang-cl, manual fix of conditional code)Stephan Bergmann
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-12tdf#114939 sal: deprecate rtl_digest_*SHA* and rtl_digest_PBKDF2Michael Stahl
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-29Fix typosAndrea Gelmini
2017-12-29Fix typosAndrea Gelmini
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian
2017-12-28Fix typosAndrea Gelmini
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-10-23correct doxygen syntaxKorrawit Pruegsanusak
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-17correct wrong doxygen syntax; also comments clean-upKorrawit Pruegsanusak
2017-09-19sal: fix numerous doxygen warningsMichael Stahl
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski
2017-08-04rtl: typo in doc commentAshod Nakashian
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock
2017-06-16Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-06-01HAVE_THREADSAFE_STATICS sould always be trueStephan Bergmann
2017-05-29apply SAL_RETURNS_NONNULL in a couple more placesNoel Grandin
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin
2017-04-25make __RSC a builtin define for the RSC compilerNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-24Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann