# -*- 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,merged)) # gb_MERGEDLIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk $(eval $(call gb_Library_use_library_objects,merged,\ $(gb_MERGEDLIBS) \ )) $(eval $(call gb_Library_use_libraries,merged,\ cppu \ cppuhelper \ i18nlangtag \ $(if $(ENABLE_JAVA), \ jvmaccess \ jvmfwk) \ sal \ salhelper \ xmlreader \ )) ifeq ($(OS),WNT) # prevent warning spamming $(eval $(call gb_Library_add_ldflags,merged,\ /ignore:4049 \ /ignore:4217 \ )) # cursors $(eval $(call gb_Library_add_nativeres,merged,vcl/salsrc)) endif ifeq ($(OS),MACOSX) $(eval $(call gb_Library_use_libraries,merged,\ AppleRemote \ )) endif # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jurt/source
AgeCommit message (Expand)Author
2023-02-26Fix Library_jpipe__staticsalhackStephan Bergmann
2022-02-28Fix jurt/source/pipe/staticsalhack.cxxStephan Bergmann
2022-01-23Avoid loplugin:salcallStephan Bergmann
2021-02-08Avoid macro redefinition warnings in sanitizer buildsStephan Bergmann
2021-02-01Fix Library_jpipe__staticsalhackStephan Bergmann
2021-01-02Fix some warnings for Raspberry pi 4 (part2)Julien Nabet
2020-11-13tdf#123936 Formatting files in module jurt with clang-formatPhilipp Hofer
2020-03-03Use thread_local statics in dtoa.c to be thread-safeMike Kaganski
2020-02-28Adapt Clang -fsanitize jurt/source/pipe/staticsalhack.cxxStephan Bergmann
2019-02-06Adapt jurt/source/pipe/staticsalhack.cxxStephan Bergmann
2018-11-03tdf#120703 PVS: V547 Expression is always trueMike Kaganski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-07-31the custom SAL allocator is no longer usedNoel Grandin
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2017-10-27loplugin:includeform: jurt (Windows)Stephan Bergmann
2017-10-23loplugin:includeform: jurtStephan Bergmann
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski
2017-08-14new loplugin:droplongNoel Grandin
2017-01-26-Werror=implicit-fallthrough= (GCC 7)Stephan Bergmann
2016-11-07Adapt jurt staticsalhack to MACOSXStephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-01-06-Werror,-Wmacro-redefined (under Clang -fsanitize=*)Stephan Bergmann
2014-12-05fdo#86745 - Possible exception/segfault in jurt jpipe.dll under Windows ...Juergen Funk
2014-11-19readwrite_helper.c -> readwrite_helper.cxxStephan Bergmann
2014-11-19pipe.c -> pipe.cxxStephan Bergmann
2014-11-19nlsupport.c -> nlsupport.cxxStephan Bergmann
2014-11-19mutex.c -> mutex.cxxStephan Bergmann
2014-11-19memory.c -> memory.cxxStephan Bergmann