# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,tools)) $(eval $(call gb_Module_add_targets,tools,\ CustomTarget_reversemap \ Library_tl \ StaticLibrary_ooopathutils \ )) $(eval $(call gb_Module_add_targets_for_build,tools,\ Executable_bestreversemap \ )) $(eval $(call gb_Module_add_check_targets,tools,\ CppunitTest_tools_test \ CppunitTest_tools_config \ )) # vim: set noet sw=4 ts=4: /libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/mdds
AgeCommit message (Expand)Author
2024-01-18silence use-after-free warning in mdds for gcc12.3 in optimized buildAron Budea
2024-01-15cid#1546160 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-07-31silence use-after-free warning in mdds for gcc12 in optimized buildChristian Lohmaier
2023-01-26Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectivelyKohei Yoshida
2022-09-05tdf#150749 Find and replace on very large sheetNoel Grandin
2022-06-21tdf#126109 calc slow when replacing string to numberNoel Grandin
2022-01-27external/mdds: Avoid -Werror=use-after-free (GCC 12 trunk)Stephan Bergmann
2021-12-14Update mdds to 2.0.1.Kohei Yoshida
2021-11-03Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida
2021-06-10external/mdds: Mark patch as upstreamedStephan Bergmann
2021-06-09external/mdds: -Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2020-09-10Upgrade mdds to 1.7.0.Kohei Yoshida
2020-02-09Update mdds to 1.6.0.Kohei Yoshida
2019-11-26Mark external/mdds/Wdeprecated-copy.patch as upstreamedStephan Bergmann
2019-11-26external/mdds: -Werror,-Wdeprecated-copyStephan Bergmann
2019-08-15Correctly pack mdds 1.5.0.Kohei Yoshida
2019-05-20cache mdds positions during ScDocument::CopyBlockFromClip() (tdf#112000)Luboš Luňák
2018-08-26Update mdds to 1.4.1.Kohei Yoshida
2018-08-07Mark external/mdds/gcc9.patch as upstreamedStephan Bergmann
2018-07-26external/mdds: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-05-04Removed executable permission on data filesAndrea Gelmini
2017-12-18Mark external/mdds/c++17.patch upstreamedStephan Bergmann
2017-12-15Enable C++17 for clang-cl, tooStephan Bergmann
2017-11-11Update mdds to 1.3.1.Kohei Yoshida
2017-11-04ofz#4048 Null-dereferenceCaolán McNamara