summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1709 from mitza-oci/msvc-langstdAdam Mitz2021-11-03138-662/+307
|\
| * tao_idl updates for /std:c++20Adam Mitz2021-10-31138-662/+307
* | Reduce amount of empty lines in union generationJohnny Willemsen2021-11-032-25/+25
|/
* Don't use strncpy in native_ch.cpp to fix compiler warningJohnny Willemsen2021-10-2218-80/+9
* Use default/overrideJohnny Willemsen2021-09-285-21/+7
* Generate AMH destructor as defaultJohnny Willemsen2021-09-281-1/+1
* Make use of default and more condensed code generationJohnny Willemsen2021-09-286-41/+21
* Generate default constructor and destructor as defaultJohnny Willemsen2021-09-272-14/+2
* Removed redundant whitespaceJohnny Willemsen2021-07-211-1/+1
* Merge pull request #1594 from iguessthislldo/igtd/stdintAdam Mitz2021-07-094-22/+34
|\
| * Attempt to Fix Coverity Issues from #840Fred Hornsey2021-07-081-0/+6
| * Fix Integer Literals for WindowsFred Hornsey2021-07-013-22/+28
* | Merge pull request #840 from iguessthislldo/igtd/stdintFred Hornsey2021-06-3019-178/+388
|\ \ | |/
| * Try to Fix Issues with int8/uint8Fred Hornsey2021-06-293-14/+59
| * Support int8/uint8 Sequences and ArraysFred Hornsey2021-06-2110-164/+231
| * Isolate IDL4 Ints in TAO Unless IDL4 is UsedFred Hornsey2021-06-151-1/+10
| * Respond to Review of #840Fred Hornsey2021-06-141-3/+3
| * Partially Respond to Review of #840Fred Hornsey2021-06-142-3/+3
| * Fix Issues with explicit_ints TestFred Hornsey2021-06-121-6/+5
| * Added WIP explicit_ints TestFred Hornsey2021-06-073-11/+38
| * Merge remote-tracking branch 'upstream/master' into igtd/stdintFred Hornsey2021-06-07346-4520/+4208
| |\
| * \ Merge remote-tracking branch 'upstream/master' into igtd/stdintFred Hornsey2019-06-0712-175/+155
| |\ \
| * | | Adding Files As is For MergeFred Hornsey2019-06-074-1/+63
| * | | ast_constant.cpp: Move C++ specific code out of the FEFred Hornsey2019-02-203-5/+6
* | | | Merge branch 'master' into jwi-ACE_OSCALLJohnny Willemsen2021-06-286-38/+22
|\ \ \ \
| * | | | More compact code generationJohnny Willemsen2021-06-285-29/+16
| * | | | Make use of nullptr, removed redundant cast, const changes, layout changesJohnny Willemsen2021-06-282-9/+6
* | | | | Removed FAIL value from ACE_OSCALL an ACE_OSCALL_RETURN, not used at allJohnny Willemsen2021-06-281-1/+0
|/ / / /
* | | | More dense codeJohnny Willemsen2021-06-161-4/+2
* | | | Use nullptr instead of 0Johnny Willemsen2021-06-161-1/+1
* | | | Make use of C++11 using in the generated code and more reduced code generatio...Johnny Willemsen2021-06-165-51/+35
| |_|/ |/| |
* | | Merge branch 'master' into jwi-hashoverrideJohnny Willemsen2021-04-301-1/+1
|\ \ \
| * | | Generate execute operation with overrideJohnny Willemsen2021-04-301-1/+1
* | | | Mark also the generated hash operation with overrideJohnny Willemsen2021-04-301-1/+1
|/ / /
* | | Merge pull request #1490 from jwillemsen/jwi-taoidl-hashtableoverrideJohnny Willemsen2021-04-291-3/+3
|\ \ \
| * | | Add override to the generated lookup operationJohnny Willemsen2021-04-291-3/+3
* | | | Make use of std::addressofJohnny Willemsen2021-04-291-3/+3
* | | | Make use of delete/defaultJohnny Willemsen2021-04-291-3/+2
|/ / /
* | | Support C++ Keywords in DCPS_DATA_SEQUENCE_TYPEFred Hornsey2021-04-261-18/+3
* | | 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