summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-133516-12147/+12147
|
* Merge pull request #1922 from knutpett/knutpett/whitespaceJohnny Willemsen2022-09-122383-4756/+0
|\ | | | | Remove whitespace
| * Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-10532-757/+0
| |
| * Remove leading blank lines after opening {Knut Petter Svendsen2022-09-10850-1244/+0
| |
| * Remove trailing whitespace forgotten in previous commitKnut Petter Svendsen2022-09-102-2/+2
| |
| * Removed extra newline before closing }Knut Petter Svendsen2022-09-10293-338/+0
| |
| * resurrect two removed virtualsKnut Petter Svendsen2022-09-092-0/+4
| |
| * Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-09413-580/+0
| |
| * Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-09534-888/+0
| |
| * Fix CodeFactor issues: blank linesKnut Petter Svendsen2022-09-0933-75/+0
| |
| * Fix whitespace issues found by fuzzKnut Petter Svendsen2022-09-092-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running trailing_whitespaces check Error: ./TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.h:132: found trailing whitespace Error: ./TAO/tao/CSD_Framework/CSD_POA.h:53: found trailing whitespace Error: ./TAO/tao/PortableServer/LifespanStrategyTransient.h:48: found trailing whitespace Error: ./TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h:54: found trailing whitespace Error: ./TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h:59: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:46: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:52: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:67: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:74: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:93: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:96: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:102: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:125: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyRetain.h:132: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h:44: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h:50: found trailing whitespace Error: ./TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h:68: found trailing whitespace
| * Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-09333-361/+1
| |
| * Fix more blank line issuesKnut Petter Svendsen2022-09-09233-514/+0
| |
* | Removed redunant voidJohnny Willemsen2022-09-091-1/+1
| | | | | | | | | | : * TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp:
* | Make use of std::addressof and removed some redundant whitespacingJohnny Willemsen2022-09-0938-93/+90
|/
* Merge pull request #1912 from knutpett/warning_extra_semiJohnny Willemsen2022-09-054-9/+7
|\ | | | | Remove warnings -Wextra-semi
| * Fix issues found by CodeFactor: blank lineKnut Petter Svendsen2022-08-301-2/+0
| | | | | | | | | | CodeFactor reported: Redundant blank line at the start of a code block should be deleted
| * Use default constructorKnut Petter Svendsen2022-08-302-2/+2
| |
| * Remove warnings -Wextra-semiKnut Petter Svendsen2022-08-294-7/+7
| |
* | fuzz script commentsAdam Mitz2022-08-291-0/+2
| |
* | Use ACE's Sync(h) traits in AST_Annotation_ApplsAdam Mitz2022-08-291-4/+4
|/ | | | | - interprocess mutexes are not needed - support threads=0 builds of tao_idl
* Merge pull request #1898 from jwillemsen/jwi-ACE_NESTED_CLASSJohnny Willemsen2022-08-104-57/+5
|\ | | | | Removed old comments for ACE_NESTED_CLASS
| * Removed old comments for ACE_NESTED_CLASSJohnny Willemsen2022-08-104-57/+5
| | | | | | | | | | | | | | * TAO/TAO_IDL/ast/ast_type.cpp: * TAO/TAO_IDL/be/be_interface.cpp: * TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp: * TAO/tests/IDL_Test/params.idl:
* | Use override, remove redundant whitespacing, fixed typoJohnny Willemsen2022-08-103-17/+9
|/ | | | | | | * ACE/tests/Enum_Interfaces_Test.cpp: * TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/README: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.cpp: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/test_object.idl:
* Merge pull request #1888 from jwillemsen/jwi-vcpkgv10Johnny Willemsen2022-07-204-11/+0
|\ | | | | Upgrade to vcpkg v10
| * Layout changesJohnny Willemsen2022-07-194-11/+0
| |
* | Merge pull request #1887 from jwillemsen/jwi-codesetregistryJohnny Willemsen2022-07-182-3/+2
|\ \ | | | | | | Minor change for codeset registry generation and removed old Id tags
| * | Add semicolon to generationJohnny Willemsen2022-07-181-2/+2
| | | | | | | | | | | | * TAO/utils/catior/Catior_i.cpp:
| * | Removed old Id tagJohnny Willemsen2022-07-181-1/+0
| |/ | | | | | | * TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp:
* | Merge pull request #1886 from jwillemsen/jwi-irixcleanupJohnny Willemsen2022-07-155-13/+7
|\ \ | |/ |/| Removed some old Irix related code
| * Removed some old Irix related codeJohnny Willemsen2022-07-155-13/+7
| | | | | | | | | | | | | | | | * TAO/bin/tao_orb_tests.lst: * TAO/bin/tao_other_tests.lst: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.cpp: * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/IIOP_Transport.cpp:
* | Merge pull request #1883 from jwillemsen/jwi-localhostJohnny Willemsen2022-07-149-46/+1
|\ \ | |/ | | Make use of ACE_LOCALHOST and removed Tru64/Irix remaining code
| * Removed old code for Tru64/Irix, not supported anymore for a long timeJohnny Willemsen2022-07-148-36/+1
| |
| * Removed workaround for Tru64Johnny Willemsen2022-07-131-10/+0
| | | | | | | | * TAO/orbsvcs/orbsvcs/CosNaming_Serv.mpc:
* | Layout changesJohnny Willemsen2022-07-133-11/+4
|/ | | | | | * TAO/tao/Codeset/Codeset.cpp: * TAO/tao/Codeset/Codeset_Manager_i.cpp: * TAO/tao/Codeset/UTF8_Latin1_Factory.h:
* UpdatedJohnny Willemsen2022-07-011-0/+3
| | | | | * ACE/docs/bczar/bczar.html: * TAO/NEWS:
* ACE+TAO-7_0_8ACE+TAO-7_0_8Johnny Willemsen2022-07-014-6/+185
|
* Merge pull request #1868 from mitza-oci/seq-codegen-anyAdam Mitz2022-06-283-29/+36
|\ | | | | Updated sequence Any operators code generation
| * Updated .gitignoreAdam Mitz2022-06-271-6/+0
| |
| * 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-273-31/+45
| | | | | | | | | | - Fixed the alternate mapping (std::vector) - Use leading :: to avoid naming collision with CORBA namespace
* | Use default/nullptrJohnny Willemsen2022-06-272-29/+23
| | | | | | | | | | * TAO/tao/AnyTypeCode/Any.cpp: * TAO/tao/AnyTypeCode/Any.h:
* | Merge branch 'master' into jwi-addressofanyJohnny Willemsen2022-06-2747-1543/+383
|\ \ | |/
| * Updated NEWSAdam Mitz2022-06-271-0/+2
| |
| * Removed ACE_ANY_OPS_USE_NAMESPACE as a compile-time optionAdam Mitz2022-06-2420-1268/+0
| |
| * Updated NEWSAdam Mitz2022-06-241-0/+5
| |
| * struct anyops: use fully-qualified scopeAdam Mitz2022-06-232-12/+12
| |
| * moved operator<<= and >>= for CORBA::Any into namespace CORBAAdam Mitz2022-06-2331-106/+80
| |
| * fixed whitespaceAdam Mitz2022-06-161-1/+1
| |