summaryrefslogtreecommitdiff
path: root/ACE/ace/config-icc-common.h
Commit message (Collapse)AuthorAgeFilesLines
* Each platform we support provides std::string as string class, define ↵Johnny Willemsen2021-06-081-2/+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:
* Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIBJohnny Willemsen2021-06-071-2/+0
|\
| * All compilers we currently support throw on new so always define ↵Johnny Willemsen2021-06-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACE_NEW_THROWS_EXCEPTIONS and removed code for the case it was not defined * ACE/ace/Bound_Ptr.inl: * ACE/ace/CORBA_macros.h: * ACE/ace/Future.cpp: * ACE/ace/OS_Memory.h: * ACE/ace/README: * ACE/ace/Refcounted_Auto_Ptr.inl: * ACE/ace/config-all.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-integritySCA.h: * ACE/ace/config-mqx.h: * ACE/ace/config-openvms.h: * ACE/tests/New_Fail_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:
* Merge branch 'master' into jwi-ACE_HAS_CPLUSPLUS_HEADERSJohnny Willemsen2021-01-051-2/+0
|\
| * Merge pull request #1385 from jwillemsen/jwi-ACE_HAS_STDCPP_STL_INCLUDESJohnny Willemsen2021-01-051-1/+0
| |\ | | | | | | Cleanup ACE_HAS_STDCPP_STL_INCLUDES
| | * Cleanup ACE_HAS_STDCPP_STL_INCLUDESJohnny Willemsen2021-01-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/IOStream.h: * ACE/ace/README: * ACE/ace/config-g++-common.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-linux-common.h: * ACE/ace/config-openvms.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.6.h: * ACE/ace/config-win32-interix.h:
| * | Removed ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR, all compilers have ↵Johnny Willemsen2021-01-051-1/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | working explicit template destructors now * ACE/ace/Global_Macros.h: * ACE/ace/README: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-macosx-leopard.h: * ACE/ace/config-macosx-tiger.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-win32-msvc-14.h:
* | Removed ACE_HAS_CPLUSPLUS_HEADERS, not usedJohnny Willemsen2021-01-051-1/+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:
* Cleanup for gcc <= 4.8 which don't support C++11Johnny Willemsen2020-11-281-22/+2
| | | | | | | | | | | | | | | | | * 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:
* Zapped two line id tagsJohnny Willemsen2015-01-071-3/+0
|
* Wed Mar 5 14:45:12 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-03-051-5/+0
| | | | | | * ace/config-icc-common.h: Intel C++ does support pragma once
* Fixed typoJohnny Willemsen2014-02-191-1/+1
|
* Wed Feb 19 12:23:19 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-02-191-0/+16
| | | | | | | * ace/config-icc-common.h: Intel C++ 2013 SP1 Update 2 has adequate C++11 support when it is used in GCC 4.7 or higher emulation mode
* 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 Aug 5 08:13:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-08-051-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: Thu Jun 12 21:57:33 UTC 2008 J.T. Conklin ↵jtc2008-06-121-1/+0
| | | | <jtc@acorntoolworks.com>
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+114
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-114/+0
|
* Wed Sep 12 18:02:38 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-121-0/+4
|
* Thu Jul 19 09:52:57 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-191-5/+38
|
* Tue Apr 17 09:55:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-04-171-0/+7
|
* (no commit message)Johnny Willemsen2007-01-241-1/+0
|
* Sat Jul 29 11:24:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-07-291-0/+4
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+67