# -*- 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,idl)) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,idl,Executable_svidl)) endif # vim: set noet sw=4 ts=4: e='distro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/unx/source
AgeCommit message (Expand)Author
2023-01-27Remove support for AIXStephan Bergmann
2022-09-19try harder to remove "OSL_PIPE" pipe on SIGTERMCaolán McNamara
2022-06-03Improve some C code mixing size_t and ssize_tStephan Bergmann
2022-01-14Recheck modules d* with IWYUGabor Kelemen
2022-01-07Disable oosplash pagein feature for static buildsJan-Marek Glogowski
2021-12-29Always use <poll.h>, no modern system needs <sys/poll.h>Ismael Luceno
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-08Silence -Wunused-but-set-variable (Clang 13 trunk) on volatile variableStephan Bergmann
2020-10-15Fix check for inclusion of <sys/sysmacros.h>Stephan Bergmann
2020-10-15Do not include <sys/sysmacros.h> header unconditionally, but perform a check ...Gleb Popov
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman
2020-07-02tdf#129264: Make javaldx always print a line upon successful executionStephan Bergmann
2020-06-08Reliably terminate soffice.bin when terminating sofficeStephan Bergmann
2020-04-14loplugin:flatten in desktopNoel Grandin
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara
2019-10-04Revert "uitest: make child soffice process die when parent dies"Stephan Bergmann
2019-10-01uitest: make child soffice process die when parent diesNoel Grandin
2019-09-20Replace remaining occurrences of LIBO_HEADLESS with HAVE_FEATURE_UIAndras Timar
2019-03-12Write HiDPI consistently without a hyphenTor Lillqvist
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-07-18Fix typosAndrea Gelmini
2018-05-10move Java from config_features to already existing config_javaRene Engelhard
2018-02-23get headless build to work again for LinuxThorsten Behrens
2017-11-23tdf#90794 Position of progress bar on high res screensheiko tietze
2017-11-02improve constparam lopluginNoel Grandin
2017-08-29revert "convert all sal_Bool to bool in start.c"Chris Sherlock
2017-08-29revert 36e31c6a6fbbeebd4825f318ebae2ea6c7e6719fChris Sherlock
2017-08-29desktop: convert all sal_Bool to bool in start.cChris Sherlock
2017-08-29desktop: change NULL to nullptr in start.cChris Sherlock
2017-08-29desktop: start.c cleanupChris Sherlock
2017-07-19loplugin:constparams in desktopNoel Grandin
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke