# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (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.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Norbert Thiebaud (C) 2011, All Rights Reserved. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Module_Module,tail_end)) $(eval $(call gb_Module_add_moduledirs,tail_end,\ accessibility \ animations \ apple_remote \ avmedia \ basctl \ basebmp \ basic \ bean \ canvas \ chart2 \ configmgr \ cppcanvas \ cui \ dbaccess \ desktop \ dtrans \ drawinglayer \ editeng \ embeddedobj \ eventattacher \ extensions \ fileaccess \ filter \ forms \ formula \ fpicker \ framework \ hwpfilter \ idl \ lingucomponent \ linguistic \ lotuswordpro \ MathMLDTD \ Mesa \ np_sdk \ oovbaapi \ oox \ package \ padmin \ psprint_config \ reportdesign \ sc \ scaddins \ sccomp \ scripting \ sd \ sdext \ sfx2 \ slideshow \ smoketest \ starmath \ svtools \ svx \ sw \ swext \ test \ toolkit \ ucb \ UnoControls \ unoxml \ uui \ vbahelper \ vcl \ wizards \ writerfilter \ writerperfect \ xmerge \ xmlhelp \ xmloff \ xmlscript \ xmlsecurity \ )) ifeq ($(MERGELIBS),TRUE) $(eval $(call gb_Module_add_targets,tail_end,\ Library_merged \ )) endif # vim: set noet sw=4 ts=4: distro/collabora/co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/onlineupdate/source
AgeCommit message (Expand)Author
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann
2016-06-29move #includes to top of fileNoel Grandin
2016-06-13tdf#98602 Duplicate code in onlineupdate/Ras-al-Ghul
2016-04-30Fix typosAndrea Gelmini
2016-03-31onlineupdate: revert SAL_N_ELEMENTS changesMichael Stahl
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-14Revert "tdf#98602 Duplicate code in onlineupdate/"Jan Holesovsky
2016-03-14tdf#98602 Duplicate code in onlineupdate/Ras-al-Ghul
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2016-01-10Fix typosAndrea Gelmini
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara
2015-11-04onlineupdate: -Werror=unused-but-set-variableMichael Stahl
2015-11-04onlineupdate: -Werror=unused-variableMichael Stahl
2015-10-12cppcheck:variableScopeNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-18Fix typosAndrea Gelmini
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-12Add the needed #ifndef instead of removing the variable.Jan Holesovsky
2015-08-11cppcheck: uninitMemberVarCaolán McNamara
2015-08-10cppcheck: arrayIndexThenCheckCaolán McNamara
2015-08-10cppcheck: unusedVariableCaolán McNamara
2015-08-03remove some unused typedefsNoel Grandin
2015-07-27remove some unused definesNoel Grandin
2015-07-22online update: Fix many warnings.Jan Holesovsky
2015-07-22online update tdf#68274: fix --enable-online-update=mar on WindowsNathan Yee
2015-07-03online update: Make the 'updater' build & link at least on Linux.Jan Holesovsky
2015-07-03online update: Remove unneeded files.Nathan Yee
2015-06-29online update: Add updater executable build supportNathan Yee
2015-06-29online update: Add mar executable build supportNathan Yee
2015-06-29online update: MAR-based online update - initial import from Mozilla.Jan Holesovsky