Tor Lillqvist
ea4291dc1f
Link correctly with the gnu_getopt library in the MinGW case
2011-06-18 00:11:39 +03:00
Tor Lillqvist
475c4aac7b
We do need to build this when cross-compiling to DESKTOP platforms
2011-06-16 00:53:09 +03:00
Tor Lillqvist
e66381a77b
Rehash cross-compilation ideas
...
Drop the TARGETPLATFORM=BUILD indication of stuff that is to be built
for the build platform. I will handle the split of stuff built for the
build or host platforms differently.
Add explicit rules to do nothing for the cross-compilation case, but
likely even that will be unnecessary in the case of complete modules
like xml2cmp. I will just mark modules that are for the build platform
only with an own flag in BUILD_TYPE.
2011-06-04 13:51:07 +03:00
Tor Lillqvist
7862e397af
Drop %_EXT% which was always empty
2011-06-03 13:28:35 +03:00
Tor Lillqvist
8dbe31e04b
Set TARGETPLATFORM=BUILD, idlc is for the build platform
...
It doesn't build yet when cross-compiling, though. It needs REGLIB,
SALLIB and SALHELPERLIB, and so far these get built only for the host
platform when cross-compiling.
Need to fix that. Can't have this ad-hoc mixing of build platform
tools and host platform libs in the same OUTDIR any more. When
cross-compiling we should do a full separation of binaries for build
and host. Libraries like SALLIB are needed for both.
2011-06-02 02:07:15 +03:00
David Tardon
307313e182
do not leak memory
2011-05-17 15:19:41 +02:00
Francois Tigeot
35e1b53c7e
Remove OS/2 support.
2011-04-18 16:59:48 +02:00
Jan Holesovsky
4be7cca60b
Merge commit 'ooo/DEV300_m103'
...
Conflicts:
codemaker/source/bonobowrappermaker/corbaoptions.cxx
codemaker/source/cppumaker/cppuoptions.cxx
codemaker/source/cunomaker/cunooptions.cxx
codemaker/source/idlmaker/idloptions.cxx
codemaker/source/javamaker/javaoptions.cxx
cppu/source/typelib/typelib.cxx
idlc/source/options.cxx
offapi/com/sun/star/util/PathSubstitution.idl
offapi/drafts/com/sun/star/form/ListEntryEvent.idl
offapi/drafts/com/sun/star/form/XBindableValue.idl
offapi/drafts/com/sun/star/form/XListEntryListener.idl
offapi/drafts/com/sun/star/form/XListEntrySink.idl
offapi/drafts/com/sun/star/form/XListEntrySource.idl
offapi/drafts/com/sun/star/form/XValueBinding.idl
registry/tools/checksingleton.cxx
registry/tools/options.hxx
registry/tools/regcompare.cxx
registry/tools/regmerge.cxx
sal/cppunittester/cppunittester.cxx
sal/osl/unx/socket.c
sal/osl/w32/diagnose.c
sal/prj/d.lst
sal/rtl/source/alloc_fini.cxx
sal/rtl/source/alloc_global.c
sal/rtl/source/makefile.mk
2011-03-23 16:59:59 +01:00
Ivo Hinkelmann
5d493f49ae
CWS-TOOLING: integrate CWS jsc340
2011-03-07 16:31:11 +01:00
Julien Nabet
933e22880b
Remove "using namespace ::rtl"
2011-03-02 21:53:12 +01:00
Thomas Arnhold
37a3b9f72b
Remove MSDOS support
2011-02-24 21:51:41 +01:00
Juergen Schmidt
228e4d2915
jsc340: i114847: fix name
2011-02-24 10:51:05 +01:00
Matthias Huetsch [mhu]
5da06c75bb
#i115784# idlc: Fix unreachable "return <result>; break;" statements.
2011-02-21 09:54:19 +01:00
Caolán McNamara
7f1da76d8e
nothing to see here move along, *cough*
2011-02-18 09:36:15 +00:00
Thomas Arnhold
83fade2fa0
Remove SCO support
2011-02-16 16:31:45 +01:00
Thomas Arnhold
92f34f605e
Remove HPUX support
2011-02-16 16:31:10 +01:00
Caolán McNamara
c1810627ec
silence some more windows warnings
2011-02-15 15:55:19 +00:00
Caolán McNamara
7a14639359
silence a windows warning
2011-02-15 15:55:19 +00:00
Francois Tigeot
f091f5b395
dragonfly stuff
2011-02-15 15:55:19 +00:00
Fridrich Strba
f8e27a7c46
some std::hash_map/set -> boost::unordered_map/set changes
2011-02-03 22:32:23 +01:00
Matthias Huetsch [mhu]
6f8bd1a04c
#i115784# idlc: add missing includes.
2011-02-03 14:39:11 +01:00
Matthias Huetsch [mhu]
76ac4fe556
#i115784# idlc: add missing include.
2011-01-31 13:30:43 +01:00
Thomas Arnhold
1eb936d245
Use errno to get the correct error message if mkstemp() fails.
2011-01-29 15:39:11 +01:00
Caolán McNamara
b3e081013d
WaE: gcc 4.6.0 various warnings
2011-01-24 10:52:43 +00:00
Caolán McNamara
d7cf133547
silence spurious warning
2011-01-11 14:04:33 +00:00
Matthias Huetsch [mhu]
b480a8b31c
Update from master repository (DEV300_m95).
2010-12-13 11:06:14 +01:00
Matthias Huetsch [mhu]
232c0fb700
#115784# idlc: fixed commandline option processing.
2010-12-10 08:38:05 +01:00
Matthias Huetsch [mhu]
1bd0f73be5
#i115784# idlc: fix memory errors uncovered by valgrind and other tools.
2010-11-25 14:24:19 +01:00
Caolán McNamara
8f75224369
cppcheck: The scope of these variables can be reduced
2010-11-24 08:54:31 +00:00
Cédric Bosdonnat
69b25ade53
Fixed i#81780 for good, even on Macos X
2010-11-09 09:43:27 +01:00
Robert Nagy
15dad6451c
include sys/wait.h on openbsd
2010-11-05 11:37:36 +01:00
Caolán McNamara
da5cef0ab4
add modelines to .h and .c files as well
2010-10-27 16:04:46 +01:00
Sebastian Spaeth
a715e1b3d0
Add vim/emacs modelines to all source files
...
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com )
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:04:31 +02:00
Caolán McNamara
27cd61a173
fix for AIX
2010-10-13 20:31:42 +01:00
Petr Mladek
bcdb4cc866
more removed include guards using fixguard.py
2010-10-05 18:12:52 +02:00
Petr Mladek
334bef4563
remove include guards using fixguard.py
2010-10-05 18:12:51 +02:00
Caolán McNamara
03657f6660
idlcpp uses memcpy on overlapping areas
2010-10-05 08:53:13 +01:00
Juergen Schmidt
f3de0f63df
jsc340: i14847: clean up cmdline help fo devtools
2010-10-01 14:20:45 +02:00
Thorsten Behrens
b12337c8ae
Revert "idlc-error-offset.diff: Add character offset for idlc errors"
...
Breaks bison on OSX.
This reverts commit 55c5db853fc0d96179874b4c01dba2774ecf5cd1.
2010-09-21 20:16:16 +02:00
Petr Mladek
aa613d6ffb
idlc-error-offset.diff: yylineno is not defined by default
...
i#81780
2010-09-14 20:19:08 +02:00
Cédric Bosdonnat
a4f835d03a
idlc-error-offset.diff: Add character offset for idlc errors
...
i#81780
2010-09-14 14:22:07 +02:00
obo
f32a2e368c
CWS-TOOLING: integrate CWS cmcfixes75
2010-06-22 15:46:16 +02:00
obo
596da019d2
CWS-TOOLING: integrate CWS systemlibc
2010-06-21 15:14:37 +02:00
Mathias Bauer
d84b7502bb
CWS systemlibc: #i69033#: some fixes for mingw
2010-06-17 10:13:12 +02:00
Mathias Bauer
4220a05a53
CWS systemlibc: #i69033#: some fixes for Windows
2010-06-16 19:57:33 +02:00
Caolán McNamara
44f61dccc4
cmcfixes75: #i111795# check write return value
2010-05-24 11:01:58 +01:00
Rene Engelhard
e377be798f
systemlibc: migrate systemlibc to hg; try again from scratch
2010-05-18 14:05:20 +02:00
Ivo Hinkelmann
b9420f83fe
CWS-TOOLING: integrate CWS linuxaxp01
2010-05-10 15:37:45 +02:00
sb
66597e7212
sb118: merged in re/DEV300_next towards DEV300_m76
2010-04-07 13:14:23 +02:00
Caolán McNamara
d941d8c336
linuxaxp01: #i110145# first cut
2010-03-15 16:02:56 +00:00