Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-28 | Incomplete hacks on the iOS sc filters-test unit test | Tor Lillqvist | 2 | -7/+21 | |
Change-Id: I6b1f22d0623e8746af755dd25fc9f3194d6f11d3 | |||||
2012-08-21 | Link with liblcms2 | Tor Lillqvist | 1 | -1/+1 | |
Change-Id: I8346d0d0b1543d45e45a24ae6ab76e856b26a1ba | |||||
2012-08-20 | No libi18npaperlo any more | Tor Lillqvist | 1 | -1/+1 | |
Change-Id: I544a352fe0e43140d1bae62a95bf383c1432a076 | |||||
2012-08-20 | Just look at $(CC) to find out which arch the tree is for | Tor Lillqvist | 1 | -1/+1 | |
Change-Id: I0af01be14f992a4842d174f06815e65895f0ee69 | |||||
2012-08-06 | merge pointlessly fragmented chart2 libraries, leaving controller split. | Michael Meeks | 1 | -1/+1 | |
2012-07-09 | targetted rename xcr -> xmlscript to match includes and module name | Michael Meeks | 1 | -1/+1 | |
2012-06-27 | Remove commented out code (includes) | Thomas Arnhold | 1 | -1/+0 | |
Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8 | |||||
2012-06-04 | Seems that URE_INTERNAL_LIB_DIR is now mandatory (it's pointless on iOS) | Tor Lillqvist | 1 | -0/+3 | |
Change-Id: I17aa913b8947451e4bf57355a7569769a01ef5b4 | |||||
2012-04-18 | More libs | Tor Lillqvist | 1 | -2/+2 | |
2012-04-17 | More static UNO component linkage | Tor Lillqvist | 2 | -1/+9 | |
2012-04-16 | Link with libpackage2 | Tor Lillqvist | 1 | -1/+1 | |
2012-04-16 | We need also unobootstrapprotector now | Tor Lillqvist | 2 | -5/+10 | |
2012-04-15 | Add more libs, add the test documents | Tor Lillqvist | 1 | -2/+5 | |
2012-04-15 | Link with libfiltergonfiglo | Tor Lillqvist | 1 | -1/+1 | |
2012-04-09 | Add the lo_get_libmap() for this test app | Tor Lillqvist | 2 | -4/+33 | |
2012-03-30 | Link with more libs, include more configuration files | Tor Lillqvist | 1 | -1/+10 | |
2012-03-29 | More libs | Tor Lillqvist | 1 | -1/+1 | |
2012-03-21 | Initial experiments with static linking of (some) components / services | Tor Lillqvist | 1 | -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. | |||||
2012-03-21 | Further hacks: include rdb and component files in .app, pass more -env params | Tor Lillqvist | 2 | -33/+107 | |
2012-03-21 | Try setting up some rc files | Tor Lillqvist | 1 | -1/+21 | |
2012-03-13 | Setenv SAL_LOG to yes for maximum logging for now | Tor Lillqvist | 1 | -0/+2 | |
2012-03-08 | Set SRC_ROOT and OUTDIR_FOR_BUILD (!) to get it get a bit further along | Tor Lillqvist | 1 | -0/+7 | |
2012-03-08 | Add more libs | Tor Lillqvist | 1 | -1/+1 | |
2012-03-07 | Pass parameters to cppunittester's lo_main() | Tor Lillqvist | 1 | -4/+11 | |
2012-03-07 | Add Xcode project | Tor Lillqvist | 3 | -4/+275 | |
2012-03-06 | more documentation and cleanups for various modules. | Michael Meeks | 1 | -0/+1 | |
2012-03-05 | Add "clean" target | Tor Lillqvist | 1 | -0/+3 | |
2012-03-05 | Revert "Build libsb with a few dummy classes also for --disable-scripting" | Tor Lillqvist | 1 | -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. | |||||
2012-03-05 | More libs | Tor Lillqvist | 1 | -1/+1 | |
2012-03-05 | We need CoreText | Tor Lillqvist | 1 | -0/+1 | |
2012-03-01 | Add more libs | Tor Lillqvist | 1 | -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. | |||||
2012-02-27 | Start of sc filters-test for iOS | Tor Lillqvist | 2 | -0/+112 | |