summaryrefslogtreecommitdiff
path: root/ACE/ace/Default_Constants.h
Commit message (Collapse)AuthorAgeFilesLines
* Various cleanup and use of C++11 featuresJohnny Willemsen2021-03-091-1/+1
|
* - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | - 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.
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-241-1/+1
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* ChangeLogTag: Mon Jan 30 09:48:00 UTC 2012 Simon Massey <simon dot massey ↵sma2012-01-301-1/+1
| | | | at prismtech dot com>
* Thu Sep 9 11:14:45 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-091-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Kokyu/Dispatch_Deferrer.h: * ace/Atomic_Op_T.h: * ace/Atomic_Op_T.inl: * ace/Configuration.h: * ace/Configuration.cpp: * ace/Default_Constants.h: * ace/Hash_Multi_Map_Manager_T.h: * ace/Hash_Multi_Map_Manager_T.cpp: * ace/Intrusive_List.h: * ace/Intrusive_List.inl: * ace/Local_Name_Space_T.h: * ace/Log_Msg.h: * ace/Log_Msg.cpp: * ace/MEM_Acceptor.h: * ace/MEM_Acceptor.inl: * ace/MEM_Connector.h: * ace/MEM_Connector.inl: * ace/Message_Queue.h: * ace/OS.h: * ace/OS_Memory.h: * ace/OS_TLI.h: * ace/Obstack_T.h: * ace/Obstack_T.inl: * ace/POSIX_Asynch_IO.h: * ace/Process_Manager.h: * ace/Process_Manager.cpp: * ace/Recursive_Thread_Mutex.h: * ace/Recursive_Thread_Mutex.cpp: * ace/Refcountable_T.h: * ace/Strategies_T.h: * ace/Strategies_T.inl: * ace/Synch.h: * ace/Task.h: * ace/Task_Ex_T.h: * ace/Task_Ex_T.inl: * ace/Task_T.h: * ace/Task_T.inl: * ace/Thread_Control.cpp: * ace/Token_Collection.h: * ace/Token_Invariants.h: * ace/Token_Manager.h: * ace/ace_wchar.h: * ace/config-macosx-leopard.h: * ace/os_include/net/os_if.h: * ace/os_include/sys/os_mman.h: * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: * netsvcs/lib/Time_Request_Reply.h: * netsvcs/lib/Time_Request_Reply.cpp: * tests/Conn_Test.cpp: * tests/Dirent_Test.cpp: * tests/Svc_Handler_Test.cpp: Removed several methods, files, and macros that are marked deprecated for several years now. * ace/Map.h: * ace/Method_Object.h: * ace/OS_Dirent.h: * ace/OS_String.h: * ace/Pair.h: * ace/Refcountable.h: * ace/Service_Templates.h: Removed these files.
* Thu Nov 12 06:54:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-121-0/+4
| | | | | | | * ace/Default_Constants.h: * ace/OS_NS_fcntl.h: * ace/RW_Process_Mutex.h: Moved all constants to Default_Constants.h
* (no commit message)Johnny Willemsen2009-11-041-1/+1
|
* Mon Nov 2 13:45:05 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-021-0/+8
| | | | | | | | | | | * ace/RW_Process_Mutex.h: * ace/Default_Constants.h: Added ACE_DEFAULT_RW_PROCESS_MUTEX_PERMS with which the end user can override the default permissions * ace/Addr.inl: * ace/MMAP_Memory_Pool.cpp: Doxygen changes
* (no commit message)Johnny Willemsen2009-05-141-1/+1
|
* Thu May 14 12:06:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-141-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Default_Constants.h: Only define ACE_DLL_PREFIX when it has not been defined yet, that way the mingw specific define can move to the mingw config file * ace/config-win32-mingw.h: Define ACE_DLL_PREFIX here * ace/OS_NS_dlfcn.inl: Initialise pointer with 0 * ace/OS_NS_sys_mman.inl: Const change * ace/OS_NS_Thread.cpp: Removed some not needed ACE_UNUSED_ARG * ace/OS_Thread_Adapter.h: * ace/Process.cpp: * ace/Sig_Handler.cpp: * ace/Thread_Manager.inl: Layout change * ace/Thread_Manager.cpp: Const change, initialise pointer with 0
* Fri May 1 17:29:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-011-4/+7
| | | | | | | | | | * ace/Default_Constants.h: Made sure ACE_DEFAULT_TIMERS is defined and not zero Fri May 1 12:27:05 2009 Johnny Willemsen <jwillemsen@remedy.nl> * ace/Default_Constants.h: ACE_DEFAULT_MAP_SIZE and ACE_DEFAULT_TIMERS shouldn't be zero
* (no commit message)Johnny Willemsen2009-05-011-2/+2
|
* Fri May 1 12:27:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-011-3/+11
| | | | | * ace/Default_Constants.h: ACE_DEFAULT_MAP_SIZE and ACE_DEFAULT_TIMERS shouldn't be zero
* Thu Feb 19 14:01:33 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-191-7/+14
| | | | | | | | | | | | | | | | | | | | | * ace/Default_Constants.h: * ace/Log_Msg_IPC.cpp: * ace/Log_Msg_IPC.h: * netsvcs/lib/Client_Logging_Handler.cpp: * netsvcs/lib/Client_Logging_Handler.h: Added new ACE_HAS_STREAM_LOG_MSG_IPC which controls whether the ACE Log_Msg IPC should use streams or not. When ACE_HAS_STREAM_PIPES is defined we default to 1, else to 0. We do see that using stream pipes causes problems on at least Solaris, so the user can decide to set this value explicitly to 0 * ace/CDR_Stream.cpp: * ace/CDR_Stream.h: * ace/Message_Block.inl: Doxygen and layout changes * ace/Message_Block.cpp: Use %@ for pointers
* Mon Jan 12 08:45:46 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-01-121-0/+4
| | | | | | | | | | | * ace/Default_Constants.h: Added ACE_DEFAULT_SERVICE_GESTALT_SIZE which defaults to 1024 * ace/Service_Gestalt.cpp: Doxygen changes * ace/Service_Gestalt.h: Use ACE_DEFAULT_SERVICE_GESTALT_SIZE instead of the hardcoded default of 1024. Also made some doxygen changes
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+573
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-573/+0
|
* Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-311-30/+30
|
* ChangeLogTag:Tue Apr 3 22:29:41 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-04-031-0/+4
|
* ChangeLogTag:Sat Jan 6 00:06:52 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-01-061-9/+2
|
* ChangeLogTag:Mon Oct 23 02:28:42 UTC 2006 Ossama Othman <ossama_othman at ↵Ossama Othman2006-10-231-1/+1
| | | | symantec dot com>
* Mon Aug 14 11:15:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-08-141-1/+1
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+576