summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/idl.yy.cpp
Commit message (Expand)AuthorAgeFilesLines
* More cleanupJohnny Willemsen2023-01-151-1/+1
* Removed OpenVMS supportJohnny Willemsen2023-01-141-25/+0
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-221-18/+18
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-131-17/+17
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-101-1/+0
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-101-11/+0
* Merge pull request #840 from iguessthislldo/igtd/stdintFred Hornsey2021-06-301-754/+990
|\
| * Merge remote-tracking branch 'upstream/master' into igtd/stdintFred Hornsey2021-06-071-32/+33
| |\
| * | tao_idl: Committing Parser as isFred Hornsey2019-06-071-754/+990
* | | Make use of nullptr, removed redundant cast, const changes, layout changesJohnny Willemsen2021-06-281-13/+9
| |/ |/|
* | fix wstring coerce leak in tao_idlTimothy Simpson2021-04-161-80/+80
* | Use bool literals in tao_idlJohnny Willemsen2020-12-081-8/+8
* | Remove redundant void from tao_idlJohnny Willemsen2020-12-071-31/+31
* | Use nullptr instead of 0 in tao_idlJohnny Willemsen2020-12-071-41/+41
* | TAO IDL FE: Extended Annotation SupportFred Hornsey2020-05-291-6/+6
* | Removed left over ACE_CDR_LONGLONG_INITIALIZER, related to #1090Johnny Willemsen2020-04-291-6/+6
* | Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed an emula...Johnny Willemsen2020-04-251-1/+1
* | TAO_IDL: Fix Memory Leak of Wide String LiteralFred Hornsey2019-11-011-31/+32
|/
* tao_idl: annotation declarationsFred Hornsey2018-11-191-240/+243
* tao_idl: AST_Annotation -> AST_Annotation_ApplFred Hornsey2018-10-121-1/+1
* tao_idl: Fix struct member grammerFred Hornsey2018-10-121-1/+1
* tao_idl: annotation params in ASTFred Hornsey2018-10-031-119/+120
* tao_idl: Update Bison/Flex generated codeFred Hornsey2018-09-191-577/+595
* Address https://github.com/DOCGroup/ACE_TAO/issues/571 :Oliver Kellogg2018-02-181-549/+496
* Followup to PR #565: Address new conversion warning atOliver Kellogg2018-01-241-1020/+1240
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3940#c4Oliver Kellogg2018-01-161-560/+629
* Remove some more occurences of registerJohnny Willemsen2017-06-261-20/+20
* Fix MSVC integer conversion warnings.Martin Corino2015-06-021-13/+13
* ACE_CDR::Fixed-related warning on android and error on VMS.Adam Mitz2015-04-271-116/+120
* Restored changes to flex/bison output files.Adam Mitz2015-04-221-5/+30
* Fixed lexer issues with rules that don't end in break or return.Adam Mitz2015-04-171-336/+13
* Debugging lexer and parser. Fixed some warnings.Adam Mitz2015-04-171-6/+332
* Work in progress on supporting the fixed type in ACE_CDR and TAO_IDL_FE.Adam Mitz2015-03-271-39/+37
* Removed the need to patch the output of flex, let the sed commands handle it.Adam Mitz2015-03-251-1/+1
* Cleanup and make it compile.Adam Mitz2015-03-251-3/+3
* Started lexer and parser changes for IDL "fixed" datatype.Adam Mitz2015-03-241-0/+3978