Commit graph

26 commits

Author SHA1 Message Date
Jens-Heiner Rechtien
a22cd10d1a INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2005/09/23 00:09:22 sb 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED
2005/09/13 13:29:04 sb 1.3.14.1: #i53898# Fixed handling of integral literals.
2006-06-20 02:52:24 +00:00
Jens-Heiner Rechtien
ab875e38c1 INTEGRATION: CWS sb49 (1.3.20); FILE MERGED
2006/03/16 10:13:00 sb 1.3.20.2: #i62098# Fixed previous fix (and added a testcase).
2006/03/15 16:21:33 sb 1.3.20.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.
2006-04-19 12:46:41 +00:00
Rüdiger Timm
69115760bd INTEGRATION: CWS jl31 (1.4.18); FILE MERGED
2006/02/20 15:58:28 sb 1.4.18.1: #i62339# Forbid any unsigned types (i.e., not just UNSIGNED SHORT/LONG/HYPER, but also sequences of such) as type arguments of instantiated polymorphic struct types.
2006-03-09 09:49:05 +00:00
Rüdiger Timm
0e50a91b7c INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED
2005/09/05 17:39:48 rt 1.2.34.1: #i54170# Change license header: remove SISSL
2005-09-07 17:19:49 +00:00
Rüdiger Timm
9b117d69e0 INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED
2005/09/05 17:39:47 rt 1.3.20.1: #i54170# Change license header: remove SISSL
2005-09-07 17:19:24 +00:00
Rüdiger Timm
b52503612c INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED
2005/09/05 17:39:47 rt 1.2.34.1: #i54170# Change license header: remove SISSL
2005-09-07 17:19:08 +00:00
Rüdiger Timm
5be10a8da2 INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED
2005/09/05 17:39:47 rt 1.2.44.1: #i54170# Change license header: remove SISSL
2005-09-07 17:18:33 +00:00
Rüdiger Timm
59d9e5a7cf INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED
2005/09/05 17:39:47 rt 1.3.34.1: #i54170# Change license header: remove SISSL
2005-09-07 17:18:11 +00:00
Rüdiger Timm
3e12a8a769 INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED
2005/09/05 17:39:46 rt 1.3.34.1: #i54170# Change license header: remove SISSL
2005-09-07 17:17:53 +00:00
Rüdiger Timm
7ca92998e0 INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED
2005/09/05 17:39:46 rt 1.2.44.1: #i54170# Change license header: remove SISSL
2005-09-07 17:17:34 +00:00
Rüdiger Timm
78eb1e26f0 INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED
2005/09/05 17:39:46 rt 1.3.16.1: #i54170# Change license header: remove SISSL
2005-09-07 17:17:17 +00:00
Kurt Zenker
874cb54b64 INTEGRATION: CWS sb28 (1.2.22); FILE MERGED
2005/01/03 16:38:01 sb 1.2.22.1: #i28722# Removed support for char and string constants.
2005-01-18 12:35:26 +00:00
Rüdiger Timm
3076b0cffe INTEGRATION: CWS sb21 (1.2.16); FILE MERGED
2004/08/05 13:21:38 sb 1.2.16.1: #i31370# Better detect recursive uses of polymorphic struct types.
2004-08-20 08:21:10 +00:00
Rüdiger Timm
af7d272cb5 INTEGRATION: CWS sb21 (1.2.16); FILE MERGED
2004/08/05 15:13:26 sb 1.2.16.2: #i32158# Using an unsigned integer type as a type argument is now an error.
2004/08/05 13:21:38 sb 1.2.16.1: #i31370# Better detect recursive uses of polymorphic struct types.
2004-08-20 08:20:54 +00:00
Oliver Bolte
99f1759e95 INTEGRATION: CWS sb18 (1.1.2); FILE ADDED
2004/04/14 08:52:32 sb 1.1.2.2: #i21150# Added support for polymorphic struct types.
2004/04/08 14:38:20 sb 1.1.2.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.
2004-06-03 14:13:30 +00:00
Oliver Bolte
d3dd4081ba INTEGRATION: CWS sb18 (1.1.2); FILE ADDED
2004/04/14 11:56:59 sb 1.1.2.2: #i21150# A struct type S cannot have members of type S.
2004/04/14 08:52:52 sb 1.1.2.1: #i21150# Added support for polymorphic struct types.
2004-06-03 14:13:13 +00:00
Oliver Bolte
d22ea7ceb4 INTEGRATION: CWS sb18 (1.1.2); FILE ADDED
2004/05/19 08:56:09 sb 1.1.2.2: #i21150# Check that an unpublished entity is not used in the declaration of a published entity.
2004/05/19 06:44:00 sb 1.1.2.1: #i21150# Added new feature: published.
2004-06-03 14:12:58 +00:00
Oliver Bolte
ba4d49a762 INTEGRATION: CWS sb18 (1.1.2); FILE ADDED
2004/04/26 12:17:43 sb 1.1.2.4: #i21150# Forbid polymorphic struct type templates with base types.
2004/04/14 11:56:59 sb 1.1.2.3: #i21150# A struct type S cannot have members of type S.
2004/04/14 08:52:31 sb 1.1.2.2: #i21150# Added support for polymorphic struct types.
2004/04/08 14:38:30 sb 1.1.2.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.
2004-06-03 14:12:44 +00:00
Oliver Bolte
278930f0cc INTEGRATION: CWS sb18 (1.2.4); FILE MERGED
2004/05/19 14:21:19 sb 1.2.4.5: #i21150# Moved exittest.pl to solenv/bin/exectest.pl.
2004/05/18 15:36:51 sb 1.2.4.4: #i21150# Added new feature: published.
2004/05/14 12:31:57 sb 1.2.4.3: #i21150# Added constant tests.
2004/04/14 08:52:31 sb 1.2.4.2: #i21150# Added support for polymorphic struct types.
2004/04/08 14:37:18 sb 1.2.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.
2004-06-03 14:12:33 +00:00
Oliver Bolte
a39210b5a3 INTEGRATION: CWS sb18 (1.2.4); FILE MERGED
2004/04/08 14:37:18 sb 1.2.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.
2004-06-03 14:12:17 +00:00
Oliver Bolte
69e1ce2275 INTEGRATION: CWS sb18 (1.1.2); FILE ADDED
2004/05/18 15:36:51 sb 1.1.2.2: #i21150# Added new feature: published.
2004/05/14 12:32:15 sb 1.1.2.1: #i21150# Added constant tests.
2004-06-03 14:11:38 +00:00
Rüdiger Timm
ecb2b5c5ce INTEGRATION: CWS sb14 (1.1.2); FILE ADDED
2004/03/05 08:35:22 sb 1.1.2.2: #i21150# Support for rest parameters; clean up.
2004/03/01 13:01:52 sb 1.1.2.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.
2004-03-30 15:49:56 +00:00
Rüdiger Timm
19aac35148 INTEGRATION: CWS sb14 (1.1.2); FILE ADDED
2004/03/18 14:19:19 sb 1.1.2.5: #i26602# Fix for Windows.
2004/03/15 09:53:58 sb 1.1.2.4: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.
2004/03/12 14:30:30 sb 1.1.2.3: #i21150# Added support for extended attributes (still need to fix TODO in AstAttribute::dumpBlob.
2004/03/05 08:35:22 sb 1.1.2.2: #i21150# Support for rest parameters; clean up.
2004/03/01 13:01:37 sb 1.1.2.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.
2004-03-30 15:49:45 +00:00
Rüdiger Timm
854d096ccd INTEGRATION: CWS sb14 (1.1.2); FILE ADDED
2004/03/16 17:25:24 sb 1.1.2.3: #i21150# Fixed some minor mistakes.
2004/03/05 08:35:21 sb 1.1.2.2: #i21150# Support for rest parameters; clean up.
2004/03/01 13:01:23 sb 1.1.2.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.
2004-03-30 15:49:33 +00:00
Rüdiger Timm
1e884b6b0e INTEGRATION: CWS sb14 (1.1.2); FILE ADDED
2004/03/05 08:35:57 sb 1.1.2.1: #i21150# Support for rest parameters; clean up.
2004-03-30 15:49:11 +00:00
Rüdiger Timm
d778cdf666 INTEGRATION: CWS sb14 (1.1.2); FILE ADDED
2004/03/15 09:54:49 sb 1.1.2.1: #i21150# Added support for bound interface attributes (renamed from attributeexceptions.tests).
2004-03-30 15:49:00 +00:00