summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed single line Id tagJohnny Willemsen2015-01-079421-17534/+16
|
* Zapped two line id tagsJohnny Willemsen2015-01-07862-2574/+5
|
* Removed a lot of old Id tagsJohnny Willemsen2015-01-07826-2475/+4
|
* Zap three linesJohnny Willemsen2015-01-071-1/+1
| | | | * ACE/bin/zap_svn_id.pl:
* UpdateJohnny Willemsen2015-01-071-1/+2
| | | | * ACE/bin/zap_svn_id.pl:
* Zapped Id tagJohnny Willemsen2015-01-07692-1384/+0
|
* Added more file extensionsJohnny Willemsen2015-01-071-1/+1
| | | | * ACE/bin/zap_svn_id.pl:
* Changed Id fuzzer to not allow Id tag anymoreJohnny Willemsen2015-01-071-5/+3
| | | | * ACE/bin/fuzz.pl:
* Updated extensionsJohnny Willemsen2015-01-071-1/+1
| | | | * ACE/bin/zap_svn_id.pl:
* Initial commit of script to zap all old svn Id linesJohnny Willemsen2015-01-071-0/+17
| | | | | * ACE/bin/zap_svn_id.pl: Added.
* MacOS Yosemite warning cleanupPhil Mesnier2015-01-051-23/+29
| | | | | Clean up warnings related to use of unnamed semaphores, which are deprecated. Also fixed macro indentation
* Initialise variable to fix compile time warningOlli Savia2015-01-041-1/+1
|
* Merge branch 'master' of https://github.com/DOCGroup/ATCDOlli Savia2015-01-025-8/+8
|\ | | | | | | Merge master
| * Merge branch 'master' of https://github.com/DOCGroup/ATCDJohnny Willemsen2015-01-022-6/+6
| |\
| * | Updated copyright yearJohnny Willemsen2015-01-025-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | * ACE/AUTHORS: * ACE/COPYING: * CIAO/COPYING: * DAnCE/COPYING: * TAO/COPYING:
* | | Merge branch 'master' of https://github.com/DOCGroup/ATCDOlli Savia2015-01-0284-280/+2273
|\ \ \ | | |/ | |/| | | | Merge master
| * | Set compiler variables conditionallyOlli Savia2015-01-021-2/+2
| | |
| * | Updated for FOX-1.6Olli Savia2014-12-291-2/+2
| | |
| * | Updated for FOX-1.6Olli Savia2014-12-291-2/+2
| |/
| * Added missing breakJohnny Willemsen2014-12-291-1/+1
| | | | | | | | * ACE/docs/bczar/bczar.html:
| * Zapped empty lineJohnny Willemsen2014-12-291-1/+0
| | | | | | | | * TAO/tao/TAO_Server_Request.cpp:
| * Change argument name from error to error_message to get rid of incorrect ↵Johnny Willemsen2014-12-291-30/+30
| | | | | | | | | | | | errors reported by our nologging build * TAO/tests/Bug_3524_Regression/client.cpp:
| * Changes to make x.3.1 publicJohnny Willemsen2014-12-298-123/+138
| | | | | | | | | | | | | | | | | | | | | | * ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * CIAO/NEWS: * DAnCE/NEWS: * TAO/NEWS:
| * Stripped the ChangeLogs to only contain the changes for this beta release. ↵Latest_BFOACE+TAO+CIAO-6_3_1Johnny Willemsen2014-12-294-418769/+12
| | | | | | | | Manual action only with this micro because of the git import
| * ACE+TAO+CIAO-6_3_1Johnny Willemsen2014-12-2969-75/+420809
| |
| * Reversed changeJohnny Willemsen2014-12-291-1/+1
| | | | | | | | * ACE/bin/make_release.py:
| * Fixed bug in updating the versionsJohnny Willemsen2014-12-291-1/+1
| | | | | | | | * ACE/bin/make_release.py:
| * Renamed argument from error to error_message to get rid of false tagged ↵Johnny Willemsen2014-12-281-3/+3
| | | | | | | | | | | | error in our nologging build * TAO/tests/Bug_3524_Regression/client.cpp:
| * Documentation updates related to migration to githubJohnny Willemsen2014-12-273-41/+43
| | | | | | | | | | | | * ACE/docs/ACE-bug-process.html: * ACE/docs/ACE-development-process.html: * ACE/docs/usage-bugzilla.html:
* | Merge branch 'master' of https://github.com/DOCGroup/ATCDOlli Savia2014-12-201-1/+1
|\ \ | |/
| * Fixed to compile with Tk 8.6Olli Savia2014-12-201-1/+1
| |
* | Updated TTY_IO examples. This fixes Bugzilla Bug #3424Olli Savia2014-12-202-35/+23
| |
* | Moved FreeBSD specific settings from OS_NS_stdlib.h to config-freebsd.hOlli Savia2014-12-192-5/+5
|/
* Add some missing libraries for a full build systemJohnny Willemsen2014-12-181-1/+1
| | | | * ACE/docs/bczar/bczar.html:
* Added a note about OpenBSD supportOlli Savia2014-12-181-0/+3
|
* Updated for OpenBSD 5.6Olli Savia2014-12-172-15/+7
|
* Fixed missing try/catch to resolve Coverity reported errorsJohnny Willemsen2014-12-151-2/+18
| | | | * TAO/orbsvcs/tests/ImplRepo/manual_start/client.cpp:
* Merge pull request #1 from bjeram/masterJohnny Willemsen2014-12-123-7/+17
|\ | | | | Broken dlsym for older version of VxWorks
| * Update config-vxworks6.8.hbjeram2014-12-121-7/+0
| | | | | | | | | | | | # define ACE_LACKS_RAND_R 1 # define ACE_LACKS_STD_WSTRING should be move to (they have been moved) to: config-vxworks6.4.h
| * Update config-vxworks6.4.hbjeram2014-12-121-0/+8
| | | | | | | | | | | | lack of rand_r and wstring is tru also for older version of VxWork, so we can move: # define ACE_LACKS_RAND_R 1 # define ACE_LACKS_STD_WSTRING from config-vxworks6.8.h to config-vxworks6.4.h
| * Update OS_NS_dlfcn.inlbjeram2014-12-121-2/+2
| | | | | | changed how is it checked for VxWorks version (using: (ACE_VXWORKS < 0x690)).
| * Update OS_NS_dlfcn.inlbjeram2014-12-121-0/+9
|/ | | fixed ACE_OS::dlsym function that it works for VxWorks - older than 6.9.
* Merge branch 'rite-jwi-catchconst'Johnny Willemsen2014-12-12162-280/+273
|\ | | | | | | Catch all CORBA exceptions as const& instead of &
| * Fixed compile errorsJohnny Willemsen2014-12-1111-29/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp: * TAO/orbsvcs/examples/ORT/Gateway_i.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp: * TAO/orbsvcs/tests/Security/Bug_1107_Regression/client.cpp: * TAO/tests/Bug_3755_Ext_Regression/common.cpp: * TAO/tests/Bug_3755_Regression/server.cpp: * TAO/tests/Bug_3826_Regression/server.cpp: * TAO/tests/Param_Test/except.cpp:
| * Catch exceptions as constJohnny Willemsen2014-12-11165-276/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CIAO/ciao/Containers/Container_Base_T.cpp: * CIAO/ciao/Deployment/Handlers/Connection_Handler.cpp: * CIAO/ciao/Deployment/Handlers/Home_Handler.cpp: * CIAO/ciao/Deployment/Handlers/Homed_Component_Handler.cpp: * CIAO/ciao/Deployment/Interceptors/Deployment_Interceptors.cpp: * CIAO/ciao/Deployment/Interceptors/Name_Utilities.cpp: * CIAO/performance-tests/Protocols/Controller/Controller.cpp: * CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp: * CIAO/tests/DAnCE/Components/Progressive_exec.cpp: * CIAO/tests/DAnCE/Components/SimpleLocalUser_exec.cpp: * CIAO/tests/DAnCE/Components/SimpleUser_exec.cpp: * CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown_exec.cpp: * DAnCE/dance/DomainApplication/Domain_Application_Impl.cpp: * DAnCE/dance/DomainApplicationManager/DomainApplicationManager_Impl.cpp: * DAnCE/dance/ExecutionManager/ExecutionManager_Impl.cpp: * DAnCE/dance/ExecutionManager/ExecutionManager_Module.cpp: * DAnCE/dance/LocalityManager/Scheduler/Events/Action_Base.cpp: * DAnCE/dance/NodeApplication/NodeApplication_Impl.cpp: * DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp: * DAnCE/dance/RepositoryManager/repository_manager_admin.cpp: * DAnCE/dance/TargetManager/DomainDataManager.cpp: * DAnCE/dance/TargetManager/Target_Manager_Module.cpp: * DAnCE/tests/TargetManager/CmpClient.cpp: * DAnCE/tools/Config_Handlers/Any_Handler.cpp: * DAnCE/tools/Config_Handlers/XML_File_Intf.cpp: * DAnCE/tools/Domain_Validator/CORBA/CORBA_Domain_Validator_impl.cpp: * DAnCE/tools/System_Health/Interceptors/SHS_CORBA_Transport.cpp: * TAO/docs/tutorials/Quoter/AMI/client.cpp: * TAO/docs/tutorials/Quoter/AMI/server.cpp: * TAO/docs/tutorials/Quoter/Event_Service/client.cpp: * TAO/docs/tutorials/Quoter/Event_Service/server.cpp: * TAO/docs/tutorials/Quoter/Naming_Service/client.cpp: * TAO/docs/tutorials/Quoter/Naming_Service/server.cpp: * TAO/docs/tutorials/Quoter/On_Demand_Activation/client.cpp: * TAO/docs/tutorials/Quoter/On_Demand_Activation/server.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/Broker.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/Distributor.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/Distributor_i.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/StockNameConsumer_i.cpp: * TAO/docs/tutorials/Quoter/RTCORBA/docs/distributor.html: * TAO/docs/tutorials/Quoter/RT_Event_Service/client.cpp: * TAO/docs/tutorials/Quoter/RT_Event_Service/server.cpp: * TAO/docs/tutorials/Quoter/Simple/Client/client.cpp: * TAO/docs/tutorials/Quoter/Simple/Client/index.html: * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/client.cpp: * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/server.cpp: * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/server.cpp: * TAO/docs/tutorials/Quoter/Simple/Persistent/client.cpp: * TAO/docs/tutorials/Quoter/Simple/Persistent/server.cpp: * TAO/docs/tutorials/Quoter/Simple/Server/index.html: * TAO/docs/tutorials/Quoter/Simple/Server/server.cpp: * TAO/examples/Borland/ChatClient.cpp: * TAO/examples/Borland/ChatClientWnd.cpp: * TAO/examples/Borland/ORBThread.cpp: * TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp: * TAO/orbsvcs/IFR_Service/be_produce.cpp: * TAO/orbsvcs/Notify_Service/Notify_Service.cpp: * TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp: * TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp: * TAO/orbsvcs/examples/ImR/Advanced/manager_main.cpp: * TAO/orbsvcs/examples/ImR/Advanced/server_main.cpp: * TAO/orbsvcs/examples/ImR/Combined_Service/combined.cpp: * TAO/orbsvcs/examples/ImR/Combined_Service/controller.cpp: * TAO/orbsvcs/examples/ImR/Combined_Service/test.cpp: * TAO/orbsvcs/examples/ImR/Combined_Service/test_server.cpp: * TAO/orbsvcs/examples/ORT/Gateway_i.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp: * TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp: * TAO/orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.cpp: * TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp: * TAO/orbsvcs/tests/Bug_2800_Regression/nsmain.cpp: * TAO/orbsvcs/tests/Bug_2800_Regression/server.cpp: * TAO/orbsvcs/tests/Bug_3215_Regression/client.cpp: * TAO/orbsvcs/tests/Bug_3216_Regression/client.cpp: * TAO/orbsvcs/tests/Bug_3673_Regression/nsmain.cpp: * TAO/orbsvcs/tests/Bug_3673_Regression/server.cpp: * TAO/orbsvcs/tests/COIOP_Naming_Test/NamingTask.cpp: * TAO/orbsvcs/tests/CosEvent/Timeout/TestEventConsumer_i.cpp: * TAO/orbsvcs/tests/CosEvent/Timeout/TimeoutTestMain.cpp: * TAO/orbsvcs/tests/Event/Mcast/AddrServer/Server.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventConsumerMain.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplierMain.cpp: * TAO/orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp: * TAO/orbsvcs/tests/FT_Naming/Federation/server.cpp: * TAO/orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp: * TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/MessengerClient.cpp: * TAO/orbsvcs/tests/ImplRepo/Bug_2604_Regression/MessengerServer.cpp: * TAO/orbsvcs/tests/ImplRepo/NotifyService/test.cpp: * TAO/orbsvcs/tests/ImplRepo/double_start/client.cpp: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.cpp: * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/client.cpp: * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/server.cpp: * TAO/orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp: * TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/test_idl.cpp: * TAO/orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/test_idl.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/common.h: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/consumer.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp: * TAO/orbsvcs/tests/Notify/Bug_1884_Regression/supplier.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/common.h: * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/consumer.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688_Regression/supplier.cpp: * TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.cpp: * TAO/orbsvcs/tests/Security/Bug_1107_Regression/client.cpp: * TAO/orbsvcs/tests/Security/EndpointPolicy/test.cpp: * TAO/orbsvcs/tests/Security/InsecureReferences/test.cpp: * TAO/orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp: * TAO/orbsvcs/tests/Security/mixed_security_test/client.cpp: * TAO/orbsvcs/tests/Security/mixed_security_test/server.cpp: * TAO/performance-tests/Sequence_Latency/Sequence_Operations_Time/test.cpp: * TAO/tao/IORTable/Async_IOR_Table_Impl.cpp: * TAO/tests/Bug_2241_Regression/Client_Task.cpp: * TAO/tests/Bug_2345_Regression/server.cpp: * TAO/tests/Bug_2494_Regression/client.cpp: * TAO/tests/Bug_2494_Regression/server.cpp: * TAO/tests/Bug_2560_Regression/Stock_Factory_i.cpp: * TAO/tests/Bug_2560_Regression/client.cpp: * TAO/tests/Bug_2560_Regression/server.cpp: * TAO/tests/Bug_2654_Regression/client.cpp: * TAO/tests/Bug_2683_Regression/client.cpp: * TAO/tests/Bug_2683_Regression/server.cpp: * TAO/tests/Bug_2809_Regression/server.cpp: * TAO/tests/Bug_3068_Regression/client.cpp: * TAO/tests/Bug_3068_Regression/server.cpp: * TAO/tests/Bug_3068_Regression/test_i.cpp: * TAO/tests/Bug_3276_Regression/client.cpp: * TAO/tests/Bug_3531_Regression/client.cpp: * TAO/tests/Bug_3531_Regression/server.cpp: * TAO/tests/Bug_3531b_Regression/server.cpp: * TAO/tests/Bug_3547_Regression/Stock_Quoter_Client.cpp: * TAO/tests/Bug_3547_Regression/Stock_Quoter_Server.cpp: * TAO/tests/Bug_3755_Ext_Regression/common.cpp: * TAO/tests/Bug_3755_Regression/server.cpp: * TAO/tests/Bug_3826_Regression/server.cpp: * TAO/tests/Bug_933_Regression/Messenger_i.cpp: * TAO/tests/Collocated_ThruP_Sp/Client_Task.cpp: * TAO/tests/Collocated_ThruP_Sp_Gd/Client_Task.cpp: * TAO/tests/CollocationLockup/CollocationLockup.cpp: * TAO/tests/CollocationLockup/SimpleNamingService.cpp: * TAO/tests/DII_AMI_Forward/DII_ReplyHandler.cpp: * TAO/tests/DII_AMI_Forward/client.cpp: * TAO/tests/DSI_AMI_Gateway/My_DII_Reply_Handler.cpp: * TAO/tests/Dynamic_TP/ORB_ThreadPool/Client.cpp: * TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/client.cpp: * TAO/tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/client.cpp: * TAO/tests/MT_NoUpcall_Connect/client.cpp: * TAO/tests/Native_Exceptions/client.cpp: * TAO/tests/Native_Exceptions/server.cpp: * TAO/tests/Oneway_Send_Timeouts/Client.cpp: * TAO/tests/Oneway_Timeouts/client.cpp: * TAO/tests/Oneway_Timeouts/server.cpp: * TAO/tests/POA/EndpointPolicy/server.cpp: * TAO/tests/POA/Persistent_ID/client.cpp: * TAO/tests/Param_Test/except.cpp: * TAO/tests/Storable/test.cpp: * TAO/tests/UNKNOWN_Exception/client.cpp: * TAO/utils/monitor/monitor_client.cpp:
* | Add the tao_imr fixJohnny Willemsen2014-12-111-0/+3
|/ | | | * TAO/NEWS:
* Merge branch 'rite-jwi-bugzilla-4192'Johnny Willemsen2014-12-1112-70/+153
|\ | | | | | | Fixed bugzilla 4192, incorrect status reported by tao_imr
| * Merge branch 'master' into rite-jwi-bugzilla-4192Johnny Willemsen2014-12-094-0/+16
| |\ | |/ |/|
* | Mention move to github and the fact that the ChangeLog is now generated as ↵Johnny Willemsen2014-12-094-0/+16
| | | | | | | | | | | | | | | | | | part of the release process * ACE/NEWS: * CIAO/NEWS: * DAnCE/NEWS: * TAO/NEWS:
| * Merge branch 'master' into rite-jwi-bugzilla-4192Johnny Willemsen2014-12-098-378/+2
| |\ | |/ |/|