# -*- 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,$(SRCDIR))) $(eval $(call gb_Package_set_outdir,odk_config,$(INSTDIR))) ifeq ($(OS),WNT) $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ odk/config/cfgWin.js \ odk/config/setsdkname.bat \ )) else $(eval $(call gb_Package_add_files,odk_config,$(SDKDIRNAME),\ config.guess \ config.sub \ odk/config/configure.pl \ odk/config/setsdkenv_unix \ odk/config/setsdkenv_unix.sh.in \ )) endif # vim: set noet sw=4 ts=4: on value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)Author
2017-09-26AddressSanitizer: undefined-behaviorCaolán McNamara
2017-09-26check sot multiplyCaolán McNamara
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-22move TestImportOLE2 where it can be used by fftesterCaolán McNamara
2017-09-22ofz#2976 timeout in olefuzzerCaolán McNamara
2017-09-19tdf#112399 ignore size of unknown/unused ole2 entriesCaolán McNamara
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-10loplugin:unusedenumconstantsNoel Grandin
2017-08-07EditEngine: Removing BIN format from sotVarun Dhall
2017-07-17loplugin:constparams in i18nutil,sotNoel Grandin
2017-07-13Translate German comments/debug strings (leftovers in the sot dir)Johnny_M
2017-07-07sot: fix loplugin:unnecessaryparen warningMiklos Vajna
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin
2017-07-03tdf#39468 Translate German comments/termsJens Carl
2017-06-30aKey is demonstratedly always emptyStephan Bergmann
2017-06-30aContentType is unusedStephan Bergmann
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin
2017-06-21loplugin:unusedfields store..svlNoel Grandin
2017-06-15Fix typosAndrea Gelmini
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-07EditEngine Exporting flat XML from actual clipboardVarun Dhall
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: sotStephan Bergmann
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: sotStephan Bergmann
2017-06-05convert FatError to scoped enumNoel Grandin
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann