# -*- 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_StaticLibrary_StaticLibrary,seterror)) $(eval $(call gb_StaticLibrary_add_defs,seterror,\ -U_DLL \ )) $(eval $(call gb_StaticLibrary_add_cxxflags,seterror,\ $(if $(MSVC_USE_DEBUG_RUNTIME),/MTd,/MT) \ $(if $(filter -fsanitize=%,$(CC)),,/fno-sanitize-address-vcasan-lib) \ )) $(eval $(call gb_StaticLibrary_add_exception_objects,seterror,\ setup_native/source/win32/customactions/tools/seterror \ )) # vim: set noet sw=4 ts=4: /CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/source/fsys/urlobj.cxx
AgeCommit message (Expand)Author
2024-12-07Fix check for further exotic protocolsStephan Bergmann
2024-12-06look at 'embedded' protocols for protocols that support themCaolán McNamara
2024-11-19consider VndSunStarExpand an exotic protocolCaolán McNamara
2024-11-07cid#1606697 silence Overflowed constantCaolán McNamara
2024-11-06loplugin:passstuffbyref in toolsNoel Grandin
2024-10-28cid#1606697 Overflowed constantNoel Grandin
2024-08-18cid#1557699 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-11cid#1558088 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-06cid#1555415 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-31cid#1555587 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-14cid#1555652 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-05-13createFromAscii -> OUString literals in INetURLObjectNoel Grandin
2024-05-12replace createFromAscii with OUString literals in INetURLObjectNoel Grandin
2024-05-02cid#1596706 Dereference after null checkCaolán McNamara
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara