Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-29 | Follow-up to revert of "Initial experiments with static linking of (some) ..." | Tor Lillqvist | |
Revert "this requires string literals now" and "fix after recent XSERVICEINFO_IMPL_1 change". This reverts commits f7d571d2eefea079be3d89f3253ed90cbd9fa07f and 186ab8e77bd7c7a42ffcca6fa7f8e1819ad04b7d. | |||
2012-03-29 | Revert "Initial experiments with static linking of (some) ..." | Tor Lillqvist | |
Thist idea caused too intrusive changes to the code of call sites, I think. Will do it another way that leaves call sites as is. This reverts commit 25d114eec4d451acdda1ddff4c8ed9d47ba6275f. | |||
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-21 | this requires string literals now | David Tardon | |
2012-03-21 | fix after recent XSERVICEINFO_IMPL_1 change | Luboš Luňák | |
2012-03-21 | Initial experiments with static linking of (some) components / services | Tor Lillqvist | |
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-14 | fdo#47246: ucpodma: fix duplicate linked object | Michael Stahl | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-09 | fdo#40607 - osl_syncFile having written, and avoid doing that on start | Michael Meeks | |
2012-03-01 | WaE: initialization order | David Tardon | |
2012-02-29 | Drop comparison with empty rtl::OUString | Takeshi Abe | |
2012-02-27 | fix msvc2005 build | Caolán McNamara | |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | |
2012-02-23 | remove all other deprecated header guards | Thomas Arnhold | |
2012-02-23 | Adapted TickerThread to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-21 | WaE: Same expression on both sides of '||' | Thomas Arnhold | |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-19 | add configmgr, ucb1, ucpfile1, xcr to libmerged | Matúš Kukan | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-15 | WaE: /* within comment | Caolán McNamara | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-07 | In the current glib version only the main glib.h can be included directly. | Daniel Mihalyi | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-30 | Don't repeat a return ! | Julien Nabet | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-23 | Replaced diagnore ENSURE_OR_CONTINUE with regular code. | Marcel Metz | |
2012-01-23 | Replaced diagnore ENSURE_OR_BREAK with regular code. | Marcel Metz | |
2012-01-20 | ucbhelper::GetLocalFileURL does not use its arg. | Stephan Bergmann | |
2012-01-18 | Fix for fdo43460 Part L getLength() to isEmpty() | Olivier Hallot | |
Part L Modules ucb | |||
2012-01-17 | Switch flag sequence of OpenCommandArg3 to NamedValue. | Thorsten Behrens | |
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue. | |||
2012-01-17 | Fix UpdateCheck clog up server by keeping connection alive | Thorsten Behrens | |
The update check protocol uses the webdav ucp, which uses neon, which in turn defaults to keeping the connection alive. this is nice for webdav, but disastrous for millions of clients phoning home to the same server. Using neon directly in updatefeed.cxx is not an option, due to the thread safety problems around that (see e.g. rhbz#544619) - so we had to extend it to accept connection options, and reuse the existing webdav provider. | |||
2012-01-16 | Fix "Same expression on both sides of '||'" | Julien Nabet | |
2012-01-15 | ucb: add missing dependency | Matúš Kukan | |
2012-01-15 | ucb: convert to gbuild | Matúš Kukan | |
2012-01-07 | catch exception by constant reference | Takeshi Abe | |
2011-12-16 | Remove nonsense line (causing debug-mode glibc to report an error). | Stephan Bergmann | |
2011-12-15 | fdo#43707: tweak workarounds for fdo#42865: | Michael Stahl | |
Apparently on Windows the SAL_DLLPUBLIC_EXPORT does not work for unknown reasons, so use the old mapfiles on that platform. Should fix regressions from 1fb5eb21, 48dbaa51, a9da5a0b. | |||
2011-12-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from ucb | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-17 | Enforce a "lib" prefix for UNO components for Android | Tor Lillqvist | |
This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency. | |||
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. |