summaryrefslogtreecommitdiff
path: root/idlc/source/astdump.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-3/+3
...that had once been workarounds for compilers that did not yet support the C++98 scoping rules for declarations in for-init-statements. Change-Id: I51dc42982b30bf3adea6de1a10a91c0b4b4acfbe
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
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 Hallot1-4/+4
Part XXI Modules i18npool, idl, idlc, io, javaunohelper, jvmaccess
2011-11-27remove include of pch header from idlcNorbert Thiebaud1-2/+0
2011-10-07remove dead code in astdump.cxx (in idlc dir).Pierre-André Jacquod1-45/+26
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]1-4/+1
2010-03-04mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to ↵Matthias Huetsch [mhu]1-0/+4
avoid redundant closeKey()/flush() calls.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.14.58); FILE MERGEDRüdiger Timm1-42/+18
2008/04/01 12:31:28 thb 1.14.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:50 rt 1.14.58.1: #i87441# Change license header to LPGL v3.
2006-09-17INTEGRATION: CWS pchfix02 (1.13.20); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:31:12 kaib 1.13.20.1: #i68856# Added header markers and pch files
2006-01-31INTEGRATION: CWS jsc4 (1.12.10); FILE MERGEDKurt Zenker1-6/+2
2006/01/25 11:36:19 jsc 1.12.10.1: #i61138# include singleton type info in normal type library
2005-09-07INTEGRATION: CWS ooo19126 (1.11.14); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:39:37 rt 1.11.14.1: #i54170# Change license header: remove SISSL
2005-01-31INTEGRATION: CWS sdksample (1.10.12); FILE MERGEDRüdiger Timm1-31/+31
2004/11/26 16:17:01 jsc 1.10.12.2: #i29966# remove to optimistic API change 2004/10/27 16:00:39 jsc 1.10.12.1: #i30346# replace static_cast -> integrated patch
2004-07-23INTEGRATION: CWS sb20 (1.9.8); FILE MERGEDRüdiger Timm1-2/+12
2004/07/08 09:14:44 sb 1.9.8.1: #i29741# Allow for single-interface--based services that have neither explicit nor implicit constructors.
2004-06-03INTEGRATION: CWS sb18 (1.8.4); FILE MERGEDOliver Bolte1-15/+30
2004/05/18 15:36:49 sb 1.8.4.3: #i21150# Added new feature: published. 2004/05/18 09:09:10 sb 1.8.4.2: #i21150# Handle documentation of interface attribute getters and setters. 2004/04/08 14:37:15 sb 1.8.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.
2004-03-30INTEGRATION: CWS sb14 (1.7.4); FILE MERGEDRüdiger Timm1-184/+220
2004/03/16 17:25:23 sb 1.7.4.7: #i21150# Fixed some minor mistakes. 2004/03/15 16:01:59 sb 1.7.4.6: #i21150# Dumping extended interface attributes. 2004/03/15 09:53:56 sb 1.7.4.5: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/12 14:30:29 sb 1.7.4.4: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob. 2004/03/05 08:35:18 sb 1.7.4.3: #i21150# Support for rest parameters; clean up. 2004/03/01 12:59:23 sb 1.7.4.2: #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. 2004/02/19 14:06:49 sb 1.7.4.1: #i21150# Support for single-interface--based services and interface-based singletons; always generate output for all services and for interface-based singletons, even if no -C is given.
2004-02-03INTEGRATION: CWS sb10 (1.6.44); FILE MERGEDJens-Heiner Rechtien1-12/+12
2003/12/10 09:01:20 sb 1.6.44.3: #114000# Reverted the feature to dump service descriptions even if no -C is given. 2003/10/31 10:47:42 sb 1.6.44.2: #112870# Correctly write out empty service descriptions. 2003/10/30 09:14:33 sb 1.6.44.1: #112870# Added preliminary code generation for services.
2002-11-13#105083# correct singleton outputJuergen Schmidt1-4/+6
2001-11-09#94545# dump optional flag for servicemembers into the registryJuergen Schmidt1-3/+4
2001-08-30#91718# change warning,error outputJuergen Schmidt1-10/+10
2001-05-18#87233# insert singletonJuergen Schmidt1-87/+113
2001-04-11performance optimization, stl iteratorsJuergen Schmidt1-5/+5
2001-03-15newJuergen Schmidt1-0/+414