Tor Lillqvist
302a098aa3
Use isfinite() on iOS
...
We probably should use isfinite() on more platforms, at least other
BSD-based ones, instead of the allegedly deprecated finite()?
2011-05-24 03:25:50 +03:00
Tor Lillqvist
8bd41dad9f
Use 'i' prefix for import library only with MSVC
2011-05-23 02:37:53 +03:00
Tor Lillqvist
df7edda77a
No need to build a static sal archive
2011-05-23 01:53:36 +03:00
Tor Lillqvist
e433aca631
No need to build import library separately here
2011-05-23 01:47:44 +03:00
Tor Lillqvist
1784070c02
Remove useless cruft
2011-05-23 01:45:57 +03:00
Tor Lillqvist
613eefe4f1
Cannot do unit testing when cross-compiling
2011-05-22 02:11:04 +03:00
Tor Lillqvist
5c7e0a0c9c
Get rid of gen_makefile, always use the clever way to generate rtlbootstrap.mk
2011-05-22 01:52:06 +03:00
Tor Lillqvist
1252dc2cea
Drop the doublequotes
2011-05-22 01:24:48 +03:00
Tor Lillqvist
bcf840df2b
MinGW cross-compilation fixes
2011-05-22 01:15:35 +03:00
Tor Lillqvist
838d6d86c8
Generate rtlbootstrap.mk in a more clever fashion when cross-compiling
2011-05-22 01:13:50 +03:00
Tor Lillqvist
71e24025df
Do build typesconfig also for Windows, but don't do anything there when using MSVC
2011-05-22 01:10:24 +03:00
Tor Lillqvist
7317fd0c28
Fix compilation errors with recet mingw-w64
2011-05-22 01:08:38 +03:00
Caolán McNamara
f606371c49
fix this to be the same as original implementation
2011-05-20 10:32:03 +01:00
sb
8c015fbb85
#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks
2011-05-20 10:32:03 +01:00
Michael Meeks
f85638485c
don't crash when interacting with a class that implements XInvocation
...
VclStringResourceLoader eg.
test = smgr.createInstance("com.sun.star.resource.VclStringResourceLoader")
invocation = test.setValue("FileName", "test")
It seems we can't cope with XInvocation implementors, so give a nice
exception instead
2011-05-19 14:50:35 +01:00
Tor Lillqvist
31c1e6f573
Add the wntgcc directories
2011-05-19 00:42:58 +03:00
Tor Lillqvist
f4fab50712
Add the unxios and unxand directories
2011-05-19 00:42:58 +03:00
Francois Tigeot
f0efcf40f0
Do not include quota.h
...
There is no code using it anymore in the tree.
2011-05-18 21:01:40 +02:00
Thomas Klausner
b881b4e38c
Do not include #include <ufs/ufs/quota.h> on NetBSD.
...
Leads to build failures on NetBSD-5.99.51 and is not needed.
2011-05-18 15:37:18 +02:00
Petr Mladek
f362074f59
Branch libreoffice-3-4-0
...
This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 release.
Only very safe changes, reviewed by three people are allowed.
If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.
If you want to build something cool, unstable, and risky, use master.
2011-05-17 20:49:50 +02:00
Petr Mladek
6c90237bb6
Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)
2011-05-17 19:55:40 +02:00
David Tardon
307313e182
do not leak memory
2011-05-17 15:19:41 +02:00
Julien Nabet
474d8ffd63
Some cppcheck cleaning
2011-05-17 12:44:26 +02:00
David Tardon
7159d540e2
avoid double delete
2011-05-16 18:20:49 +02:00
David Tardon
e6a9df9665
delete[] after use
2011-05-16 15:41:26 +02:00
David Tardon
067dd53523
make this more robust
2011-05-16 15:41:26 +02:00
Tor Lillqvist
0c083b43ce
Always link with WS2_32LIB, not WSOCK32LIB
2011-05-16 15:59:10 +03:00
Takeshi Abe
b52e862e8c
fix typo
2011-05-15 21:03:39 +09:00
Tor Lillqvist
9dbc7885a5
Add missing newline at end
2011-05-14 10:43:45 +03:00
Tor Lillqvist
63404bcf55
Add defines for iOS
2011-05-14 03:08:26 +03:00
Tor Lillqvist
6f8966f38d
When cross-compiling, use what configure script figured out
2011-05-14 03:08:19 +03:00
Tor Lillqvist
f999ca15ea
Cross-compilation support
2011-05-14 03:08:10 +03:00
David Tardon
69ecbc7821
remove stray semicolon
2011-05-12 14:33:30 +02:00
Tor Lillqvist
7fa0cf44a0
Unbreak build on non-Windows
2011-05-11 15:48:09 +03:00
Francois Tigeot
84d10c7cda
Remove the ::osl::Security getHomeDir() check
...
It serves no useful purpose and breaks the build under some packaging
systems such as pkgsrc.
2011-05-11 14:27:38 +02:00
Tor Lillqvist
73e8a1189f
Fix build on Windows
...
No need to mention $(LB)$/$(TARGET)$(DLLPOST) in the ALLTAR
prerequisite list. It causes errors, and is unnecessary, as pyuno.pyd
gets built anyway thanks to being the TARGET in this makefile.
No need to do the symlink if DLLPRE is empty. In that case
$(LB)$/$(TARGET)$(DLLPOST) equals $(LB)$/$(DLLPRE)$(TARGET)$(DLLPOST)
so dmake will complain about a circular dependency.
2011-05-11 15:15:00 +03:00
Francois Tigeot
036b7d16dd
Remove an implementation of getpwnam_r for old versions of NetBSD.
...
NetBSD 2.x and previous releases are long gone.
2011-05-11 07:58:23 +02:00
Petr Mladek
01d3a3fdcf
Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)
2011-05-10 20:01:47 +02:00
Markus Mohrhard
884f201a06
add new uno interface for sheet local anonymous db data
...
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-09 14:47:16 -04:00
Julien Nabet
ef78447e8d
Fix simple warning (explicit cast in char*)
2011-05-09 20:40:29 +02:00
Miklos Vajna
c8098382da
Fix osl_Security::getHomeDir test under fakeroot
...
fakeroot uses LD_PRELOAD to let getuid() return 0, so getpwuid() will
not return the correct home directory. If we are under fakeroot, the
HOME environment variable can be used to do so.
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-09 14:55:14 +02:00
Miklos Vajna
019ef9afbb
Fix osl_Security::getHomeDir test under fakeroot
...
fakeroot uses LD_PRELOAD to let getuid() return 0, so getpwuid() will
not return the correct home directory. If we are under fakeroot, the
HOME environment variable can be used to do so.
2011-05-09 14:53:38 +02:00
Joseph Powers
6a348d134a
Make sure we deliver the pyuno.dylib object for Mac OS X.
2011-05-07 17:57:52 -07:00
Joseph Powers
966b75157f
PyVarObject_HEAD_INIT() isn't defined in Python 2.5-
...
Mac OS X is still being compiled vs 2.3
2011-05-07 17:41:06 -07:00
Andreas Becker
a09ce46818
Port PyUno to support Python 3
2011-05-07 20:35:03 +01:00
Michael Meeks
7cf799064f
fix mangled open tag in documentation
2011-05-06 12:09:50 +01:00
Markus Mohrhard
56714ad1b9
add new uno interface for sheet local anonymous db data
2011-05-04 21:25:00 +02:00
Julien Nabet
25f312236b
Change <file>.toURL() to <file>.toURI().toURL()
2011-05-03 23:06:47 +02:00
Petr Mladek
78c01c415b
Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)
2011-05-03 20:01:40 +02:00
Muthu Subramanian
ff21a38884
Adding public method getNamespaceURL.
2011-05-03 22:22:08 +05:30