Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-11-15 | fdo#42865: libcmis,ucpcmis: no mapfile | Michael 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-11 | I don't need to hear about your every little titchy success | Caolán McNamara | |
2011-11-04 | Silence down ne_lock gcc WaE | Eike 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-18 | Reapply "CMIS: use another name to show than the one extracted from the base URL | Cédric Bosdonnat | |
This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45. | |||
2011-10-17 | Revert "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-17 | CMIS: use another name to show than the one extracted from the base URL | Cé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. | |||
2011-10-08 | When building with system libcmis, look for headers where they are | Fridrich Štrba | |
2011-10-07 | state *what* is missing | Caolán McNamara | |
2011-10-05 | remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb | Michael Meeks | |
2011-10-05 | use getStr now after the cast operator change | Caolán McNamara | |
2011-10-05 | Fix MinGW build. | Jan Holesovsky | |
2011-10-05 | need getStr here as well | Caolán McNamara | |
2011-10-05 | Deliver the right thing | Fridrich Štrba | |
2011-10-05 | Fix Windows build and enable CMIS inconditionally | Fridrich Štrba | |
Since the provider should now build everywhere, enable it inconditionally to catch minor problems | |||
2011-10-05 | Use the old way to build libcmis and cmis ucp ATM | Fridrich Štrba | |
2011-10-05 | use getStr instead of cast | Caolán McNamara | |
2011-10-04 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-04 | Check ENABLE_CMIS harder | Tor Lillqvist | |
2011-10-04 | Revert "Don't bother with libcmis on Windows for now" | Cédric Bosdonnat | |
This reverts commit 0dd1e3b1240e4d5a2c9ac6de0348658918e012a8. Use --disable-cmis now to avoid building all CMIS-related code. | |||
2011-10-04 | Added --disable-cmis flag for use while the feature is too unstable | Cédric Bosdonnat | |
2011-10-03 | Don't bother with libcmis on Windows for now | Tor Lillqvist | |
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. | |||
2011-10-02 | add --with-system-libcmis | Rene Engelhard | |
2011-10-01 | CMIS UCP: get the document content stream | Cédric Bosdonnat | |
2011-10-01 | Cmis: Fixed the installation of the new UCP provider and libcmis | Cédric Bosdonnat | |
2011-10-01 | CMIS: added libcmis module and created empty cmis UCP shell | Cédric Bosdonnat | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-26 | Do as the comment says: use the pragma for gcc >= 4.2.1 | Tor Lillqvist | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-19 | Fix build with MinGW. | Jan Holesovsky | |
2011-09-15 | I forgot the directory separator | Tor Lillqvist | |
2011-09-15 | Improve the Windows code a bit | Tor Lillqvist | |
2011-08-29 | chmod -x | Tor Lillqvist | |
2011-08-29 | Add comphelperlib for isdigitAscii etc | Tor Lillqvist | |
Despite these being marked as inline, needed when linking at least in a WNTMSC build with --enable-dbgutil, possibly always with WNTMSC. | |||
2011-08-29 | merge together 5 or ascii isalpha/isalnum/isdigit implementations | Caolán McNamara | |
2011-08-27 | fix debug build for now | Markus Mohrhard | |
2011-08-22 | callcatcher: remove unused methods | Caolán McNamara | |