summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-borland.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated Embarcadero version checksJohnny Willemsen2021-08-161-6/+4
|
* Don't check for ACE_LACKS_STRTOD, not set by any config fileJohnny Willemsen2021-08-061-1/+1
| | | | | | * ACE/ace/OS_NS_stdlib.h: * ACE/ace/OS_NS_stdlib.inl: * ACE/ace/config-win32-borland.h:
* Merge pull request #1607 from jwillemsen/jwi-configwin32commoncleanupJohnny Willemsen2021-07-161-0/+1
|\ | | | | Simplified config-win32-common.h, moved the defines specific for a co…
| * Simplified config-win32-common.h, moved the defines specific for a compiler ↵Johnny Willemsen2021-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | to the respective file * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-common.h: * ACE/ace/config-win32-mingw.h: * ACE/ace/config-win32-mingw64.h: * ACE/ace/config-win32-msvc-14.h:
* | Cleanup Embarcadero C++ Builder supportJohnny Willemsen2021-07-161-7/+1
|/ | | | | | | | | | | | | * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/config-win32-borland.h: * ACE/ace/post.h: * ACE/ace/pre.h: * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * TAO/tests/Bug_3574_Regression/test.cpp: * TAO/tests/RTCORBA/README:
* Only the clang based compilers support C++11Johnny Willemsen2021-07-131-25/+17
| | | | * ACE/ace/config-win32-borland.h:
* Require MinGW 3 or greater, as a side effect cleanup some definesJohnny Willemsen2021-07-091-4/+0
| | | | | | | * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-common.h: * ACE/ace/config-win32-mingw.h: * ACE/ace/config-win32-mingw64.h:
* Add -q backJohnny Willemsen2021-06-291-1/+1
| | | | * ACE/ace/config-win32-borland.h:
* Use bcc32c/bcc64 as preprocessorJohnny Willemsen2021-06-291-7/+3
| | | | * ACE/ace/config-win32-borland.h:
* Renamed ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS to ↵Johnny Willemsen2021-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACE_HAS_WIN32_STRUCTURED_EXCEPTIONS * ACE/NEWS: * ACE/ace/Base_Thread_Adapter.cpp: * ACE/ace/Base_Thread_Adapter.h: * ACE/ace/Global_Macros.h: * ACE/ace/Log_Msg.cpp: * ACE/ace/Log_Msg.h: * ACE/ace/MEM_IO.inl: * ACE/ace/Malloc_T.cpp: * ACE/ace/OS_Log_Msg_Attributes.h: * ACE/ace/OS_Log_Msg_Attributes.inl: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_Thread_Adapter.cpp: * ACE/ace/OS_Thread_Adapter.h: * ACE/ace/Object_Manager_Base.cpp: * ACE/ace/Object_Manager_Base.h: * ACE/ace/README: * ACE/ace/Thread_Adapter.cpp: * ACE/ace/Thread_Adapter.h: * ACE/ace/Thread_Manager.cpp: * ACE/ace/config-all.h: * ACE/ace/config-lite.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-msvc.h: * ACE/tests/Compiler_Features_39_Test.cpp:
* Merge pull request #1573 from jwillemsen/jwi-sehdefineJohnny Willemsen2021-06-231-2/+3
|\ | | | | msvc and borland should define ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS, r…
| * msvc and borland should define ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS, removes ↵Johnny Willemsen2021-06-231-2/+3
| | | | | | | | | | | | | | | | mingw check from the common header * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-common.h: * ACE/ace/config-win32-msvc.h:
* | Removed ACE_USES_STD_NAMESPACE_FOR_ABS, not used anymoreJohnny Willemsen2021-06-231-1/+0
|/ | | | * ACE/ace/config-win32-borland.h:
* Default to no inlining with the Borland compilersJohnny Willemsen2021-06-201-14/+10
| | | | | * ACE/ace/config-kfreebsd.h: * ACE/ace/config-win32-borland.h:
* Introduce new ACE_LACKS_SET_ABORT_BEHAVIOR which is set for Embarcadero/MinGW32Johnny Willemsen2021-06-161-0/+1
| | | | | | * ACE/ace/Object_Manager.cpp: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-mingw.h:
* Remove cleanup of ACE_HAS_STRING_CLASSJohnny Willemsen2021-06-081-1/+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-1/+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:
* | 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-1/+0
|\
| * More cleanupJohnny Willemsen2021-01-051-1/+0
| | | | | | | | | | | | * ACE/ace/config-sunos5.6.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-dmc.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:
* Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clangJohnny Willemsen2020-05-271-0/+13
|
* Don't enable C++11 support for ACE, causes all kinds of compile problems :-(Johnny Willemsen2020-05-271-13/+0
| | | | * ACE/ace/config-win32-borland.h:
* Add support for Embarcadero C++ Builder 10.4 SydneyJohnny Willemsen2020-05-271-2/+17
| | | | | | | | | | | | | * ACE/NEWS: * ACE/ace/Compression/rle/RLECompressor.cpp: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/config-win32-borland.h: * ACE/ace/os_include/net/os_if.h: * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * TAO/tests/Bug_3574_Regression/test.cpp:
* Embarcadero C++ Builder 10.3.3 changes (Rio)Johnny Willemsen2020-01-071-3/+3
|
* Corrected version check to also include C++BuilderXE2Johnny Willemsen2018-08-311-1/+1
| | | | * ACE/ace/config-win32-borland.h:
* Don't use inline assembly with clang compilersJohnny Willemsen2018-04-101-3/+1
| | | | * ACE/ace/config-win32-borland.h:
* Enable intel assembly when using the Embarcadero clang compilersJohnny Willemsen2018-04-101-0/+3
| | | | | * ACE/ace/CDR_Base.cpp: * ACE/ace/config-win32-borland.h:
* Make use of builtin_bswap(16|32|64)Johnny Willemsen2018-04-091-0/+3
|
* Any bcc32 version doesn't support inlined assemblyJohnny Willemsen2018-03-061-0/+6
| | | | * ACE/ace/config-win32-borland.h:
* Removed setting of ACE_EXPORT_NESTED_CLASSESJohnny Willemsen2017-08-011-1/+0
| | | | | * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-dmc.h:
* Only use different format specifiers for bcc32Johnny Willemsen2017-07-221-2/+4
| | | | * ACE/ace/config-win32-borland.h:
* Use ACE_WIN32 and bcc32c doesn't set __WIN32__ but uses _WIN32Johnny Willemsen2017-07-201-3/+3
| | | | | | | | | | * ACE/ASNMP/asnmp/octet.cpp: * ACE/ASNMP/tests/Counter64_Test.cpp: * ACE/ace/Configuration_Import_Export.cpp: * ACE/ace/config-win32-borland.h: * ACE/examples/Mem_Map/IO-tests/IO_Test.cpp: * ACE/examples/Mem_Map/IO-tests/test_io.cpp: * TAO/tao/orbconf.h:
* Improve support for Embarcadero C++ BuilderJohnny Willemsen2017-07-141-5/+11
| | | | * ACE/ace/config-win32-borland.h:
* Take 2: Handle system functions that may be defined as macros on some platformsOlli Savia2016-09-091-0/+2
|
* Zapped c-style id tag with no space between // and $Id$Johnny Willemsen2015-01-071-2/+0
|
* Make x.2.5 public for the communityJohnny Willemsen2014-02-281-1/+3
|
* Wed Feb 19 20:25:34 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-02-191-3/+3
| | | | | | | | | * ace/Compression/rle/RLECompressor.cpp: * ace/config-win32-borland.h: * ace/post.h: * ace/pre.h: Improved C++BuilderXE support
* Wed Aug 7 07:02:52 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-071-0/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE-INSTALL.html: * ASNMP/asnmp/address.cpp: * ASNMP/asnmp/asn1.cpp: * ASNMP/asnmp/snmp.h: * ASNMP/asnmp/snmp.cpp: * ace/Asynch_IO.h: * ace/Connection_Recycling_Strategy.h: * ace/Connection_Recycling_Strategy.cpp: * ace/ETCL/ETCL_Constraint_Visitor.h: * ace/ETCL/ETCL_Constraint_Visitor.cpp: * ace/FIFO_Recv_Msg.inl: * ace/Log_Msg_Callback.h: * ace/Log_Msg_Callback.cpp: * ace/Monitor_Control/Auto_Update_Starter.h: * ace/Monitor_Control/Auto_Update_Starter.cpp: * ace/Monitor_Control/Monitor_Query.h: * ace/Monitor_Control/Monitor_Query.cpp: * ace/OS_NS_Thread.cpp: * ace/OS_NS_signal.h: * ace/OS_NS_signal.cpp: * ace/OS_NS_stdio.cpp: * ace/Select_Reactor_Base.cpp: * ace/Sig_Handler.h: * ace/Sig_Handler.cpp: * ace/TTY_IO.h: * ace/TTY_IO.cpp: * ace/Thread_Hook.h: * ace/Thread_Hook.cpp: * ace/config-macros.h: * ace/config-win32-borland.h: * ace/config-win32-common.h: * ace/config-win32.h: * apps/Gateway/Peer/Peer.cpp: * bin/MakeProjectCreator/config/bmake.features: * examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp: * examples/NT_Service/main.cpp: * examples/Reactor/TP_Reactor/ReadHandler.cpp: * examples/Reactor/TP_Reactor/client.cpp: * examples/Timer_Queue/Custom_Handler.h: * examples/Timer_Queue/main_thread_custom_handler.cpp: * performance-tests/Synch-Benchmarks/Base_Test/mutex_test.cpp: * protocols/ace/INet/AuthenticationBase.h: * protocols/ace/INet/AuthenticationBase.cpp: * protocols/ace/INet/ConnectionCache.h: * protocols/ace/INet/FTP_ClientRequestHandler.cpp: * protocols/ace/INet/FTP_URL.cpp: * protocols/ace/INet/HTTP_ClientRequestHandler.h: * protocols/ace/INet/HTTP_ClientRequestHandler.cpp: * protocols/ace/INet/HTTP_URL.cpp: * protocols/ace/INet/HeaderBase.h: * protocols/examples/RMCast/Send_Msg/Receiver.cpp: * tests/Bug_2434_Regression_Test.cpp: * tests/Bug_2772_Regression_Test.cpp: * tests/Capabilities_Test.cpp: * tests/DLL_Test.h: * tests/DLL_Test_Impl.cpp: * tests/Logging_Strategy_Test.cpp: * tests/Process_Env_Test.cpp: * tests/Process_Strategy_Test.cpp: * tests/Reactor_Timer_Test.cpp: * tests/SOCK_Send_Recv_Test.cpp: * tests/test_config.h: Revived port for Embarcadero C++ Builder XE4 using bcc32 commit b8e06cf020879fa8aa8cf3158601a19ea8bc44d4 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 28 19:38:10 2013 +0200 Layout * ACE/tests/Bug_2434_Regression_Test.cpp: * ACE/tests/Bug_2772_Regression_Test.cpp: commit ee6893a5065cbe56df7e4ab5aae31971ddf0edf3 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 28 19:34:00 2013 +0200 Updated borland instructions * ACE/ACE-INSTALL.html: commit 1ac4a32bb448852cf8c1f2fa90d6b14f1fd2d339 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 28 19:28:01 2013 +0200 Fix conversion warnings for bcc32: * ACE/apps/Gateway/Peer/Peer.cpp: * ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp: * ACE/examples/Reactor/TP_Reactor/ReadHandler.cpp: * ACE/examples/Reactor/TP_Reactor/client.cpp: commit b873f90c6801dde85f9fc6538a656f8400d4b8b3 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 28 09:02:36 2013 +0200 Fixed typo * ACE/tests/Reactor_Timer_Test.cpp: commit 4ffd49852005a058ddd7540e101348f1f58db506 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Jun 27 14:41:32 2013 +0200 Fixed bcc32 signed/unsigned comparison warnings * ACE/protocols/examples/RMCast/Send_Msg/Receiver.cpp: * ACE/tests/Capabilities_Test.cpp: * ACE/tests/Process_Strategy_Test.cpp: * ACE/tests/Reactor_Timer_Test.cpp: * ACE/tests/SOCK_Send_Recv_Test.cpp: commit 604b6c22cc21a64be12bbca4da68ce90f63b4d56 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Jun 27 13:01:30 2013 +0200 Fixed conversion warnings with bcc32 * ACE/ASNMP/asnmp/address.cpp: * ACE/ASNMP/asnmp/asn1.cpp: * ACE/ace/FIFO_Recv_Msg.inl: commit c257a73968b54bcab543cb5f2f436f16a9d63df8 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Jun 27 11:13:25 2013 +0200 Cleanup port * ACE/ace/config-win32-borland.h: commit a6dbc3fc51f6d3bb791b024c5e7aed2891a0f749 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 19:34:34 2013 +0200 Updated Embarcadero instructions * ACE/ACE-INSTALL.html: commit 476cdd82dcb899059e3f8c67858d4d383042e609 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 14:25:13 2013 +0200 Fixed bcc32 warning * ACE/tests/Process_Strategy_Test.cpp: commit 93e4a41e1954ff23a30d1b613e3d42a64ebcac10 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 14:18:51 2013 +0200 Extended size of environment usage to make sure we are above 32k * ACE/tests/Process_Env_Test.cpp: commit 340fbaa2b557c7df56d8ecf8ce623837b4bccb54 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 13:58:19 2013 +0200 Added missing export * ACE/protocols/ace/INet/HeaderBase.h: Layout * ACE/tests/Process_Env_Test.cpp: commit e7bbccf459931996a3c8482f74736b08ab929093 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 13:26:39 2013 +0200 Added some casts to suppress bcc32 warnings * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/Select_Reactor_Base.cpp: commit a07353c126b24967c7a72c5fba6369a487f8515b Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 13:22:52 2013 +0200 Removed check * ACE/ace/pre.h: commit f17435f0745233504a01a52fd1dc76b45397504d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 12:26:20 2013 +0200 Fixed compile errors with bcc32 * ACE/protocols/ace/INet/FTP_ClientRequestHandler.cpp: * ACE/protocols/ace/INet/FTP_URL.cpp: * ACE/protocols/ace/INet/HTTP_ClientRequestHandler.cpp: * ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h: * ACE/protocols/ace/INet/HTTP_URL.cpp: commit 305ed854f18ad958d593a94b1b51045ac8f01d5f Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 12:11:44 2013 +0200 bcb lacks localtime_r * ACE/ace/config-win32-borland.h: commit f7085b98b817695b633ffe2a1898523ff4e5677e Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 12:03:56 2013 +0200 Disable warning about static constructors * ACE/ace/pre.h: commit 0894d0797d66c9be6ab51ee68612c103f1b7a594 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 11:51:11 2013 +0200 Made check more generic * ACE/tests/Logging_Strategy_Test.cpp: commit 5b6354cd131be8ab244dfae4c9bcecccf46eaa74 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 26 10:10:44 2013 +0200 Fix for bcc64 * ACE/tests/Logging_Strategy_Test.cpp: commit 4373010c606d004cc43685b19ad073e957be6518 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jun 24 12:03:45 2013 +0200 Layout changes * ACE/tests/test_config.h: commit f3c9a5cd86bb50ace420b5a72f8e03fe35c6d9b5 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Jun 20 10:52:58 2013 +0200 Added support for ACE_HAS_CONSOLE_TEST_OUTPUT * ACE/tests/test_config.h: commit 2eadc63b624e91bf2bc3a68ee7627361e7c4c072 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 29 11:03:18 2013 +0200 Use 32bit preprocessor with cpp64 build * ACE/ace/config-win32-borland.h: commit fd1975d168c7cd7d7f26c6e097d6df4dfc56082d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 21:50:34 2013 +0200 Attempt to fix bcc64 error * ACE/examples/NT_Service/main.cpp: commit d1988a65bc87098d5c13044bb7b7d7fb8e3c2271 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 21:32:27 2013 +0200 Attempt to fix time_t problems * ACE/ace/config-win32-borland.h: commit f2982ed3371cbe38528105b28532bbd56b60a29e Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 19:22:06 2013 +0200 Reverted change for other export macros * ACE/ace/config-win32-borland.h: commit 811d190e619b89fdf9478034f92dc5af28fcc69f Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 19:11:54 2013 +0200 Try regular export macros with bcb * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-common.h: commit 1f8bf7e55140105a36aaf6fb0c689009c05b696e Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 16:14:48 2013 +0200 Default constructor * ACE/protocols/ace/INet/AuthenticationBase.cpp: * ACE/protocols/ace/INet/AuthenticationBase.h: commit 201d7f17557a32477b8c02c74396ef092a4fc953 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 15:53:01 2013 +0200 Default constructor * ACE/ace/Monitor_Control/Monitor_Query.cpp: * ACE/ace/Monitor_Control/Monitor_Query.h: * ACE/performance-tests/Synch-Benchmarks/Base_Test/mutex_test.cpp: commit ba8d2a24dade17fe0bfa69c86127b00bc5ff6000 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 13:47:43 2013 +0200 Default constructor * ACE/ace/TTY_IO.cpp: * ACE/ace/TTY_IO.h: commit 2d9fb952d66ac6527794f3091115a6b1b2d82b58 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 13:46:33 2013 +0200 Default constructot * ACE/ace/Connection_Recycling_Strategy.cpp: * ACE/ace/Connection_Recycling_Strategy.h: commit e1629f8efa132812267365371e83f0cc6da52842 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 13:44:45 2013 +0200 Added default constructor * ACE/ace/Monitor_Control/Auto_Update_Starter.cpp: * ACE/ace/Monitor_Control/Auto_Update_Starter.h: commit eca2f470d4671100c1fedfa1a14fa3dc4ac2dda6 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 13:37:59 2013 +0200 Let us see what happens if we don't use a prefix underscore for symbols * ACE/ace/config-win32-borland.h: commit a596f6fed12afde29d4847af99c0dde85dcf35ee Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 12:57:24 2013 +0200 Default constructor * ACE/performance-tests/Synch-Benchmarks/Base_Test/mutex_test.cpp: commit 8dfb772c0d63996f2f5c0c9e8a02966cebc9665e Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 12:55:50 2013 +0200 Add default constructor * ACE/tests/DLL_Test.h: * ACE/tests/DLL_Test_Impl.cpp: commit ab80db0e78d4cdaca365fa2a4b7af2745629da0f Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 12:53:51 2013 +0200 Default constructor * ACE/ace/Thread_Hook.cpp: * ACE/ace/Thread_Hook.h: commit 2143f2e2b51e0e379eff498b85958434ff6e68fc Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 12:49:44 2013 +0200 Long double change for 64bit * ACE/ace/config-win32-borland.h: commit cd44c9fbf676714211d1016d8def0f0ffead14c1 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 12:46:56 2013 +0200 Added default constructors * ACE/ace/Log_Msg_Callback.cpp: * ACE/ace/Log_Msg_Callback.h: * ACE/ace/Sig_Handler.cpp: * ACE/ace/Sig_Handler.h: commit 19184dcab928edfd22dce7008ab141534b56f2cd Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 10:44:32 2013 +0200 Added empty constructor to fix bcc64 link errors * ACE/ace/ETCL/ETCL_Constraint_Visitor.cpp: * ACE/ace/ETCL/ETCL_Constraint_Visitor.h: commit 2e55eedf63d1e9a7b82c488f2bd0716a2d88078b Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 10:43:12 2013 +0200 Added explicit constructor to resolve bcc64 link problems * ACE/ASNMP/asnmp/snmp.cpp: * ACE/ASNMP/asnmp/snmp.h: commit d1f85d331af335064b4b40d55e469487ce8c36ad Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 10:40:19 2013 +0200 clang based compiler has a problem with swab, let us emulate it in ACE for the moment * ACE/ace/config-win32-borland.h: * ACE/protocols/ace/INet/ConnectionCache.h: Doxygen fix commit cec571985b60322fef6a0c613927d3fab9ae8fdf Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 09:14:36 2013 +0200 we have nonconst swab * ACE/ace/config-win32-borland.h: commit bb9dba4eb5005cb111a6b2cad60c94b8029dd616 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 09:07:50 2013 +0200 Zap older compiler support, handle different preprocessor for clang environment * ACE/ace/config-win32-borland.h: commit 7bcf63e19497aad971f0eb75ed6dfa504a8d4419 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 09:05:46 2013 +0200 Make unimplemented methods private * ACE/ace/Asynch_IO.h: commit 83333a374d3cafc4ea296c6bb419dfd2ecf2a580 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 28 08:40:52 2013 +0200 Added macro to try to resolve link errors * ACE/ace/config-win32-borland.h: commit d342c02695a6f74e95cc61446ed519de42a6815c Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon May 27 19:30:41 2013 +0200 Removed array of handles as part of siginfo_t, triggers warning with bcc64 and doesn't seem to be used at all * ACE/ace/OS_NS_signal.cpp: * ACE/ace/OS_NS_signal.h: commit 9e8926669d68a902196a7a4a474c70ad009a05e7 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon May 27 18:10:46 2013 +0200 Fix for localtime_r * ACE/ace/config-win32-borland.h: commit a59c969d36d8eb4ca6311bafeab4c653bc0475b6 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon May 27 16:51:17 2013 +0200 Attempt to fix argument unused warnings * ACE/ace/config-macros.h: commit fdf91a5679222a618a8eca419310ea83a4470573 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon May 27 12:53:26 2013 +0200 Fixes for bcc32 * ACE/examples/Timer_Queue/Custom_Handler.h: * ACE/examples/Timer_Queue/main_thread_custom_handler.cpp: commit 6799802f3d30139f586894debb2d41680bf78085 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon May 27 11:32:01 2013 +0200 New file for bmake * ACE/bin/MakeProjectCreator/config/bmake.features: Added. commit c08478508b066069b412391d17f2ee5905f96da0 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon May 27 11:17:45 2013 +0200 Fixes for C++BuilderXE4 * ACE/ace/config-win32-borland.h: commit cb17ce9c8760b274a669ceb9246d0ae3e4229dc0 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 17 13:40:38 2012 +0200 * ACE/ace/OS_NS_stdio.cpp: Fixed for bcc32 commit 83b5446de5dab9a967da424368170818f7fe78c7 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jul 27 13:37:55 2012 +0200 * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32.h: Added some old files back
* (no commit message)Johnny Willemsen2011-08-101-172/+0
|
* Tue Mar 22 21:09:14 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-221-1/+1
| | | | | | | | * ace/Acceptor.h: Doxygen change * ace/config-win32-borland.h: Updated comment
* Thu Sep 30 08:09:34 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-301-6/+4
| | | | | | | | | | | | | | | | * 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
* Mon Sep 20 13:24:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-201-2/+4
| | | | | | | | | | | | | | | | | | | * ASNMP/agent/agent.mpc: * ASNMP/agent/main.cpp: Enable for wchar, thanks to Christian Freund <freund at wrz dot de> for reporting this and providing a patch, fixes bugzilla 3889 * ace/String_Base.h: * apps/JAWS3/http/HTTP_Service_Handler.h: * apps/JAWS3/small/SS_Service_Handler.h: Fixed typo in comment * ace/config-win32-borland.h: Some updates based on QC emails * debian/libtao-dev.install: * debian/mpc-ace.install: Fixed paths
* 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-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Thu Mar 4 07:50:54 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-03-041-19/+22
| | | | | | | | | | | | | | * tests/Atomic_Op_Test.cpp: Rewritten this test to use a template method so that we can test atomic op easily for various data types * ace/Time_Value.cpp: Layout changes and fixed compile problem with CB2010. This fixes bugzilla 3835, thanks to Jan Kalin <jan dot kalin at zag dot si> for reporting this. * ace/config-win32-borland.h: CB also has long timevalue mismatch
* Thu Dec 24 09:54:00 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-12-241-0/+4
| | | | | | | | | | | | | | | | | * ace/OS_NS_string.cpp: Const changes, layout changes, call ACE_OS::strncat instead of strncat directly * ace/Log_Msg.cpp: * ace/Log_Msg.h: Const changes * ace/config-win32-borland.h: C++ Builder 2010 has a broken wcsncat, reported as QC80630, for this version we now enable the ACE emulation for wcsncat * ace/OS_NS_wchar.cpp: Initialise some pointers with 0
* Thu Dec 10 13:07:58 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-12-101-4/+0
| | | | | * ace/config-win32-borland.h: Removed hard supported version check
* Fri Dec 4 07:30:00 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-12-041-1/+5
| | | | | * ace/config-win32-borland.h: CB2010 fix