summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/idl.tab.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed HPUX supportJohnny Willemsen2023-01-151-12/+0
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-131-4/+4
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-101-1/+0
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-091-4/+0
* Regenerate with Bison 3.7.6Fred Hornsey2021-07-081-1222/+1042
* Merge remote-tracking branch 'upstream/master' into igtd/stdintFred Hornsey2021-06-071-3881/+4401
|\
| * fix wstring coerce leak in tao_idlTimothy Simpson2021-04-161-938/+947
| * Use bool literals in tao_idlJohnny Willemsen2020-12-081-9/+9
| * Remove redundant void from tao_idlJohnny Willemsen2020-12-071-3/+3
| * Use nullptr instead of 0 in tao_idlJohnny Willemsen2020-12-071-481/+481
| * Remove usage of narrow_from_decl/narrow_from_scope and replace them with dyna...Johnny Willemsen2020-09-181-53/+53
| * Simplify Calls to anonymous_type_diagnosticFred Hornsey2020-06-111-496/+478
| * More Fixes for #1125Fred Hornsey2020-06-031-270/+272
| * Fixes for #1125Fred Hornsey2020-06-011-906/+908
| * TAO IDL FE: Respond to Review in #1125Fred Hornsey2020-05-291-849/+851
| * TAO IDL FE: Extended Annotation SupportFred Hornsey2020-05-291-2762/+2839
| * Regenerated with bison 3.6.2Johnny Willemsen2020-05-251-1495/+1859
| * Fix for Annotation Param Scope IssueFred Hornsey2019-12-201-1069/+1073
| * TAO_IDL: Fix Memory Leak of Wide String LiteralFred Hornsey2019-11-011-732/+735
| * tao_idl: Respond to ReviewFred Hornsey2019-10-101-1094/+1078
| * tao_idl: annotations on interfaces and operationsFred Hornsey2019-10-041-2346/+2397
| * tao_idl: Fix Typo in idl.yppFred Hornsey2019-06-071-2/+2
| * tao_idl: Annotations cant class with C++ KeywordsFred Hornsey2019-06-061-705/+709
* | tao_idl: Committing Parser as isFred Hornsey2019-06-071-2092/+2239
|/
* TAO_IDL: Fix Memory Leaks Caused By AnnotationsFred Hornsey2019-01-311-1052/+1094
* Fix for invalid valuetype visibilityFred Hornsey2019-01-091-2249/+2231
* tao_idl: Easier to get enum name from exprFred Hornsey2018-12-071-741/+747
* tao_idl: Annotate Array Base TypeFred Hornsey2018-12-071-1275/+1262
* tao_idl: Update Grammer FileFred Hornsey2018-11-301-2131/+2183
* tao_idl: annotation declarationsFred Hornsey2018-11-191-2199/+2311
* tao_idl: Include recent changes in bison fileFred Hornsey2018-11-051-1075/+1087
* tao_idl: AST_Annotation -> AST_Annotation_ApplFred Hornsey2018-10-121-254/+254
* tao_idl: Fix struct member grammerFred Hornsey2018-10-121-1746/+1728
* tao_idl: Fix GrammarFred Hornsey2018-10-091-2736/+2397
* tao_idl: Make Various IDL Constructs AnnotatableFred Hornsey2018-10-041-1685/+1675
* tao_idl: annotation params in ASTFred Hornsey2018-10-031-1641/+1704
* tao_idl: Simple Annotations in ASTFred Hornsey2018-10-011-1638/+1667
* tao_idl: Update Bison/Flex generated codeFred Hornsey2018-09-191-2239/+2354
* TAO_IDL: simplified parser code generationAdam Mitz2018-08-301-941/+944
* Address https://github.com/DOCGroup/ACE_TAO/issues/571 :Oliver Kellogg2018-02-181-2094/+2113
* http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3940#c4Oliver Kellogg2018-01-161-527/+527
* Restored changes to flex/bison output files.Adam Mitz2015-04-221-683/+676
* Debugging lexer and parser. Fixed some warnings.Adam Mitz2015-04-171-1/+1
* Continued developing ACE_CDR::Fixed and tao_idl fixed parsing.Adam Mitz2015-04-011-472/+473
* Work in progress on supporting the fixed type in ACE_CDR and TAO_IDL_FE.Adam Mitz2015-03-271-1939/+1949
* Cleanup and make it compile.Adam Mitz2015-03-251-10/+10
* Started lexer and parser changes for IDL "fixed" datatype.Adam Mitz2015-03-241-0/+10375