Enviado desde mi iPad
> El 30 may 2018, a las 18:38, Jan Holesovsky escribió:
>
> * Present:
>+ Thorsten, Kendy, Heiko, Noel, Olivier, Xisco, Bubli, Stephan, Sophie,
> Michael W., Drew, Eike, Cloph
+ jani (I was the first, when you asked for names).
Rgds
Jan I.
>
> * Completed Action
Hi
I have over time had a problem with make (iOS build). When I update my master
repo and simply call “make” it works like a charm for osx, but I often get
unresolved dependencies for iOS:
[build LNK] iOS dylib
Undefined symbols for architecture arm64:
"ScNoteUtil::CreateNoteFromObjectData(Sc
Sent from my iPad
> On 5 Apr 2018, at 11:40, toki wrote:
>
>> On 04/04/2018 09:31 PM, Thorsten Behrens wrote:
>>
>> Great list, thx for breaking it down!
>
> Were I working on a set of extensions to provide that functionality, I'd
> break it down into even more groups. That discussion, and b
|2
ios/LibreOfficeLight/LibreOfficeLight/LOKit/DocumentHolder.swift
|2
7 files changed, 17 insertions(+), 43 deletions(-)
New commits:
commit ac65efa1cff5c3ae763c24d0f1340617625e3fbc
Author: jan Iversen
Date: Mon Apr 2 12:27:13 2018 +0200
iOS, update source
README.md |4 ++--
configure.ac |2 +-
vcl/source/filter/ipdf/pdfread.cxx |4
3 files changed, 7 insertions(+), 3 deletions(-)
New commits:
commit 6e7f6dd20aa58cb4c9ab66260a62d71a53002b9b
Author: jan Iversen
Date: Sun Apr 1 18:21
>
> As it happens, in LibreOffice code, "#ifdef DEBUG" is 1:1 equivalent to "#if
> (OSL_DEBUG_LEVEL >= 2)", and the thought was that perhaps all instances of
> "#ifdef DEBUG" should be changed to that instead, to make it more clear that
> it is a rather rare way to build, that code inside "#i
bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx| 39 ++---
bridges/source/cpp_uno/gcc3_ios/ios64_helper.s | 12 ---
2 files changed, 17 insertions(+), 34 deletions(-)
New commits:
commit 5747ed051440a8baff4b503b3b45146510f198bc
Author: jan Iversen
Date: Tue Mar 20
bridges/source/cpp_uno/gcc3_ios/ios64_helper.s | 40 +++--
1 file changed, 19 insertions(+), 21 deletions(-)
New commits:
commit b9cf7da2907f759c98b801939e7c04cf0b80388f
Author: jan Iversen
Date: Sat Mar 17 21:32:10 2018 +0100
iOS, balanced return stack
bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
New commits:
commit 8c3d13471815054ef564227425c065b840c39829
Author: jan Iversen
Date: Sat Mar 17 08:03:16 2018 +0100
iOS update unwind abi to v. 26
Change-Id
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj |6 --
1 file changed, 6 deletions(-)
New commits:
commit 0df72d80e8a253937a36f42e98847480eff420c2
Author: jan Iversen
Date: Sat Mar 17 07:48:18 2018 +0100
iOS, remove copy of source code to instdir
The
bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx|6 ++
bridges/source/cpp_uno/gcc3_ios/ios64_helper.s |9 +++--
2 files changed, 9 insertions(+), 6 deletions(-)
New commits:
commit 8a8663a49b6d2ba297587c730860cc8ca9d139da
Author: jan Iversen
Date: Fri Mar 16 20:29:02 2018 +0100
bridges/source/cpp_uno/gcc3_ios/except.cxx |3 +++
1 file changed, 3 insertions(+)
New commits:
commit 09d842887d7fe6bc7854290f8d87c50fa48e6d4e
Author: jan Iversen
Date: Fri Mar 16 09:21:12 2018 +0100
iOS, added description of __cxa_throw
Change-Id
bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx| 12 +---
bridges/source/cpp_uno/gcc3_ios/ios64_helper.s |6 --
2 files changed, 5 insertions(+), 13 deletions(-)
New commits:
commit aab3bffeb8d3a4ca6dcf75852e197eb754b1417c
Author: jan Iversen
Date: Thu Mar 15 19:56:49 2018
bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx|4
bridges/source/cpp_uno/gcc3_ios/ios64_helper.s | 290 +++--
2 files changed, 134 insertions(+), 160 deletions(-)
New commits:
commit d47749c76949515992b4144e59d7c51f7e976dda
Author: jan Iversen
Date: Thu Mar 15 19:39
(-)
New commits:
commit 1caf3b9380f3873b7ca165a743f65d332e46ea66
Author: jan Iversen
Date: Thu Mar 15 13:26:41 2018 +0100
iOS, solved corrupted stack in cpp -> uno
Solved problem in assembler code, so the call chain is correct.
There are still something missing for uno
(-)
New commits:
commit 814bd40070db654d80a16d9f813610cae3b12dd6
Author: jan Iversen
Date: Sun Mar 11 19:05:09 2018 +0100
iOS, calling cpp_vtable_call does not corrupt stack
Changing bl -> b (jump long to jump) allowed cpp_vtable_call
to work without corrumping the st
bridges/inc/vtablefactory.hxx |2 +-
bridges/source/cpp_uno/gcc3_ios/cpp2uno.cxx |5 -
2 files changed, 1 insertion(+), 6 deletions(-)
New commits:
commit 5facd232c181e3bd47f1140245bd32a5efb2b21b
Author: jan Iversen
Date: Sun Mar 11 17:19:05 2018 +0100
iOS
Makefile.in |2 ++
1 file changed, 2 insertions(+)
New commits:
commit e6d2332eae92b8f288d3d3f8aa2090abfa777098
Author: jan Iversen
Date: Sun Mar 11 12:27:43 2018 +0100
Allow use of "git worktree" in Makefile.in
When using git worktree $(SRCDIR)/.git is a file
> The 'g' script in turn is called in 'Makefile'/'Makefile.in’.
Thanks, I got my problem identified.
I work on 2 branches in parallel (iOS and master), so I use “git worktree” in
order not to have 2 clones (a lot less diskspace).
I know I could switch branches with the help of “git stash”, but
insertions(+), 74 deletions(-)
New commits:
commit 02f6aa7355d77842caa0416217e0a572144467c3
Author: jan Iversen
Date: Sun Mar 11 09:19:39 2018 +0100
iOS, removed perl script in bridges
The perl script just generated static asm code, this
code is now included directly in
bed135e02bf7db2ef8c29747bbf79f26da71e9ca
Author: jan Iversen
Date: Sat Mar 10 19:44:25 2018 +0100
iOS, activate USE_DOUBLE_MMAP
If not activated code assumes dymanic behaivour.
Change-Id: I6b2807f4a2402a7adfa0839454586b425ee1ae29
diff --git a/bridges/inc/vtablefactory.hxx b/bridges/inc
Hi
On my Mac build I am starting to get these errors:
rm: .git/hooks/README: Not a directory
ln: .git/hooks/README: Not a directory
rm: .git/hooks/commit-msg: Not a directory
ln: .git/hooks/commit-msg: Not a directory
rm: .git/hooks/post-merge: Not a directory
ln: .git/hooks/post-merge: Not a dir
svx/source/unodraw/unopage.cxx |4
1 file changed, 4 insertions(+)
New commits:
commit bfaae016b225e775264008935cddef1564b07e66
Author: jan Iversen
Date: Fri Mar 9 18:56:38 2018 +0100
svx, compile error with !HAVE_FEATURE_DESKTOP
solved unused parameter referer in case
> On 6 Mar 2018, at 14:17, Stephan Bergmann wrote:
>
> On 06.03.2018 11:38, Jan Iversen wrote:
>> At some point a piece of code (in the same executable) decides to make a uno
>> call, this looks like
>> Cpp2uno_call() ->
>> raise_exc
Hi.
I am still trying to get my head around understanding bridges, and how I can
make it work for arm64/iOS.
At some point a piece of code (in the same executable) decides to make a uno
call, this looks like
Cpp2uno_call() ->
raise_exception()
__cxa_throw() ->
vcl/ios/dummies.cxx |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit f5c00cd780dab434c96bd2760821e1565475fc0f
Author: jan Iversen
Date: Mon Mar 5 09:32:35 2018 +0100
vcl, make ios/dummies compile
Point were not defined
Change-Id
ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4f4137d0e20e6693037846c870857c887979770b
Author: jan Iversen
Date: Sat Mar 3 22:40:50 2018 +0100
iOS, change example.odt -> welcome.odt
ios/CustomTarget_iOS_setup.mk | 18 -
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj | 108
+-
2 files changed, 69 insertions(+), 57 deletions(-)
New commits:
commit 652749a32b347a9114acd1d9585d0697a7d8dbc0
Author: jan Iversen
Date
:
commit 97d03a120911c738fe47172b8798a0068ed2d3db
Author: jan Iversen
Date: Sat Mar 3 22:28:49 2018 +0100
iOS, updated resource paths.
changed name of example.odt to welcome.odt
Change-Id: I59625949f4aaad3b3f75bfa243f1a4186d563822
diff --git a/ios/CustomTarget_iOS_setup.mk b
ios/CustomTarget_iOS_link.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b8431e03bdedfbd2126f78e0464921b0583f7f9a
Author: jan Iversen
Date: Fri Mar 2 18:28:13 2018 +0100
iOS, allow "make" call in ios directory
config_host.mk is not r
unotools/source/i18n/resmgr.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6b8a3ab2108480a2d23ad91ef30418f8f831cf8c
Author: jan Iversen
Date: Fri Mar 2 12:56:48 2018 +0100
iOS, added same limitations as MACOSX
Change-Id
configure.ac | 16
1 file changed, 12 insertions(+), 4 deletions(-)
New commits:
commit a542dba422505942f9c3c2f6e47a394e68b396a7
Author: jan Iversen
Date: Thu Mar 1 18:48:31 2018 +0100
iOS, do not use LXML
removed LXML from iOS build.
changed false
vcl/headless/svpinst.cxx |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 9c8cc8e46c917042ca85d392f175b320205c0f7e
Author: jan Iversen
Date: Wed Feb 28 13:06:02 2018 +0100
iOS, removed read to pipes
needed to run iOS
Change-Id
vcl/headless/svpinst.cxx |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 7c30bf05ec891b0d8cba117838ff20e9d0b6d63e
Author: jan Iversen
Date: Mon Feb 26 19:50:26 2018 +0100
vcl, solve iOS compile failure.
"voided" new formal
On Wed, 21 Feb 2018 at 13:55, Sander Maijers wrote:
> I’m running LibreOffice 6 through LibreOfficeKit calls (saveAs), and I’m
> interested in stabilizing and isolating LibreOffice during calls into it.
> My only purpose is document conversion. How can I minimize:
>
If you look on how LibreOffic
bridges/Library_cpp_uno.mk |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 32288245d57765821172182cbd132489d404db88
Author: jan Iversen
Date: Wed Feb 21 10:33:17 2018 +0100
iOS, solved problem with -I for asm module
Change-Id
bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h |6 --
vcl/source/app/scheduler.cxx |3 ++-
2 files changed, 2 insertions(+), 7 deletions(-)
New commits:
commit 61f3c760e573044bc51b94f00470c4fdd6d5c22f
Author: jan Iversen
Date: Mon Feb 19 16:14:16 2018 +0100
iOS
Hi
I am trying to get iOS to work on a device and not only in the simulator. I
am stuck in a cpp_uno call, which acts very strangely during documentLoad
The simulator (which is compiled as macosx just with iOS libraries loads
the document without problems, but on the device the same code makes a
bridges/Library_cpp_uno.mk | 18
bridges/source/cpp_uno/gcc3_ios/ios64_helper.s | 2825 -
2 files changed, 38 insertions(+), 2805 deletions(-)
New commits:
commit 4c0dec9988e77aaeec152deb9c2fd32173a32814
Author: jan Iversen
Date: Fri Feb 16 19:50
insertions(+), 3 deletions(-)
New commits:
commit f563a81000ce43e95e117229b72228386077f94e
Author: jan Iversen
Date: Thu Feb 15 18:00:33 2018 +0100
iOS, add old snippet script.
We need to check if the script generated the same code always.
Looks like nFunIndexes is never changed
: jan Iversen
Date: Thu Feb 15 15:55:30 2018 +0100
iOS, reduce arm64 files to actually needed
Still comparing the "old" gcc3_ios_arm with the new one, in order to make
the asm code work.
Change-Id: I3a2fdfc1891a6a4d7065917f5ef8bd19c49b3987
diff --git
54a5b5d7f3e8ebe52783379aa67fad41de32a695
Author: jan Iversen
Date: Wed Feb 14 15:01:38 2018 +0100
iOS, add gcc3 helper for ARM64
Change-Id: Iad8cfd72803864bd1c8a5d01c74e1f856c27685d
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 26aaf59ff8f1
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/Debug.xcscheme
|7 +++
1 file changed, 7 insertions(+)
New commits:
commit fc956e424b99492bbcd8a0df98c60e526ddb9bfd
Author: jan Iversen
Date: Tue Feb 13 18:17:52 2018 +0100
iOS, SAL_LOG added to debug builds
Hi
your patch does not work with the iOS modules. I also did a short rust
search, and it seems include path is supported:
https://stackoverflow.com/questions/42741815/setting-the-include-path-with-bindgen
I recommend not to activate this patch.
RGDS
Jan I
On Sun, 11 Feb 2018 at 18:04, Sander M
ios/LibreOfficeLight/LibreOfficeLight/LOKit/DocumentHolder.swift |4
1 file changed, 4 insertions(+)
New commits:
commit f81f63aff6e25d970d3183a12af6ff6fc0c23789
Author: jan Iversen
Date: Sun Feb 11 13:10:17 2018 +0100
iOS, added missing document state in callback
ios/CustomTarget_iOS_setup.mk |1 +
1 file changed, 1 insertion(+)
New commits:
commit 2db0c3e04348d3096dff72c568c461be3cb1a0c6
Author: jan Iversen
Date: Mon Feb 5 19:37:43 2018 +0100
iOS, add tango theme to avoid vcl problem.
Change-Id
++
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/Release.xcscheme
| 93 ++
4 files changed, 187 insertions(+), 3 deletions(-)
New commits:
commit f17d0ff5234d88816198becb0f3d8ea7f00f7eb0
Author: jan Iversen
Date: Mon Feb 5 11:09:43 2018 +0100
iOS
commits:
commit 1bd8cd252c749aea1e078699915928ac01b61da6
Author: jan Iversen
Date: Sun Feb 4 17:56:40 2018 +0100
iOS, simplified lib ref and copy to device
Named libKit directories so they can be referenced simple within xCode
Change-Id: Ic05fa4e87b6cc87e2823177474c3ed9ac3433dd3
/SIMULATOR.xcscheme
| 89
ios/LibreOfficeLight/LibreOfficeLight/en.lproj/LaunchScreen.xib
| 142 ---
4 files changed, 84 insertions(+), 441 deletions(-)
New commits:
commit f7cdb48dfc3f1acd7b0b891eddb184251160f3af
Author: jan Iversen
Date: Fri Feb 2 20:43:01 2018
external/libmspub/UnpackedTarball_libmspub.mk |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 6e1e8225bea130c0e586029500cfe14130d5691c
Author: jan Iversen
Date: Thu Jan 4 22:47:28 2018 +0100
libmspub, add update of config.sub
Change-Id
ios/LibreOfficeLight/LibreOfficeLight/Info.plist | 23 +++
1 file changed, 23 insertions(+)
New commits:
commit 2cbcaa58b9fdbe78119b43a2a4404bebbb3fcebd
Author: jan Iversen
Date: Fri Jan 26 15:46:20 2018 +0100
iOS, add support for PDF
Updated Document Types
121d3213e04c4e8be7de36ceeef2a4e545ad314c
Author: jan Iversen
Date: Thu Jan 25 18:47:16 2018 +0100
iOS, removed unused libraries
libz, libiconv etc are now hidden in loKit.dylib
Change-Id: I64e7be0c3ad2087f8c13bcc99d693087e4c6732b
diff --git a/ios/LibreOfficeLight
(-)
New commits:
commit bf0117cce987dd92f6e658de0e186a282677b17f
Author: jan Iversen
Date: Thu Jan 25 15:14:36 2018 +0100
iOS, simplified dylib build
Change-Id: Icea9a5e4796dda288fafcd478a769fa7087baab2
diff --git a/ios/CustomTarget_iOS_prelink.mk b/ios/CustomTarget_iOS_link.mk
ios/LibreOfficeLight/LibreOfficeLight/Info.plist |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e0e19de6eccf83caa82013ca2fefbfcc114816a0
Author: jan Iversen
Date: Mon Jan 22 12:44:57 2018 +0100
iOS, allow orientations for all devices
Info.plist is
331b971e7b239f3cd5d619f653d6d694295e0826
Author: jan Iversen
Date: Mon Jan 22 11:24:34 2018 +0100
iOS, performance update
Set SAL_LOG to empty in SIMULATOR scheme, allowing to easy add
+WARN+INFO when testing.
Removed duplicate entry in Info.plist
Change-Id
desktop/source/lib/init.cxx | 14 --
1 file changed, 14 deletions(-)
New commits:
commit 57fd33408a5a3ae4d2a9ff68ee5513ff1192b6ad
Author: jan Iversen
Date: Sun Jan 21 12:57:59 2018 +0100
iOS, removed iOS special handling in init()
Removed the need for the (limited
desktop/source/app/appinit.cxx |7 +++
ios/CustomTarget_iOS_setup.mk |1 -
2 files changed, 7 insertions(+), 1 deletion(-)
New commits:
commit cc2b9a257b6436ab6f84d6e158a64c09b0937eb6
Author: jan Iversen
Date: Sat Jan 20 18:52:39 2018 +0100
iOS, remove double [bootstrap
desktop/source/lib/init.cxx |1 +
1 file changed, 1 insertion(+)
New commits:
commit 09449750fe9c698688ae5fb92c9ac4556b2a371f
Author: jan Iversen
Date: Thu Jan 18 12:26:05 2018 +0100
iOS, readded function declaration.
Function declaration got lost in the different gerrit
ios/CustomTarget_iOS_setup.mk | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit e2ef73648ad9a9d531d563668d85eb6721d88d79
Author: jan Iversen
Date: Thu Jan 18 12:02:17 2018 +0100
iOS, directory creation as part of setup
Corrected sequence for
ios/CustomTarget_iOS_setup.mk | 15 +--
1 file changed, 9 insertions(+), 6 deletions(-)
New commits:
commit bccb5c54cdcaaea09ee8a3929c7bcc4b94972c11
Author: jan Iversen
Date: Thu Jan 18 11:38:16 2018 +0100
iOS, avoid racing conflict in dependencies
WORDIR might be
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme
|7 +++
1 file changed, 7 insertions(+)
New commits:
commit 08bad4b589dfecf4dd96909e228163080009f94d
Author: jan Iversen
Date: Tue Jan 16 20:11:32 2018 +0100
iOS, actived SAL_INFO
Hi
I need help. I am debugging the iOS version of LibreOfficeKit init() to
find a missing SolarMutex release (Xcode 9 debugger).
Can someone please tell me how to "see" (in the debugger) if the SolarMutex
is locked, and if so to which task.
rgds
jan I.
___
ios/CustomTarget_iOS_setup.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e16668e16441406db20f2adf587a9e1fed75b9aa
Author: jan Iversen
Date: Sun Jan 14 12:27:22 2018 +0100
iOS, typo
Change-Id: I59db4b822a7d0f697f887f99805893e9adb54667
diff --git
ios/CustomTarget_iOS_setup.mk | 20 ++--
ios/StaticLibrary_iOSkit.mk |2 ++
2 files changed, 8 insertions(+), 14 deletions(-)
New commits:
commit 35020496e22317715140278a4b4cc974e48889da
Author: jan Iversen
Date: Sun Jan 14 12:24:44 2018 +0100
iOS, static library
Makefile.in |3 +++
ios/StaticLibrary_iOSkit.mk |5 -
ios/source/LibreOfficeKit.c |2 +-
3 files changed, 4 insertions(+), 6 deletions(-)
New commits:
commit 73259891a3fa77497b76b8378a795c83944d74e4
Author: jan Iversen
Date: Sun Jan 14 12:02:29 2018 +0100
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj |2
ios/README | 39
+++---
2 files changed, 16 insertions(+), 25 deletions(-)
New commits:
commit 3c8ebbdca744d87fcc42f97b76e04cef5a7b5c1f
Author: jan Iversen
Date
ios/CustomTarget_iOS_prelink.mk |7 ++-
ios/CustomTarget_iOS_setup.mk |4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
New commits:
commit dacb12d219fd060504553bf29e8536bdb747c930
Author: jan Iversen
Date: Fri Jan 12 18:26:21 2018 +0100
iOS, split .a and .dylib
ios/CustomTarget_iOS_setup.mk |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit a5eea680720dd8f3c78143ac635dafdf09b5dd14
Author: jan Iversen
Date: Fri Jan 12 17:05:59 2018 +0100
iOS, add .py dependency to native-code.h
Change-Id
> Definitions for those functions are generated by bin/native-code.py. I
> do see uses of that (and of the generated native-code.h) in module ios
> (but have no further insight into that module).
Thanks that helps, I have seen native_code.h being generated when I do
fresh build, so it seems to b
include/LibreOfficeKit/LibreOfficeKitInit.h |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2a80ce62d373d734db26741858b4bee1c3994564
Author: jan Iversen
Date: Fri Jan 12 14:03:55 2018 +0100
Repair windows build break.
Forgot to isolate extern declaration, mac
e25d7cc9052cddbaed24cea8a2ea88d8d785d083
Author: jan Iversen
Date: Fri Jan 12 13:11:33 2018 +0100
iOS, removed hook reference
Change-Id: I9a9d9613313ac8d0e611f4d7f766c42ab71963e1
diff --git a/ios/source/LibreOfficeKit.c b/ios/source/LibreOfficeKit.c
index e9344ca89a2c..b403b356d171 100644
--- a/ios/source
Hi
During today (updated master early evening) I started getting strange
linker errors:
When linking for ARM64 with or without debug I get:
Undefined symbols for architecture arm64:
"_lo_get_constructor_map", referenced from:
cppuhelper::detail::loadSharedLibComponentFactory(rtl::OUStr
/en.lproj/Main.storyboard |
63 -
ios/LibreOfficeLight/LibreOfficeLight/lokit-Bridging-Header.h|
1
12 files changed, 1864 insertions(+), 30 deletions(-)
New commits:
commit dd51c589774a88010d78530fc6d152a9af98f095
Author: jan Iversen
Date: Thu Jan 11 15:36:16 2018 +0100
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj |4
ios/LibreOfficeLight/LibreOfficeLight/dummyLOkit.c | 64
--
2 files changed, 2 insertions(+), 66 deletions(-)
New commits:
commit d2d5f9665e298d4bfec1bc0c726827bf8247b47f
Author: jan Iversen
Date
ios/CustomTarget_iOS_prelink.mk |1 -
1 file changed, 1 deletion(-)
New commits:
commit 6cbea52dd0123cd9d15f901280a1e1a7517e88e5
Author: jan Iversen
Date: Wed Jan 10 17:25:45 2018 +0100
iOS, missed remove debug line
Change-Id: I018f733cd2697f9b8456c6e4d720817d612b341b
diff
ios/CustomTarget_iOS_prelink.mk |5 +++--
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj | 10
--
2 files changed, 7 insertions(+), 8 deletions(-)
New commits:
commit 7590db54ea9572a3f341a5ecf67e6648560f60d6
Author: jan Iversen
deletions(-)
New commits:
commit d9bde4c6af35beca7be6da93834fc56a6c1bf753
Author: jan Iversen
Date: Wed Jan 10 14:20:19 2018 +0100
iOS, corrected path in LO
Patch thanks to Jon Nermut.
LO looked in the wrong directories on iOS
Change-Id
ios/source/LibreOfficeKit.c | 11 ---
ios/source/LibreOfficeKit.h |2 +-
2 files changed, 9 insertions(+), 4 deletions(-)
New commits:
commit da745e2f1440592bbf22edc00b29aac93e5ff7d4
Author: jan Iversen
Date: Mon Jan 8 20:03:44 2018 +0100
iOS, add bridge function to expose
ios/CustomTarget_iOS_prelink.mk |7 +
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj | 14
--
2 files changed, 13 insertions(+), 8 deletions(-)
New commits:
commit cdfd99e27d4c72b43b8f36a6c62c86c68b463199
Author: jan Iversen
deletions(-)
New commits:
commit b9bfda051a4248a0e209fa9fa59a4bfe8a48b853
Author: jan Iversen
Date: Mon Jan 8 11:53:31 2018 +0100
iOS, forgot make dependency.
and also added -Objc to allow use of NS functions.
Change-Id: I236cefa53f54531d035881768d2f99749dd00cea
diff --git a
ios/CustomTarget_iOS_prelink.mk | 27 +--
1 file changed, 13 insertions(+), 14 deletions(-)
New commits:
commit 2d28107c294e72e69fa0ce4fc20bad9e11ef1118
Author: jan Iversen
Date: Sun Jan 7 17:19:27 2018 +0100
iOS, create both static and dylib.
for now
++
vcl/source/opengl/OpenGLContext.cxx |4
6 files changed, 74 insertions(+), 4 deletions(-)
New commits:
commit 54cd9ab0e1051f78a5d23bfbeeaf400abfccafcc
Author: jan Iversen
Date: Sun Jan 7 14:17:00 2018 +0100
iOS, first step towards use of .dylib
.dylib will shorten the
1dd5f10c3c6e0189ada4ecd6d08beb4c5fd1d42d
Author: jan Iversen
Date: Sat Jan 6 09:20:54 2018 +0100
iOS, correct DPIX calculation
Patch is thanks to Jon N.
Change-Id: Idba9ec9b32b144523f0e7da5f7273f6af9fdfd31
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 192bdc5aa47e
ios/CustomTarget_iOS_prelink.mk | 21 ++---
1 file changed, 6 insertions(+), 15 deletions(-)
New commits:
commit ed746579fec3da102c8b646cb24548cd3c084ca9
Author: jan Iversen
Date: Fri Jan 5 13:21:15 2018 +0100
iOS, cherry-picked wrong version.
Reverting
Hi
On 5 January 2018 at 06:35, Jon Nermut wrote:
> Hi Jan,
> I've added the UIScrollView into the mix - you can now scroll and zoom and
> it's nicely re-rendering at higher res when zooming. It surprisingly good
> for a first cut. Havent tried it on device yet.
>
> One question - is there meant
ios/CustomTarget_iOS_prelink.mk | 21 +++--
1 file changed, 15 insertions(+), 6 deletions(-)
New commits:
commit 5c23224ca60abdf8d0e99010ea1066474b57d396
Author: jan Iversen
Date: Fri Jan 5 08:55:11 2018 +0100
iOS, removed unused declaration
Change-Id
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj | 12
+-
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 007e0bb010014619396e9fd8cd5a47203016cbbf
Author: jan Iversen
Date: Thu Jan 4 23:16:33 2018 +0100
iOS, bump LibreOfficeLight to 11.2
external/libmspub/UnpackedTarball_libmspub.mk |2 ++
external/libqxp/UnpackedTarball_libqxp.mk |2 ++
2 files changed, 4 insertions(+)
New commits:
commit 90c22bf8a1e41cb6f4f8124f554e5efe081cc756
Author: jan Iversen
Date: Thu Jan 4 22:54:55 2018 +0100
libqxp, add update of
ios/CustomTarget_iOS_setup.mk | 53 +++---
1 file changed, 30 insertions(+), 23 deletions(-)
New commits:
commit 61ab976bff4195beb77b749791d4f368cc9b71ee
Author: jan Iversen
Date: Thu Jan 4 19:29:58 2018 +0100
iOS added BRAND_* to fundamentalrc
configure.ac |7 ++-
distro-configs/LibreOfficeiOS.conf | 12 ++--
2 files changed, 16 insertions(+), 3 deletions(-)
New commits:
commit 3584c954337a625c93dae692849a53b6793d5a1e
Author: jan Iversen
Date: Thu Jan 4 18:17:43 2018 +0100
iOS disable
> Sorry for not being clear - please disable GPGME for iOS (for both
> build and host). It currently serves no useful purpose on that
> platform, and is certainly not necessary for building.
>
You were perfectly clear, and it is disabled for the iOS build (== host),
but the tools (build-tools) is
ios/CustomTarget_iOS_prelink.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d09d90079c93f9364caa7157d0d47dac3047b3ab
Author: jan Iversen
Date: Wed Jan 3 18:32:00 2018 +0100
iOS jump version for prelinking
Change-Id
>
> Ah, for makefiles, use ENABLE_GPGMEPP to check if that's
> available. HAVE_FEATURE_GPGME is for source code, and defined in
> config_host/config_gpgme.h
>
I have just checked my different build environments:
MACOS (works)
config_host.mk
export BUILD_TYPE=... LIBGPGERROR LIBASSUAN GPGMEPP .
Manually adding BRAND_SHARE_SUBDIR=share
> to fundamentalrc allowed me to render a tile using the CGContext based
> code in the unit test, and save it to a png. Woohoo!
>
> I'm not sure where that should be added?
>
It is generated in iOS/CustomTarget_iOS_setup.mk line 54-64, once I get my
things
libassuan is part of the gpg4libre subsystem, and rather certainly not
> useful on iOS. I suggest to disable that, like on Android (there's a
> feature check define now, HAVE_FEATURE_GPGME).
>
Thanks for the info, I can see HAVE_FEATURE_GPGME is being defined in
configure.ac, but it not declared i
Happy new year, very interesting work.
I have just updated my master, and now I see your problem with libassuan,
which I am trying to solve. It is being build locally but not copied to the
right place. I did a couple of commits yesterday to a.o. include your idea
on how to make LIBRARY_PATH relati
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e33dbe2c8383cb55748753c68d551050a5c424ff
Author: jan Iversen
Date: Sat Dec 30 19:43:23 2017 +0100
iOS, make LIBRARY path relative
README.md|4 ++--
configure.ac |2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 9e7073e822d5f4d18e34df9b5a92bbc51493937e
Author: jan Iversen
Date: Sat Dec 30 09:48:31 2017 +0100
iOS, bump version to 11.2
Change-Id
try the -r flag which is for prelinking. you can see that in the .mk file
And of course a debug version contains tons of symbols in order for the
debugger to be able to do its work.
> iOS has allowed dylibs since iOS 8 and the introduction of Swift. In fact
> you can't produce a static lib with
Hi
adding dev list to reply, so that others might benefit from the info.
Hope you don't mind the unsolicited email, I figured you were the guy to
> talk to about this from the git commits.
>
I am working actively on creating a version of LO for the iPad.
So I got it compiling via lode, with just
1 - 100 of 1173 matches
Mail list logo