Age | Commit message (Collapse) | Author |
|
- do not use gb_UnpackedTarball_copy_header_files for boost
- adapt the optimization in concat-deps.c for new path
- use boost_headers in all LinkTargets that require it
- add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus
Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
|
|
Change-Id: Ibf21b856c0f9da276df60680513421be3c871a2d
|
|
Change-Id: I848ac4d934ffde0ae9c4b8b674fcb46c7bd17769
|
|
Change-Id: Ic090ae81c28f12a106a74aa6d10b43cce9d68fed
|
|
Change-Id: Ifb9f9d2211608b848a5de66e1d19c4815a755907
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/840
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a
|
|
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.
Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
|
|
... new gb_LinkTarget_add_standard_system_libs
Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
|
|
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
|
|
Change-Id: I7be3b67c797a728b5c72e957c67e3f864072addc
|
|
* As UCB is only ever initialized with "Local"/"Office", remove this
configuration vector completely. The "create" ctor creates an instance
internally initialized with those "Local"/"Office" keys. Special (test) code
can still instantiate an uninitialized one via plain createInstance. And for
backwards compatilibity process startup still ensures to create an initialized
instance early, in case there is still code out there (in extensions) that
later calls plain createInstance and expects to get the already-initialized
(single) instance.
* XInitialization is an "implementation detail" of the UniversalContentBroker
service, do not expose in XUniversalContentBroker.
* ucbhelper/configurationkeys.hxx is no longer needed and is removed.
* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
requires ucbhelper::Content constructors to take explicit XComponentContext
arguments now.
* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
Android-only InitUCBHelper. Is that relevant still?
Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
|
|
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
|
|
Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
|
|
Change-Id: I067ab0a4559bf7ee0da36a67567e0db9a6e34f87
|
|
Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
|
|
Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
|
|
Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c
|
|
Change-Id: Ibed9d8963c102001cbfb259965e156179f05d5c4
|
|
Change-Id: I0b675213064a10cebfdea1fb99573dcf3e34284b
|
|
Change-Id: If844f74e5077d841606f306e48c2e687440fdcdd
|
|
Change-Id: Ie6a4750ebd04e3b1ed8ad0985e141b6ff2e65e98
|
|
Change-Id: I6d954ac1233f98a3744449555043e8f82a1d2083
|
|
Change-Id: Ib737a7d0ba833bcdc1e284890c62c9cf187d6b61
|
|
Change-Id: I2881e1b3439e52c1008d9d50d00c897ddc81071f
|
|
Change-Id: Idba2f900f962da57f9e9254b71b68f9b64f6ba6c
|
|
Written entirely by non-Oracle contributors to LibreOffice.
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
Change-Id: I9e3449b44ff47f77f72da398c4f651519b824bfd
|
|
The corresponding classes in libwpd-0.9.x have virtual destructor
if they have virtual functions.
Change-Id: Ibf97b45e7ce7d5949ac8bea0a8c204b548f567e4
|
|
|
|
|
|
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
|
|
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
|
|
Change-Id: I2c166c63e9d2ab7d60bb404f643045678ef239a2
|
|
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
Change-Id: Ie4d9a1d2c131f14928d7cc47f1b6314cf7e7f41d
|
|
This reverts commit 70d473c07d79dc59a69f6cc725c026eacdc12c2a.
|
|
Change-Id: Ic69195e2ae991cf837c3dcfb086d9834f99b2d40
|
|
Change-Id: Ifd743fe59d468b3d89c95f4963a038068cf34629
|
|
Change-Id: I8f9726e3e93a16d59f0e3c24783a98f4b9edd692
|
|
|
|
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
|
|
|
|
...which required switching service implementations from XMultiServiceManager-
based to XComponentContext-based (using comphelper::ComponentContext convenience
helper for the occasional service instantiation via the XComponentContext).
|
|
Instead of a pleiade of libraries, one for graphic filters (wpftdraw)
and one for text document filters (wpftwriter) to diminish duplicate
static linking.
|
|
|
|
|
|
|
|
|