Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read. | Chad Elliott | 2019-06-06 | 1 | -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. | ||||
* | Add missing const to several places | Johnny Willemsen | 2019-02-07 | 1 | -22/+22 |
| | |||||
* | Introduce new ACE_HAS_VSNPRINTF_EMULATION because the vsnprintf emulation ↵ | Johnny Willemsen | 2017-07-14 | 1 | -3/+3 |
| | | | | | | | | | | was enabled in to many configuration, found during trying to port to Embarcadero C++ Builder * ACE/ace/OS_NS_stdio.cpp: * ACE/ace/OS_NS_stdio.h: * ACE/ace/OS_NS_stdio.inl: * ACE/ace/config-lynxos.h: * ACE/tests/OS_Test.cpp: | ||||
* | Invoke new operation | Johnny Willemsen | 2016-05-17 | 1 | -0/+3 |
| | | | | * ACE/tests/OS_Test.cpp: | ||||
* | gai_strerror is defined as gai_strerrorA or gai_strerrorW on Windows ↵ | Johnny Willemsen | 2016-05-17 | 1 | -1/+14 |
| | | | | | | | | dependent on Unicode settings. Adapt ACE_OS::gai_strerror for this and invoke this operation as part of a test to make sure we compile this inline code * ACE/ace/OS_NS_netdb.inl: * ACE/ace/ace_wchar.h: * ACE/tests/OS_Test.cpp: | ||||
* | We already have micro releases for years, so introduce a MICRO version ↵ | Johnny Willemsen | 2016-05-16 | 1 | -1/+1 |
| | | | | number which we use instead of the BETA number which is kept for backwards compliance | ||||
* | Added ACE_TEXT() to string constants | Olli Savia | 2016-05-14 | 1 | -2/+2 |
| | |||||
* | Added helper macros to compare ACE/TAO versions | Olli Savia | 2016-05-14 | 1 | -0/+28 |
| | |||||
* | Updated snprintf_emulation for different floating point representations and ↵ | Adam Mitz | 2015-11-30 | 1 | -5/+7 |
| | | | | rounding | ||||
* | Merged branch ace-face-safety (FACE Safety Profile import from OCITAO). | Adam Mitz | 2015-11-06 | 1 | -9/+211 |
| | |||||
* | Removed single line Id tag | Johnny Willemsen | 2015-01-07 | 1 | -2/+0 |
| | |||||
* | Tue Sep 17 12:12:16 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2013-09-17 | 1 | -2/+0 |
| | | | | | | | | | * tests/Compiler_Features_24_Test.cpp: Corrected friend * tests/OS_Test.cpp: Zapped empty lines | ||||
* | ChangeLogTag:Thu Aug 29 22:06:55 UTC 2013 Steve Huston <shuston@riverace.com> | Steve Huston | 2013-08-29 | 1 | -0/+26 |
| | |||||
* | Mon Feb 25 08:09:24 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2013-02-25 | 1 | -0/+17 |
| | | | | | | | | | | | * ace/Sock_Connect.cpp: Don't use MAX_IF as constant, is a system defined constant on some operating systems * tests/OS_Test.cpp: Call compiler version methods, should fix some Coverity test coverage issues | ||||
* | Removed trailing whitespace | olli | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | ChangeLogTag: Sun Mar 13 10:32:34 UTC 2011 Olli Savia <ops@iki.fi> | olli | 2011-03-13 | 1 | -1/+5 |
| | |||||
* | ChangeLogTag: Fri Mar 11 12:24:43 UTC 2011 Olli Savia <ops@iki.fi> | olli | 2011-03-11 | 1 | -2/+4 |
| | |||||
* | ChangeLogTag: Fri Mar 11 12:09:00 UTC 2011 Olli Savia <ops@iki.fi> | olli | 2011-03-11 | 1 | -0/+32 |
| | |||||
* | ChangeLogTag:Wed Mar 9 19:14:01 UTC 2011 Steve Huston <shuston@riverace.com> | Steve Huston | 2011-03-09 | 1 | -0/+4 |
| | |||||
* | ChangeLogTag: Fri Feb 4 20:04:13 UTC 2011 Olli Savia <ops@iki.fi> | olli | 2011-02-04 | 1 | -6/+6 |
| | |||||
* | ChangeLogTag: Fri Oct 8 08:20:04 UTC 2010 Olli Savia <ops@iki.fi> | olli | 2010-10-08 | 1 | -2/+2 |
| | |||||
* | ChangeLogTag: Fri Sep 24 07:35:27 UTC 2010 Olli Savia <ops@iki.fi> | olli | 2010-09-24 | 1 | -12/+7 |
| | |||||
* | Removed ACE_RCSID | Johnny Willemsen | 2010-09-08 | 1 | -1/+1 |
| | |||||
* | Thu May 6 11:43:43 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2010-05-06 | 1 | -12/+12 |
| | | | | | | | | | * examples/QOS/Diffserv/run_test.pl: * examples/Reactor/TP_Reactor/run_test.pl: Use TestTarget * tests/OS_Test.cpp: Prefix increment, const changes | ||||
* | ChangeLogTag: Fri Mar 12 12:09:02 UTC 2010 Olli Savia <ops@iki.fi> | olli | 2010-03-12 | 1 | -0/+60 |
| | |||||
* | ChangeLogTag:Tue | schmidt | 2010-02-23 | 1 | -2/+70 |
| | |||||
* | Thu Jan 14 13:04:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2010-01-14 | 1 | -1/+1 |
| | | | | | * tests/OS_Test.cpp: Unicode fix | ||||
* | ChangeLogTag: Wed Nov 4 14:51:00 UTC 2009 Olli Savia <ops@iki.fi> | olli | 2009-11-04 | 1 | -73/+0 |
| | |||||
* | ChangeLogTag: Mon Nov 2 08:52:05 UTC 2009 Olli Savia <ops@iki.fi> | olli | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | ChangeLogTag: Tue Oct 27 19:35:06 UTC 2009 Olli Savia <ops@iki.fi> | olli | 2009-10-27 | 1 | -4/+2 |
| | |||||
* | ChangeLogTag: Tue Oct 27 07:55:38 UTC 2009 Olli Savia <ops@iki.fi> | olli | 2009-10-27 | 1 | -12/+12 |
| | |||||
* | ChangeLogTag: Mon Oct 26 15:42:34 UTC 2009 Olli Savia <ops@iki.fi> | olli | 2009-10-26 | 1 | -5/+5 |
| | |||||
* | ChangeLogTag: Mon Oct 26 08:32:08 UTC 2009 Olli Savia <ops@iki.fi> | olli | 2009-10-26 | 1 | -3/+47 |
| | |||||
* | Removed tab | olli | 2009-10-17 | 1 | -1/+1 |
| | |||||
* | ChangeLogTag: Sat Oct 17 19:58:52 UTC 2009 Olli Savia <ops@iki.fi> | olli | 2009-10-17 | 1 | -0/+31 |
| | |||||
* | Sat Oct 17 07:32:19 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2009-10-17 | 1 | -35/+0 |
| | | | | | * tests/OS_Test.cpp: Removed getmacaddress test, that moved to its own test | ||||
* | Tue Oct 13 09:33:48 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2009-10-13 | 1 | -1/+37 |
| | | | | | | | * tests/OS_Test.cpp: Added test for getmacaddress, thanks to Paul Daugherty <paul at nextalk dot com> for creating this. This is related to bugzilla 3744 | ||||
* | ChangeLogTag: Tue Oct 6 18:33:50 UTC 2009 Olli Savia <ops@iki.fi> | olli | 2009-10-06 | 1 | -0/+34 |
| | |||||
* | ChangeLogTag: Mon Jan 5 09:37:38 UTC 2009 Olli Savia <ops@iki.fi> | olli | 2009-01-05 | 1 | -0/+60 |
| | |||||
* | Wed Nov 12 14:52:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-11-12 | 1 | -8/+2 |
| | |||||
* | Tue Nov 11 13:26:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-11-11 | 1 | -1/+1 |
| | |||||
* | Mon Nov 10 19:23:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-11-10 | 1 | -2/+8 |
| | |||||
* | Thu Nov 6 08:22:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | Tue Nov 4 13:59:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-11-04 | 1 | -0/+7 |
| | |||||
* | Mon Nov 3 09:53:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-11-03 | 1 | -5/+91 |
| | |||||
* | Thu Oct 30 13:25:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-10-30 | 1 | -0/+20 |
| | |||||
* | Sun Sep 28 18:16:53 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-09-28 | 1 | -35/+0 |
| | |||||
* | Thu Sep 18 06:33:59 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-09-18 | 1 | -1/+0 |
| | |||||
* | Wed Sep 17 14:13:59 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-09-17 | 1 | -0/+1 |
| | |||||
* | Tue Sep 16 08:47:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl> | Johnny Willemsen | 2008-09-16 | 1 | -0/+35 |
| |