summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Collapse)Author
2012-03-14fdo#47246: ucpodma: fix duplicate linked objectMichael Stahl
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan 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-09fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks
2012-03-01WaE: initialization orderDavid Tardon
2012-02-29Drop comparison with empty rtl::OUStringTakeshi Abe
2012-02-27fix msvc2005 buildCaolán McNamara
2012-02-27drop UniString::CreateFromInt64Caolán McNamara
2012-02-23remove all other deprecated header guardsThomas Arnhold
2012-02-23Adapted TickerThread to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-21WaE: Same expression on both sides of '||'Thomas Arnhold
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-19add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18Fix typos in commentsElton Chung
2012-02-15WaE: /* within commentCaolán McNamara
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-07In the current glib version only the main glib.h can be included directly.Daniel Mihalyi
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-30Don't repeat a return !Julien Nabet
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz
2012-01-20ucbhelper::GetLocalFileURL does not use its arg.Stephan Bergmann
2012-01-18Fix for fdo43460 Part L getLength() to isEmpty()Olivier Hallot
Part L Modules ucb
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue.
2012-01-17Fix UpdateCheck clog up server by keeping connection aliveThorsten 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-16Fix "Same expression on both sides of '||'"Julien Nabet
2012-01-15ucb: add missing dependencyMatúš Kukan
2012-01-15ucb: convert to gbuildMatúš Kukan
2012-01-07catch exception by constant referenceTakeshi Abe
2011-12-16Remove nonsense line (causing debug-mode glibc to report an error).Stephan Bergmann
2011-12-15fdo#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-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from ucbNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor 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-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15fdo#42865: libcmis,ucpcmis: no mapfileMichael Stahl
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in ucpcmis1.uno.so, build it and statically linked libcmis with hidden visibility.
2011-11-11I don't need to hear about your every little titchy successCaolán McNamara
2011-11-04Silence down ne_lock gcc WaEEike Rathke
Wraps this /usr/include/neon/ne_locks.h:125:51: warning: 'int ne_lock(ne_session*, ne_lock*)' hides constructor for 'struct ne_lock' [-Wshadow] into a system header guard.
2011-10-18Reapply "CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat
This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45.
2011-10-17Revert "CMIS: use another name to show than the one extracted from the base URL"Luboš Luňák
The commit makes LO unusable, it fails during startup, smoketest fails as well. This reverts commit cd1a12dc552e9d34c7481c83b07a6f6af0e8762b.
2011-10-17CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat
In CMIS, the URL is only providing an easy access to the CMIS interface and doesn't reflect the public path on the server. A new property has been added in the SfxMedium items to hold the document name on the server and set it as the window title.