summaryrefslogtreecommitdiff
path: root/ACE/ace/Handle_Set.inl
Commit message (Collapse)AuthorAgeFilesLines
* Removed AIX supportJohnny Willemsen2023-01-161-1/+0
|
* Doxygen changes, use nullptr instead of a c-style cast of 0Johnny Willemsen2021-08-031-13/+8
| | | | | * ACE/ace/Handle_Set.cpp: * ACE/ace/Handle_Set.inl:
* Provide optimized copy constructor for ACE_Handle_Set to fix warnings with ↵Johnny Willemsen2021-03-261-23/+29
| | | | | | | | | newer g++ versions * ACE/ace/Handle_Set.cpp: * ACE/ace/Handle_Set.h: * ACE/ace/Handle_Set.inl: * ACE/tests/Handle_Set_Test.cpp:
* Remove redundant void argJohnny Willemsen2020-12-091-5/+5
|
* - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-061-8/+8
| | | | | | | | | | | | | | | | | | | | | | - Added static casts where pid_t is assumed to be an int. - Use configurable macro for the "use_select" parameter. - MQX does not follow conventional standards when it comes to HTONS and NTOHS and must be configured accordingly. - Modified ACE_Handle_Set so that the use of fd_array is not conditional upon ACE_WIN32. It is now enabled through ACE_HANDLE_SET_USES_FD_ARRAY. - Implement UNIX File IO Functions for MQX in MQX_Filesystem.* - Use the existing implementation to simulate condition variables. - Use emulation for diropen on MQX as is done for Windows. - Convert from MQX error to standard error number. - Use _mqx_exit in ACE_OS::_exit for MQX. - Added a nop in ACE_OS::ioctl for MQX. - Added a definition of ACE_TMAIN for MQX so that MQX is initialized and RTCS and the MQX Filesystem code is initialized before calling ace_main_i(). - Fixed a compile error in SOCK_Dgram.cpp introduced months ago. - Use struct initialization to avoid using the l_linger member directly. - Modified ACE_Select_Reactor_Base to use a hash map for handle storage based on ACE_SELECT_REACTOR_BASE_USES_HASH_MAP instead of ACE_WIN32. - Added the IAR compiler to define ACE_NOTREACHED(a) as empty. - Made ACE_IPPROTO_TCP conditionally defined. - Added error values required for ACE. - Skip the wide-character strtok test if ACE_LACKS_WCSTOK is defined in ACE/tests/OS_Test.cpp. - Added the ability to compile tests so that they output to stderr instead of a file.
* Always const_cast for FD_ISSET. Remove intra-statement #ifDavid Kyle2018-04-131-9/+7
|
* * Fix Handle_Set.inl for Visual StudioDavid Kyle2018-04-091-4/+3
|
* * Fix ACE_Handle_Set::is_set to support platforms with both ACE_HAS_BIG_FD_SETDavid Kyle2018-04-081-10/+10
| | | | | and ACE_HAS_NONCONST_FD_ISSET. * Add ACE_HAS_NONCONST_FD_ISSET to compile for recent android NDKs.
* Zapped two line id tagsJohnny Willemsen2015-01-071-3/+0
|
* ChangeLogTag: Thu May 16 17:52:36 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-05-161-1/+1
|
* Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>huangh2013-04-111-1/+1
|
* ChangeLogTag: Wed Aug 8 22:13:55 UTC 2012 Adam Mitz <mitza@ociweb.com>mitza2012-08-081-0/+2
|
* Tue Apr 5 12:36:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-051-12/+0
| | | | | | | | | | | | | | | | | | | | | * ace/Get_Opt.inl: * ace/Guard_T.inl: * ace/Guard_T.cpp: * ace/Handle_Set.h: * ace/Handle_Set.cpp: * ace/Hash_Multi_Map_Manager_T.cpp: * ace/Hashable.inl: * ace/Hashable.cpp: * ace/IO_SAP.inl: * ace/IO_SAP.cpp: Layout changes * ace/Handle_Set.inl: Removed some old includes, should not be a problem with the current supported platforms * bin/vx_repo_link.pl: Removed this file, vxsim is not supported anymore
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+193
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-193/+0
|
* Sat Jul 14 07:47:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-141-0/+3
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+190