Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-29 | Always use Java target version 1.5 | Tor Lillqvist | |
It has been way too common for people to accidentally have a javac from JDK 7 create class files that are of the newest version, which older JREs and Android's dex then don't understand. As many of the distro-configs files specified --with-java-target-version=1.5 anyway, let's just hardcode that for now. Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1 | |||
2012-11-25 | Update to be able to at least start the MinGW build again. | Jan Holesovsky | |
Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56 | |||
2012-11-25 | Update MinGW build reqs. | Jan Holesovsky | |
Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6 | |||
2012-11-24 | Turn PDF import from bundled extension to plain code | Stephan Bergmann | |
No need for dirty hacks linking in basegfx objects statically any more. To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523 | |||
2012-11-20 | README.cross: typo | Miklos Vajna | |
Change-Id: I92a82a29fe217faaefe7e67228d59a9fb43526d5 | |||
2012-11-16 | README.cross: update Android arm configure options | Miklos Vajna | |
Change-Id: Ibcd1890f4ac82ef0548e90842604748027811b5d | |||
2012-11-14 | dropped obsolete --with-system-gettext configure option | Enrico Weigelt, metux ITS | |
Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9 Reviewed-on: https://gerrit.libreoffice.org/1060 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> | |||
2012-11-10 | adjust README.cross to reflect binfitler removal | Norbert Thiebaud | |
Change-Id: Iee3fa02bde03ced462460e4ba3e17200f47a27e5 | |||
2012-11-09 | README.cross: yes, that list was almost enough | Miklos Vajna | |
Change-Id: I581fb38e3f3d24987dcf92e73caf736203fa9385 | |||
2012-09-10 | More updates | Tor Lillqvist | |
Change-Id: I4ae89c27dcc4a4480a2c6a4513e2d129a2fd59d0 | |||
2012-09-10 | Updates | Tor Lillqvist | |
Change-Id: I8e859eb34a053ac0efefc566fde002aef963b520 | |||
2012-08-20 | Don't fake --with-system-nss any more, autodetect build platform toolchain | Tor Lillqvist | |
Change-Id: I5699577ff5a754da079ca3acefd6d9a545154d44 | |||
2012-08-09 | Can use simpler autogen.lastrun now | Tor Lillqvist | |
Change-Id: I66101c025469e9df72c331b981e48893f6a5ac3d | |||
2012-08-09 | Drop the --with-external-tar to avoid confusion | Tor Lillqvist | |
Change-Id: I8861a007b94b24d2482658ca7d78e200bcf890ea | |||
2012-08-09 | No, we don't want any Python stuff for Android | Tor Lillqvist | |
Change-Id: I227c408e03130667760f9672f08b11cc7a9c75a8 | |||
2012-08-09 | Update sample autogen.lastrun for MacOSX -> Android | Tor Lillqvist | |
Change-Id: I5f62540c368540ecf4e1aaedf9829f930f1591fa | |||
2012-08-03 | android: share more common Makefile pieces between a couple of users | Michael Meeks | |
Try to start consolidating the complexity here. generate Application.mk to specify the required ABI fold common distro-config pieces out of README | |||
2012-07-24 | Check for the msi* build requirements in configure.in + update README.cross. | Jan Holesovsky | |
Change-Id: I0da3e604ebd0665c5405174957d852677195126b | |||
2012-06-26 | mingw32-python is now necessary too. | Jan Holesovsky | |
Change-Id: I7b7bbc555b599e411859ca00ddd3988aa52f433f | |||
2012-06-19 | Add a note about MinGW debugging TODO. | Jan Holesovsky | |
Change-Id: I272c06f557c1667ecb15396be71bcd38e472ef73 | |||
2012-06-04 | Must use -mmacosx-version-min=10.6 when host platform is iOS simulator | Tor Lillqvist | |
Change-Id: I968ecece624fa7a951699b1958e8c20300ecc78a | |||
2012-05-18 | Update README.cross to match reality better | Tor Lillqvist | |
Change-Id: I14e97bb9e3351ed7a5e7e8c853253353bfe9df2e | |||
2012-05-17 | Mention that the android/qa/sc test has not been maintained lately | Tor Lillqvist | |
Change-Id: I78108f44bad1da0143f2849aa98a2ddf1b13fc1d | |||
2012-05-17 | Now with in-process redirection, the adb shell setprop thing is not needed | Tor Lillqvist | |
Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6 | |||
2012-03-19 | How to examine strings in winedbg. | Jan Holesovsky | |
2012-03-05 | Don't bother mentioning irrelevant autogen options | Tor Lillqvist | |
2012-03-01 | Modify iOS device example to use Clang | Tor Lillqvist | |
2012-02-27 | android: remove obsolete sourcing of Env.Host.sh advice | Michael Meeks | |
2012-02-22 | Updates for iOS, and Xcode 4.3 | Tor Lillqvist | |
2012-02-17 | Recommend to use NDK r7b | Tor Lillqvist | |
Drop compiler options -fexceptions -frtti for Android, I hope they are taken care of by the makefilery where needed. At least either -fexceptions or -fno-exceptions is used for each C++ compilation as far as I know. Not so sure about RTTI, let's see. | |||
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-03 | Add --with-android-sdk and --with-ant-home to the Android from Linux sample | Tor Lillqvist | |
2012-01-26 | README.cross: LibO-dev -> LOdev in the mingw section | Miklos Vajna | |
2012-01-22 | Wash my hands | Tor Lillqvist | |
2012-01-20 | Add --with-android-sdk to the sample autogen.lastrun | Tor Lillqvist | |
2012-01-20 | Fix my email | Tor Lillqvist | |
2012-01-18 | android: add --with-android-ndk= option to simplify configure. | Michael Meeks | |
2012-01-17 | Correct my email | Tor Lillqvist | |
2012-01-17 | Make it sound slightly less experimental and scary | Tor Lillqvist | |
2012-01-11 | Work around http://code.google.com/p/android/issues/detail?id=23351 | Tor Lillqvist | |
2012-01-03 | More Android notes | Tor Lillqvist | |
2012-01-03 | Explain building and running (and debugging) unit tests on Android a bit | Tor Lillqvist | |
2011-12-15 | Add autogen.lastrun sample for cross-compiling to Android from Mac OS X | Tor Lillqvist | |
2011-11-29 | --with-system-libxslt is gone, remove it from the distro-configs. | Jan Holesovsky | |
2011-11-26 | Use the 5.0 SDK for the iOS simulator example | Tor Lillqvist | |
2011-11-14 | Update Android example to use NDK r7 | Tor Lillqvist | |
2011-11-11 | Update example for iOS device: Use 5.0 SDK | Tor Lillqvist | |
2011-11-11 | Add note about an iOS SDK hickup | Tor Lillqvist | |
2011-11-11 | Update iOS examples | Tor Lillqvist | |
2011-11-10 | Tiny edit | Tor Lillqvist | |