blob: 6044f9b93de6d64d7ab59a8c7078ff37fe273f0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
Thu Jan 25 13:40:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/IDL_Test/IDL_Test.mpc:
Temporarily removed struct.idl, when the IDL compiler fix is in the repo
I will enable this file again
Wed Jan 24 18:46:01 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
* TAO_IDL/be/be_visitor_operation/amh_ss.cpp:
Changed the last of the ACE_THROW's to real throw's.
Wed Jan 24 18:25:26 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* tao/BiDir_GIOP/BiDirGIOP.cpp:
* tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp:
* tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.cpp:
* tao/DynamicInterface/DII_Reply_Dispatcher.cpp:
* tao/EndpointPolicy/EndpointPolicy.cpp:
* tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp:
* tao/ImR_Client/ImR_Client.cpp:
* tao/Messaging/Asynch_Invocation.cpp:
* tao/Messaging/Asynch_Reply_Dispatcher.cpp:
* tao/Messaging/Messaging.cpp:
* tao/Messaging/Messaging_Loader.cpp:
* tao/ORB_Core.cpp:
* tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp:
* tao/PI/ORBInitializer_Registry_Impl.cpp:
* tao/PI/PI.cpp:
* tao/PI_Server/PI_Server_Loader.cpp:
* tao/PI_Server/Policy_Creator_T.h:
* tao/PI_Server/ServerInterceptorAdapter.cpp:
* tao/PortableServer/Non_Servant_Upcall.cpp:
* tao/PortableServer/Object_Adapter.cpp:
* tao/PortableServer/Root_POA.cpp:
* tao/PortableServer/Servant_Base.cpp:
* tao/PortableServer/Servant_Upcall.cpp:
* tao/PortableServer/Upcall_Wrapper.cpp:
* tao/PortableServer/poa_macros.h:
* tao/RTCORBA/RT_ORB_Loader.cpp:
* tao/RTCORBA/RT_Protocols_Hooks.cpp:
* tao/RTCORBA/Thread_Pool.cpp:
* tao/RTPortableServer/RT_Servant_Dispatcher.cpp:
* tao/RTScheduling/Current.cpp:
* tao/RTScheduling/RTScheduler_Loader.cpp:
* tao/Stub.cpp:
* tao/Synch_Invocation.cpp:
* tao/Utils/Server_Main.cpp:
The first run of my macro removal script picked up a few things to
remove. I'll be running this script on the rest of the tree soon.
Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/IDL_Test/struct.idl:
* tests/IDL_Test/IDL_Test.mpc:
Added new IDL test file, will fail to compile until Jeff commits a fix
for the IDL compiler.
* tests/Any/Recursive/*:
Added some new test cases, one has been fixed already last week, the other
one is new and stored in bugzill as 2776
* tao/*.{h,cpp,inl}:
Zapped all environment macros except ACE_THROW_SPEC and ACE_THROW_RETURN.
* *.{h,cpp,inl}:
Zapped part of the environment macros from everything except the core TAO
libs, more follow later, first let us stabilize this commit. The goal is to
get rid of all environment macros
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_codegen.cpp:
Instead of Environment.h generate Basic_Types.h as include
* TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
* TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp:
Generate throw instead of ACE_THROW
Mon Jan 22 23:14:56 2007 William R. Otte <wotte@dre.vanderbilt.edu>
* TAO version 1.5.5 released.
Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End:
|