summaryrefslogtreecommitdiff
path: root/ACE/tests/OS_Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* Add missing const to several placesJohnny Willemsen2019-02-071-22/+22
|
* Introduce new ACE_HAS_VSNPRINTF_EMULATION because the vsnprintf emulation ↵Johnny Willemsen2017-07-141-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 operationJohnny Willemsen2016-05-171-0/+3
| | | | * ACE/tests/OS_Test.cpp:
* gai_strerror is defined as gai_strerrorA or gai_strerrorW on Windows ↵Johnny Willemsen2016-05-171-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 Willemsen2016-05-161-1/+1
| | | | number which we use instead of the BETA number which is kept for backwards compliance
* Added ACE_TEXT() to string constantsOlli Savia2016-05-141-2/+2
|
* Added helper macros to compare ACE/TAO versionsOlli Savia2016-05-141-0/+28
|
* Updated snprintf_emulation for different floating point representations and ↵Adam Mitz2015-11-301-5/+7
| | | | rounding
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-9/+211
|
* Removed single line Id tagJohnny Willemsen2015-01-071-2/+0
|
* Tue Sep 17 12:12:16 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-171-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 Huston2013-08-291-0/+26
|
* Mon Feb 25 08:09:24 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-02-251-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 whitespaceolli2011-03-131-1/+1
|
* ChangeLogTag: Sun Mar 13 10:32:34 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-131-1/+5
|
* ChangeLogTag: Fri Mar 11 12:24:43 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-111-2/+4
|
* ChangeLogTag: Fri Mar 11 12:09:00 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-111-0/+32
|
* ChangeLogTag:Wed Mar 9 19:14:01 UTC 2011 Steve Huston <shuston@riverace.com>Steve Huston2011-03-091-0/+4
|
* ChangeLogTag: Fri Feb 4 20:04:13 UTC 2011 Olli Savia <ops@iki.fi>olli2011-02-041-6/+6
|
* ChangeLogTag: Fri Oct 8 08:20:04 UTC 2010 Olli Savia <ops@iki.fi>olli2010-10-081-2/+2
|
* ChangeLogTag: Fri Sep 24 07:35:27 UTC 2010 Olli Savia <ops@iki.fi>olli2010-09-241-12/+7
|
* Removed ACE_RCSIDJohnny Willemsen2010-09-081-1/+1
|
* Thu May 6 11:43:43 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-05-061-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>olli2010-03-121-0/+60
|
* ChangeLogTag:Tueschmidt2010-02-231-2/+70
|
* Thu Jan 14 13:04:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-01-141-1/+1
| | | | | * tests/OS_Test.cpp: Unicode fix
* ChangeLogTag: Wed Nov 4 14:51:00 UTC 2009 Olli Savia <ops@iki.fi>olli2009-11-041-73/+0
|
* ChangeLogTag: Mon Nov 2 08:52:05 UTC 2009 Olli Savia <ops@iki.fi>olli2009-11-021-1/+1
|
* ChangeLogTag: Tue Oct 27 19:35:06 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-271-4/+2
|
* ChangeLogTag: Tue Oct 27 07:55:38 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-271-12/+12
|
* ChangeLogTag: Mon Oct 26 15:42:34 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-261-5/+5
|
* ChangeLogTag: Mon Oct 26 08:32:08 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-261-3/+47
|
* Removed tabolli2009-10-171-1/+1
|
* ChangeLogTag: Sat Oct 17 19:58:52 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-171-0/+31
|
* Sat Oct 17 07:32:19 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-10-171-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 Willemsen2009-10-131-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>olli2009-10-061-0/+34
|
* ChangeLogTag: Mon Jan 5 09:37:38 UTC 2009 Olli Savia <ops@iki.fi>olli2009-01-051-0/+60
|
* Wed Nov 12 14:52:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-121-8/+2
|
* Tue Nov 11 13:26:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-111-1/+1
|
* Mon Nov 10 19:23:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-101-2/+8
|
* Thu Nov 6 08:22:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-061-1/+1
|
* Tue Nov 4 13:59:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-041-0/+7
|
* Mon Nov 3 09:53:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-031-5/+91
|
* Thu Oct 30 13:25:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-301-0/+20
|
* Sun Sep 28 18:16:53 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-281-35/+0
|
* Thu Sep 18 06:33:59 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-181-1/+0
|
* Wed Sep 17 14:13:59 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-171-0/+1
|
* Tue Sep 16 08:47:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-161-0/+35
|