1 commit 8f7fa3d6e2ae2e10690e8d54197ff716d5344d77
2 Author: Johnny Willemsen <jwillemsen@remedy.nl>
3 Date: Mon Aug 2 16:00:46 2021 +0200
7 commit 648d530d787acf85b9b85f0e30f3ed114ff10294
8 Merge: 4a2d6b0bd3f e3bafb9e3cb
9 Author: Adam Mitz <mitza@objectcomputing.com>
10 Date: Fri Jul 23 18:11:40 2021 -0500
12 Merge pull request #1634 from iguessthislldo/igtd/idl-features6
14 [ACE6] Fix Coverity Issue
16 commit e3bafb9e3cbedcdd7d4c6fb48e61101b92b390fe
17 Author: Fred Hornsey <hornseyf@objectcomputing.com>
18 Date: Fri Jul 23 11:55:34 2021 -0500
22 commit 4a2d6b0bd3f50e7628fbed8ce58eb520685b578d
23 Merge: ac9ef6c7bb4 dc2f407fabf
24 Author: Fred Hornsey <hornseyf@objectcomputing.com>
25 Date: Thu Jul 22 18:34:10 2021 -0500
27 Merge pull request #1630 from mitza-oci/taoidlfe
29 [ACE6] Updated tao_idl_fe base project
31 commit d082b97a344ac018d29ca2696bdf265a44148160
32 Author: Fred Hornsey <hornseyf@objectcomputing.com>
33 Date: Thu Jul 22 15:24:09 2021 -0500
35 Refactor DRV_cpp_putarg to Avoid ACE_TCHAR
37 commit dc2f407fabf64f80154b6b61bd7db6fb54b8f2c5
38 Author: Adam Mitz <mitza@objectcomputing.com>
39 Date: Thu Jul 22 15:00:34 2021 -0500
41 Updated tao_idl_fe base project.
43 Projects that use tao_idl_fe need TAO_ROOT on preprocessor include
44 path, due to the recent change to idl_defines.h including
45 idl_features.h from tao.
47 commit 5fb27b193352b656f91a609b8d57806b536cd9ab
48 Author: Fred Hornsey <hornseyf@objectcomputing.com>
49 Date: Thu Jul 22 02:39:57 2021 -0500
51 Escape Double Quotes in tao_idl PP Args on Windows
53 This is a backport of https://github.com/DOCGroup/ACE_TAO/pull/1627
55 commit 8620f1886211103da60154c16e55149f1b9862ad
56 Author: Fred Hornsey <hornseyf@objectcomputing.com>
57 Date: Tue Jul 20 20:39:18 2021 -0500
59 Header File for TAO_IDL Supported IDL Features
61 Backport of https://github.com/DOCGroup/ACE_TAO/pull/1621
63 Get information about what the IDL compiler is capable of, similarly to
64 the "version" standard header in C++.
66 In C++ it can be used like this if you want to be compatible with older
70 #include "tao/orbconf.h"
71 #if defined TAO_HAS_IDL_FEATURES && TAO_HAS_IDL_FEATURES
72 // Use this macro if you are using something that's not the max possible
74 # define TAO_IDL_IDL_VERSION 0x30000
75 # include "tao/idl_features.h"
76 # if defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE
82 In IDL it can be used like this if you want to be compatible with older
86 #if defined __TAO_IDL_FEATURES
87 # include __TAO_IDL_FEATURES
88 # if defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE
94 commit 27718b5ac6bd219a4cf0ebdc1182c396ee40eb17
95 Merge: 8dafd144835 b23362324e9
96 Author: Adam Mitz <mitza@objectcomputing.com>
97 Date: Fri Jul 9 14:41:27 2021 -0500
99 Merge pull request #1593 from mitza-oci/install-relative
101 [ACE 6] make install: use relative links in prefix/share
103 commit 8d789a12c3180f0308105054eeead7f5c181811c
104 Author: Fred Hornsey <hornseyf@objectcomputing.com>
105 Date: Fri Jul 9 14:25:27 2021 -0500
109 commit 3675e79e90533dfc63626ee0c4f0116d1ae9c902
110 Author: Fred Hornsey <hornseyf@objectcomputing.com>
111 Date: Thu Jul 8 22:30:42 2021 -0500
113 Replace a Stray nullptr with 0
115 commit 74641777190b74d7e2b2e7a142299771f1086289
116 Author: Fred Hornsey <hornseyf@objectcomputing.com>
117 Date: Thu Jul 8 20:22:38 2021 -0500
119 ast_expression.cpp: Fix Uninitialized Value
121 commit 2100bb4d9d73a251171b0d3808c059483314b885
122 Author: Fred Hornsey <hornseyf@objectcomputing.com>
123 Date: Thu Jul 8 19:31:41 2021 -0500
125 TAO/TAO_IDL/regen.pl: Exit with Error
127 commit 860746a594bf7bd04ee2501a8d8b5c7d678934c7
128 Author: Fred Hornsey <hornseyf@objectcomputing.com>
129 Date: Thu Jul 8 17:26:09 2021 -0500
131 Attempt to Fix Coverity Issues from #840
133 https://github.com/DOCGroup/ACE_TAO/pull/840
135 Because the main set of issues in `coerce_value` was caused by applying
136 the existing pattern, the issues caused by the existing code should also
139 commit 1655769f404204483e8ee28a686f765df332be71
140 Author: Fred Hornsey <hornseyf@objectcomputing.com>
141 Date: Thu Jul 1 14:41:42 2021 -0500
143 Fix Integer Literals for Windows
145 commit 90531b1dd0bcf226497542cd414c4a3b03456c10
146 Author: Claus Klein <claus.klein@rohde-schwarz.com>
147 Date: Tue Jul 6 16:32:48 2021 +0200
149 add missed header Basic_Types_IDLv4 to list
151 commit 2cbdf73f5418ef30639750f25ca5a1362f943a24
152 Author: Fred Hornsey <hornseyf@objectcomputing.com>
153 Date: Thu Jul 8 19:22:31 2021 -0500
155 IDLv4 Explicitly-named Integer Types
157 Ported from https://github.com/DOCGroup/ACE_TAO/pull/840 to ACE6/TAO2.
158 Also regenerated with Bison 3.7.6 at the same time like in
159 d5819180d02d76ed3c14c421f02ad69c4d0bab9e in
160 https://github.com/DOCGroup/ACE_TAO/pull/1594
162 commit b23362324e929b731f3908c2f1d458d16c524f49
163 Author: Adam Mitz <mitza@objectcomputing.com>
164 Date: Thu Jul 8 14:04:25 2021 -0500
166 make install: use relative links in prefix/share
168 commit 9b6353b6f0b64b46099ef57cb8e6305f6ea0cabc
169 Author: Phil Mesnier <mesnierp@ociweb.com>
170 Date: Tue Jun 15 13:38:28 2021 -0500
172 more whitespace cleanup
174 Co-authored-by: Fred Hornsey <hornseyf@objectcomputing.com>
176 commit b1f713b0baf1e199151ae5b54cdbbe8a159cbc1a
177 Author: Phil Mesnier <mesnierp@objectcomputing.com>
178 Date: Tue Jun 15 08:22:10 2021 -0500
180 applying suggested whitespace changes.
182 commit 2e2cb43b91ee0c0903feb7a25f33f98bffb01931
183 Author: Phil Mesnier <mesnierp@objectcomputing.com>
184 Date: Mon Jun 14 17:00:30 2021 -0500
188 commit f39d2560e0c5d304fee5cd90b2ec9e52c1482e69
189 Author: Phil Mesnier <mesnierp@objectcomputing.com>
190 Date: Mon Jun 14 16:51:26 2021 -0500
192 Fix and test for incorrect handling of empty enum-based union labels that happen to alias the default case.