summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Replacing use of ::select in favor of ::poll"revert-1044-Replace-select-with-poll-in-SOCK-Connector-and-AcceptorJohnny Willemsen2020-06-302-80/+3
|
* Merge pull request #1145 from jwillemsen/jwi-handlereadyboolJohnny Willemsen2020-06-296-23/+21
|\ | | | | Changed ready flags of ACE::handle_ready from int to bool
| * Changed ready flags of ACE::handle_ready from int to boolJohnny Willemsen2020-06-296-22/+20
| | | | | | | | | | | | | | | | | | * ACE/ace/ACE.cpp: * ACE/ace/ACE.h: * ACE/ace/ACE.inl: * ACE/ace/Cached_Connect_Strategy_T.cpp: * ACE/ace/SSL/SSL_SOCK_Stream.inl: * ACE/tests/SOCK_Test.cpp:
| * Const changeJohnny Willemsen2020-06-291-1/+1
|/ | | | * ACE/ace/Cached_Connect_Strategy_T.cpp:
* Merge pull request #1044 from ↵Steve Huston2020-06-292-3/+80
|\ | | | | | | | | johnjanthony/Replace-select-with-poll-in-SOCK-Connector-and-Acceptor Replacing use of ::select in favor of ::poll
| * removing trailing spacesJohn Anthony2020-03-252-5/+5
| |
| * removing tabsJohn Anthony2020-03-242-6/+6
| |
| * replacing use of select for pollJohn Anthony2020-02-212-4/+81
| | | | | | | | Replacing use of ::select() with ::poll() in SSL_SOCK_Connector and SSL_SOCK_Acceptor - on systems that support ::poll()
* | Merge pull request #1141 from mitza-oci/masterAdam Mitz2020-06-161-1/+2
|\ \ | | | | | | tao_idl: only write "processing <filename>" to stderr in verbose mode
| * | tao_idl: only write "processing <filename>" to stderr in verbose modeAdam Mitz2020-06-141-1/+2
| | |
* | | Merge pull request #1144 from jwillemsen/jwi-sysctlJohnny Willemsen2020-06-153-6/+5
|\ \ \ | | | | | | | | sys/sysctl.h got deprecated in glibc 2.30, removed in kernel 5.5
| * | | Layout changeJohnny Willemsen2020-06-151-1/+0
| | | | | | | | | | | | | | | | * ACE/ace/Get_Opt.h:
| * | | Doxygen changeJohnny Willemsen2020-06-151-1/+1
| | | | | | | | | | | | | | | | * ACE/ace/Functor_T.h:
| * | | sys/sysctl.h got deprecated in glibc 2.30, removed in kernel 5.5, so updated ↵Johnny Willemsen2020-06-151-4/+4
|/ / / | | | | | | | | | | | | | | | version check to use glibc * ACE/ace/config-linux-common.h:
* | | Merge pull request #1143 from jwillemsen/jwi-inputcdrassignmentJohnny Willemsen2020-06-151-1/+5
|\ \ \ | | | | | | | | With C++11 define a default assignment operator to get rid of C++11 w…
| * | | With C++11 define a default assignment operator to get rid of C++11 warnings ↵Johnny Willemsen2020-06-151-1/+5
|/ / / | | | | | | | | | | | | | | | lacking it * TAO/tao/CDR.h:
* | | Merge pull request #1142 from jwillemsen/jwi-sysctlJohnny Willemsen2020-06-152-1/+7
|\ \ \ | |/ / |/| | Only include os_sysctl.h when ACE_HAS_SYSCTL has been defined and wit…
| * | Only include os_sysctl.h when ACE_HAS_SYSCTL has been defined and with linux ↵Johnny Willemsen2020-06-152-1/+7
| | | | | | | | | | | | | | | | | | | | | kernel >= 5.5.0 sys/sysctl.h has been marked deprecated * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/config-linux-common.h:
* | | Merge pull request #1135 from iguessthislldo/igtd/anon_typesFred Hornsey2020-06-1210-530/+558
|\ \ \ | | | | | | | | Anonymous Types in IDL4
| * | | Change Anonymous Type MessagesFred Hornsey2020-06-114-5/+17
| | | |
| * | | Simplify Calls to anonymous_type_diagnosticFred Hornsey2020-06-113-520/+484
| | | |
| * | | TAO IDL FE: override for IDL4 anon_type_diagnosticFred Hornsey2020-06-102-10/+19
| | | | | | | | | | | | | | | | | | | | To allow incompatible backends to avoid having to deal with anonymous types when using IDL4.
| * | | Respond to Review in #1135Fred Hornsey2020-06-052-2/+10
| | | |
| * | | Update TAO/NEWSFred Hornsey2020-06-051-0/+2
| | | |
| * | | IDL4 Anonymous Types TestFred Hornsey2020-06-053-0/+28
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into igtd/anon_typesFred Hornsey2020-06-05448-3313/+6875
| |\ \ \
| * | | | TAO IDL FE: Use Existing Anon Type Feature in IDL4Fred Hornsey2020-05-292-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This just uses the existing IDL2 support to enable using them in IDL4, but it's not know how good that support is. At the very least a new test will have to be made in tests/IDLv4.
* | | | | Merge pull request #1139 from jwillemsen/jwi-strcmpJohnny Willemsen2020-06-112-9/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | Tab/newline cleanup
| * | | | Merge branch 'master' into jwi-strcmpJohnny Willemsen2020-06-110-0/+0
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1138 from jwillemsen/jwi-strcmpJohnny Willemsen2020-06-1039-116/+90
|\ \ \ \ \ | | | | | | | | | | | | Use ACE_OS::strcmp instead of ACE_OS_String::strcmp
* \ \ \ \ \ Merge pull request #1137 from jwillemsen/jwi-githubmatrixJohnny Willemsen2020-06-094-60/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Simplify matrix
| | | * | | | Tab/newline cleanupJohnny Willemsen2020-06-112-9/+4
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | * TAO/examples/CSD_Strategy/ThreadPool5/README: * TAO/tests/Big_Twoways/README:
| | * | | | Use ACE_OS_Dirent instead of ACE_OSJohnny Willemsen2020-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Dirent_Selector.h:
| | * | | | Use ACE_OS instead of ACE_OS_MemoryJohnny Willemsen2020-06-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/tests/ARGV_Test.cpp:
| | * | | | Use ACE_OS instead of ACE_OS_StringJohnny Willemsen2020-06-1014-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_time.inl: * ACE/examples/APG/Config/ARGV_Example.cpp: * ACE/examples/APG/Config/Get_Opt.cpp: * ACE/examples/APG/Config/Get_Opt_Long.cpp: * ACE/tests/ARGV_Test.cpp: * TAO/orbsvcs/DevGuideExamples/Security/ParticipatingApp/Messenger_i.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Thread_Flags.cpp: * TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/TimeStamp.cpp: * TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/receiver.cpp: * TAO/orbsvcs/tests/Event/ThreadFlags/testflags.cpp: * TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp: * TAO/tests/Bug_3941_Regression/test.cpp:
| | * | | | Use ACE_OS::strcmp instead of ACE_OS_String::strcmpJohnny Willemsen2020-06-1024-69/+43
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/tests/Message_Queue_Test.cpp: * TAO/docs/ec_options.html: * TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h: * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.h: * TAO/orbsvcs/orbsvcs/HTIOP/README.txt: * TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp: * TAO/tao/Connection_Purging_Strategy.h: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/Invocation_Retry_Params.cpp: * TAO/tao/Invocation_Retry_State.cpp: * TAO/tao/Invocation_Retry_State.h: * TAO/tao/Strategies/FIFO_Connection_Purging_Strategy.h: * TAO/tao/Strategies/LFU_Connection_Purging_Strategy.h: * TAO/tao/Synch_Invocation.cpp: * TAO/tao/Transport_Cache_Manager_T.cpp: * TAO/tao/Transport_Cache_Manager_T.h: * TAO/tests/Bug_1495_Regression/server_interceptor.cpp: * TAO/tests/DII_AMI_Forward/server_interceptor.cpp: * TAO/tests/ForwardOnceUponException/README: * TAO/tests/Portable_Interceptors/Benchmark/Interceptor_Type.cpp: * TAO/tests/Portable_Interceptors/Bug_1559/server_interceptor.cpp: * TAO/tests/Portable_Interceptors/Bug_2510_Regression/server_interceptor.cpp: * TAO/tests/Portable_Interceptors/Bug_3079/Client_Request_Interceptor.cpp:
| * | | | Simplified actions setupJohnny Willemsen2020-06-092-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * .github/workflows/linux.yml: * .github/workflows/macosx.yml:
| * | | | Simplify matrixJohnny Willemsen2020-06-093-54/+26
|/ / / / | | | | | | | | | | | | | | | | | | | | * .github/workflows/linux.yml: * TAO/tao/Invocation_Retry_State.cpp: * TAO/tao/Invocation_Retry_State.h:
* | | | Merge pull request #1136 from jwillemsen/jwi-azureubuntuJohnny Willemsen2020-06-093-8/+3
|\ \ \ \ | | | | | | | | | | Move some jobs to ubuntu 20.04
| * | | | Zap empty linesJohnny Willemsen2020-06-091-2/+0
| | | | | | | | | | | | | | | | | | | | * TAO/tao/params.h:
| * | | | Fixed typo in commentJohnny Willemsen2020-06-091-4/+1
| | | | | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_macros.h:
| * | | | Move some jobs to ubuntu 20.04Johnny Willemsen2020-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | * .github/workflows/linux.yml:
* | | | | Merge pull request #1081 from likema/remove-unnecessary-initJohnny Willemsen2020-06-061-3/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Remove unnecessary ACE_Select_Reactor_Handler_Repository ctor init parameter.
| * | | | Remove unnecessary ACE_Select_Reactor_Handler_Repository ctor init parameter.Like Ma2020-04-241-3/+2
| | | | |
* | | | | Merge pull request #1134 from iguessthislldo/igtd/valuetype_annotationsFred Hornsey2020-06-042-270/+274
|\ \ \ \ \ | | | | | | | | | | | | More Fixes for #1125
| * | | | | More Fixes for #1125Fred Hornsey2020-06-032-270/+274
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More Fixes for https://github.com/DOCGroup/ACE_TAO/pull/1125 Fixed using wrong prointer for add to scope in https://github.com/DOCGroup/ACE_TAO/pull/1132 for interfaces, now doing that for eventtype and component. See: https://github.com/DOCGroup/ACE_TAO/pull/1125#discussion_r434675138
* | | | | Merge pull request #1133 from iguessthislldo/igtd/gitignoresFred Hornsey2020-06-04418-6/+2285
|\ \ \ \ \ | |/ / / / |/| | | | Update .gitignore Files for TAO Tests
| * | | | Update .gitignore filesFred Hornsey2020-06-01418-6/+2285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After building TAO tests for https://github.com/DOCGroup/ACE_TAO/pull/1132 I was left with a lot of untracked files. I used https://github.com/objectcomputing/OpenDDS/blob/e1b3c99f74e73a537083e790f3bf9fb9ee6ed8b9/tools/scripts/update_gitignore.pl to create and update `.gitignore` files. I made sure I wasn't creating any directories just containing a `.gitignore` file, except for `ACE/apps/gperf/tests/iout2_gen`. It had a placeholder file called `.empty` which I deleted because the `.gitignore` can serve the same purpose.
* | | | | Merge pull request #1132 from iguessthislldo/igtd/valuetype_annotationsAdam Mitz2020-06-014-954/+955
|\ \ \ \ \ | | | | | | | | | | | | Fixes for #1125
| * | | | | Fixes for #1125Fred Hornsey2020-06-014-954/+955
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes for https://github.com/DOCGroup/ACE_TAO/pull/1125 - `TAO_IDL/fe.ypp` - Fixed using wrong pointer in grammar. - Other minor tweaks. - `tests/IDLv4/annotations` - Fixed preprocessor usage that some compilers don't like. - Fixed passing `std::string` as a `const char*`. - Rewrote IDL output function to try to be more flexible.