summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Collapse)AuthorAgeFilesLines
* catch exception by constant referenceTakeshi Abe2012-01-074-24/+24
|
* Remove nonsense line (causing debug-mode glibc to report an error).Stephan Bergmann2011-12-161-1/+0
|
* fdo#43707: tweak workarounds for fdo#42865:Michael Stahl2011-12-151-0/+4
| | | | | | | 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.
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-1112-12/+0
|
* childs -> childrenMichael T. Whiteley2011-12-083-17/+17
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-061-1/+2
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-1/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-212/+0
|
* remove include of pch header from ucbNorbert Thiebaud2011-11-27127-247/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-9/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-173-3/+3
| | | | | | | | | | | | | 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.
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* fdo#42865: libcmis,ucpcmis: no mapfileMichael Stahl2011-11-151-1/+2
| | | | | | 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.
* I don't need to hear about your every little titchy successCaolán McNamara2011-11-116-27/+27
|
* Silence down ne_lock gcc WaEEike Rathke2011-11-044-3/+57
| | | | | | | 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.
* Reapply "CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat2011-10-181-2/+6
| | | | This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45.
* Revert "CMIS: use another name to show than the one extracted from the base URL"Luboš Luňák2011-10-171-6/+2
| | | | | The commit makes LO unusable, it fails during startup, smoketest fails as well. This reverts commit cd1a12dc552e9d34c7481c83b07a6f6af0e8762b.
* CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat2011-10-171-2/+6
| | | | | | | 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.
* When building with system libcmis, look for headers where they areFridrich Štrba2011-10-081-0/+1
|
* state *what* is missingCaolán McNamara2011-10-071-1/+3
|
* remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks2011-10-051-2/+2
|
* use getStr now after the cast operator changeCaolán McNamara2011-10-051-2/+2
|
* Fix MinGW build.Jan Holesovsky2011-10-052-3/+3
|
* need getStr here as wellCaolán McNamara2011-10-051-1/+1
|
* Deliver the right thingFridrich Štrba2011-10-053-5/+5
|
* Fix Windows build and enable CMIS inconditionallyFridrich Štrba2011-10-051-46/+41
| | | | | Since the provider should now build everywhere, enable it inconditionally to catch minor problems
* Use the old way to build libcmis and cmis ucp ATMFridrich Štrba2011-10-051-1/+17
|
* use getStr instead of castCaolán McNamara2011-10-052-4/+4
|
* WaE: unreferenced local variableTor Lillqvist2011-10-042-3/+3
|
* Check ENABLE_CMIS harderTor Lillqvist2011-10-041-2/+6
|
* Revert "Don't bother with libcmis on Windows for now"Cédric Bosdonnat2011-10-041-1/+1
| | | | | This reverts commit 0dd1e3b1240e4d5a2c9ac6de0348658918e012a8. Use --disable-cmis now to avoid building all CMIS-related code.
* Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat2011-10-041-0/+3
|
* Don't bother with libcmis on Windows for nowTor Lillqvist2011-10-031-1/+1
| | | | | | It obviously doesn't build as autoconf and libtool have little clue about MSVC. Thus make the cmis UCP Unix-only as well. Looking forward to coming gbuildification of more 3rd-party modules.
* add --with-system-libcmisRene Engelhard2011-10-021-1/+1
|
* CMIS UCP: get the document content streamCédric Bosdonnat2011-10-0112-402/+320
|
* Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat2011-10-011-1/+1
|
* CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat2011-10-019-1/+1159
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-275-41/+40
|
* Do as the comment says: use the pragma for gcc >= 4.2.1Tor Lillqvist2011-09-261-1/+1
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-224-1/+42
|
* Fix build with MinGW.Jan Holesovsky2011-09-191-1/+3
|
* I forgot the directory separatorTor Lillqvist2011-09-151-1/+1
|
* Improve the Windows code a bitTor Lillqvist2011-09-151-3/+10
|
* chmod -xTor Lillqvist2011-08-2968-0/+0
|
* Add comphelperlib for isdigitAscii etcTor Lillqvist2011-08-291-0/+1
| | | | | Despite these being marked as inline, needed when linking at least in a WNTMSC build with --enable-dbgutil, possibly always with WNTMSC.
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-291-12/+5
|
* fix debug build for nowMarkus Mohrhard2011-08-271-1/+1
|