Commit graph

2198 commits

Author SHA1 Message Date
Stephan Bergmann
3c1b0a5a67 Remove nonsense line (causing debug-mode glibc to report an error). 2011-12-16 15:00:12 +01:00
Michael Stahl
6fd2d81517 fdo#43707: tweak workarounds for fdo#42865:
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-15 17:28:35 +01:00
Tor Lillqvist
7904a8cc56 I don't see NO_BSYMBOLIC being used anywhere 2011-12-11 02:57:59 +02:00
Michael T. Whiteley
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
Bjoern Michaelsen
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Caolán McNamara
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Lior Kaplan
e10fc18fb2 typo fix: explicitely -> explicitly 2011-12-01 23:41:42 +02:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
03eee9507d remove include of pch header from ucb 2011-11-27 13:26:10 -06:00
Norbert Thiebaud
e4610ffd2d remove PCH support in dmake-module 2011-11-27 12:26:12 -06:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Tor Lillqvist
469c9ac2f9 Enforce a "lib" prefix for UNO components for Android
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-17 15:22:59 +02:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Michael Stahl
a9da5a0bd3 fdo#42865: libcmis,ucpcmis: no mapfile
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-15 20:52:01 +01:00
Caolán McNamara
16e959669c I don't need to hear about your every little titchy success 2011-11-11 16:32:41 +00:00
Eike Rathke
fc2207ecfd Silence down ne_lock gcc WaE
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-11-04 13:49:41 +01:00
Cédric Bosdonnat
228051c11a Reapply "CMIS: use another name to show than the one extracted from the base URL
This reverts commit 4901bdf4c4.
2011-10-18 11:01:27 +02:00
Luboš Luňák
4901bdf4c4 Revert "CMIS: use another name to show than the one extracted from the base URL"
The commit makes LO unusable, it fails during startup, smoketest fails as well.
This reverts commit cd1a12dc55.
2011-10-17 17:12:17 +02:00
Cédric Bosdonnat
cd1a12dc55 CMIS: use another name to show than the one extracted from the base URL
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-17 11:36:22 +02:00
Fridrich Štrba
5f981343a5 When building with system libcmis, look for headers where they are 2011-10-08 15:14:03 +02:00
Caolán McNamara
6a0fdcc0b7 state *what* is missing 2011-10-07 08:43:10 +01:00
Michael Meeks
6c2d66e525 remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb 2011-10-05 14:00:34 +01:00
Caolán McNamara
b04d2681c2 use getStr now after the cast operator change 2011-10-05 13:55:03 +01:00
Jan Holesovsky
a8f868af45 Fix MinGW build. 2011-10-05 14:44:37 +02:00
Caolán McNamara
b1e0e4297d need getStr here as well 2011-10-05 13:38:30 +01:00
Fridrich Štrba
2d5ce4cfcc Deliver the right thing 2011-10-05 14:26:40 +02:00
Fridrich Štrba
3b53c579ce Fix Windows build and enable CMIS inconditionally
Since the provider should now build everywhere,
enable it inconditionally to catch minor problems
2011-10-05 13:05:01 +02:00
Fridrich Štrba
0bd11cfd85 Use the old way to build libcmis and cmis ucp ATM 2011-10-05 11:31:58 +02:00
Caolán McNamara
08f312431e use getStr instead of cast 2011-10-05 09:29:02 +01:00
Tor Lillqvist
73a038df37 WaE: unreferenced local variable 2011-10-04 18:07:56 +03:00
Tor Lillqvist
a34dbd394f Check ENABLE_CMIS harder 2011-10-04 14:54:05 +03:00
Cédric Bosdonnat
c45f59f062 Revert "Don't bother with libcmis on Windows for now"
This reverts commit 0dd1e3b124. Use
--disable-cmis now to avoid building all CMIS-related code.
2011-10-04 09:38:36 +02:00
Cédric Bosdonnat
5bd2890a56 Added --disable-cmis flag for use while the feature is too unstable 2011-10-04 09:38:36 +02:00
Tor Lillqvist
0dd1e3b124 Don't bother with libcmis on Windows for now
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-03 13:23:12 +03:00
Rene Engelhard
ba44f8805b add --with-system-libcmis 2011-10-02 21:36:48 +00:00
Cédric Bosdonnat
14a03abcd3 CMIS UCP: get the document content stream 2011-10-01 16:04:47 +02:00
Cédric Bosdonnat
a43730b4df Cmis: Fixed the installation of the new UCP provider and libcmis 2011-10-01 16:04:38 +02:00
Cédric Bosdonnat
61db713ee5 CMIS: added libcmis module and created empty cmis UCP shell 2011-10-01 15:59:50 +02:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Tor Lillqvist
dd5f1c2333 Do as the comment says: use the pragma for gcc >= 4.2.1 2011-09-26 16:11:21 +03:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Jan Holesovsky
1b428599a3 Fix build with MinGW. 2011-09-19 03:14:32 +02:00
Tor Lillqvist
7d64f8ac5d I forgot the directory separator 2011-09-15 21:20:13 +03:00
Tor Lillqvist
31526bc15e Improve the Windows code a bit 2011-09-15 17:07:08 +03:00
Tor Lillqvist
8b5a850b04 chmod -x 2011-08-29 15:27:55 +03:00
Tor Lillqvist
0b1b496c0b Add comphelperlib for isdigitAscii etc
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 15:23:53 +03:00
Caolán McNamara
3829892dbc merge together 5 or ascii isalpha/isalnum/isdigit implementations 2011-08-29 09:56:08 +01:00
Markus Mohrhard
888a4519c3 fix debug build for now 2011-08-27 02:00:41 +02:00
Caolán McNamara
af6752b88e callcatcher: remove unused methods 2011-08-22 09:39:15 +01:00