summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
Commit message (Expand)AuthorAgeFilesLines
* Simplified scopeJohnny Willemsen2020-01-241-3/+1
* Removed not used operationJohnny Willemsen2020-01-242-10/+0
* Simplify how gperf is used to generate code for TAO_IDL_FEAdam Mitz2020-01-083-5/+9
* Merge pull request #1010 from iguessthislldo/igtd/tao_idl_leaksFred Hornsey2020-01-036-54/+50
|\
| * New Method in AST_InterfaceFwd in tao_idlFred Hornsey2019-12-204-12/+15
| * Style FixesFred Hornsey2019-12-181-1/+1
| * Fixes for tao_idl compiled with asan and ubsanFred Hornsey2019-12-186-55/+48
* | Fix for Annotation Param Scope IssueFred Hornsey2019-12-206-1112/+1146
|/
* Prevent crashKnut Petter Svendsen2019-11-151-1/+7
* tao_idl: Update fe_lookup.cpp for gperfFred Hornsey2019-11-062-2/+2
* TAO_IDL: Fix Memory Leak of Wide String LiteralFred Hornsey2019-11-017-770/+779
* Switch shallow copy to a deep copy.Justin Boss2019-10-311-1/+1
* Update TAO/TAO_IDL/docs/annotations.mdFred Hornsey2019-10-101-1/+1
* tao_idl: Respond to ReviewFred Hornsey2019-10-104-1135/+1132
* tao_idl: make arg const&Fred Hornsey2019-10-102-4/+4
* tao_idl: reenable eval error/warn msgsFred Hornsey2019-10-073-16/+28
* tao_idl: Add Direct Error ReportingFred Hornsey2019-10-072-0/+33
* tao_idl: fix annotations.mdFred Hornsey2019-10-071-15/+15
* tao_idl: annotations on interfaces and operationsFred Hornsey2019-10-0413-2470/+2640
* No need to generate a copy constructor, the compile will generate one, fixes ...Johnny Willemsen2019-09-132-27/+8
* Link to https instead of httpJohnny Willemsen2019-08-221-2/+2
* Apply suggestions from by @mitza-ociFred Hornsey2019-06-123-4/+4
* tao_idl: Fix Typo in idl.yppFred Hornsey2019-06-072-4/+4
* annotations.md: Add Prefix Thing to HistoryFred Hornsey2019-06-061-0/+5
* tao_idl: Annotations cant class with C++ KeywordsFred Hornsey2019-06-064-706/+715
* annotations.md: Various FixesFred Hornsey2019-06-061-15/+22
* tao_idl: fix --dump segfaultFred Hornsey2019-06-051-2/+2
* TAO/TAO_IDL/docs/annotations.md : Fix a few typos.Oliver Kellogg2019-04-281-7/+7
* Less indent and newlines in Any related codeJohnny Willemsen2019-04-188-152/+136
* Removed some unnecessary newlinesJohnny Willemsen2019-04-182-20/+19
* Merge pull request #822 from iguessthislldo/igtd/tao_idl_fixesAdam Mitz2019-02-0127-1285/+1535
|\
| * Update NEWS, annotations.md for Annotation ChangesFred Hornsey2019-02-011-37/+60
| * TAO_IDL: Simplify Annotations APIFred Hornsey2019-02-017-193/+198
| * annotations.md: Small Change to Annotations APIFred Hornsey2019-01-311-5/+1
| * TAO_IDL: Fix Memory Leaks Caused By AnnotationsFred Hornsey2019-01-3124-1189/+1415
* | Removed noop comments, no need for that. Removed empty lines, some old commen...Johnny Willemsen2019-01-291-2/+0
|/
* 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
* Remove link to wustl website which is now brokenJohnny Willemsen2019-01-241-1/+0
* Merge pull request #788 from iguessthislldo/igtd/issue_784Adam Mitz2019-01-115-2278/+2280
|\
| * tao_idl: disable ACE_DEFAULT_LOG_STREAM for eval tooFred Hornsey2019-01-101-3/+11
| * Fix for invalid valuetype visibilityFred Hornsey2019-01-094-2275/+2269
* | Merge pull request #787 from iguessthislldo/igtd/tao_idl_fixesAdam Mitz2019-01-114-11/+13
|\ \ | |/ |/|
| * ast_annotation_appl.cpp: Fix member init orderFred Hornsey2019-01-091-3/+3
| * tao_idl: Initial Fixes for CoverityFred Hornsey2019-01-094-11/+13
* | Merge pull request #785 from iguessthislldo/igtd/tao_idl_fixesAdam Mitz2019-01-091-5/+1
|\ \ | |/
| * tao_idl: defer to backend for unknown long optionFred Hornsey2019-01-071-5/+1
* | Removed unnecessary export macro, triggers a lot of warnings with mingwJohnny Willemsen2019-01-081-1/+1
* | Merge pull request #782 from mitza-oci/taoidl-install-staticAdam Mitz2019-01-071-0/+2
|\ \
| * | make install for tao_idl: don't link to shared libraries if they're not builtAdam Mitz2019-01-071-0/+2
| |/