summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast
Commit message (Expand)AuthorAgeFilesLines
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-092-2/+0
* Use bool literals in tao_idlJohnny Willemsen2020-12-088-24/+24
* Remove redundant void from tao_idlJohnny Willemsen2020-12-0757-297/+297
* Use nullptr instead of 0 in tao_idlJohnny Willemsen2020-12-0745-1103/+1103
* Layout chagnesJohnny Willemsen2020-09-1716-188/+75
* Remove manual narrow support and use dynamic_castJohnny Willemsen2020-09-1759-383/+188
* TAO IDL FE: Extended Annotation SupportFred Hornsey2020-05-291-20/+20
* New Method in AST_InterfaceFwd in tao_idlFred Hornsey2019-12-202-6/+8
* Fixes for tao_idl compiled with asan and ubsanFred Hornsey2019-12-182-34/+22
* Prevent crashKnut Petter Svendsen2019-11-151-1/+7
* TAO_IDL: Fix Memory Leak of Wide String LiteralFred Hornsey2019-11-011-1/+1
* Switch shallow copy to a deep copy.Justin Boss2019-10-311-1/+1
* tao_idl: annotations on interfaces and operationsFred Hornsey2019-10-043-0/+18
* Apply suggestions from by @mitza-ociFred Hornsey2019-06-121-1/+1
* tao_idl: Annotations cant class with C++ KeywordsFred Hornsey2019-06-061-0/+1
* tao_idl: fix --dump segfaultFred Hornsey2019-06-051-2/+2
* TAO_IDL: Simplify Annotations APIFred Hornsey2019-02-013-88/+122
* TAO_IDL: Fix Memory Leaks Caused By AnnotationsFred Hornsey2019-01-3110-82/+175
* Revert "Fixed memory leak of annotation_appls_"revert-809-jwi-taoidlmemleakJohnny Willemsen2019-01-271-3/+0
* Fixed memory leak of annotation_appls_Johnny Willemsen2019-01-271-0/+3
* Merge pull request #788 from iguessthislldo/igtd/issue_784Adam Mitz2019-01-111-0/+6
|\
| * Fix for invalid valuetype visibilityFred Hornsey2019-01-091-0/+6
* | Merge pull request #787 from iguessthislldo/igtd/tao_idl_fixesAdam Mitz2019-01-113-3/+6
|\ \ | |/ |/|
| * ast_annotation_appl.cpp: Fix member init orderFred Hornsey2019-01-091-3/+3
| * tao_idl: Initial Fixes for CoverityFred Hornsey2019-01-093-3/+6
* | TAO_IDL: make recent changes work with older MSVCAdam Mitz2019-01-071-1/+4
|/
* ast_annotation_appl.cpp: Reduce Variable ScopesFred Hornsey2019-01-041-12/+10
* tao_idl: Small fixesFred Hornsey2019-01-042-8/+4
* tao_idl: Easier to get enum name from exprFred Hornsey2018-12-072-1/+32
* tao_idl: Fix AMI trying to visit annotation declFred Hornsey2018-12-072-0/+12
* tao_idl: Annotate Array Base TypeFred Hornsey2018-12-071-1/+14
* tao_idl: Acknowledge Unused ArgumentFred Hornsey2018-12-041-0/+1
* tao_idl: no op visitor for annotation declFred Hornsey2018-12-041-0/+6
* Changes for CodacyFred Hornsey2018-12-021-2/+1
* tao_idl: Update Grammer FileFred Hornsey2018-11-301-15/+6
* tao_idl: Support Constant Annotation ParametersFred Hornsey2018-11-301-0/+7
* tao_idl: Access Annotations From Typedef ChainsFred Hornsey2018-11-282-1/+49
* tao_idl: Allow Single Nameless Anno. Param.Fred Hornsey2018-11-271-0/+11
* tao_idl: Add [] ops for structFred Hornsey2018-11-271-0/+39
* tao_idl: Move exprtype_to_string into AST_ExpressionFred Hornsey2018-11-271-0/+51
* ast_annotation_appl.cpp: Reword CommentFred Hornsey2018-11-271-2/+2
* ast_annotation_appl.cpp: Set Missing ValueFred Hornsey2018-11-271-1/+4
* tao_idl: annotation declarationsFred Hornsey2018-11-197-2/+352
* tao_idl: Don't Dump Builtin IDL By DefaultFred Hornsey2018-11-161-10/+14
* tao_idl: Include recent changes in bison fileFred Hornsey2018-11-052-10/+14
* tao_idl: Sequence Type AnnotationsFred Hornsey2018-11-021-1/+25
* tao_idl: Double annotation dump on constsFred Hornsey2018-11-021-2/+0
* tao_idl: Union Disc. AnnotationsFred Hornsey2018-11-021-2/+25
* tao_idl: Annotation Decl and annotest_idlFred Hornsey2018-11-024-3/+54
* tao_idl: AST_Annotation -> AST_Annotation_ApplFred Hornsey2018-10-124-33/+24