summaryrefslogtreecommitdiffstats
path: root/ios
Commit message (Collapse)AuthorAgeFilesLines
* Need boost_headersTor Lillqvist2013-01-301-0/+1
| | | | Change-Id: Ic0d13034a37ba354000de18e6f97b9cc31857bcb
* gbuild: remove various pointless calls that don't add anythingMichael Stahl2013-01-261-4/+0
| | | | Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
* The UNO component file names are 'traditional' for iOS, no 'lib' prefixTor Lillqvist2013-01-191-1/+1
| | | | Change-Id: I104fde6ea294db55513ef11fe063e911e287cc31
* Kill the ancient StarOffice "patch" conceptTor Lillqvist2013-01-101-1/+0
| | | | | | | | | | | | | | | | | | | | | For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* module packimages is goneMatúš Kukan2013-01-071-1/+1
| | | | Change-Id: I4a6c6b8680f0cbd9a64442b8e57bb229fc2b6e4d
* Add a sample document to the test app bundle and try to load itTor Lillqvist2013-01-072-3/+45
| | | | Change-Id: Id0f13351108cbcd748f3c403fe7a6716145f1892
* More hacking on iOS stuffTor Lillqvist2013-01-062-65/+103
| | | | | | | | | | | Get the app bundle directory from Xcode's SCRIPT_OUTPUT_FILE_0. Copy .rdb, registry, .res files, set up the various rc files. Don't list a bunch of .component files on the command line, surely that is not sane. Change-Id: I6fb8bd4bea8d5afd30900daa1b916defb894e78c
* Hack a bit more on the iOS app build mechanismTor Lillqvist2013-01-064-12/+23
| | | | | | | | | There was quite come confusion as to where Xcode wants the Run Script phase (= our gbuild mechanism) to put the executable. I think I got it right now. Xcode can be quite scary as soon as you do anything out of the ordinary. (But then, what isn't.) Change-Id: I22bbdfaef88174815bff66d6c7241f4ba2360246
* More hacking on an iOS "Viewer" app that doesn't do much anything yetTor Lillqvist2013-01-0323-197/+648
| | | | | | | | | | | | | The Viewer app is intended to eventually resemble the experimental Android DocumentLoader app. Build using the gbuild mechanism, which is also invoked from an Xcode project. This seems to work out fine, the resulting app installs at least on the simulator, and you can debug all the LO code involved even if Xcode (obviously) has no knowledge of the LO source files/classes/etc. Change-Id: Ic96178d80b8d6467cac969b29e37f0d39513acf9
* Use -dead_strip ld flagTor Lillqvist2012-11-261-1/+1
| | | | Change-Id: I39bb14e47654afd5425098fb4aad80a29f058d67
* Drop the components we don't have for iOSTor Lillqvist2012-11-261-6/+0
| | | | Change-Id: I15981bf4827c29a7e1ce8e33d8b6fdc159e05522
* Make it link againTor Lillqvist2012-11-261-2/+9
| | | | | | | | | | Use the wildcard function to get all ibraries and component, like for Android. (We won't of course actually link in all code from allof them, just what gets referenced to by the getFactory methods referenced in docloader.mm. Plus possibly unintentionally other stuff, to be investigated...) Change-Id: I6516964c83e7bf120de586550c40615b4337f760
* Use same component map as in the Android DocumentLoaderTor Lillqvist2012-11-261-13/+76
| | | | Change-Id: I10c8a6806fd106128e151d470a51caa54aa074e8
* Add some iOS test code I had forgottenTor Lillqvist2012-10-152-0/+330
| | | | Change-Id: I8a9e69b53fd84207d5673fc4635e54920864016f
* Incomplete hacks on the iOS sc filters-test unit testTor Lillqvist2012-08-282-7/+21
| | | | Change-Id: I6b1f22d0623e8746af755dd25fc9f3194d6f11d3
* Link with liblcms2Tor Lillqvist2012-08-211-1/+1
| | | | Change-Id: I8346d0d0b1543d45e45a24ae6ab76e856b26a1ba
* No libi18npaperlo any moreTor Lillqvist2012-08-201-1/+1
| | | | Change-Id: I544a352fe0e43140d1bae62a95bf383c1432a076
* Just look at $(CC) to find out which arch the tree is forTor Lillqvist2012-08-201-1/+1
| | | | Change-Id: I0af01be14f992a4842d174f06815e65895f0ee69
* merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks2012-08-061-1/+1
|
* targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks2012-07-091-1/+1
|
* Remove commented out code (includes)Thomas Arnhold2012-06-271-1/+0
| | | | Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8
* Seems that URE_INTERNAL_LIB_DIR is now mandatory (it's pointless on iOS)Tor Lillqvist2012-06-041-0/+3
| | | | Change-Id: I17aa913b8947451e4bf57355a7569769a01ef5b4
* More libsTor Lillqvist2012-04-181-2/+2
|
* More static UNO component linkageTor Lillqvist2012-04-172-1/+9
|
* Link with libpackage2Tor Lillqvist2012-04-161-1/+1
|
* We need also unobootstrapprotector nowTor Lillqvist2012-04-162-5/+10
|
* Add more libs, add the test documentsTor Lillqvist2012-04-151-2/+5
|
* Link with libfiltergonfigloTor Lillqvist2012-04-151-1/+1
|
* Add the lo_get_libmap() for this test appTor Lillqvist2012-04-092-4/+33
|
* Link with more libs, include more configuration filesTor Lillqvist2012-03-301-1/+10
|
* More libsTor Lillqvist2012-03-291-1/+1
|
* Initial experiments with static linking of (some) components / servicesTor Lillqvist2012-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Start with the first service needed when running sc's filters_test: the UniversalContentBroker. It might not be typical as ucb uses the deprecated XSingleServiceFactory. This commit is not at all a complete solution, far from it, just an initial hack. Naturally once I come up with some generic enough way to do the static linking the necessary macros etc will be added to some general header. The macro XSERVICEINFO_IMPL_1 (local to ucbhelper and ucb) is amended so that it in the disable-dynamic-linking case also emits a function whose assembler name equal contains the service name. This function returns the XSingleServiceFactory for the service. Where the service is instantiated we link directly to that function. But probably this will be reworked a couple of times... Maybe it would be better to simply have the service name specific entry point be a pointer to the component's component_getFactory() function? Those all have the same prototype.
* Further hacks: include rdb and component files in .app, pass more -env paramsTor Lillqvist2012-03-212-33/+107
|
* Try setting up some rc filesTor Lillqvist2012-03-211-1/+21
|
* Setenv SAL_LOG to yes for maximum logging for nowTor Lillqvist2012-03-131-0/+2
|
* Set SRC_ROOT and OUTDIR_FOR_BUILD (!) to get it get a bit further alongTor Lillqvist2012-03-081-0/+7
|
* Add more libsTor Lillqvist2012-03-081-1/+1
|
* Pass parameters to cppunittester's lo_main()Tor Lillqvist2012-03-071-4/+11
|
* Add Xcode projectTor Lillqvist2012-03-073-4/+275
|
* more documentation and cleanups for various modules.Michael Meeks2012-03-061-0/+1
|
* Add "clean" targetTor Lillqvist2012-03-051-0/+3
|
* Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist2012-03-051-1/+1
| | | | | | | Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b.
* More libsTor Lillqvist2012-03-051-1/+1
|
* We need CoreTextTor Lillqvist2012-03-051-0/+1
|
* Add more libsTor Lillqvist2012-03-011-1/+1
| | | | | | | Still doesn't link, dozens of undefines. And of course the whole question of how to do static linking to UNO components in an elegant fashion with the least intrusive ugly changes to source code has not been resolved yet.
* Start of sc filters-test for iOSTor Lillqvist2012-02-272-0/+112