Age | Commit message (Collapse) | Author |
|
...which were used by ildc, which is gone since
a8485d558fab53291e2530fd9a1be581c1628deb "[API CHANGE] Remove deprecated idlc
and regmerge from the SDK", and have always been ignored as legacy by its
unoidl-write replacement.
This change has been carried out (making use of GNU sed extensions) with
> for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl
which apparently happened to do the work. (The final two files are not UNOIDL
source files.)
Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
i.e. stuff like "x == true"
Change-Id: Ib82a4a30e736df392405332fa197b588482cffcf
|
|
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
|
|
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
|
|
...rather than a general RuntimeException, for consistency with existing service
ctor code.
Change-Id: Ia9ac14a1b5bcecb24394e7b9cade369f3f9303f0
|
|
This is such a fatal error that there is probably no point in trying to handle
it, so allow to simplify client code by removing the requirement to check for a
null return value.
Simplified some client code accordingly (modules configmgr and ure, and the code
generated by cppumaker and javamaker).
Change-Id: I51c0b270ec73409374f7439a47ee061407a46e31
|
|
Evidently on Windows, the newfangled ucpp handles #include "foo"
differently from #include <foo> and treats it as a relative path, while
the angle brackets always result in absolute paths.
Since relative paths result in infinite rebuilds if make is invoked in a
different directory, don't use #include "foo" in IDL files.
Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
-> testshl2
|
|
2009-04-21 13:42:45 +0200 sb r271035 : removed obsolete psprint dependency
2009-04-21 10:33:31 +0200 sb r271024 : changes to previous -c270971 so that build does not break for USE_SHELL!=bash (but instead resulting bridgetest_xxx scripts are nonfunctional)
2009-04-21 08:56:48 +0200 sb r271017 : merged in cws/sb107 -c 268250 (avoid warnings about format specifier and argument mismatch (on 64bit debug builds))
2009-04-20 16:42:27 +0200 sb r270995 : #i98625# add make_xxx functions for C++ representations of UNO polystructs; fixed and adapted tests (patch by thb, slightly adapted)
2009-04-20 14:23:45 +0200 sb r270981 : #i84751# selective performance improvements (patch by mmeeks, slightly adapted)
2009-04-20 13:39:50 +0200 sb r270978 : #i99711# removed dead code (patch by cmc, slightly modified)
2009-04-20 11:59:39 +0200 sb r270972 : #i97975# avoid crashes during shutdown (patch by cmc, slightly modified)
2009-04-20 11:57:52 +0200 sb r270971 : made tests work again after LD_LIBRARY_PATH clean up
2009-04-20 09:49:32 +0200 sb r270963 : #i95593# made tests work again after LD_LIBRARY_PATH cleanup
2009-04-17 13:52:33 +0200 sb r270941 : merged in cws/sb107 -c 270023 (added svn:ignore)
2009-04-15 13:46:24 +0200 sb r270841 : #i92131# dead code elimination (based on a patch by cmc)
2009-04-15 13:29:27 +0200 sb r270839 : #i100743# use a FastLess for the Data map (based on a patch my mmeeks)
2009-04-15 13:12:11 +0200 sb r270837 : #i100583# dead code elimination (patch by cmc)
2009-04-15 13:02:19 +0200 sb r270835 : avoid bogus Solaris C++ compiler warning when building with debug=x
2009-04-15 11:49:46 +0200 sb r270828 : adapted to cleared LD_LIBRARY_PATH
2009-04-15 10:49:48 +0200 sb r270826 : #i101101# for performance reasons, do not put ComponentContext in unsafe appartment
2009-04-15 10:08:20 +0200 sb r270824 : #i99113# removed duplicated stocservices.uno lib from basis layer
|
|
2008/03/31 07:22:56 rt 1.4.80.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:22:56 rt 1.3.80.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:22:56 rt 1.5.52.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:22:55 rt 1.3.80.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:22:55 rt 1.9.20.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:22:55 rt 1.11.20.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:22:55 rt 1.5.80.1: #i87441# Change license header to LPGL v3.
|
|
2007/07/19 11:41:11 jsc 1.8.30.1: #i76838# extend test
|
|
2007/07/19 11:41:11 jsc 1.10.20.1: #i76838# extend test
|
|
2006/09/01 17:19:25 kaib 1.9.6.1: #i68856# Added header markers and pch files
|
|
2006/07/10 14:48:26 sb 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED
2006/07/10 13:46:15 sb 1.6.32.1: #i65328# Adapted to UNOIDL change that no two service constructors can have the same parameter signature; simplified.
|
|
2006/07/10 14:48:18 sb 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED
2006/07/10 13:46:15 sb 1.7.32.1: #i65328# Adapted to UNOIDL change that no two service constructors can have the same parameter signature; simplified.
|
|
2005/09/22 22:30:52 sb 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED
2005/09/14 12:02:35 sb 1.5.16.1: #i53898# Improved tests.
|
|
2005/09/22 22:30:40 sb 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED
2005/09/14 12:02:35 sb 1.6.16.1: #i53898# Improved tests.
|
|
2006/03/16 10:14:48 sb 1.4.28.1: #i62098# Adapted to tightened idlc rules about similar service constructors.
|
|
2006/03/16 10:57:58 sb 1.4.28.2: #i62303# As a special case, let com.sun.star.lang.XEventListener extend java.utilEventListener.
2006/03/16 10:14:48 sb 1.4.28.1: #i62098# Adapted to tightened idlc rules about similar service constructors.
|
|
2005/09/05 17:28:13 rt 1.3.26.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 17:28:13 rt 1.2.42.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 17:28:12 rt 1.3.42.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 17:28:12 rt 1.2.50.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 17:28:11 rt 1.2.42.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 17:28:11 rt 1.5.14.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 17:28:11 rt 1.6.14.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 17:28:10 rt 1.4.20.1: #i54170# Change license header: remove SISSL
|
|
2005/01/04 10:01:59 sb 1.4.8.1: #i38790# Suppress C++ compiler warnings about (un)signedness of -2^31 and -2^63 integer literals in generated .hdl files.
|
|
2005/01/04 10:01:59 sb 1.5.8.1: #i38790# Suppress C++ compiler warnings about (un)signedness of -2^31 and -2^63 integer literals in generated .hdl files.
|
|
2004/10/13 12:10:18 sb 1.3.26.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
|
|
2004/10/13 12:10:17 sb 1.4.14.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
|
|
2004/10/13 12:10:17 sb 1.3.26.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
|
|
2004/08/12 15:34:17 sb 1.2.20.2: #i32158# Changed tests to no longer use unsigned types as template arguments.
2004/08/03 09:42:33 sb 1.2.20.1: #i32148# Fixed typo; added test cases.
|
|
2004/08/03 09:42:33 sb 1.2.20.1: #i32148# Fixed typo; added test cases.
|
|
2004/07/06 13:00:04 sb 1.3.4.1: #i31129# New getCppuType template that favors UNO type CHAR (sal_Unicode) over UNO type UNSIGNED SHORT (sal_uInt16), in case both have the same underlying C++ type.
|
|
2004/05/07 12:20:40 sb 1.1.2.1: #i21150# Check that generated class files support new Java 1.5 features.
|