# -*- 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_Module_Module,opencl)) $(eval $(call gb_Module_add_targets,opencl,\ Executable_opencltest \ Library_opencl \ )) # vim: set noet sw=4 ts=4: index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil/README.md
tr>
AgeCommit message (Expand)Author
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2023-12-11external/clucene: operation between different enumeration typesStephan Bergmann
2023-09-15tdf#157254: CLucene: fix pure virtual call in destructorMike Kaganski
2023-07-17external/clucene: More uses of obsolete std::binary_functionStephan Bergmann
2023-01-27Remove support for AIXStephan Bergmann
2022-06-29Adapt to LLVM 15 trunk libc++ dropping std::unary_/binary_functionStephan Bergmann
2022-05-01improve support for using libc++ on Linux and for libc++ debug modeLuboš Luňák
2021-11-09external/clucene: Remove unnecessary uses of obsolete std::binary_functionStephan Bergmann
2021-08-20Mark external/clucene/patches/nullstring.patch as sent upstreamStephan Bergmann
2021-08-19external/clucene: Avoid std::string(nullptr) constructionStephan Bergmann
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski
2021-01-06external/clucene: Fix MSVC /Zc:strictStringsStephan Bergmann
2020-06-18Mark external/clucene/patches/c++20.patch as sent upstreamStephan Bergmann
2020-06-17external/clucene: Adapt to C++20 CWG2237Stephan Bergmann
2020-04-24Mark external/clucene/patches/heap-buffer-overflow.patch as sent upstreamStephan Bergmann
2020-04-23external/clucene: Avoid heap-buffer-overflowStephan Bergmann
2020-04-22Mark external/clucene/patches/ostream-wchar_t.patch as sent upstreamStephan Bergmann
2020-04-22Add what looks like a plausible upstream URL to external/clucene/READMEStephan Bergmann
2019-12-03external/clucene: Adapt to C++20 deleted ostream << for non-plain char typesStephan Bergmann
2019-10-14add PCHs for more external libsLuboš Luňák
2019-05-24disable warnings in external libsLuboš Luňák
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann
2017-12-15Enable C++17 for clang-cl, tooStephan Bergmann
2017-11-02Use gb_UnpackedTarball_get_dirStephan Bergmann