summaryrefslogtreecommitdiff
path: root/ACE/ace/config-aix-5.x.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed ACE_HAS_UTIME because it is not used and fixed some broken linksJohnny Willemsen2021-08-051-2/+0
| | | | | | | * ACE/ace/config-aix-5.x.h: * ACE/docs/Download.html: * TAO/tao/Transport.h: * TAO/tao/Transport_Selection_Guard.h:
* Each platform we support provides std::string as string class, define ↵Johnny Willemsen2021-06-081-3/+0
| | | | | | | | | | | | | | | | | ACE_HAS_STRING_CLASS always and removed the checks for it * ACE/ace/IOStream.h: * ACE/ace/IOStream_T.cpp: * ACE/ace/IOStream_T.h: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-all.h: * ACE/ace/config-cygwin32.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-hurd.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-kfreebsd.h: * ACE/ace/config-linux-common.h: * ACE/tests/IOStream_Test.cpp:
* We require now that the standard C++ library is supported and available in ↵Johnny Willemsen2021-06-071-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the std namespace, removed support for non compliant configurations * ACE/ace/Auto_Ptr.h: * ACE/ace/Auto_Ptr.inl: * ACE/ace/Global_Macros.h: * ACE/ace/IOStream.h: * ACE/ace/README: * ACE/ace/ace_wchar.h: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-all.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-integritySCA.h: * ACE/ace/config-kfreebsd.h: * ACE/ace/config-linux-common.h: * ACE/ace/config-mqx.h: * ACE/ace/config-netbsd.h: * ACE/ace/config-openvms.h: * ACE/ace/config-qnx.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-sunos5.6.h: * ACE/ace/config-vxworks6.4.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-msvc-14.h: * ACE/ace/iosfwd.h: * ACE/ace/streams.h: * ACE/examples/C++NPv1/Logging_Client.cpp: * ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp: * ACE/examples/C++NPv2/Server_Shutdown.cpp: * ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp: * ACE/tests/IOStream_Test.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInterceptor.cpp: * TAO/DevGuideExamples/PortableInterceptors/PICurrent/Messenger_i.cpp: * TAO/docs/tutorials/Quoter/AMI/Stock_i.h: * TAO/docs/tutorials/Quoter/Naming_Service/Stock_i.h: * TAO/docs/tutorials/Quoter/On_Demand_Activation/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/Persistent/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/Server/Stock_i.h: * TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/Messenger_i.cpp: * TAO/orbsvcs/examples/LoadBalancing/Stock.h:
* Removed ACE_HAS_CPLUSPLUS_HEADERS, not usedJohnny Willemsen2021-01-051-3/+0
| | | | | | | | | | | | | | | | | | | | | * ACE/ace/README: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-cygwin32.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-integritySCA.h: * ACE/ace/config-linux-common.h: * ACE/ace/config-lynxos.h: * ACE/ace/config-openvms.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.4-g++.h: * ACE/ace/config-sunos5.4-sunc++-4.x.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-vxworks6.4.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-dmc.h: * ACE/ace/config-win32-msvc-14.h:
* Remove ACE_OS::readdir_rFred Hornsey2020-12-051-1/+0
| | | | | | | | | glibc (https://man7.org/linux/man-pages/man3/readdir_r.3.html) and FreeBSD libc (https://www.freebsd.org/cgi/man.cgi?query=readdir&sektion=3) have both marked `readdir_r` deprecated, mainly because it can't deal with arbitrarily long path names, so we should probably remove it. Also removed `ACE_Dirent::(ACE_DIRENT *, ACE_DIRENT **)` which used it. `ACE_LACKS_READDIR_R` will now always be defined.
* Cleanup for gcc <= 4.8 which don't support C++11Johnny Willemsen2020-11-281-5/+0
| | | | | | | | | | | | | | | | | * ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/Stack_Trace.cpp: * ACE/ace/Time_Value.inl: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-macosx-leopard.h: * ACE/ace/config-macosx-tiger.h: * ACE/ace/config-macros.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/os_include/os_dlfcn.h: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/tao/SystemException.h:
* Fix INET_Addr in AIXHuang-Ming Huang2017-06-081-0/+2
|
* Merge pull request #43 from likema/feature/aix5.1Steve Huston2015-07-011-0/+9
|\ | | | | feature/aix5.1
| * Protect AIX 5.1 lack features.Like Ma2015-06-261-3/+5
| |
| * Fix lack of unsetenv, log2 and pthread_attr_setstack in AIX 5.1Like Ma2015-03-221-0/+4
| |
| * Fix GCC 4.5.4 AIX 5.1 warnings of size_t and ssize_t format.Like Ma2015-03-221-0/+3
| |
* | Add ACE_HAS_SIOCGIFCONF; allows ACE_OS::getmacaddress to workSteve Huston2015-04-031-0/+2
|/
* Removed single line Id tagJohnny Willemsen2015-01-071-1/+0
|
* ChangeLogTag: Fri Mar 11 12:09:00 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-111-1/+0
|
* Thu Sep 9 09:29:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/CDR_Base.h: * ace/CDR_Base.cpp: * ace/DEV.h: * ace/FILE.h: * ace/Global_Macros.h: * ace/INET_Addr.inl: * ace/Malloc_T.h: * ace/Malloc_T.inl: * ace/Malloc_T.cpp: * ace/SOCK_Dgram_Bcast.cpp: * ace/SSL/SSL_SOCK.h: * ace/Shared_Memory_Pool.cpp: * ace/Sock_Connect.cpp: * ace/config-aix-5.x.h: * ace/config-doxygen.h: * ace/config-g++-common.h: * ace/config-hpux-11.00.h: * ace/config-icc-common.h: * ace/config-integritySCA.h: * ace/config-linux-common.h: * ace/config-macros.h: * ace/config-mvs.h: * ace/config-openvms.h: * ace/config-suncc-common.h: * ace/config-sunos5.5.h: * ace/config-sunos5.6.h: * ace/config-tandem-nsk-mips-v2.h: * ace/config-tandem-nsk-mips-v3.h: * ace/config-win32-borland.h: * ace/config-win32-dmc.h: * ace/config-win32-ghs.h: * ace/config-win32-msvc-10.h: * ace/config-win32-msvc-7.h: * ace/config-win32-msvc-8.h: * ace/config-win32-msvc-9.h: * examples/IOStream/server/iostream_server.h: * examples/IPC_SAP/SOCK_SAP/C-inserver.cpp: * examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp: * examples/Reactor/Misc/test_event_handler_t.cpp: * tests/Basic_Types_Test.cpp: * tests/Conn_Test.cpp: * tests/Message_Queue_Test.cpp: * tests/SSL/Thread_Pool_Reactor_SSL_Test.h: * tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp: Cleanup, all compilers support templated typedefs * ace/config-cray.h: * ace/config-cxx-common.h: Removed these files, obsolete
* Thu Oct 29 21:04:27 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-291-2/+1
|
* ChangeLogTag: Tue Oct 27 10:01:51 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-271-0/+1
|
* ChangeLogTag: Fri Oct 23 09:56:50 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-231-0/+1
|
* Mon Oct 19 19:25:40 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-191-3/+0
|
* ChangeLogTag:Mon May 18 19:58:35 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-05-181-46/+37
|
* ChangeLogTag:Fri Jan 30 20:42:45 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-01-301-2/+2
|
* Wed Nov 5 08:49:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-051-0/+1
|
* Tue Nov 4 07:05:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-041-0/+2
|
* ChangeLogTag:Tue Oct 7 23:04:50 UTC 2008 Steve Huston <shuston@riverace.com>Steve Huston2008-10-071-0/+1
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+333
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-333/+0
|
* Wed Dec 19 14:04:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-12-191-11/+3
|
* Mon Dec 3 10:02:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-12-031-1/+0
|
* ChangeLogTag:Wed Jul 11 20:17:07 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-07-111-0/+4
|
* ChangeLogTag:Fri Jul 6 14:52:00 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-07-061-1/+0
|
* ChangeLogTag:Wed Jun 27 19:46:14 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-06-271-1/+2
|
* ChangeLogTag:Wed Jun 27 16:59:06 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-06-271-5/+6
|
* Fri May 25 15:44:13 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-05-251-1/+1
|
* ChangeLogTag: Fri Feb 2 07:48:40 UTC 2007 Olli Savia <ops@iki.fi>olli2007-02-021-1/+0
|
* (no commit message)Johnny Willemsen2007-01-241-1/+0
|
* Mon Jan 1 06:39:05 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-011-0/+1
|
* Thu Dec 28 11:13:21 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-12-281-2/+1
|
* Wed Dec 27 09:24:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-12-271-2/+4
|
* Tue Dec 5 15:08:43 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-12-051-1/+279
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+59