summaryrefslogtreecommitdiff
path: root/idlc/source/astdeclaration.cxx
AgeCommit message (Collapse)Author
2012-11-23Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointlessStephan Bergmann
...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
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot
Part XXI Modules i18npool, idl, idlc, io, javaunohelper, jvmaccess
2011-11-27remove include of pch header from idlcNorbert Thiebaud
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.11.40); FILE MERGEDRüdiger Timm
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-25INTEGRATION: CWS jsc17 (1.10.20); FILE MERGEDOliver Bolte
2007/01/22 15:50:37 jsc 1.10.20.1: #i73482# implement new helper functions
2006-09-17INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGEDOliver Bolte
2006/09/01 17:31:12 kaib 1.9.8.1: #i68856# Added header markers and pch files
2006-06-20INTEGRATION: CWS warnings01 (1.7.30); FILE MERGEDJens-Heiner Rechtien
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-07INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGEDRüdiger Timm
2005/09/05 17:39:37 rt 1.7.32.1: #i54170# Change license header: remove SISSL
2004-06-03INTEGRATION: CWS sb18 (1.6.4); FILE MERGEDOliver Bolte
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-30INTEGRATION: CWS sb14 (1.5.92); FILE MERGEDRüdiger Timm
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.
2001-05-18#87233# insert singletonJuergen Schmidt
2001-05-10corrected an index errorPhilipp Lohmann
2001-05-10osl string api changesPhilipp Lohmann
2001-04-11performance optimization, stl iteratorsJuergen Schmidt
2001-03-15newJuergen Schmidt