summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-6_5_10Latest_MicroLatest_BetaACE+TAO-6_5_10Johnny Willemsen2020-07-016-40/+775
|
* 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
|
* 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()
* | 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:
* | 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:
* | 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-105-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | Merge pull request #1136 from jwillemsen/jwi-azureubuntuJohnny Willemsen2020-06-091-4/+1
|\ \ | | | | | | Move some jobs to ubuntu 20.04
| * | Fixed typo in commentJohnny Willemsen2020-06-091-4/+1
| | | | | | | | | | | | * ACE/ace/OS_NS_macros.h:
* | | 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
| | | |
* | | | Update .gitignore filesFred Hornsey2020-06-012-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #1129 from DOCGroup/riverace-case-2186Steve Huston2020-05-301-12/+8
|\ \ \ | | | | | | | | Do not invoke a method on pointer returned from remove() without chec…
| * | | Do not invoke a method on pointer returned from remove() without checking itriverace-case-2186Steve Huston2020-05-291-12/+8
| | | |
* | | | Merge pull request #1124 from jwillemsen/jwi-emb-hascppdefinesJohnny Willemsen2020-05-301-0/+13
|\ \ \ \ | | | | | | | | | | Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clang embarcadero
| * | | | Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clangJohnny Willemsen2020-05-271-0/+13
| | | | |
* | | | | Merge pull request #1123 from jwillemsen/jwi-autoptr-cpp17Johnny Willemsen2020-05-301-2/+8
|\ \ \ \ \ | | | | | | | | | | | | With CPP17 or newer provide our auto_ptr implementation to not break …
| * | | | | Add include of memory in case we have C++17Johnny Willemsen2020-05-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Auto_Ptr.h:
| * | | | | With CPP17 or newer provide our auto_ptr implementation to not break all ↵Johnny Willemsen2020-05-271-2/+7
| | |/ / / | |/| | | | | | | | | | | | | ACE/TAO tests
* | | | | Merge pull request #1128 from jwillemsen/jwi-usetabsJohnny Willemsen2020-05-291-8/+8
|\ \ \ \ \ | | | | | | | | | | | | We need to use tabs in GNU make rules
| * | | | | We need to use tabs in GNU make rulesJohnny Willemsen2020-05-291-8/+8
| |/ / / /
* | | | | Removed empty lineJohnny Willemsen2020-05-271-1/+0
| |/ / / |/| | | | | | | | | | | * ACE/ace/Auto_Ptr.h:
* | | | Don't enable C++11 support for ACE, causes all kinds of compile problems :-(Johnny Willemsen2020-05-271-13/+0
| | | | | | | | | | | | | | | | * ACE/ace/config-win32-borland.h:
* | | | Add support for Embarcadero C++ Builder 10.4 SydneyJohnny Willemsen2020-05-275-6/+30
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/config-win32-borland.h: * ACE/ace/os_include/net/os_if.h: * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * TAO/tests/Bug_3574_Regression/test.cpp:
* | | Merge pull request #1119 from jwillemsen/jwi-msvcwarningsJohnny Willemsen2020-05-203-8/+3
|\ \ \ | | | | | | | | Fix some msvc level 4 warnings
| * | | Removed const again, variable is changedJohnny Willemsen2020-05-201-1/+1
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stropts.cpp:
| * | | Removed empty linesJohnny Willemsen2020-05-201-2/+0
| | | | | | | | | | | | | | | | * ACE/ace/QoS/README:
| * | | Reduced scope variablesJohnny Willemsen2020-05-201-4/+3
| | | | | | | | | | | | | | | | * ACE/ace/OS_NS_stropts.cpp:
| * | | Removed hidden variablesJohnny Willemsen2020-05-201-2/+0
| | | | | | | | | | | | | | | | * ACE/ace/Configuration_Import_Export.cpp:
* | | | Merge pull request #1116 from jonesc-oci/android-win-host-line-too-longAdam Mitz2020-05-181-0/+10
|\ \ \ \ | | | | | | | | | | Modify Android link on Windows hosts to avoid error
| * | | | Update Android link on Windows hosts to avoid err.Chip Jones2020-05-181-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Replace echo/$foreach logic with $file function which avoids potential tmpfile truncation. Make tmpfile name unique.
| * | | | Modify Android link on Windows hosts to avoid err.Chip Jones2020-05-151-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify the Android link step on Windows hosts to avoid a 'command line too long' error when linking a large number of object files.
* | | | | Merge pull request #1114 from jwillemsen/jwi-msvc2019-2Johnny Willemsen2020-05-184-25/+9
|\ \ \ \ \ | | |/ / / | |/| | | Code changes to workaround the Visual Studio 2019 crash, instead of d…
| * | | | Fixed typo in documentationJohnny Willemsen2020-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | * ACE/ace/Object_Manager.h:
| * | | | Layout changeJohnny Willemsen2020-05-181-3/+3
| | | | | | | | | | | | | | | | | | | | * ACE/ace/Process_Manager.cpp:
| * | | | Reworked msvc2019 patchJohnny Willemsen2020-05-161-20/+6
| | | | | | | | | | | | | | | | | | | | * ACE/ace/Process_Manager.cpp:
| * | | | Merge branch 'master' into jwi-msvc2019-2Johnny Willemsen2020-05-1619-112/+57
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2020-05-156-36/+15
| | |\ \ \ \
| | * | | | | Layout changesJohnny Willemsen2020-05-152-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/SSL/SSL_SOCK_Stream.cpp: * ACE/ace/SSL/SSL_SOCK_Stream.inl:
| * | | | | | Code changes to workaround the Visual Studio 2019 crash, instead of ↵Johnny Willemsen2020-05-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | deferencing the instance point just take the typeid of ACE_Process_Manager directly
* | | | | | | Merge pull request #1101 from jonesc-oci/android-if_nameindexAdam Mitz2020-05-153-1/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Define ACE_LACKS_IF_NAMEINDEX for Android APIs < 24