r2corba 1.4.1-x86-mingw32 → 1.5.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (254) hide show
  1. checksums.yaml +7 -7
  2. data/CHANGES +173 -159
  3. data/LICENSE +59 -59
  4. data/README +62 -62
  5. data/THANKS +54 -52
  6. data/bin/r2corba +1 -1
  7. data/bin/ridlc +1 -1
  8. data/bin/rins +1 -1
  9. data/lib/corba.rb +16 -16
  10. data/lib/corba/cbase/IORMap.rb +33 -33
  11. data/lib/corba/cbase/ORB.rb +237 -231
  12. data/lib/corba/cbase/Request.rb +133 -133
  13. data/lib/corba/cbase/Streams.rb +129 -129
  14. data/lib/corba/cbase/Stub.rb +19 -19
  15. data/lib/corba/cbase/Typecode.rb +441 -441
  16. data/lib/corba/cbase/Values.rb +129 -129
  17. data/lib/corba/cbase/exception.rb +66 -66
  18. data/lib/corba/cbase/poa.rb +23 -23
  19. data/lib/corba/cbase/policies.rb +77 -77
  20. data/lib/corba/cbase/post_require.rb +13 -13
  21. data/lib/corba/cbase/require.rb +28 -28
  22. data/lib/corba/cmds/base.rb +85 -85
  23. data/lib/corba/cmds/test.rb +30 -30
  24. data/lib/corba/common/Any.rb +91 -91
  25. data/lib/corba/common/IDL.rb +104 -104
  26. data/lib/corba/common/ORB.rb +368 -368
  27. data/lib/corba/common/Object.rb +208 -208
  28. data/lib/corba/common/Request.rb +19 -19
  29. data/lib/corba/common/Servant.rb +108 -108
  30. data/lib/corba/common/Struct.rb +21 -21
  31. data/lib/corba/common/Stub.rb +79 -79
  32. data/lib/corba/common/Typecode.rb +1121 -1121
  33. data/lib/corba/common/Union.rb +55 -55
  34. data/lib/corba/common/Values.rb +91 -91
  35. data/lib/corba/common/const.rb +22 -22
  36. data/lib/corba/common/exception.rb +68 -68
  37. data/lib/corba/common/require.rb +27 -27
  38. data/lib/corba/common/version.rb +22 -22
  39. data/lib/corba/idl/IDL.rb +21 -21
  40. data/lib/corba/idl/IORTable.pidl +62 -62
  41. data/lib/corba/idl/TAO_Ext.pidl +46 -46
  42. data/lib/corba/idl/require.rb +20 -20
  43. data/lib/corba/jbase/Any.rb +273 -273
  44. data/lib/corba/jbase/IORMap.rb +35 -35
  45. data/lib/corba/jbase/ORB.rb +112 -99
  46. data/lib/corba/jbase/Object.rb +99 -98
  47. data/lib/corba/jbase/Request.rb +225 -225
  48. data/lib/corba/jbase/Servant.rb +247 -246
  49. data/lib/corba/jbase/ServerRequest.rb +127 -127
  50. data/lib/corba/jbase/Streams.rb +670 -670
  51. data/lib/corba/jbase/Stub.rb +38 -38
  52. data/lib/corba/jbase/Typecode.rb +520 -520
  53. data/lib/corba/jbase/Values.rb +173 -173
  54. data/lib/corba/jbase/exception.rb +106 -106
  55. data/lib/corba/jbase/poa.rb +228 -228
  56. data/lib/corba/jbase/policies.rb +299 -299
  57. data/lib/corba/jbase/post_require.rb +14 -14
  58. data/lib/corba/jbase/require.rb +89 -86
  59. data/lib/corba/naming.rb +14 -14
  60. data/lib/corba/naming_service.rb +15 -15
  61. data/lib/corba/poa.rb +15 -15
  62. data/lib/corba/policies.rb +18 -18
  63. data/lib/corba/require.rb +17 -17
  64. data/lib/corba/svcs/ins/cos_naming.rb +426 -426
  65. data/lib/corba/svcs/ins/ins.rb +526 -526
  66. data/lib/corba/svcs/ins/naming_service.rb +119 -119
  67. data/lib/ridlbe/ruby/config.rb +336 -336
  68. data/lib/ridlbe/ruby/orb.pidlc +0 -0
  69. data/lib/ridlbe/ruby/require.rb +16 -16
  70. data/lib/ridlbe/ruby/walker.rb +1582 -1582
  71. data/mkrf_conf_bingem.rb +151 -101
  72. data/rakelib/bin.rake +80 -80
  73. data/rakelib/bin.rb +145 -145
  74. data/rakelib/build.rake +87 -87
  75. data/rakelib/config.rake +51 -51
  76. data/rakelib/config.rb +543 -449
  77. data/rakelib/ext.rake +242 -242
  78. data/rakelib/ext.rb +316 -308
  79. data/rakelib/ext_r2tao.rb +235 -232
  80. data/rakelib/gem.rake +235 -211
  81. data/rakelib/gem.rb +145 -145
  82. data/rakelib/package.rake +26 -26
  83. data/rakelib/test.rake +23 -23
  84. data/test/BiDirectional/Test.idl +34 -34
  85. data/test/BiDirectional/client.rb +131 -131
  86. data/test/BiDirectional/run_test.rb +68 -68
  87. data/test/BiDirectional/server.ior +1 -1
  88. data/test/BiDirectional/server.rb +169 -169
  89. data/test/CORBA_Services/Naming/BindingIterator/Test.idl +27 -27
  90. data/test/CORBA_Services/Naming/BindingIterator/client.rb +121 -121
  91. data/test/CORBA_Services/Naming/BindingIterator/ins.ior +1 -1
  92. data/test/CORBA_Services/Naming/BindingIterator/run_test.rb +82 -82
  93. data/test/CORBA_Services/Naming/BindingIterator/server.rb +109 -109
  94. data/test/CORBA_Services/Naming/Corbaname/Test.idl +27 -27
  95. data/test/CORBA_Services/Naming/Corbaname/client.rb +85 -85
  96. data/test/CORBA_Services/Naming/Corbaname/ins.ior +1 -1
  97. data/test/CORBA_Services/Naming/Corbaname/run_test.rb +88 -88
  98. data/test/CORBA_Services/Naming/Corbaname/server.rb +135 -135
  99. data/test/CORBA_Services/Naming/Simple/Test.idl +27 -27
  100. data/test/CORBA_Services/Naming/Simple/client.rb +84 -84
  101. data/test/CORBA_Services/Naming/Simple/ins.ior +1 -1
  102. data/test/CORBA_Services/Naming/Simple/run_test.rb +82 -82
  103. data/test/CORBA_Services/Naming/Simple/server.rb +109 -109
  104. data/test/Collocation/Diamond.idl +39 -39
  105. data/test/Collocation/run_test.rb +52 -52
  106. data/test/Collocation/test.rb +195 -195
  107. data/test/Connect_Timeout/Test.idl +27 -27
  108. data/test/Connect_Timeout/client.rb +111 -111
  109. data/test/Connect_Timeout/run_test.rb +52 -52
  110. data/test/DII/Test.idl +27 -27
  111. data/test/DII/client.rb +115 -115
  112. data/test/DII/run_test.rb +69 -69
  113. data/test/DII/server.ior +1 -1
  114. data/test/DII/server.rb +95 -95
  115. data/test/DSI/Test.idl +27 -27
  116. data/test/DSI/client.rb +66 -66
  117. data/test/DSI/run_test.rb +69 -69
  118. data/test/DSI/server.ior +1 -1
  119. data/test/DSI/server.rb +106 -106
  120. data/test/Exceptions/Test.idl +48 -48
  121. data/test/Exceptions/client.rb +117 -117
  122. data/test/Exceptions/run_test.rb +69 -69
  123. data/test/Exceptions/server.ior +1 -1
  124. data/test/Exceptions/server.rb +131 -131
  125. data/test/Hello/Test.idl +27 -27
  126. data/test/Hello/client.rb +78 -78
  127. data/test/Hello/run_test.rb +71 -71
  128. data/test/Hello/server.rb +95 -95
  129. data/test/IDL_Test/Test.idl +113 -113
  130. data/test/IDL_Test/Test_inc.idl +17 -17
  131. data/test/IDL_Test/client.rb +102 -102
  132. data/test/IDL_Test/run_test.rb +69 -69
  133. data/test/IDL_Test/server.ior +1 -1
  134. data/test/IDL_Test/server.rb +99 -99
  135. data/test/IORMap/Test.idl +27 -27
  136. data/test/IORMap/client.rb +73 -73
  137. data/test/IORMap/run_test.rb +69 -69
  138. data/test/IORMap/server.ior +1 -1
  139. data/test/IORMap/server.rb +114 -114
  140. data/test/IORTable/Test.idl +27 -27
  141. data/test/IORTable/client.rb +75 -75
  142. data/test/IORTable/run_test.rb +69 -69
  143. data/test/IORTable/server.ior +1 -1
  144. data/test/IORTable/server.rb +130 -130
  145. data/test/Implicit_Conversion/Test.idl +31 -31
  146. data/test/Implicit_Conversion/client.rb +110 -110
  147. data/test/Implicit_Conversion/run_test.rb +69 -69
  148. data/test/Implicit_Conversion/server.ior +1 -1
  149. data/test/Implicit_Conversion/server.rb +99 -99
  150. data/test/Multi_Threading/Multiple_ORB/Test.idl +27 -27
  151. data/test/Multi_Threading/Multiple_ORB/client.rb +82 -82
  152. data/test/Multi_Threading/Multiple_ORB/run_test.rb +71 -71
  153. data/test/Multi_Threading/Multiple_ORB/server.rb +108 -108
  154. data/test/Multi_Threading/Multiple_ORB/server0.ior +1 -1
  155. data/test/Multi_Threading/Multiple_ORB/server1.ior +1 -1
  156. data/test/Multi_Threading/Simple/Test.idl +27 -27
  157. data/test/Multi_Threading/Simple/client.rb +93 -88
  158. data/test/Multi_Threading/Simple/run_test.rb +69 -69
  159. data/test/Multi_Threading/Simple/server.ior +1 -1
  160. data/test/Multi_Threading/Simple/server.rb +117 -117
  161. data/test/Multi_Threading/Threads/Test.idl +31 -31
  162. data/test/Multi_Threading/Threads/client.rb +80 -80
  163. data/test/Multi_Threading/Threads/run_test.rb +76 -76
  164. data/test/Multi_Threading/Threads/server.ior +1 -1
  165. data/test/Multi_Threading/Threads/server.rb +119 -119
  166. data/test/Multi_Threading/Threads/watchdog.ior +1 -1
  167. data/test/Multi_Threading/Threads/watchdog.rb +87 -87
  168. data/test/Multiple_Servant_Interfaces/Test.idl +34 -34
  169. data/test/Multiple_Servant_Interfaces/client.rb +70 -70
  170. data/test/Multiple_Servant_Interfaces/run_test.rb +69 -69
  171. data/test/Multiple_Servant_Interfaces/server.ior +1 -1
  172. data/test/Multiple_Servant_Interfaces/server.rb +102 -102
  173. data/test/Nil/Test.idl +27 -27
  174. data/test/Nil/run_test.rb +52 -52
  175. data/test/Nil/test.rb +78 -78
  176. data/test/OBV/AbstractInterface/client.rb +179 -179
  177. data/test/OBV/AbstractInterface/run_test.rb +69 -69
  178. data/test/OBV/AbstractInterface/server.ior +1 -1
  179. data/test/OBV/AbstractInterface/server.rb +149 -149
  180. data/test/OBV/AbstractInterface/test.idl +53 -53
  181. data/test/OBV/Custom/OBV.idl +18 -18
  182. data/test/OBV/Custom/OBV_impl.rb +40 -40
  183. data/test/OBV/Custom/client.rb +86 -86
  184. data/test/OBV/Custom/run_test.rb +69 -69
  185. data/test/OBV/Custom/server.ior +1 -1
  186. data/test/OBV/Custom/server.rb +100 -100
  187. data/test/OBV/Simple/OBV.idl +15 -15
  188. data/test/OBV/Simple/OBV_impl.rb +26 -26
  189. data/test/OBV/Simple/client.rb +86 -86
  190. data/test/OBV/Simple/run_test.rb +69 -69
  191. data/test/OBV/Simple/server.ior +1 -1
  192. data/test/OBV/Simple/server.rb +100 -100
  193. data/test/OBV/Simple_Event/Event.idl +15 -15
  194. data/test/OBV/Simple_Event/Event_impl.rb +26 -26
  195. data/test/OBV/Simple_Event/client.rb +86 -86
  196. data/test/OBV/Simple_Event/run_test.rb +69 -69
  197. data/test/OBV/Simple_Event/server.ior +1 -1
  198. data/test/OBV/Simple_Event/server.rb +100 -100
  199. data/test/OBV/Supports/client.rb +116 -116
  200. data/test/OBV/Supports/run_test.rb +69 -69
  201. data/test/OBV/Supports/server.ior +1 -1
  202. data/test/OBV/Supports/server.rb +103 -103
  203. data/test/OBV/Supports/supports.idl +33 -33
  204. data/test/OBV/Supports/supports_impl.rb +57 -57
  205. data/test/OBV/Tree/client.rb +116 -116
  206. data/test/OBV/Tree/run_test.rb +69 -69
  207. data/test/OBV/Tree/server.ior +1 -1
  208. data/test/OBV/Tree/server.rb +117 -117
  209. data/test/OBV/Tree/test.idl +32 -32
  210. data/test/OBV/Truncatable/Extra.idl +27 -27
  211. data/test/OBV/Truncatable/Truncatable.idl +105 -105
  212. data/test/OBV/Truncatable/Truncatable_impl.rb +86 -86
  213. data/test/OBV/Truncatable/client.rb +279 -279
  214. data/test/OBV/Truncatable/run_test.rb +69 -69
  215. data/test/OBV/Truncatable/server.ior +1 -1
  216. data/test/OBV/Truncatable/server.rb +89 -89
  217. data/test/OBV/ValueBox/client.rb +497 -497
  218. data/test/OBV/ValueBox/run_test.rb +69 -69
  219. data/test/OBV/ValueBox/server.ior +1 -1
  220. data/test/OBV/ValueBox/server.rb +271 -271
  221. data/test/OBV/ValueBox/valuebox.idl +101 -101
  222. data/test/OBV/ValueBox/vb_basic.idl +75 -75
  223. data/test/OBV/ValueBox/vb_struct.idl +68 -68
  224. data/test/OBV/ValueBox/vb_union.idl +21 -21
  225. data/test/Object/Test.idl +27 -27
  226. data/test/Object/client.rb +112 -103
  227. data/test/Object/run_test.rb +69 -69
  228. data/test/Object/server.ior +1 -1
  229. data/test/Object/server.rb +126 -126
  230. data/test/POA/Test.idl +27 -27
  231. data/test/POA/run_test.rb +52 -52
  232. data/test/POA/test.rb +111 -111
  233. data/test/Param_Test/Test.idl +182 -182
  234. data/test/Param_Test/client.rb +277 -277
  235. data/test/Param_Test/run_test.rb +69 -69
  236. data/test/Param_Test/server.ior +1 -1
  237. data/test/Param_Test/server.rb +296 -296
  238. data/test/Performance/Simple/Test.idl +27 -27
  239. data/test/Performance/Simple/client.rb +90 -90
  240. data/test/Performance/Simple/run_test.rb +69 -69
  241. data/test/Performance/Simple/server.ior +1 -1
  242. data/test/Performance/Simple/server.rb +95 -95
  243. data/test/Policies/Test.idl +27 -27
  244. data/test/Policies/run_test.rb +52 -52
  245. data/test/Policies/test.rb +144 -144
  246. data/test/Timeout/client.rb +207 -207
  247. data/test/Timeout/run_test.rb +69 -69
  248. data/test/Timeout/server.ior +1 -1
  249. data/test/Timeout/server.rb +109 -109
  250. data/test/Timeout/test.idl +19 -19
  251. data/test/lib/assert.rb +43 -43
  252. data/test/lib/test.rb +542 -542
  253. data/test/test_runner.rb +193 -193
  254. metadata +141 -137
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
- ---
2
- SHA512:
3
- data.tar.gz: 6908a6c979168cc5d7d4f8578100f41232e591136dbfc903a1757af0aba2acf49855aed70521b9e64e045326989c5202c66dea2462dc548001afc7d1cf66031c
4
- metadata.gz: 4389bba50b6f7805f5b6aee962186a8e8d784962273ec6f905231515e999ca7dccd232c4a0a5b90e4766ddac5bba155b1c9344b964c28ff2cf9fda8e4f0b1de9
5
- SHA1:
6
- data.tar.gz: 3efb2bc68d907b5f2b744360f9d891b9bc5a865a
7
- metadata.gz: d64b16660aa215b70b56c87f28edc629bec72c37
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 047fef07b7747ada96e7615a6a33064d8595d75b
4
+ data.tar.gz: ada9eb81bad88b8df7ed312cfb59b086dc68d6b2
5
+ SHA512:
6
+ metadata.gz: a0cfadca170629f6259011ce18ac5cb602077c506e0f5c1ceb819fcfa9163f58544667c1927ee0776c26f8dea2da234ea6bbc478cd8eee0c4b79624396514b61
7
+ data.tar.gz: 7de12b09838aa796e77413f8926be171204d7a78e49c5890ffcf6604d62d336ac99d74a0bdbcea6e1fba0f386af939022a6cd133fc6ea22686fc7a1e58d99397
data/CHANGES CHANGED
@@ -1,159 +1,173 @@
1
-
2
- Current version: 1.4.1
3
-
4
- Changes since version 1.3.1:
5
-
6
- o Replaced setup.rb based build system by Rake based build system.
7
-
8
- o Implemented rubygems distribution support.
9
-
10
- o Added new 'r2corba' tool script. Currently only allows execution
11
- of tests after gem installation.
12
-
13
- o Fixed nasty bug concerning nil object reference
14
- value passing.
15
-
16
- Changes since version 1.2.1:
17
-
18
- o Added support for MRI Ruby 2.0.0
19
-
20
- o Added support for Windows 64bit (Ruby 2.0.0)
21
-
22
- o Added support for TAO 2.1.8
23
-
24
- o Added support for JacORB 3.2
25
-
26
- o Added support for JRuby 1.7.3
27
-
28
- o Fixed issues reported on OSPortal.
29
- (see https://osportal.remedy.nl/projects/r2corba/issues)
30
-
31
- o Dropped testing and packaging for MacOSX
32
-
33
- Changes since version 1.1.1:
34
-
35
- o Added support for MRI Ruby 1.9.3
36
-
37
- o Added support for TAO 2.1.6
38
-
39
- o Added support for JacORB 3.1
40
-
41
- o Added support for JRuby 1.7.0
42
-
43
- o Fixed various issues reported on OSPortal.
44
- (see https://osportal.remedy.nl/projects/r2corba/issues)
45
-
46
- o Improved and perfected multithreading support
47
-
48
- o Upgraded to latest version of (now separately maintained) RIDL
49
- compiler frontend (which includes full support for IDL3(+) features).
50
-
51
- Changes since version 1.1.0:
52
-
53
- o Fixed incorrect IDL compiler handling of 'sequence of incomplete struct' types.
54
-
55
- o Fixed missing PortableServer::ServantLocator IDL definition
56
-
57
- o Reverted incorrect removal of '--prefix' switch of setup.rb install command.
58
-
59
- o Added some patches for compile problems with older MRI 1.8 distros.
60
-
61
- o Fixed OBS RPM buildproblems.
62
-
63
- Changes since version 1.0.0:
64
-
65
- o Added support for MRI Ruby 1.9.2+
66
-
67
- o Validated against JRuby 1.6.1
68
-
69
- o Added multithreading support
70
- (native threads for JRuby & MRI 1.9 series, green threads for MRI 1.8 series)
71
-
72
- o Added Interoperable Naming Service (INS). Fully compliant with OMG Naming Service spec v1.3.
73
- Implemented in 100% Ruby code.
74
-
75
- o Updated IDL compiler with missing OMG IDL features
76
- (typeprefix&typeid, raises,getraises&setraises on attributes)
77
-
78
- o Improved IDL compiler error reporting.
79
-
80
- o Added support for IDL 'eventtype' type.
81
- NOTE: As JaCORB currently does not support tk_event typecodes&values jR2CORBA
82
- maps eventtype to plain valuetype. This makes jR2CORBA and R2CORBA
83
- interoperable wrt eventtype.
84
-
85
- o Validated interoperability with omniORBpy thanks to David MacMahon.
86
-
87
- o Added custom IORMap extension for mapping simple object keys to IORs
88
- with support for both the MRI and JRuby versions.
89
-
90
- o More regression tests added.
91
-
92
- o Bugfixes.
93
-
94
- Changes since version 0.9.4:
95
-
96
- o Restructured codebase for more flexibility and clarity.
97
-
98
- o Added jR2CORBA based on JRuby/JacORB support.
99
-
100
- o Added full Value type support (values, valueboxes, interface support).
101
-
102
- o Added Abstract Interface support.
103
-
104
- o Added regression tests for Value type and Abstract Interface support.
105
-
106
- o Added latest Ruby 1.8 series on Windows/MingW32 support.
107
-
108
- o Added MacOSX support.
109
-
110
- o Improved resource management C++ extensions.
111
-
112
- o Improved test framework.
113
-
114
- o Fixed problems with prebuilt distribution packages.
115
-
116
- Changes since version 0.9.3:
117
-
118
- o Improved test framework. Failing tests now correctly detected and reported.
119
-
120
- o Fixed 'long' value conversion bug thanks to Ragnar Dahlen
121
-
122
- o Added export macros to support GCC with visibility enabled
123
-
124
- Changes since version 0.9.2:
125
-
126
- o added prebuilt packaging
127
-
128
- o use $TAO_ROOT instead of $ACE_ROOT/TAO; TAO_ROOT must now be set when
129
- building R2CORBA with a custom ACE/TAO location
130
-
131
- o added rpm packaging support script
132
-
133
- Changes since version 0.9.1:
134
-
135
- o fixed several install issues
136
-
137
- o fixed Windows build problem (spaces in path)
138
-
139
- Changes since version 0.8.2:
140
-
141
- o added support for the IORTable pseudo object;
142
- (see new regression test under test/IORTable)
143
-
144
- o integrated Ruby signal handling/trapping with TAO so that
145
- when running the ORB's reactor signals will be caught and
146
- Ruby defined handlers called;
147
- (see new NamingService example under example/ins)
148
-
149
- o various IDL compiler improvements with, among others, much better
150
- processing of preprocessor directives thanks to Renato Lucindo and
151
- Eider Oliveira;
152
- (see extended test/IDL_Test)
153
-
154
- o added new Collocation regression test to verify bugfixes for this
155
- functionality in TAO >= 1.6.3;
156
-
157
- o several bugfixes and smaller enhancements thanks to (among others)
158
- Leo Seib and Harald Lange.
159
-
1
+
2
+ Current version: 1.5.1
3
+
4
+ Changes since version 1.4.1:
5
+
6
+ o Added support for MRI Ruby 2.1.x & 2.2.x (32 & 64 bits)
7
+
8
+ o Added support for TAO <= 2.3.1
9
+
10
+ o Added support for JRuby <= 1.7.19
11
+
12
+ o Added support for JacORB <= 3.5
13
+
14
+ o Upgraded RIDL frontend to 2.5.5
15
+
16
+ o Officially drop MRI Ruby < 1.9 support
17
+
18
+ Changes since version 1.3.1:
19
+
20
+ o Replaced setup.rb based build system by Rake based build system.
21
+
22
+ o Implemented rubygems distribution support.
23
+
24
+ o Added new 'r2corba' tool script. Currently only allows execution
25
+ of tests after gem installation.
26
+
27
+ o Fixed nasty bug concerning nil object reference
28
+ value passing.
29
+
30
+ Changes since version 1.2.1:
31
+
32
+ o Added support for MRI Ruby 2.0.0
33
+
34
+ o Added support for Windows 64bit (Ruby 2.0.0)
35
+
36
+ o Added support for TAO 2.1.8
37
+
38
+ o Added support for JacORB 3.2
39
+
40
+ o Added support for JRuby 1.7.3
41
+
42
+ o Fixed issues reported on OSPortal.
43
+ (see https://osportal.remedy.nl/projects/r2corba/issues)
44
+
45
+ o Dropped testing and packaging for MacOSX
46
+
47
+ Changes since version 1.1.1:
48
+
49
+ o Added support for MRI Ruby 1.9.3
50
+
51
+ o Added support for TAO 2.1.6
52
+
53
+ o Added support for JacORB 3.1
54
+
55
+ o Added support for JRuby 1.7.0
56
+
57
+ o Fixed various issues reported on OSPortal.
58
+ (see https://osportal.remedy.nl/projects/r2corba/issues)
59
+
60
+ o Improved and perfected multithreading support
61
+
62
+ o Upgraded to latest version of (now separately maintained) RIDL
63
+ compiler frontend (which includes full support for IDL3(+) features).
64
+
65
+ Changes since version 1.1.0:
66
+
67
+ o Fixed incorrect IDL compiler handling of 'sequence of incomplete struct' types.
68
+
69
+ o Fixed missing PortableServer::ServantLocator IDL definition
70
+
71
+ o Reverted incorrect removal of '--prefix' switch of setup.rb install command.
72
+
73
+ o Added some patches for compile problems with older MRI 1.8 distros.
74
+
75
+ o Fixed OBS RPM buildproblems.
76
+
77
+ Changes since version 1.0.0:
78
+
79
+ o Added support for MRI Ruby 1.9.2+
80
+
81
+ o Validated against JRuby 1.6.1
82
+
83
+ o Added multithreading support
84
+ (native threads for JRuby & MRI 1.9 series, green threads for MRI 1.8 series)
85
+
86
+ o Added Interoperable Naming Service (INS). Fully compliant with OMG Naming Service spec v1.3.
87
+ Implemented in 100% Ruby code.
88
+
89
+ o Updated IDL compiler with missing OMG IDL features
90
+ (typeprefix&typeid, raises,getraises&setraises on attributes)
91
+
92
+ o Improved IDL compiler error reporting.
93
+
94
+ o Added support for IDL 'eventtype' type.
95
+ NOTE: As JaCORB currently does not support tk_event typecodes&values jR2CORBA
96
+ maps eventtype to plain valuetype. This makes jR2CORBA and R2CORBA
97
+ interoperable wrt eventtype.
98
+
99
+ o Validated interoperability with omniORBpy thanks to David MacMahon.
100
+
101
+ o Added custom IORMap extension for mapping simple object keys to IORs
102
+ with support for both the MRI and JRuby versions.
103
+
104
+ o More regression tests added.
105
+
106
+ o Bugfixes.
107
+
108
+ Changes since version 0.9.4:
109
+
110
+ o Restructured codebase for more flexibility and clarity.
111
+
112
+ o Added jR2CORBA based on JRuby/JacORB support.
113
+
114
+ o Added full Value type support (values, valueboxes, interface support).
115
+
116
+ o Added Abstract Interface support.
117
+
118
+ o Added regression tests for Value type and Abstract Interface support.
119
+
120
+ o Added latest Ruby 1.8 series on Windows/MingW32 support.
121
+
122
+ o Added MacOSX support.
123
+
124
+ o Improved resource management C++ extensions.
125
+
126
+ o Improved test framework.
127
+
128
+ o Fixed problems with prebuilt distribution packages.
129
+
130
+ Changes since version 0.9.3:
131
+
132
+ o Improved test framework. Failing tests now correctly detected and reported.
133
+
134
+ o Fixed 'long' value conversion bug thanks to Ragnar Dahlen
135
+
136
+ o Added export macros to support GCC with visibility enabled
137
+
138
+ Changes since version 0.9.2:
139
+
140
+ o added prebuilt packaging
141
+
142
+ o use $TAO_ROOT instead of $ACE_ROOT/TAO; TAO_ROOT must now be set when
143
+ building R2CORBA with a custom ACE/TAO location
144
+
145
+ o added rpm packaging support script
146
+
147
+ Changes since version 0.9.1:
148
+
149
+ o fixed several install issues
150
+
151
+ o fixed Windows build problem (spaces in path)
152
+
153
+ Changes since version 0.8.2:
154
+
155
+ o added support for the IORTable pseudo object;
156
+ (see new regression test under test/IORTable)
157
+
158
+ o integrated Ruby signal handling/trapping with TAO so that
159
+ when running the ORB's reactor signals will be caught and
160
+ Ruby defined handlers called;
161
+ (see new NamingService example under example/ins)
162
+
163
+ o various IDL compiler improvements with, among others, much better
164
+ processing of preprocessor directives thanks to Renato Lucindo and
165
+ Eider Oliveira;
166
+ (see extended test/IDL_Test)
167
+
168
+ o added new Collocation regression test to verify bugfixes for this
169
+ functionality in TAO >= 1.6.3;
170
+
171
+ o several bugfixes and smaller enhancements thanks to (among others)
172
+ Leo Seib and Harald Lange.
173
+
data/LICENSE CHANGED
@@ -1,59 +1,59 @@
1
- R2CORBA LICENSE
2
-
3
- R2CORBA (Licensed Product) is protected by copyright, and is distributed
4
- under the following terms.
5
-
6
- R2CORBA (Ruby to CORBA) is an open source tool, developed by Remedy IT and
7
- written in Ruby, C++ and Java. It is designed to provide a CORBA mapping for
8
- the Ruby programming language.
9
- Instead of going for a complete native Ruby mapping implementing a native
10
- Ruby ORB, R2CORBA aims at providing CORBA functionality through a Ruby
11
- extension using the DII and DSI interfaces of an existing CORBA ORB
12
- implementation.
13
- There are currently two flavors of this extension available:
14
- o an MRI Ruby extension written in Ruby and C/C++ using TAO
15
- (The ACE ORB; see http://www.cs.wustl.edu/~schmidt/TAO.html).
16
- o a JRuby extension written in Ruby and Java using JacORB
17
- (http://www.jacorb.org/index.html).
18
- A native Ruby implementation of an OMG IDL compiler supplements this
19
- extension and provides powerful features like direct inclusion of IDL
20
- language modules into your Ruby programs without the need of precompiling.
21
-
22
- Since R2CORBA is open source and free of licensing fees, you are free to use,
23
- modify, and distribute the source code, as long as you include this
24
- copyright statement.
25
-
26
- In particular, you can use R2CORBA to build proprietary software and are
27
- under no obligation to redistribute any of your source code that is built
28
- using R2CORBA. Note, however, that you may not do anything to the R2CORBA
29
- code, such as copyrighting it yourself or claiming authorship of the R2CORBA
30
- code, that will prevent R2CORBA from being distributed freely using an open
31
- source development model.
32
-
33
- Warranty
34
-
35
- LICENSED PRODUCT IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
36
- THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
37
- PURPOSE, NON-INFRINGEMENT, OR ARISING FROM A COURSE OF DEALING, USAGE OR
38
- TRADE PRACTICE.
39
-
40
- Support
41
-
42
- LICENSED PRODUCT IS PROVIDED WITH NO SUPPORT AND WITHOUT ANY OBLIGATION ON
43
- THE PART OF REMEDY IT OR ANY OF ITS SUBSIDIARIES OR AFFILIATES TO ASSIST IN
44
- ITS USE, CORRECTION, MODIFICATION OR ENHANCEMENT.
45
-
46
- Remedy IT provides support to users who have agreed on the terms of a support
47
- contract.
48
-
49
- Liability
50
-
51
- REMEDY IT OR ANY OF ITS SUBSIDIARIES OR AFFILIATES SHALL HAVE NO LIABILITY
52
- WITH RESPECT TO THE INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS
53
- BY LICENSED PRODUCT OR ANY PART THEREOF.
54
-
55
- IN NO EVENT WILL REMEDY IT OR ANY OF ITS SUBSIDIARIES OR AFFILIATES BE LIABLE
56
- FOR ANY LOST REVENUE OR PROFITS OR OTHER SPECIAL, INDIRECT AND CONSEQUENTIAL
57
- DAMAGES, EVEN IF REMEDY IT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
58
-
59
- R2CORBA is Copyright Remedy IT. Nijkerk, The Netherlands, 2006-2013.
1
+ R2CORBA LICENSE
2
+
3
+ R2CORBA (Licensed Product) is protected by copyright, and is distributed
4
+ under the following terms.
5
+
6
+ R2CORBA (Ruby to CORBA) is an open source tool, developed by Remedy IT and
7
+ written in Ruby, C++ and Java. It is designed to provide a CORBA mapping for
8
+ the Ruby programming language.
9
+ Instead of going for a complete native Ruby mapping implementing a native
10
+ Ruby ORB, R2CORBA aims at providing CORBA functionality through a Ruby
11
+ extension using the DII and DSI interfaces of an existing CORBA ORB
12
+ implementation.
13
+ There are currently two flavors of this extension available:
14
+ o an MRI Ruby extension written in Ruby and C/C++ using TAO
15
+ (The ACE ORB; see http://www.cs.wustl.edu/~schmidt/TAO.html).
16
+ o a JRuby extension written in Ruby and Java using JacORB
17
+ (http://www.jacorb.org/index.html).
18
+ A native Ruby implementation of an OMG IDL compiler supplements this
19
+ extension and provides powerful features like direct inclusion of IDL
20
+ language modules into your Ruby programs without the need of precompiling.
21
+
22
+ Since R2CORBA is open source and free of licensing fees, you are free to use,
23
+ modify, and distribute the source code, as long as you include this
24
+ copyright statement.
25
+
26
+ In particular, you can use R2CORBA to build proprietary software and are
27
+ under no obligation to redistribute any of your source code that is built
28
+ using R2CORBA. Note, however, that you may not do anything to the R2CORBA
29
+ code, such as copyrighting it yourself or claiming authorship of the R2CORBA
30
+ code, that will prevent R2CORBA from being distributed freely using an open
31
+ source development model.
32
+
33
+ Warranty
34
+
35
+ LICENSED PRODUCT IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
36
+ THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
37
+ PURPOSE, NON-INFRINGEMENT, OR ARISING FROM A COURSE OF DEALING, USAGE OR
38
+ TRADE PRACTICE.
39
+
40
+ Support
41
+
42
+ LICENSED PRODUCT IS PROVIDED WITH NO SUPPORT AND WITHOUT ANY OBLIGATION ON
43
+ THE PART OF REMEDY IT OR ANY OF ITS SUBSIDIARIES OR AFFILIATES TO ASSIST IN
44
+ ITS USE, CORRECTION, MODIFICATION OR ENHANCEMENT.
45
+
46
+ Remedy IT provides support to users who have agreed on the terms of a support
47
+ contract.
48
+
49
+ Liability
50
+
51
+ REMEDY IT OR ANY OF ITS SUBSIDIARIES OR AFFILIATES SHALL HAVE NO LIABILITY
52
+ WITH RESPECT TO THE INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS
53
+ BY LICENSED PRODUCT OR ANY PART THEREOF.
54
+
55
+ IN NO EVENT WILL REMEDY IT OR ANY OF ITS SUBSIDIARIES OR AFFILIATES BE LIABLE
56
+ FOR ANY LOST REVENUE OR PROFITS OR OTHER SPECIAL, INDIRECT AND CONSEQUENTIAL
57
+ DAMAGES, EVEN IF REMEDY IT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
58
+
59
+ R2CORBA is Copyright Remedy IT. Nijkerk, The Netherlands, 2006-2013.