summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
Commit message (Expand)AuthorAgeFilesLines
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-162-11/+2
* Removed AIX supportJohnny Willemsen2023-01-163-25/+0
* More cleanupJohnny Willemsen2023-01-151-1/+1
* Removed HPUX supportJohnny Willemsen2023-01-152-13/+1
* Removed HPUX supportJohnny Willemsen2023-01-151-1/+1
* Address issue #2015 : In TAO/TAO_IDL/ast/ast_field.cpp constructor handle AST...Oliver Kellogg2023-01-142-0/+15
* Removed OpenVMS supportJohnny Willemsen2023-01-148-188/+1
* Removed unnecessary includes and added necessary ones.Chad Elliott2023-01-062-2/+1
* Corrected #include'sChad Elliott2023-01-051-2/+1
* Only emit the require_truncation_ boolean if CDR support is enabled.Chad Elliott2022-12-151-2/+6
* Merge pull request #1942 from knutpett/knutpett/const_accessorJohnny Willemsen2022-09-233-3/+3
|\
| * Remove the non-const versionKnut Petter Svendsen2022-09-233-10/+0
| * Added const accessors for AST_Decl::local_name () and UTL_String::get_string ()Knut Petter Svendsen2022-09-223-0/+10
* | Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-223-20/+20
|/
* Merge pull request #1934 from jwillemsen/jwi-require_truncation_Johnny Willemsen2022-09-195-20/+7
|\
| * Use uniform initialisation for require_truncation_ so tha we can generate a d...Johnny Willemsen2022-09-185-20/+7
* | Revert addressof changes, looks it broke somethingJohnny Willemsen2022-09-152-7/+10
|/
* Merge pull request #1926 from jwillemsen/jwi-taoidlnullptr3Johnny Willemsen2022-09-1412-84/+83
|\
| * Removed empty lineJohnny Willemsen2022-09-132-2/+2
| * Use nullptr, check pointers with 1, use std::addressof, reduced slocJohnny Willemsen2022-09-1312-84/+83
* | Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-135-24/+24
|/
* Merge pull request #1922 from knutpett/knutpett/whitespaceJohnny Willemsen2022-09-12134-203/+0
|\
| * Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1021-28/+0
| * Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1077-92/+0
| * Removed extra newline before closing }Knut Petter Svendsen2022-09-1012-12/+0
| * Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-098-11/+0
| * Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-095-6/+0
| * Fix CodeFactor issues: blank linesKnut Petter Svendsen2022-09-091-3/+0
| * Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-0922-22/+0
| * Fix more blank line issuesKnut Petter Svendsen2022-09-0915-29/+0
* | Removed redunant voidJohnny Willemsen2022-09-091-1/+1
* | Make use of std::addressof and removed some redundant whitespacingJohnny Willemsen2022-09-0938-93/+90
|/
* fuzz script commentsAdam Mitz2022-08-291-0/+2
* Use ACE's Sync(h) traits in AST_Annotation_ApplsAdam Mitz2022-08-291-4/+4
* Removed old comments for ACE_NESTED_CLASSJohnny Willemsen2022-08-103-47/+5
* 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-2322-50/+76
* 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-169-150/+256
* Make use of ACE_FALLTHROUGHJohnny Willemsen2022-04-232-2/+2
* tao_idl: avoid undefined behavior (adding to nullptr)Adam Mitz2022-03-111-3/+2
* Update TAO/TAO_IDL/driver/drv_preproc.cppFred Hornsey2022-02-151-1/+1
* drv_preproc.cpp: Replace fstat with statFred Hornsey2022-02-141-35/+22
* Replace -1 with ACE_INVALID_HANDLEFred Hornsey2022-02-111-1/+1
* Fix tao_idl File ErrorsFred Hornsey2022-02-101-2/+35