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
Caolán McNamara
3ae98a0ca5
Related: fdo#39376/fdo#34880 short fread isn't an error when its eof
2011-08-16 11:19:29 +01:00
Takeshi Abe
b2bd33ea25
prefer makefile-gmake-mode to plain makefile-mode
2011-08-10 02:12:48 +09:00
Takeshi Abe
88825599e8
reflect gmake flavor
2011-08-05 10:47:13 +09:00
Takeshi Abe
9e2800793a
Emacs mode line compatible with vi's one
2011-08-05 01:14:05 +09:00
Caolán McNamara
c8eede4ee3
make these less noisy
2011-08-03 10:33:56 +01:00
Julien Nabet
1f7b66104d
Some cppcheck cleaning
2011-07-31 00:02:18 +02:00
Tor Lillqvist
4122c3b9d5
Add consistent Emacs and vim mode lines
2011-07-30 23:02:30 +03:00
Bjoern Michaelsen
200bc6c582
resyncing to master
2011-07-21 18:51:11 +02:00
Tor Lillqvist
855fd72c80
Fix build of our odma_lib library with MinGW
2011-07-20 20:19:48 +03:00
Matúš Kukan
a90983bd65
Remove component_getImplementationEnvironment methods
2011-07-12 17:59:13 +02:00
Caolán McNamara
9b213c1196
catch by const reference
2011-07-11 10:57:56 +01:00
Jesús Corrius
60acd685b2
main must return int in mingw32
2011-06-24 11:18:14 +02:00