# -*- 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_Package_Package,odk_config_win,$(call gb_CustomTarget_get_workdir,odk/config))) $(eval $(call gb_Package_set_outdir,odk_config_win,$(INSTDIR))) $(eval $(call gb_Package_add_file,odk_config_win,$(SDKDIRNAME)/setsdkenv_windows.bat,setsdkenv_windows.bat)) # vim: set noet sw=4 ts=4: class='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/hunspell
AgeCommit message (Expand)Author
2017-03-24tdf#106751 fix regressions in Hungarian spell checkingLászló Németh
2017-02-12use alternative optimizations for buffer creation bottleneckCaolán McNamara
2017-02-12Resolves: tdf#105426 helpful to actually let the compiler optimize hunspellCaolán McNamara
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-24just build the hunspell lib, not the restCaolán McNamara
2017-01-24Related: tdf#105426 upgrade to hunspell-1.6.0Caolán McNamara
2016-12-22build hunspell with _GLIBCXX_DEBUGCaolán McNamara
2016-12-21external/hunspell: Work around -Werror,-Wundef with clang-clStephan Bergmann
2016-12-14update to latest hunspell 1-5 releaseCaolán McNamara
2016-05-03bump to hunspell 1.4.1Caolán McNamara
2016-04-18try next hunspell 1.4.0 prerelease milestoneCaolán McNamara
2016-04-15hunspell: MSVC debug runtime iterators don't want to decrement past begin()Michael Stahl
2016-04-15test pre 1.4.0 hunspellCaolán McNamara
2016-04-07external/hunspell: -fsanitize=shiftStephan Bergmann
2016-04-06bump hunspell to 1.3.4Caolán McNamara
2015-10-14tdf#95024 fix compound word handling for new Hungarian orthographyLászló Németh