- 08 Kas, 2011 14 kayıt (commit)
-
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
This required a whole bunch of chnages all over the place.
-
Rene Engelhard yazdı
-
Rene Engelhard yazdı
-
Rene Engelhard yazdı
-
Rene Engelhard yazdı
-
Tomas Chvatal yazdı
-
Rene Engelhard yazdı
-
Tomas Chvatal yazdı
This commit also update the internal includes to latest mozilla ones including the .c{,pp} file updates. The ldap check is also simplified from 2 check into plain one.
-
- 07 Kas, 2011 26 kayıt (commit)
-
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Use compiler options to default to more modern ARM architecture, as surely any actual device this code would be run on uses.
-
Tor Lillqvist yazdı
That's what the NativeActivity stuff wants. For now the name of the produced shared library does not follow the normal libfoo.so convention, but is the name of the corresponding program on normal Unixes. To be fixed later. Or then, when constructing an app .apk, just rename "foo" to "libnative-foo.so".
-
Tor Lillqvist yazdı
We use the "native app glue" thing from the NDK to avoid having to have an explicit Java wrapper. (There is one provided by the OS's NativeActivity anyway; all Android apps are Java programs.) For simplicity, we just #include android_native_app_glue.c in sal/main.h. sal/main.h is included only from source files that actually form the "main" programs for our programs anyway, I hope. Presumably the only programs we actually want to build for Android in this way are unit tests. Any real (or toy) LibreOffice-related Android app would have a totally Android-specific user interface written in Java, and just call LO libraries, I think.
-
Tor Lillqvist yazdı
Simplest for now to have a copy of them in our sources. Improve later.
-
Michael Meeks yazdı
-
Christian Lohmaier yazdı
-
Christian Lohmaier yazdı
-
Jesús Corrius yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
This option must have the same value as --with-system-libxml, so it is redundant.
-
Michael Stahl yazdı
* initialze with_system variables in AC_ARG_WITH * do not interpret --without-system-libs as --with-system-libs
-
Michael Stahl yazdı
to allow for platform dependent defaults.
-
Laurent Godard yazdı
improves MatchByUpperName tests avoiding type conversions
-
Joseph Powers yazdı
-