summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
Commit message (Expand)AuthorAgeFilesLines
* Layout changesJohnny Willemsen2021-03-084-4/+4
* Remove ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE, not needed a...Johnny Willemsen2021-01-052-15/+3
* Less newlines in simple operationsJohnny Willemsen2020-12-093-7/+6
* Test PI target_is_ and generate more compact _is_a operationsJohnny Willemsen2020-12-094-40/+15
* Minor changes to TAO_IDL generated codeJohnny Willemsen2020-12-0916-31/+25
* Remove redundant void from tao_idl generated codeJohnny Willemsen2020-12-0880-386/+386
* Use bool literals in tao_idlJohnny Willemsen2020-12-0852-85/+85
* Fixed fuzzJohnny Willemsen2020-12-075-21/+8
* Remove redundant void from tao_idlJohnny Willemsen2020-12-07337-827/+827
* Use nullptr instead of 0 in tao_idlJohnny Willemsen2020-12-07199-1836/+1836
* Fixed typoJohnny Willemsen2020-11-301-1/+1
* Make use of std::addressof, std::strcmp and nullptr in the generated code. Re...Johnny Willemsen2020-11-1810-133/+133
* Merge branch 'master' into jwi-taoidlnarrowcleanupJohnny Willemsen2020-11-173-20/+12
|\
| * Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-103-20/+12
| * Remove usage of narrow_from_decl/narrow_from_scope and replace them with dyna...Johnny Willemsen2020-09-18203-834/+830
* | Merge branch 'master' into jwi-taoidlnarrowcleanupJohnny Willemsen2020-09-1813-26/+13
|\ \ | |/
| * Removed old cidlc commentsJohnny Willemsen2020-09-1713-26/+13
* | Layout chagnesJohnny Willemsen2020-09-172-6/+2
* | Remove manual narrow support and use dynamic_castJohnny Willemsen2020-09-17229-997/+831
|/
* 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
|/