# -*- 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,updatefeed)) $(eval $(call gb_Library_set_componentfile,updatefeed,extensions/source/update/feed/updatefeed)) $(eval $(call gb_Library_use_externals,updatefeed, \ boost_headers \ )) $(eval $(call gb_Library_use_sdk_api,updatefeed)) $(eval $(call gb_Library_use_libraries,updatefeed,\ cppuhelper \ cppu \ sal \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,updatefeed,\ extensions/source/update/feed/updatefeed \ )) # vim:set noet sw=4 ts=4: alue='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)Author
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
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
2020-02-10Cleanup: Move unit tests to ridljarSamuel Mehrbrodt
2020-02-10Cleanup: Move files to ridljarSamuel Mehrbrodt
2020-02-06These tests don't need gb_JunitTest_use_jar_classset,*,jurtStephan Bergmann
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2019-11-17cid#1448367 Explicit null dereferencedCaolán McNamara
2019-08-20Fix typosAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-08-04Fix typoAndrea Gelmini
2019-05-27@deprecated should be with @DeprecatedTomoyuki Kubota
2019-05-16Fix typoAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann
2019-02-18tdf#123481 jurt: Avoid thread deadlockingSamuel Mehrbrodt
2019-02-06Adapt jurt/source/pipe/staticsalhack.cxxStephan Bergmann
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski
2018-11-03tdf#120703 PVS: V547 Expression is always trueMike Kaganski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-08-29Fix typo: s/an other/another/gAndrea Gelmini
2018-07-31the custom SAL allocator is no longer usedNoel Grandin
2018-04-16Use https instead of httpGulsah Kose
2018-01-27Fix typosAndrea Gelmini
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-17Fix typosAndrea Gelmini
2018-01-14Fix typosAndrea Gelmini
2017-12-19Fix typosAndrea Gelmini
2017-10-27loplugin:includeform: jurt (Windows)Stephan Bergmann
2017-10-23loplugin:includeform: jurtStephan Bergmann
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-02Typos for "available"Julien Nabet
2017-08-14new loplugin:droplongNoel Grandin
2017-06-23Fix typos: uniform registeredAndrea Gelmini
2017-06-05spelling instanciate -> instantiateNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-16Also filter out flags like -fsanitize-address-globals-dead-strippingStephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-25Fix typosAndrea Gelmini
2017-03-16Fix typosAndrea Gelmini
2017-01-26-Werror=implicit-fallthrough= (GCC 7)Stephan Bergmann