Revert of upstream: changeset: 15608:744881490c78 user: Jan-Marek Glogowski date: Wed May 13 19:00:40 2020 +0000 summary: Bug 1637083 Replace pre-dependency with shell hack r=rrelyea --- b/nss/coreconf/rules.mk Wed May 13 19:00:40 2020 +0000 +++ a/nss/coreconf/rules.mk Tue May 12 21:33:43 2020 +0000 @@ -31,21 +31,10 @@ USE_NT_C_SYNTAX=1 endif -# For whatever reason, "." can't be handled using make conditionals. -# Based on automake's SUBDIRS "." handling. ifdef DIRS ifndef IGNORE_DIRS -ifneq (,$(filter .,$(DIRS))) -TARGETS = $(NULL) -ALL_TRASH = $(NULL) -endif - $(DIRS): + $(IGNORE_ERROR)@$(MAKE) -C $@ $(MAKECMDGOALS) - $(IGNORE_ERROR)@if [ "$@" != "." ]; then \ - $(MAKE) -C $@ $(MAKECMDGOALS) ; \ - else \ - IGNORE_DIRS=1 $(MAKE) -C $@ $(MAKECMDGOALS) ; \ - fi @$(CLICK_STOPWATCH) endif endif @@ -84,9 +73,7 @@ check: $(DIRS) clean clobber: $(DIRS) -ifneq (,$(ALL_TRASH)) rm -rf $(ALL_TRASH) -endif realclean clobber_all: $(DIRS) rm -rf $(wildcard *.OBJ) dist $(ALL_TRASH) --- b/nss/lib/ckfw/builtins/manifest.mn Wed May 13 19:00:40 2020 +0000 +++ a/nss/lib/ckfw/builtins/manifest.mn Tue May 12 21:33:43 2020 +0000 @@ -5,9 +5,7 @@ CORE_DEPTH = ../../.. +DIRS = testlib -DIRS = . testlib - -testlib: . MODULE = nss --- b/nss/lib/ckfw/manifest.mn Wed May 13 19:00:40 2020 +0000 +++ a/nss/lib/ckfw/manifest.mn Tue May 12 21:33:43 2020 +0000 @@ -5,9 +5,7 @@ CORE_DEPTH = ../.. +DIRS = builtins -DIRS = . builtins - -builtins: . PRIVATE_EXPORTS = \ ck.h \ --- b/nss/manifest.mn Wed May 13 19:00:40 2020 +0000 +++ a/nss/manifest.mn Tue May 12 21:33:43 2020 +0000 @@ -24,6 +24,12 @@ # no real way to encode these in any sensible way $(MAKE) -C coreconf/nsinstall program $(MAKE) export + # pre-build child dir -> parent dir dependencies + # ckfw/builtins -> ckfw + IGNORE_DIRS=1 $(MAKE) -C lib/ckfw libs + # ckfw/builtins/testlib -> ckfw/builtins + base + $(MAKE) -C lib/base libs + IGNORE_DIRS=1 $(MAKE) -C lib/ckfw/builtins libs lib: coreconf cmd: lib a/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/ios
AgeCommit message (Expand)Author
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2022-06-23Revert "svp: don't directly yield in main thread"Stephan Bergmann
2022-06-22svp: don't directly yield in main threadJan-Marek Glogowski
2022-01-17iOS+SVP convert remaining VCL plugins to salplugJan-Marek Glogowski
2022-01-14VCL move SolarMutex (un)locking into (De)InitVCLJan-Marek Glogowski
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2022-01-14iOS+Android+SVP "merge" all SalData instancesJan-Marek Glogowski
2021-12-29tdf#143148 : Use pragma once instead of include guardsRamreiso Kashung
2021-12-16Fix iOS compilation after recent changes to SequenceTor Lillqvist
2021-10-06drop 'using namespace std' in vcl (MacOs/ios), blindlyJulien Nabet
2021-09-27Need a dummy AquaGraphicsBackend::drawNativeControl() on iOSTor Lillqvist
2021-08-23Make compilation for iOS get a bit furtherTor Lillqvist
2021-08-23make SalGeometryProvider available for Aqua VCL backendsLuboš Luňák
2021-07-02vcl: drop GenericUnixSalDataTypeJan-Marek Glogowski
2021-05-22tdf#142061 Add window scaling to XOR emulation on macOSThorsten Wagner
2021-04-30vcl: iOS/macOS - move graphic render func. into AquaGraphicsBackendTomaž Vajngerl
2021-03-25tdf#141217: Improve plain text pasting on iOSTor Lillqvist
2021-03-23Log successful mapping from system pasteboard format to internal MIME typeTor Lillqvist
2021-03-23We only use the systemwide general pasteboardTor Lillqvist
2021-01-20Fix typosAndrea Gelmini
2021-01-18Clean up includes a bit for iOS and macOSTor Lillqvist
2021-01-17tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675Tor Lillqvist
2021-01-15Fix handling of the OBJECTDESCRIPTOR clipboard (pasteboard) type on iOSTor Lillqvist
2020-12-21Improve SAL_INFO output for clipboard operations on iOSTor Lillqvist
2019-12-24sal_Char->char in vclNoel Grandin
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski
2019-11-11Fix copy/paste error that probably has had no ill effectTor Lillqvist
2019-10-07Avoid dialog headings showing up as some serif font in the iOS appTor Lillqvist
2019-10-07tdf#126964: Set background colours to white in IosSalFrame::UpdateSettings()Tor Lillqvist