Re: LibreOfficeLight / iOS

2017-12-29 Thread jan iversen
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

Re: LibreOfficeLight / iOS

2017-12-29 Thread jan iversen
to > find a way to work out what its doing... I'll have more of a play. > My suggestion is to split the C integration, and it's swift wrappers, into > a separate Framework project, and let that produce a dylib. > That should link pretty much instantly to the app, and should only rebuild >

Re: LibreOfficeLight / iOS

2017-12-29 Thread jan iversen
On 29 December 2017 at 09:36, Jon Nermut wrote: > Thanks for the reply Jan. > > My main point about BridgeLOKit was that you don't really need to add > another FFI on top of the existing LibreOfficeKit.h FFI. > Swift can import and use the existing _LibreOfficeKit / >

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2017-12-06 Thread jan Iversen
/SIMULATOR.xcscheme |2 +- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 3df949ceba258abe5d8d34a688db9563518f3a05 Author: jan Iversen <j...@libreoffice.org> Date: Wed Dec 6 20:51:56 2017 +0100 iOS, update to xcode 9.2 Change-Id: Id7962a0e40d2341fbe5f702399478f926c

Re: About LibreOffice iOS

2017-11-29 Thread jan iversen
Hi There are lot of work to do, but I don’t know if you know swift 4 (all ui code) and are used to LibreOfficeKit. Help is always welcome. rgds jan i ps added our dev mailing list so others see what happens. On Wed, 29 Nov 2017 at 11:04, Mert Tümer wrote: > Hello, >

[Libreoffice-commits] core.git: ios/CustomTarget_iOS_prelink.mk

2017-11-27 Thread jan Iversen
ios/CustomTarget_iOS_prelink.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7423d3aef55601553555d0ed9e8da6e6bc5df0bf Author: jan Iversen <j...@libreoffice.org> Date: Sun Nov 26 20:28:55 2017 +0100 iOS, change workdir for prelink object workd

[Libreoffice-commits] core.git: 2 commits - basic/Library_sb.mk ios/CustomTarget_iOS_prelink.mk ios/LibreOfficeLight ios/source

2017-11-26 Thread jan Iversen
|6 +++ 4 files changed, 30 insertions(+), 19 deletions(-) New commits: commit 1512b9fd5279277e7abd3ab232c9fd38e2cbfcf7 Author: jan Iversen <j...@libreoffice.org> Date: Sun Nov 26 19:17:35 2017 +0100 basic, disable scripting problem When building without scr

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-6-0-branch-point'

2017-11-25 Thread jan Iversen
Tag 'libreoffice-6-0-branch-point' created by Christian Lohmaier at 2017-11-25 22:58 + Tag libreoffice-6-0-branch-point -BEGIN PGP SIGNATURE- iQIcBAABAgAGBQJaGfWpAAoJEPQ0oe+v7q6joqAP/3A/I7Xkfv3lmBCEVtyWO63b

[Libreoffice-commits] core.git: 2 commits - cppuhelper/source ios/CustomTarget_iOS_setup.mk ios/loApp.xcconfig.in

2017-11-25 Thread jan Iversen
Author: jan Iversen <j...@libreoffice.org> Date: Sat Nov 25 17:02:01 2017 +0100 iOS, simplifyModule in cppuhelper is unused function simplifyModule is reported unused == error on iOS, therefore guarded with an #ifndef IOS Cha

[Libreoffice-commits] core.git: 3 commits - ios/CustomTarget_iOS_prelink.mk ios/LibreOfficeLight ios/README

2017-11-25 Thread jan Iversen
| 14 + ios/LibreOfficeLight/LibreOfficeLight/lokit-Bridging-Header.h |2 ios/README | 13 - 6 files changed, 48 insertions(+), 110 deletions(-) New commits: commit ff92dc75a7d8c5981503eebac84ceaf33e36845b Author: jan Iversen &l

[Libreoffice-commits] core.git: 2 commits - ios/CustomTarget_iOS_prelink.mk

2017-11-24 Thread jan Iversen
ios/CustomTarget_iOS_prelink.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e632cee783513891dccdf64b8f60398a8940c0fb Author: jan Iversen <j...@libreoffice.org> Date: Fri Nov 24 19:18:23 2017 +0100 iOS, typo in release mk removed e

[Libreoffice-commits] core.git: ios/CustomTarget_iOS_prelink.mk ios/Module_ios.mk

2017-11-24 Thread jan Iversen
ios/CustomTarget_iOS_prelink.mk | 53 ios/Module_ios.mk |2 + 2 files changed, 55 insertions(+) New commits: commit 86877f67da582db8c2ef2a320b67819ea20a474a Author: jan Iversen <j...@libreoffice.org> Date: Fri Nov 24 16:13:4

[Libreoffice-commits] core.git: 2 commits - config_host.mk.in configure.ac ios/CustomTarget_iOS_setup.mk ios/StaticLibrary_iOSkit.mk

2017-11-24 Thread jan Iversen
Author: jan Iversen <j...@libreoffice.org> Date: Fri Nov 24 08:24:12 2017 +0100 iOS, added IOS_DEPLOYMENT_VERSION Change-Id: Ie72c8303011df8a4e0e489ab505e619bd7a40e12 diff --git a/config_host.mk.in b/config_host.mk.in index 4ea5595baaaf..0b9528fa6569 100644 --- a/config_host

[Libreoffice-commits] core.git: 3 commits - include/LibreOfficeKit ios/CustomTarget_iOS.mk ios/CustomTarget_iOS_setup.mk ios/LibreOfficeKit ios/loKit.xcconfig.in ios/Module_ios.mk ios/source ios/Stati

2017-11-22 Thread jan Iversen
ed885a3cdbfc4b4d194d40508a29334b9780858f Author: jan Iversen <j...@libreoffice.org> Date: Thu Nov 23 08:47:59 2017 +0100 iOS, do not use different C compilers LibreOfficeKit.c was compiled with an xcode project and not like all other sources. Changed to use clang with same switches as rest

[Libreoffice-commits] core.git: bin/ios-mapfile-statistics

2017-11-22 Thread jan Iversen
bin/ios-mapfile-statistics | 78 - 1 file changed, 78 deletions(-) New commits: commit b140f92531396c1087b997852d7ece18429b79d1 Author: jan Iversen <j...@libreoffice.org> Date: Wed Nov 22 18:58:31 2017 +0100 iOS, remove unused

[Libreoffice-commits] core.git: tools/source

2017-11-22 Thread jan Iversen
tools/source/misc/cpuid.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit 7329b4423c0d348d0af0ab5b5b7bfcdc25bc7618 Author: jan Iversen <j...@libreoffice.org> Date: Wed Nov 22 14:48:03 2017 +0100 cpuid is only for x86 processors. clang for macOS did no

[Libreoffice-commits] core.git: 5 commits - ios/CustomTarget_iOS.mk ios/LibreOfficeKit ios/LibreOfficeLight ios/loApp.xcconfig.in solenv/gbuild

2017-11-22 Thread jan Iversen
|4 solenv/gbuild/platform/iOS.mk |3 13 files changed, 210 insertions(+), 98 deletions(-) New commits: commit ede08b49c6336b220ef6e07f65935512537f7dc8 Author: jan Iversen

[Libreoffice-commits] core.git: configure.ac

2017-11-21 Thread jan Iversen
configure.ac |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) New commits: commit d015a6e4e3ae72c38bfb0516c2229daf2254e3d0 Author: jan Iversen <j...@libreoffice.org> Date: Mon Nov 20 16:07:09 2017 +0100 iOS, removed visibility=hidden Seems visibility=hidden

Re: Easy hacks without code pointers

2017-11-20 Thread Jan Iversen
> On 20 Nov 2017, at 17:21, Zolnai Tamás wrote: > > Hi all, > > I see that some of the easy hacks have no code pointers, but they are listed > on the easy hacks wiki page: > https://wiki.documentfoundation.org/Development/EasyHacks/lists/by_Difficulty >

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2017-11-19 Thread jan Iversen
commits: commit 2d8cca33e3cce4a885fcfc9a3c38483927f2242d Author: jan Iversen <j...@libreoffice.org> Date: Sun Nov 19 19:24:28 2017 +0100 iOS, updated app icon new demands for appicons (iOS 11.1) Change-Id: I26eb7c61d4ffe24347ed3b192b579d07e46afc34 diff --git

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2017-11-19 Thread jan Iversen
/SIMULATOR.xcscheme | 83 3 files changed, 286 insertions(+), 11 deletions(-) New commits: commit 10f2a6852f74add3b0e8b466189a208f9ee42462 Author: jan Iversen <j...@libreoffice.org> Date: Sun Nov 19 18:55:27 2017 +0100 iOS, added schemes to project This is very much an experimental f

Re: swarm solver problems

2017-11-19 Thread Jan Iversen
Thanks I just pushed 475704b1db708a8ec2fb31957172129cf3e4126b which reactivates swarmsolver in iOS. The only problem left is: if neither of COINMP or LPSOLVE is defined, sccomp builds correctly but postprocess fails, because swarmsolver is included unconditionally. rgds jan I.

[Libreoffice-commits] core.git: postprocess/Rdb_services.mk sccomp/Library_solver.mk

2017-11-19 Thread jan Iversen
postprocess/Rdb_services.mk |3 +-- sccomp/Library_solver.mk|5 + 2 files changed, 2 insertions(+), 6 deletions(-) New commits: commit f433253f5bae7c60f8f28c476795e527944dda29 Author: jan Iversen <j...@libreoffice.org> Date: Sun Nov 19 11:10:44 2017 +0100 iOS react

[Libreoffice-commits] core.git: Makefile.in

2017-11-18 Thread jan Iversen
Makefile.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5568df9251bae61a50a34ca4ab5b2d1dfc9a34a3 Author: jan Iversen <j...@libreoffice.org> Date: Sat Nov 18 16:33:08 2017 +0100 Makefile.in typo Typo in the foreach macro. Cha

[Libreoffice-commits] core.git: 2 commits - bin/gbuild-to-ide bin/gbuild-to-ideNS Makefile.in postprocess/Rdb_services.mk sccomp/Library_solver.mk

2017-11-18 Thread jan Iversen
(+), 2996 deletions(-) New commits: commit ceb10d57ac8151e9e144358b0e37310ebb7898ca Author: jan Iversen <j...@libreoffice.org> Date: Sat Nov 18 16:07:12 2017 +0100 gbuild-to-ide cleaned up double scripts. Moved gbuild-to-ideNS to gbuild-to-ide (NS was the original) Removed

swarm solver problems

2017-11-18 Thread Jan Iversen
Hi After updating master today, I have hit several problems. First of all, swarmsolver does not work if neither LPSOLVE and COINMP are disabled, I suspect it is something that was not tested. For now I have activated coinmp for iOS (something I preferred to do much later). Second and most

[Libreoffice-commits] core.git: configure.ac

2017-11-18 Thread jan Iversen
configure.ac |1 - 1 file changed, 1 deletion(-) New commits: commit 995c75de956436606e4f313d60257285955586d8 Author: jan Iversen <j...@libreoffice.org> Date: Sat Nov 18 12:43:38 2017 +0100 iOS, swarmsolve needs LPSOLVE or COINMP if neither LPSOLVE or COINMP is d

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2017-11-18 Thread jan Iversen
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj | 119 -- 1 file changed, 1 insertion(+), 118 deletions(-) New commits: commit 0fd2d3a4527c0764666a91c9a5c813020feef67e Author: jan Iversen <j...@libreoffice.org> Date: Sat Nov 18 12:15:59 2017 +0100 iOS,

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2017-11-16 Thread jan Iversen
/AppIcon.appiconset/LibreOffice-80.png |binary ios/LibreOfficeLight/LibreOfficeLight/Info.plist |2 +- 10 files changed, 1 insertion(+), 1 deletion(-) New commits: commit 71f168cd14ed36f917eeeb2c4b74d71cffec0e6d Author: jan Iversen &l

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2017-11-16 Thread jan Iversen
/AppIcon.appiconset/LibreOffice-76.png |binary ios/LibreOfficeLight/LibreOfficeLight/Assets.xcassets/AppIcon.appiconset/LibreOffice-80.png |binary 10 files changed, 11 insertions(+), 7 deletions(-) New commits: commit 3f95e90ef3d5bf29e1b69e99ad38318891f6752b Author: jan Iversen &l

[Libreoffice-commits] core.git: ios/LibreOfficeKit

2017-11-16 Thread jan Iversen
ios/LibreOfficeKit/LibreOfficeKit.xcodeproj/project.pbxproj |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 66ae44ba3ff7fecc7ff46dfe44002e8ea7dd5063 Author: jan Iversen <j...@libreoffice.org> Date: Thu Nov 16 20:17:29 2017 +0100 iOS disable b

[Libreoffice-commits] core.git: 2 commits - ios/LibreOfficeKit ios/LibreOfficeLight

2017-11-16 Thread jan Iversen
insertions(+), 36 deletions(-) New commits: commit 6085f7a78a137f7ea3b88c014d203c5e674eb603 Author: jan Iversen <j...@libreoffice.org> Date: Thu Nov 16 14:27:56 2017 +0100 iOS, add tile sizing function Added function to calculate needed tiles. Cha

[Libreoffice-commits] core.git: configure.ac README.md

2017-11-12 Thread jan Iversen
README.md|2 +- configure.ac |8 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 930efab3be7dd818918b7116119bb049acdcda76 Author: jan Iversen <j...@libreoffice.org> Date: Mon Nov 13 07:58:43 2017 +0100 iOS, update to version 11.1

[Libreoffice-commits] core.git: 3 commits - desktop/source ios/LibreOfficeKit ios/LibreOfficeLight ios/loApp.xcconfig.in

2017-11-12 Thread jan Iversen
|4 - 4 files changed, 28 insertions(+), 13 deletions(-) New commits: commit 3168c5e09f084e65a32b5865d975ea9a9524d7c3 Author: jan Iversen <j...@libreoffice.org> Date: Sun Nov 12 12:56:03 2017 +0100 iOS, updated link flags added -ggdb2 to final linking Added extra

[Libreoffice-commits] core.git: bridges/source

2017-11-03 Thread jan Iversen
bridges/source/cpp_uno/gcc3_ios/call.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 78f6fadca5e91dc2abe4b7b9451ebefe2b29dcb0 Author: jan Iversen <j...@libreoffice.org> Date: Thu Nov 2 18:57:17 2017 +0100 iOS include error in bridges Need

[Libreoffice-commits] core.git: configure.ac

2017-11-02 Thread jan Iversen
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b03fe77699b1ad30a9441bd9b283f25579ac261e Author: jan Iversen <j...@libreoffice.org> Date: Thu Nov 2 18:20:53 2017 +0100 iOS allow newest SDK allow SDK 11.1 alongside 11.0 Cha

[Libreoffice-commits] core.git: 3 commits - configure.ac ios/LibreOfficeLight

2017-11-02 Thread jan Iversen
7ce46742e9ba7411a987ff5fe9b54091a5a9ad58 Author: jan Iversen <j...@libreoffice.org> Date: Thu Nov 2 18:14:19 2017 +0100 iOS, update to new xcode Updated settings to new xcode Change-Id: I04eed7eaaf02dda69b4dbce7376b883478b78d27 diff --git a/ios/LibreOffic

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2017-10-30 Thread jan Iversen
ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift | 12 ++ 1 file changed, 12 insertions(+) New commits: commit dd9c17ae211a8171a7dc84acd9c9dc17cc5b8c48 Author: jan Iversen <j...@libreoffice.org> Date: Mon Oct 30 08:28:21 2017 +0100 iOS, make list of allowe

[Libreoffice-commits] core.git: 3 commits - ios/LibreOfficeLight

2017-10-29 Thread jan Iversen
commits: commit fb88fbbe2b6bb62c4525659299b05aa0964229c5 Author: jan Iversen <j...@libreoffice.org> Date: Sun Oct 29 19:43:49 2017 +0100 iOS, problem with menu control storyboard and code had diverted. Change-Id: I39d3db81f2c133a355c961a24cf7ed1409630b83 diff --git

[Libreoffice-commits] core.git: ios/LibreOfficeLight

2017-10-29 Thread jan Iversen
ios/LibreOfficeLight/LibreOfficeLight/DocumentActions.swift | 62 +++- 1 file changed, 41 insertions(+), 21 deletions(-) New commits: commit 1f78846481385fed5e65c982e771a5bc72421399 Author: jan Iversen <j...@libreoffice.org> Date: Sun Oct 29 13:05:22 2017 +0100 iOS, docu

[Libreoffice-commits] core.git: ios/LibreOfficeKit ios/LibreOfficeLight

2017-10-29 Thread jan Iversen
++ ios/LibreOfficeLight/LibreOfficeLight/dummyLOkit.c |2 ios/LibreOfficeLight/LibreOfficeLight/en.lproj/Main.storyboard | 53 +- 6 files changed, 227 insertions(+), 112 deletions(-) New commits: commit ba73d5e72e2eb5d787ae916631c4e3ef430f1008 Author: jan Iversen &l

[Libreoffice-commits] core.git: 2 commits - ios/LibreOfficeKit ios/LibreOfficeLight

2017-10-29 Thread jan Iversen
ios/LibreOfficeLight/LibreOfficeLight/DocumentController.swift | 74 ++ ios/LibreOfficeLight/LibreOfficeLight/dummyLOkit.c | 48 ++ 6 files changed, 126 insertions(+), 29 deletions(-) New commits: commit adff3863890af26c9c3fb4fb5611c333c746fe61 Author: jan Iversen &l

[Libreoffice-commits] core.git: 2 commits - ios/LibreOfficeLight

2017-10-29 Thread jan Iversen
: commit 82cd9f8efd8cc8fd8e5bafbdaf39c94efda6a030 Author: jan Iversen <j...@libreoffice.org> Date: Sun Oct 29 10:45:46 2017 +0100 iOS, document handle sidebar Change-Id: I4df15312f1174009d7d34b02241c129abc27c0b7 diff --git a/ios/LibreOfficeLight/LibreOffic

[Libreoffice-commits] core.git: 2 commits - ios/LibreOfficeLight

2017-10-29 Thread jan Iversen
|4 9 files changed, 159 insertions(+), 415 deletions(-) New commits: commit 4bfa790236b9c0d70c28101858547c616e75e9e4 Author: jan Iversen <j...@libreoffice.org> Date: Sun Oct 29 09:12:07 2017 +0100 iOS documentation and minor corrections Started on documentating all c

[Libreoffice-commits] core.git: 2 commits - configure.ac ios/LibreOfficeKit ios/LibreOfficeLight README.md

2017-10-27 Thread jan Iversen
deletions(-) New commits: commit 8cd7e7dfe6630648d110fa77991c283c8bf069bb Author: jan Iversen <j...@libreoffice.org> Date: Fri Oct 27 20:04:38 2017 +0200 iOS update to 11.0 Starting to use 11.0 features Change-Id: I0e147c0b436a93d11f220b533a5b2091f7cb56fc diff

[Libreoffice-commits] core.git: 2 commits - ios/LibreOfficeLight

2017-10-26 Thread jan Iversen
/en.lproj/Main.storyboard | 173 +++--- 12 files changed, 209 insertions(+), 74 deletions(-) New commits: commit fb62c2c5252a0b25d22ceccbb07747048923a44a Author: jan Iversen <j...@libreoffice.org> Date: Thu Oct 26 18:54:25 2017 +0200 iOS added menu e

[Libreoffice-commits] core.git: desktop/source

2017-10-25 Thread jan Iversen
desktop/source/lib/init.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 37eeb4767b7bad61436e645007780a040720476b Author: jan Iversen <j...@libreoffice.org> Date: Wed Oct 25 15:10:59 2017 +0200 iOS, soffice not needed for iOS Removed the IPC part o

Re: ESC / Rome discussion ...

2017-10-24 Thread Jan Iversen
> It's up at . I did a short test, and it looks good (of course style is something that can be discussed forever). However, I do not like the idea that we have different styles depending on the creation date / major modification date of the file. It

[Libreoffice-commits] core.git: 2 commits - desktop/source ios/CustomTarget_iOS.mk ios/LibreOfficeKit ios/LibreOfficeLight

2017-10-24 Thread jan Iversen
|1 ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj | 14 ++ 5 files changed, 28 insertions(+), 2 deletions(-) New commits: commit d8a299e12937896f0346881cd7b9b7602010b2c4 Author: jan Iversen <j...@libreoffice.org> Date: Mon Oct 23 17:34:01 2017 +0200 iOS, u

[Libreoffice-commits] core.git: ios/LibreOfficeKit ios/LibreOfficeLight

2017-10-22 Thread jan Iversen
ios/LibreOfficeKit/LibreOfficeKit/LibreOfficeKit.c |9 ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj | 11 ++ 2 files changed, 12 insertions(+), 8 deletions(-) New commits: commit 8590c8b8af53df9431639ae92f4169cef17a3660 Author: jan Iversen

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk ios/.gitignore ios/LibreOfficeLight ios/loKit.xcconfig.in

2017-10-22 Thread jan Iversen
|2 ++ 4 files changed, 13 insertions(+), 1 deletion(-) New commits: commit bf8193cb4f36a0593b763a13970f6d42a7eef26f Author: jan Iversen <j...@libreoffice.org> Date: Sun Oct 22 11:23:49 2017 +0200 iOS, linking adjustments Small adjustments to clean up the process

Linker warning about shared_ptr on Mac, when compiling for iOS.

2017-10-18 Thread Jan Iversen
Hi I am getting this warning when linking (OSX sierra, building for iOS simulator): ld: warning: direct access in function 'std::__1::__shared_ptr_pointer*, std::__1::default_delete >,

[Libreoffice-commits] core.git: 2 commits - include/LibreOfficeKit ios/LibreOfficeKit

2017-10-17 Thread jan Iversen
include/LibreOfficeKit/LibreOfficeKitInit.h |6 +++--- ios/LibreOfficeKit/LibreOfficeKit.xcodeproj/project.pbxproj |4 2 files changed, 7 insertions(+), 3 deletions(-) New commits: commit b9866cb282f4f21c43b9c6b119710460dba7ddbd Author: jan Iversen &l

Re: A proposal for separate English localization

2017-10-17 Thread Jan Iversen
Hi Actually many international projects, do not use english strings in the source as such, they use identifiers. All project I know of, have let the developer enter a suggested string, which is then through tooling converted to an identifier, and the suggestion is moved to pootle. Please

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk

2017-10-16 Thread jan Iversen
ios/CustomTarget_iOS.mk | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) New commits: commit a056bc01bdd0d8bbb5af47a58c2ed86003869c80 Author: jan Iversen <j...@libreoffice.org> Date: Mon Oct 16 20:51:22 2017 +0200 iOS workaround for gbuild m

[Libreoffice-commits] core.git: 2 commits - ios/CustomTarget_iOS.mk ios/LibreOfficeLight solenv/bin

2017-10-16 Thread jan Iversen
-- ios/LibreOfficeLight/LibreOfficeLight/lokit-Bridging-Header.h |4 solenv/bin/native-code.py |5 6 files changed, 30 insertions(+), 73 deletions(-) New commits: commit cd5a5c0baecac2832841208034b42724fcfbb49d Author: jan Iversen &l

[Libreoffice-commits] core.git: 2 commits - ios/CustomTarget_iOS.mk ios/LibreOfficeKit ios/loApp.xcconfig.in solenv/bin

2017-10-16 Thread jan Iversen
|8 ios/loApp.xcconfig.in |7 +--- solenv/bin/native-code.py |3 - 6 files changed, 42 insertions(+), 26 deletions(-) New commits: commit 7636558b4549a519694b4263bffee1b1f1cc2672 Author: jan Iversen &l

[Libreoffice-commits] core.git: distro-configs/LibreOfficeiOS.conf

2017-10-11 Thread jan Iversen
distro-configs/LibreOfficeiOS.conf |2 -- 1 file changed, 2 deletions(-) New commits: commit 9e6154152cb2a5ea4649bb62c6c1070ffecf7115 Author: jan Iversen <j...@libreoffice.org> Date: Wed Oct 11 13:07:44 2017 +0200 iOS, actived more 3rd libraries configure.ac c

[Libreoffice-commits] core.git: 2 commits - distro-configs/LibreOfficeiOS.conf ios/LibreOfficeLight

2017-10-11 Thread jan Iversen
distro-configs/LibreOfficeiOS.conf |8 ios/LibreOfficeLight/LibreOfficeLight/LibreOfficeKit.mm | 11 --- 2 files changed, 8 insertions(+), 11 deletions(-) New commits: commit 0df51086b71af8755f3eacca8a3c2dd1329fa191 Author: jan Iversen &l

[Libreoffice-commits] core.git: 2 commits - avmedia/source ios/CustomTarget_iOS.mk ios/LibreOfficeLight ios/loApp.xcconfig.in

2017-10-10 Thread jan Iversen
++ ios/loApp.xcconfig.in |7 - 5 files changed, 81 insertions(+), 15 deletions(-) New commits: commit da01a190a19bdb737b39c41f75f0bc3d3da36417 Author: jan Iversen <j...@libreoffice.org> Date: Tue Oct 10 15:51:04 2017 +0200 iOS,

[Libreoffice-commits] core.git: avmedia/AllLangMoTarget_avmedia.mk avmedia/Library_avmediagst_0_10.mk avmedia/Library_avmediagst.mk avmedia/Library_avmediaMacAVF.mk avmedia/Library_avmedia.mk avmedia/

2017-10-10 Thread jan Iversen
/Library_avmediaogl.mk |2 -- avmedia/Library_avmediavlc.mk |2 -- avmedia/Library_avmediawin.mk |2 -- avmedia/Module_avmedia.mk |2 +- 10 files changed, 3 insertions(+), 17 deletions(-) New commits: commit 134705c5c2a7ce652acb23dc42609a65b56c562d Author: jan

[Libreoffice-commits] core.git: avmedia/Library_avmedia.mk

2017-10-10 Thread jan Iversen
avmedia/Library_avmedia.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 3515946e1c4d787aaa83e52f163903d14ec9df5d Author: jan Iversen <j...@libreoffice.org> Date: Tue Oct 10 12:14:37 2017 +0200 iOS, typo Cha

[Libreoffice-commits] core.git: avmedia/Library_avmedia.mk

2017-10-10 Thread jan Iversen
avmedia/Library_avmedia.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 1931a45f880264433c6bc3d51bd3638da1119bc2 Author: jan Iversen <j...@libreoffice.org> Date: Tue Oct 10 12:06:20 2017 +0200 iOS, readd component file. component file is

[Libreoffice-commits] core.git: 2 commits - avmedia/AllLangMoTarget_avmedia.mk avmedia/Library_avmediagst_0_10.mk avmedia/Library_avmediagst.mk avmedia/Library_avmediaMacAVF.mk avmedia/Library_avmedia

2017-10-10 Thread jan Iversen
commits: commit 032b1e87078fe60cf8b59b756d93b02b278ed8c8 Author: jan Iversen <j...@libreoffice.org> Date: Tue Oct 10 11:46:57 2017 +0200 iOS, removed unneeded avmedia libraries add USE_AVMEDIA_DUMMY to .mk to stop libraries from being generated Cha

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk

2017-10-09 Thread jan Iversen
ios/CustomTarget_iOS.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit adfa2701f9323120d02d2e252a938f02e8ce3a1b Author: jan Iversen <j...@libreoffice.org> Date: Sun Oct 8 17:25:40 2017 +0200 iOS, only remove current library Cha

[Libreoffice-commits] core.git: 4 commits - oox/source sc/source sd/source svx/source

2017-10-09 Thread jan Iversen
deletions(-) New commits: commit a3a89fc81a47640d0cd63453f72717a8ddb3970d Author: jan Iversen <j...@libreoffice.org> Date: Mon Oct 9 19:10:41 2017 +0200 svx, implement HAVE_FEATURE_AVMEDIA iOS does not support avmedia, therefore HAVE_FEATURE_AVMEDIA is set, however not all s

[Libreoffice-commits] core.git: 2 commits - ios/LibreOfficeLight

2017-10-08 Thread jan Iversen
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj | 16 ios/LibreOfficeLight/LibreOfficeLight/lokit.mm | 348 -- 2 files changed, 9 insertions(+), 355 deletions(-) New commits: commit 7396222599ceda7ef3b62af45d545058bcc2047b Author: jan Iversen &l

[Libreoffice-commits] core.git: 2 commits - ios/LibreOfficeLight ios/loApp.xcconfig.in README.md

2017-10-08 Thread jan Iversen
| 11 4 files changed, 161 insertions(+), 11 deletions(-) New commits: commit e45c4f68ed45856285abb88543a41496875d9566 Author: jan Iversen <j...@libreoffice.org> Date: Sun Oct 8 12:33:33 2017 +0200 iOS, add simulator configuration to app LibreOfficeLight can now be gen

[Libreoffice-commits] core.git: configure.ac ios/LibreOfficeKit ios/LibreOfficeLight

2017-10-08 Thread jan Iversen
: commit bb4acb26b207795fe2032d7b4a3e11e79cd77136 Author: jan Iversen <j...@libreoffice.org> Date: Sun Oct 8 12:06:33 2017 +0200 iOS, clean kit xcodeproj Updated build level to 10.3 Change-Id: Ib6e368a9b5079ed1f5b09cea9743ff35c2e13c0c diff --git a/configur

[Libreoffice-commits] core.git: configure.ac

2017-10-08 Thread jan Iversen
configure.ac |3 +++ 1 file changed, 3 insertions(+) New commits: commit 619cdb1517a61e0320a0d9a0a0260177b5a2c529 Author: jan Iversen <j...@libreoffice.org> Date: Sun Oct 8 10:56:49 2017 +0200 iOS, 3rd party lib cross-compile configure of externals does no

[Libreoffice-commits] core.git: configure.ac

2017-10-06 Thread jan Iversen
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 02ab7371e10172bdf3474551f3912a148cdf66e2 Author: jan Iversen <j...@libreoffice.org> Date: Fri Oct 6 14:50:22 2017 +0200 iOS cross-compile even for x86-64 Based on advice from IRC,

[Libreoffice-commits] core.git: external/libxslt

2017-10-06 Thread jan Iversen
external/libxslt/UnpackedTarball_libxslt.mk |1 - external/libxslt/iOS.patch.0| 20 2 files changed, 21 deletions(-) New commits: commit 01e14d9d0bfabad8a75217712b430cf678de01a9 Author: jan Iversen <j...@libreoffice.org> Date: Fri Oct 6 12:21:3

[Libreoffice-commits] core.git: 2 commits - bin/lo-all-static-libs configure.ac external/libxslt ios/CustomTarget_iOS.mk ios/LibreOfficeKit solenv/gbuild

2017-10-06 Thread jan Iversen
eed96773b4adf7fdec74502ee89bca63b9018a80 Author: jan Iversen <j...@libreoffice.org> Date: Fri Oct 6 09:20:22 2017 +0200 iOS, fixes for release build removed coinmp (needed to update lo-all-static-libs) convert CPUNAME to lowercase (needed by xcodebuild) Cha

[Libreoffice-commits] core.git: configure.ac

2017-10-05 Thread jan Iversen
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit aa000a137ff8775aa370d6e0330d3d34323c5433 Author: jan Iversen <j...@libreoffice.org> Date: Thu Oct 5 12:26:25 2017 +0200 iOS, do not cross-compile for simulator When com

[Libreoffice-commits] core.git: config_host.mk.in configure.ac ios/CustomTarget_iOS.mk ios/README

2017-10-04 Thread jan Iversen
7b5b3c041404c33b3d76eeea71920d042df5d8c3 Author: jan Iversen <j...@libreoffice.org> Date: Wed Oct 4 17:22:57 2017 +0200 iOS, simulator compiles as nactive mac OSX host Make simulator (and especially third party libraries) compile as OSX host, but with iPhonesimulator SDK. Cha

[Libreoffice-commits] core.git: README.md

2017-10-04 Thread jan Iversen
README.md |3 +++ 1 file changed, 3 insertions(+) New commits: commit 79c392a45a7827d6c5af4c7e1da07c6eb3f91f2e Author: jan Iversen <j...@libreoffice.org> Date: Wed Oct 4 12:07:58 2017 +0200 iOS, updated README.md on request. Disclaimer, this is currentl

Re: iOS, status update

2017-10-04 Thread Jan Iversen
Breaking news :-) Just found out that when compiling third party libraries the make system uses the host variable, as a consequence when doing x86_64 (simulator) at least some of the libraries are compiled as arm64. The linker did not complain about this mismatch (which I consider a bug), but

iOS, status update

2017-10-04 Thread Jan Iversen
Hi all I am back after the summer break (which some might have guessed due to the new iOS commits). Sidenote, I spend my 2 month vacation diving, managed to stay away from my computer, while I passed 4 exams (OW, AOW, Nitrox and rescue) so now I am a padi rescue diver. (as always I like to do

[Libreoffice-commits] core.git: ios/README

2017-10-04 Thread jan Iversen
ios/README |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit de05a4ff2091a82ad9fc541676b9e0bfae74a5da Author: jan Iversen <j...@libreoffice.org> Date: Wed Oct 4 08:30:33 2017 +0200 iOS, updated README Cha

[Libreoffice-commits] core.git: 2 commits - configure.ac ios/CustomTarget_iOS.mk ios/LibreOfficeKit ios/loApp.xcconfig.in ios/loKit.xcconfig.in

2017-10-03 Thread jan Iversen
/loKit.xcconfig.in |1 5 files changed, 14 insertions(+), 16 deletions(-) New commits: commit 20db1be102731059e43ec5b3c2ae80039621f887 Author: jan Iversen <j...@libreoffice.org> Date: Tue Oct 3 22:13:18 2017 +0200 iOS, bump SDK version t

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk ios/LibreOfficeKit ios/loApp.xcconfig.in ios/loKit.xcconfig.in

2017-10-03 Thread jan Iversen
+++ 4 files changed, 73 insertions(+), 46 deletions(-) New commits: commit 9bda1ac60f3e92b7023275daf15a31efc08daaf7 Author: jan Iversen <j...@libreoffice.org> Date: Tue Oct 3 09:41:48 2017 +0200 iOS, change generation of xcconfig The generation was far to complex simp

[Libreoffice-commits] core.git: config_host.mk.in configure.ac ios/CustomTarget_iOS.mk

2017-09-30 Thread jan Iversen
config_host.mk.in |4 +--- configure.ac| 23 ++- ios/CustomTarget_iOS.mk | 30 +++--- 3 files changed, 10 insertions(+), 47 deletions(-) New commits: commit 0e3eb2c1eb75655ea61a1bf0716dab0acaf19467 Author: jan Iversen &l

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk

2017-09-30 Thread jan Iversen
ios/CustomTarget_iOS.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 150e93dbb49b0d09dc17390004a6869e33cf1686 Author: jan Iversen <j...@libreoffice.org> Date: Sat Sep 30 12:08:36 2017 +0200 iOS, changed library name core/ios/gen

[Libreoffice-commits] core.git: config_host.mk.in configure.ac ios/CustomTarget_iOS.mk

2017-09-30 Thread jan Iversen
config_host.mk.in |8 configure.ac| 26 +- ios/CustomTarget_iOS.mk | 28 ++-- 3 files changed, 31 insertions(+), 31 deletions(-) New commits: commit 4627857ed4bc4b750af0cad648d4ce02f10135e9 Author: jan Iversen &l

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk

2017-09-29 Thread jan Iversen
ios/CustomTarget_iOS.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6803cabb462ba35812be7de62d60ea4c5b32c3df Author: jan Iversen <j...@libreoffice.org> Date: Fri Sep 29 18:08:25 2017 +0200 iOS, typo forgot >> file in LINK_LDFL

[Libreoffice-commits] core.git: 2 commits - ios/CustomTarget_iOS.mk ios/LibreOfficeKit

2017-09-29 Thread jan Iversen
ios/CustomTarget_iOS.mk | 10 -- ios/LibreOfficeKit/LibreOfficeKit.xcodeproj/project.pbxproj | 10 +- 2 files changed, 13 insertions(+), 7 deletions(-) New commits: commit c1520da5904b06d0c246362594c8b5d251f63f8a Author: jan Iversen &l

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk ios/LibreOfficeKit ios/LibreOfficeLight

2017-09-29 Thread jan Iversen
| 32 +- ios/LibreOfficeLight/LibreOfficeLight/lokit.mm |7 -- 5 files changed, 41 insertions(+), 38 deletions(-) New commits: commit 08e5cd8afe703237dbf54c0b81fab78ea27adb93 Author: jan Iversen <j...@libreoffice.org> Date: Fri Sep 29 08:59:42 2017 +0200 iO

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk ios/LibreOfficeKit ios/LibreOfficeLight

2017-09-28 Thread jan Iversen
commits: commit dea1b649765262b2e8beac88b0977d5dead98953 Author: jan Iversen <j...@libreoffice.org> Date: Thu Sep 28 14:12:22 2017 +0200 iOS, WIP build static library loKit WIP on the road to prelink all LO libraries into a single static library for each arm64, arm64-debug, sim

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk

2017-09-28 Thread jan Iversen
ios/CustomTarget_iOS.mk | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) New commits: commit a7e4417c630cc672e3d5e3c0638a6a468d38ad95 Author: jan Iversen <j...@libreoffice.org> Date: Thu Sep 28 13:49:31 2017 +0200 iOS, xcodebuild corrections. C

[Libreoffice-commits] core.git: ios/CustomTarget_iOS.mk ios/CustomTarget_LibreOfficeLight_app.mk ios/CustomTarget_setup.mk ios/Module_ios.mk

2017-09-28 Thread jan Iversen
e67f6acc303dc09c6f35ea6374a721266dedaabd Author: jan Iversen <j...@libreoffice.org> Date: Thu Sep 28 11:56:42 2017 +0200 iOS, WIP setup to build static lib and app. Cleaned up custom targets. Change-Id: I11ef1cb6d129722ac206b298c6ad15c00da5c433 diff --git a/ios/CustomTarget_LibreOfficeLight_app.mk

[Libreoffice-commits] core.git: ios/CustomTarget_Lo_Xcconfig.mk ios/CustomTarget_setup.mk ios/.gitignore

2017-09-28 Thread jan Iversen
Author: jan Iversen <j...@libreoffice.org> Date: Thu Sep 28 10:55:34 2017 +0200 iOS, cleaned add resources Simpler setup makefile, that will generate the 2 xcconfig files as well as create the resources directory. The generated directory is on purpose c

[Libreoffice-commits] core.git: config_host.mk.in configure.ac ios/CustomTarget_setup.mk ios/LibreOfficeKit ios/LibreOfficeLight ios/Module_ios.mk

2017-09-27 Thread jan Iversen
ios/Module_ios.mk |3 - 6 files changed, 88 insertions(+), 84 deletions(-) New commits: commit 9313fb9b5b872d7c888993ac186effcdcf9f8f57 Author: jan Iversen <j...@libreoffice.org> Date: Wed Sep 27 13:51:39 2017 +0200 iOS, remove xcconfig generatio

[Libreoffice-commits] core.git: configure.ac

2017-09-26 Thread jan Iversen
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c0c311a12b2a196e23f7fcfbaa2134754e2f74bd Author: jan Iversen <j...@libreoffice.org> Date: Tue Sep 26 18:25:44 2017 +0200 iOS, wrong app path. changed tar backup path Cha

[Libreoffice-commits] core.git: configure.ac ios/CustomTarget_Lo_Xcconfig.mk ios/CustomTarget_Prototype_app.mk ios/DISCLAIMER_WARNING ios/experimental ios/.gitignore ios/LibreOfficeKit ios/LibreOffice

2017-09-26 Thread jan Iversen
+ ios/README | 58 +- 9 files changed, 110 insertions(+), 50 deletions(-) New commits: commit 11f001f1a05684c87615e74a1edab300409bf6c6 Author: jan Iversen <j...@libreoffice.org> Date: Tue Sep 26 12:54:40 2017 +0200 iOS,

[Libreoffice-commits] core.git: ios/experimental

2017-09-24 Thread jan Iversen
/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj | 6 4 files changed, 377 insertions(+), 2 deletions(-) New commits: commit 3f19b593019a62d97c8739e38c32902d7e19d790 Author: jan Iversen <j...@libreoffice.org> Date: Sun Sep 24 19:59:28 2017 +0200 iOS, static library.

[Libreoffice-commits] core.git: ios/experimental

2017-09-24 Thread jan Iversen
| 99 ios/experimental/Prototype/Prototype/main.m | 20 13 files changed, 2904 deletions(-) New commits: commit b97181e07a2adae0eb063f2192a256bcf75325e5 Author: jan Iversen <j...@libreoffice.org> Date: Sun Sep 24 13

[Libreoffice-commits] core.git: distro-configs/LibreOfficeiOS.conf

2017-09-23 Thread jan Iversen
distro-configs/LibreOfficeiOS.conf | 46 +++-- 1 file changed, 44 insertions(+), 2 deletions(-) New commits: commit ac95e04e50529e5eafd97666b64838394ae0f07d Author: jan Iversen <j...@libreoffice.org> Date: Sat Sep 23 18:18:00 2017 +0200 iOS, update

[Libreoffice-commits] core.git: avmedia/Library_avmedia.mk avmedia/Module_avmedia.mk avmedia/source config_host.mk.in configure.ac

2017-09-23 Thread jan Iversen
(-) New commits: commit 6132e8d2868e26ffe079e540b23a408e6201d339 Author: jan Iversen <j...@libreoffice.org> Date: Sat Sep 23 14:49:55 2017 +0200 iOS, dummy avmedia to satisty sdi files if disable_avmedia is defined, change avmedia to a dummy module. libreOffic

[Libreoffice-commits] core.git: configure.ac

2017-09-23 Thread jan Iversen
configure.ac | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) New commits: commit f53b6890525abcf3ea2c1955c8ff26af53c3a8b3 Author: jan Iversen <j...@libreoffice.org> Date: Sat Sep 23 10:52:25 2017 +0200 iOS, simplified build demands moved iOS

[Libreoffice-commits] core.git: bridges/CustomTarget_gcc3_ios.mk bridges/Library_cpp_uno.mk bridges/Module_bridges.mk bridges/source

2017-09-22 Thread jan Iversen
++ bridges/source/cpp_uno/gcc3_ios/uno2cpp-i386.cxx | 487 -- bridges/source/cpp_uno/gcc3_ios/uno2cpp-simulator.cxx | 444 ++ 16 files changed, 4945 insertions(+), 1073 deletions(-) New commits: commit e69ed74e34712419c0c3737b6bb846be11d4e460 Author: jan Iversen <j...@libreoffice.

<    1   2   3   4   5   6   7   8   9   10   >