summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
Commit message (Expand)AuthorAgeFilesLines
* Fix Coverity IssueFred Hornsey2021-07-231-1/+1
* Refactor DRV_cpp_putarg to Avoid ACE_TCHARFred Hornsey2021-07-221-45/+43
* Escape Double Quotes in tao_idl PP Args on WindowsFred Hornsey2021-07-221-5/+61
* Header File for TAO_IDL Supported IDL FeaturesFred Hornsey2021-07-204-10/+35
* Merge pull request #1593 from mitza-oci/install-relativeAdam Mitz2021-07-091-3/+3
|\
| * make install: use relative links in prefix/shareAdam Mitz2021-07-081-3/+3
* | Replace a Stray nullptr with 0Fred Hornsey2021-07-081-1/+1
* | ast_expression.cpp: Fix Uninitialized ValueFred Hornsey2021-07-081-9/+7
* | TAO/TAO_IDL/regen.pl: Exit with ErrorFred Hornsey2021-07-083-4/+12
* | Attempt to Fix Coverity Issues from #840Fred Hornsey2021-07-083-512/+390
* | Fix Integer Literals for WindowsFred Hornsey2021-07-083-22/+28
* | IDLv4 Explicitly-named Integer TypesFred Hornsey2021-07-0838-4603/+4965
* | applying suggested whitespace changes.Phil Mesnier2021-06-151-3/+3
* | Fuzz fixPhil Mesnier2021-06-141-2/+0
* | Fix and test for incorrect handling of empty enum-based union labels that hap...Phil Mesnier2021-06-141-10/+6
* | Remove Support MacroFred Hornsey2021-04-271-2/+0
* | Support C++ Keywords in DCPS_DATA_SEQUENCE_TYPEFred Hornsey2021-04-272-18/+5
* | fix wstring coerce leak in tao_idlTimothy Simpson2021-04-122-449/+467
* | tao_idl: ACE logging with %p requires an additional varargs argument, %m doesn'tAdam Mitz2021-01-211-13/+13
* | tao_idl: when invoking preproc don't add quotes to args that already have themAdam Mitz2021-01-211-1/+1
|/
* Remove usage of narrow_from_decl/narrow_from_scope and replace them with dyna...Johnny Willemsen2020-09-18246-1369/+1227
* Removed old cidlc commentsJohnny Willemsen2020-09-1714-27/+13
* Removed unnecessary semicolon after ACE_UNIMPLEMENTED_FUNCJohnny Willemsen2020-08-301-4/+4
* Layout changeJohnny Willemsen2020-08-281-1/+1
* Generate also a private move constructor/assignment and use ACE_UNIMPLEMENTED...Johnny Willemsen2020-08-281-5/+12
* Remove the helper function pseudo_filenameKnut Petter Svendsen2020-07-301-17/+8
* Break lines and add constKnut Petter Svendsen2020-07-281-10/+10
* Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-07-281-1/+1
* Fixup after reviewKnut Petter Svendsen2020-07-281-9/+12
* Remove code to provoke bugKnut Petter Svendsen2020-07-271-1/+0
* OldState needs to work on a copy of idl_global->filename() to prevent segfaultKnut Petter Svendsen2020-07-271-1/+1
* Extract helper functionKnut Petter Svendsen2020-07-271-5/+12
* Provoke bug in OldState helper classKnut Petter Svendsen2020-07-271-0/+1
* Reduce amount of statics generated, just generate the count directly.Johnny Willemsen2020-07-193-28/+22
* Generate constants directly in the code where used instead of static constsJohnny Willemsen2020-07-092-11/+9
* tao_idl: only write "processing <filename>" to stderr in verbose modeAdam Mitz2020-06-141-1/+2
* Change Anonymous Type MessagesFred Hornsey2020-06-114-5/+17
* Simplify Calls to anonymous_type_diagnosticFred Hornsey2020-06-113-520/+484
* TAO IDL FE: override for IDL4 anon_type_diagnosticFred Hornsey2020-06-102-10/+19
* Respond to Review in #1135Fred Hornsey2020-06-051-2/+2
* Merge remote-tracking branch 'upstream/master' into igtd/anon_typesFred Hornsey2020-06-058-3091/+3298
|\
| * More Fixes for #1125Fred Hornsey2020-06-032-270/+274
| * Fixes for #1125Fred Hornsey2020-06-012-913/+917
| * Tweak TAO_IDL/docs/annotations.mdFred Hornsey2020-05-291-3/+3
| * TAO IDL FE: Respond to Review in #1125Fred Hornsey2020-05-293-859/+865
| * TAO IDL FE: Extended Annotation SupportFred Hornsey2020-05-296-3081/+3255
| * tao_idl: Record lineno of errors and warningsFred Hornsey2020-05-282-3/+22
* | TAO IDL FE: Use Existing Anon Type Feature in IDL4Fred Hornsey2020-05-292-5/+10
|/
* Fixed warning for maybe-uninitializedKnut Petter Svendsen2020-05-271-0/+1
* Regenerated with bison 3.6.2Johnny Willemsen2020-05-252-1586/+1956