summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
Commit message (Expand)AuthorAgeFilesLines
* Removed extra newline before closing }Knut Petter Svendsen2022-09-108-8/+0
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-096-6/+0
* Removed old comments for ACE_NESTED_CLASSJohnny Willemsen2022-08-102-32/+2
* updated namespaces based on review commentAdam Mitz2022-06-271-7/+7
* fixed whitespace for CodeFactor checkAdam Mitz2022-06-271-1/+0
* Updated sequence Any operators code generationAdam Mitz2022-06-272-31/+34
* Removed ACE_ANY_OPS_USE_NAMESPACE as a compile-time optionAdam Mitz2022-06-2418-1180/+0
* struct anyops: use fully-qualified scopeAdam Mitz2022-06-232-12/+12
* moved operator<<= and >>= for CORBA::Any into namespace CORBAAdam Mitz2022-06-2321-50/+64
* fixed whitespaceAdam Mitz2022-06-161-1/+1
* TAO_IDL -Wb,versioning options do not depend on ACE_HAS_VERSIONED_NAMESPACEAdam Mitz2022-06-161-5/+0
* TAO_IDL: improve versioned namespace and valuetype supportAdam Mitz2022-06-167-150/+252
* Make use of ACE_FALLTHROUGHJohnny Willemsen2022-04-231-1/+1
* tao_idl: avoid undefined behavior (adding to nullptr)Adam Mitz2022-03-111-3/+2
* Remove duplicate semi-colonJohnny Willemsen2022-01-213-4/+4
* Add test case where we have an argument `call` which lead to non compiling ge...Johnny Willemsen2021-12-142-5/+5
* fixed comments in tao_idl-generated codeAdam Mitz2021-11-191-0/+7
* 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