summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into basic_types...Son Dinh2020-04-284-23/+3
|\
| * Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed an emula...Johnny Willemsen2020-04-254-23/+3
* | Update printing formatSon Dinh2020-04-261-2/+2
* | Avoid redefining overloaded operators for unsigned longSon Dinh2020-04-201-12/+0
* | Conditionally add overloaded operatorsSon Dinh2020-04-191-1/+3
* | Add hash functors conditionally and related overloaded operatorsSon Dinh2020-04-191-0/+10
|/
* Generate get_type_name as part of the DDS traits, could be used for logging p...Johnny Willemsen2020-03-131-0/+1
* Simplified scopeJohnny Willemsen2020-01-241-3/+1
* Removed not used operationJohnny Willemsen2020-01-241-9/+0
* Fixes for tao_idl compiled with asan and ubsanFred Hornsey2019-12-181-1/+3
* 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
* Less indent and newlines in Any related codeJohnny Willemsen2019-04-188-152/+136
* Removed some unnecessary newlinesJohnny Willemsen2019-04-182-20/+19
* Removed noop comments, no need for that. Removed empty lines, some old commen...Johnny Willemsen2019-01-291-2/+0
* Remove link to wustl website which is now brokenJohnny Willemsen2019-01-241-1/+0
* Merge pull request #723 from iguessthislldo/igtd/xtypesAdam Mitz2019-01-045-40/+69
|\
| * tao_idl: Remove unused be_annotation_declFred Hornsey2019-01-031-19/+0
| * tao_idl: Fix AMI trying to visit annotation declFred Hornsey2018-12-071-3/+6
| * tao_idl: create default IDL version variableFred Hornsey2018-12-041-0/+2
| * tao_idl: Include recent changes in bison fileFred Hornsey2018-11-051-1/+1
| * tao_idl: Annotation Decl and annotest_idlFred Hornsey2018-11-022-0/+24
| * tao_idl: fix parse_args in beFred Hornsey2018-10-121-39/+37
| * tao_idl: Improvments to Command Line ArgumentsFred Hornsey2018-10-041-30/+55
| * tao_idl: remove some warningsFred Hornsey2018-10-031-8/+4
* | Remove workarounds for ancient IBM compilerJohnny Willemsen2018-12-141-11/+4
|/
* Layout changeJohnny Willemsen2018-09-031-2/+1
* Make use of std::unique_ptr when we have C++11 or newerJohnny Willemsen2018-08-101-3/+6
* Document -GX flagJohnny Willemsen2018-07-271-0/+4
* Layout changesJohnny Willemsen2018-06-011-18/+5
* Put the implementation of the _desc_repository_id and _desc_interface_name in...Johnny Willemsen2017-09-052-16/+23
* Extended TAO_IDL with a new -Gsd which enabled the generation of two addition...Johnny Willemsen2017-09-054-1/+47
* Small change generated codeJohnny Willemsen2017-08-091-2/+2
* Generate stub export macro directly instead of TAO_EXPORT_MACRO, simplifies t...Johnny Willemsen2017-08-092-18/+14
* Remove TAO_EXPORT_MACRO usageJohnny Willemsen2017-08-093-10/+3
* Don't use TAO_NAMESPACE_STORAGE_CLASS anymoreJohnny Willemsen2017-08-083-4/+4
* Further refine sequence generationJohnny Willemsen2017-08-031-0/+31
* Fixed missing code generation for a typedef of multiple sequence typesJohnny Willemsen2017-08-031-4/+39
* Fix gcc7.1 warningsJohnny Willemsen2017-06-211-4/+2
* Fixed typosJohnny Willemsen2017-03-311-1/+1
* Add missing spaceJohnny Willemsen2017-03-101-2/+2
* Some more compact code generationJohnny Willemsen2017-03-102-21/+14
* Simple layout changeJohnny Willemsen2017-01-061-3/+3
* More const any extractionJohnny Willemsen2017-01-051-1/+1
* Remove deprecated non-const extractionJohnny Willemsen2017-01-058-128/+0