summaryrefslogtreecommitdiff
path: root/ACE/ace/config-sunos5.5.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove cleanup of ACE_HAS_STRING_CLASSJohnny Willemsen2021-06-081-4/+0
| | | | | | | | | | | | | | | | | | | * ACE/ace/IOStream.h: * ACE/ace/README: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-lynxos.h: * ACE/ace/config-netbsd.h: * ACE/ace/config-openbsd.h: * ACE/ace/config-openvms.h: * ACE/ace/config-qnx.h: * ACE/ace/config-rtems.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.4-g++.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-sunos5.6.h: * ACE/ace/config-win32-borland.h: * ACE/examples/IOStream/client/iostream_client.cpp: * ACE/examples/IOStream/server/iostream_server.cpp:
* Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIBJohnny Willemsen2021-06-071-5/+0
|\
| * All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/README: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-all.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-lynxos.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-msvc-14.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/Shared_Malloc/test_persistence.cpp: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Impl.h: * ACE/tests/Dynamic_Test.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
| * Cleanup more ACE_NEW_THROWS_EXCEPTIONSJohnny Willemsen2021-06-061-4/+0
| | | | | | | | | | | | | | | | | | * ACE/ace/config-g++-common.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.4-sunc++-4.x.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-win32-msvc-14.h: * ACE/ace/config-win32-msvc.h:
* | 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:
* Merge pull request #1386 from jwillemsen/jwi-ACE_HAS_CPLUSPLUS_HEADERSJohnny Willemsen2021-01-051-3/+0
|\ | | | | Removed ACE_HAS_CPLUSPLUS_HEADERS, not used
| * 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:
* | Removed check for ACE_LACKS_PLACEMENT_OPERATOR_DELETE, supported by all ↵Johnny Willemsen2021-01-051-2/+0
|/ | | | | | | | | | | | | | | | | | | compilers supporting C++11 * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-sunos5.5.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/Shared_Malloc/test_persistence.cpp: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Impl.h: * ACE/tests/Dynamic_Test.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
* Remove ACE_OS::readdir_rFred Hornsey2020-12-051-4/+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-4/+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:
* Removed single line Id tagJohnny Willemsen2015-01-071-2/+0
|
* Thu Sep 8 17:32:48 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/TP_Reactor.h: Typo fixed * ace/Process_Manager.cpp: Layout changes * ace/config-sunos5.5.h: Removed old comment * ace/Signal.h: Doxygen cleanup * ace/OS_NS_errno.inl: Const changes * ace/OS_NS_errno.h: Only define ACE_ERRNO_TYPE when it is not defined yet, that way we can just set it in config-android.h * ace/config-android.h: Cleanup and set various defines needed to get correct runtime behavior * bin/PerlACE/Process_VMS.pm: Chorus support removal * bin/PerlACE/README: Layout changes * include/makeinclude/platform_android.GNU: Further cleanup
* ChangeLogTag: Fri Jul 1 08:46:30 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-07-011-0/+4
|
* ChangeLogTag: Tue Mar 15 19:29:59 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-151-7/+0
|
* ChangeLogTag: Mon Mar 14 18:58:40 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-141-9/+2
|
* Mon Mar 14 08:16:33 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-141-24/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/OS_NS_time.h: * ace/OS_NS_time.inl: * ace/OS_NS_time.cpp: Removed ghs method * ace/Guard_T.h: Doxygen change * ace/OS_NS_sys_utsname.cpp: * ace/Process.cpp: * ace/Process_Manager.cpp: * ace/WFMO_Reactor.cpp: * ace/config-sunos5.5.h: * ace/config-sunos5.7.h: * ace/config-vxworks6.4.h: * ace/config-win32-msvc.h: Removed ghs workaround * tests/Multihomed_INET_Addr_Test.cpp: Layout change * ace/gethrtime.cpp: Removed this file, ghs is not supported anymore a long time * ace/ace.mpc: * ace/Makefile.am: Removed gethrtime.cpp
* ChangeLogTag: Fri Mar 11 12:09:00 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-111-6/+0
|
* Thu Sep 30 08:09:34 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-301-10/+1
| | | | | | | | | | | | | | | | * ace/IOStream.h: * ace/config-g++-common.h: * ace/config-hpux-11.00.h: * ace/config-linux-common.h: * ace/config-mvs.h: * ace/config-sunos5.5.h: * ace/config-win32-borland.h: * ace/config-win32-cegcc.h: * ace/config-win32-dmc.h: * ace/config-win32-ghs.h: * ace/config-win32-mingw.h: * ace/config-win32-msvc.h: Cleanup, move g++ version defines to config-g++-common.h
* 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
* Mon Aug 9 06:38:34 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-08-091-1/+0
| | | | | * ace/config-sunos5.5.h: Fixed compile error
* Thu Aug 5 08:13:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-08-051-24/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/CORBA_macros.h: * ace/Global_Macros.h: * ace/Vector_T.h: * ace/ace_wchar.h: * ace/config-cxx-common.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-macros.h: * ace/config-netbsd.h: * ace/config-openvms.h: * ace/config-suncc-common.h: * ace/config-sunos5.4-sunc++-4.x.h: * ace/config-sunos5.5.h: * ace/config-tandem-nsk-mips-v2.h: * ace/config-tandem-nsk-mips-v3.h: * ace/config-unixware-7.1.0.h: * ace/config-unixware-7.1.0.udk.h: * ace/config-win32-borland.h: * ace/config-win32-dmc.h: * ace/config-win32-ghs.h: * ace/config-win32-interix.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: * include/makeinclude/platform_aix.GNU: * include/makeinclude/platform_aix_g++.GNU: * include/makeinclude/platform_aix_ibm.GNU: * include/makeinclude/platform_cray.GNU: * include/makeinclude/platform_freebsd.GNU: * include/makeinclude/platform_gnuwin32_common.GNU: * include/makeinclude/platform_hpux_aCC.GNU: * include/makeinclude/platform_hpux_gcc.GNU: * include/makeinclude/platform_integrity_ghs.GNU: * include/makeinclude/platform_irix6.x_common.GNU: * include/makeinclude/platform_linux_common.GNU: * include/makeinclude/platform_lynxos.GNU: * include/makeinclude/platform_macosx.GNU: * include/makeinclude/platform_macosx_common.GNU: * include/makeinclude/platform_macosx_icc.GNU: * include/makeinclude/platform_macosx_panther.GNU: * include/makeinclude/platform_netbsd.GNU: * include/makeinclude/platform_openbsd.GNU: * include/makeinclude/platform_openvms.GNU: * include/makeinclude/platform_qnx_rtp_gcc.GNU: * include/makeinclude/platform_rtems.x_g++.GNU: * include/makeinclude/platform_sunos5_g++.GNU: * include/makeinclude/platform_sunos5_sunc++.GNU: * include/makeinclude/platform_tandem.GNU: * include/makeinclude/platform_tru64_cxx.GNU: * include/makeinclude/platform_tru64_g++.GNU: * include/makeinclude/platform_unixware_g++.GNU: * include/makeinclude/platform_vxworks5.5.x.GNU: * include/makeinclude/platform_vxworks6.2.GNU: * include/makeinclude/platform_vxworks6.3.GNU: * include/makeinclude/platform_win32_dmc.GNU: * include/makeinclude/platform_win32_icc.GNU: * include/makeinclude/platform_win32_interix.GNU: * include/makeinclude/wrapper_macros.GNU: * tests/Bug_3673_Regression_Test.cpp: * tests/Reactor_Exceptions_Test.cpp: Removed support for non exception builds, ACE_HAS_EXCEPTIONS is now always defined * rpmbuild/ace-tao.spec: Small updates * ace/Exception_Macros.h: * bin/MakeProjectCreator/config/exceptions.mpb: Removed these files.
* ChangeLogTag: Mon Mar 15 20:08:32 UTC 2010 Olli Savia <ops@iki.fi>olli2010-03-151-3/+0
|
* ChangeLogTag: Fri Feb 26 19:32:06 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-02-261-2/+3
|
* ChangeLogTag:Wedschmidt2010-02-241-0/+2
|
* Thu Oct 29 21:04:27 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-291-2/+2
|
* ChangeLogTag: Wed Oct 28 11:54:03 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-281-2/+0
|
* Mon Oct 19 19:25:40 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-191-3/+0
|
* ChangeLogTag: Sat Oct 17 19:58:52 UTC 2009 Olli Savia <ops@iki.fi>olli2009-10-171-0/+1
|
* ChangeLogTag: Tue Sep 1 17:39:01 UTC 2009 Steven Stallion ↵stallions2009-09-011-1/+1
| | | | <stallions@ociweb.com>
* ChangeLogTag: Tue Sep 1 17:39:01 UTC 2009 Steven Stallion ↵stallions2009-09-011-0/+14
| | | | <stallions@ociweb.com>
* Tue Apr 7 09:33:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-04-071-0/+3
| | | | | * ace/config-sunos5.5.h Solaris lacks setenv/unsetenv
* ChangeLogTag: Sun Mar 1 20:35:34 UTC 2009 Olli Savia <ops@iki.fi>olli2009-03-011-2/+0
|
* Tue Nov 4 07:45:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-041-0/+3
|
* ChangeLogTag: Tue Oct 14 13:09:35 UTC 2008 J.T. Conklin ↵jtc2008-10-141-0/+1
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Sat Sep 20 12:23:10 UTC 2008 J.T. Conklin ↵jtc2008-09-201-1/+1
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Mon Jun 16 12:12:16 UTC 2008 Jeff Parsons ↵parsons2008-06-161-3/+0
| | | | <j.parsons@vanderbilt.edu>
* ChangeLogTag: Fri Jun 13 14:00:00 UTC 2008 Jeff Parsons ↵parsons2008-06-131-0/+3
| | | | <j.parsons@vanderbilt.edu>
* ChangeLogTag: Thu Jun 12 21:57:33 UTC 2008 J.T. Conklin ↵jtc2008-06-121-1/+0
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Fri May 30 10:07:55 UTC 2008 Vladimir Zykov ↵vzykov2008-05-301-1/+4
| | | | <vzykov@prismtech.com>
* Wed May 14 18:30:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-05-141-0/+1
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+414
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-414/+0
|
* Sun Dec 16 06:49:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-12-161-0/+3
|
* Mon Dec 3 10:02:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-12-031-1/+0
|
* Fri Sep 14 04:51:38 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-141-1/+0
|
* Thu Sep 13 08:55:38 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-131-5/+1
|
* Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-311-3/+3
|
* Tue Jul 31 12:02:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-311-0/+1
|
* ChangeLogTag:Sat Jul 28 23:00:44 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-07-281-1/+1
|
* ChangeLogTag: Tue May 22 09:56:40 UTC 2007 Olli Savia <ops@iki.fi>olli2007-05-221-0/+3
|