Age | Commit message (Collapse) | Author |
|
...as there are typically no direct calls to it anyway. What is apparently
needed is to decorate the cppumaker-generated headers instead:
* cppumaker obtains deprecation-information from the documentation strings in
.rdb files. As these are normally generated by idlc without documentation
included (no -C), idlc got changed to nevertheless contain documentation
consisting of just "@deprecated" in this case, to allow to easily tunnel this
information to cppumaker always.
* The mechanism of parsing for "@deprecated" in documentation strings is
somewhat crude, of course.
* For now, cppumaker only decorates C++ functions that correspond to UNOIDL
interface attributes and methods. More should be possible (but, e.g., being
able to decorate a complete C++ class corresponding to a deprecated UNOIDL
interface type depends on whether all platforms would accept
SAL_DEPRECATED_INTERNAL at the same position in a C++ class declaration.
* This could also be extended to other languages than C++/cppumaker.
* Always using SAL_DEPRECATED_INERNAL instead of SAL_DEPRECATED for decoration
is to keep things simple and our codebase working. Improvements are possible
here, too, of course.
Change-Id: Ia2917892f780d477652e4cd9f286588a6898c3f5
|
|
118568: switch to using ucpp
Patch contributed by Juergen Schmidt
http://svn.apache.org/viewvc?view=revision&revision=1209396
|
|
Part XXI
Modules
i18npool, idl, idlc, io, javaunohelper, jvmaccess
|
|
|
|
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)
|
|
2008/04/01 15:20:34 thb 1.11.40.3: #i85898# Stripping all external header guards
2008/04/01 12:31:28 thb 1.11.40.2: #i85898# Stripping all external header guards
2008/03/31 07:23:50 rt 1.11.40.1: #i87441# Change license header to LPGL v3.
|
|
2007/01/22 15:50:37 jsc 1.10.20.1: #i73482# implement new helper functions
|
|
2006/09/01 17:31:12 kaib 1.9.8.1: #i68856# Added header markers and pch files
|
|
2005/09/23 00:03:28 sb 1.7.30.3: RESYNC: (1.7-1.8); FILE MERGED
2005/08/29 16:43:44 sb 1.7.30.2: #i53898# Fixed previous modification.
2005/08/29 14:14:22 sb 1.7.30.1: #i53898# Made code warning-free.
|
|
2005/09/05 17:39:37 rt 1.7.32.1: #i54170# Change license header: remove SISSL
|
|
2004/05/18 15:36:49 sb 1.6.4.4: #i21150# Added new feature: published.
2004/04/21 15:55:10 sb 1.6.4.3: #i21150# Cleaned up nomenclature of polymorphic struct types.
2004/04/14 08:52:28 sb 1.6.4.2: #i21150# Added support for polymorphic struct types.
2004/04/08 14:37:15 sb 1.6.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.
|
|
2004/03/15 09:53:55 sb 1.5.92.3: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.
2004/03/05 08:35:18 sb 1.5.92.2: #i21150# Support for rest parameters; clean up.
2004/03/01 12:59:22 sb 1.5.92.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.
|
|
|
|
|
|
|
|
|
|
|