Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit:
- removes linkoo and --disable-linkoo option
- removes 'dev-update' make target
- creates --disable-ooenv option
- removes LD_LIBRARY_PATH and PATH settings in ooenv
Change-Id: I9530558531e9cb58b8282754ec8a6c655f190480
|
|
* Fixed typos
* Errant/missing commas fixed
* autogen.lastrun -> autogen.input
Change-Id: Ibc0d34f21de661139e622a34d760a6683f394643
Reviewed-on: https://gerrit.libreoffice.org/3916
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I37ad1595613f20a8f7c8694b560bb6678c214c62
|
|
Otherwise one will have to update this document every few months.
Change-Id: Idbd2637ab40ba906d1b976febe76de7590bf1209
|
|
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
|
|
Change-Id: I3d1daea328d65f3b6ab9bb544dfb87133ab5dc2e
|
|
Change-Id: Ieb2839a3416b1ff7d8f8b5f557f98116115eb1ce
|
|
Change-Id: I977764882080bd9c57dae2fc7bd473f70a0b4299
|
|
Change-Id: I0e987cc3490181c3cfed716c9a49104f46a35d82
|
|
Change-Id: I5cdcfd8b906710c7ce756d7384fa21e4fcaa4ff6
|
|
Change-Id: Ib7c2f06cec651ecde049e9335236b513edbf4d50
|
|
It has served well but it's useless nowadays.
build.pl is going to die anyway.
Change-Id: I7769528af7987e43fee8707ce5b4e2214d43c5b4
Reviewed-on: https://gerrit.libreoffice.org/2174
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
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
|
|
Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56
|
|
Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6
|
|
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
|
|
Change-Id: I92a82a29fe217faaefe7e67228d59a9fb43526d5
|
|
Change-Id: Ibcd1890f4ac82ef0548e90842604748027811b5d
|
|
Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9
Reviewed-on: https://gerrit.libreoffice.org/1060
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: Iee3fa02bde03ced462460e4ba3e17200f47a27e5
|
|
Change-Id: I581fb38e3f3d24987dcf92e73caf736203fa9385
|
|
Change-Id: I4ae89c27dcc4a4480a2c6a4513e2d129a2fd59d0
|
|
Change-Id: I8e859eb34a053ac0efefc566fde002aef963b520
|
|
Change-Id: I5699577ff5a754da079ca3acefd6d9a545154d44
|
|
Change-Id: I66101c025469e9df72c331b981e48893f6a5ac3d
|
|
Change-Id: I8861a007b94b24d2482658ca7d78e200bcf890ea
|
|
Change-Id: I227c408e03130667760f9672f08b11cc7a9c75a8
|
|
Change-Id: I5f62540c368540ecf4e1aaedf9829f930f1591fa
|
|
Try to start consolidating the complexity here.
generate Application.mk to specify the required ABI
fold common distro-config pieces out of README
|
|
Change-Id: I0da3e604ebd0665c5405174957d852677195126b
|
|
Change-Id: I7b7bbc555b599e411859ca00ddd3988aa52f433f
|
|
Change-Id: I272c06f557c1667ecb15396be71bcd38e472ef73
|
|
Change-Id: I968ecece624fa7a951699b1958e8c20300ecc78a
|
|
Change-Id: I14e97bb9e3351ed7a5e7e8c853253353bfe9df2e
|
|
Change-Id: I78108f44bad1da0143f2849aa98a2ddf1b13fc1d
|
|
Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|