Summary Period: 2004-02-26 to 2003-09-30 (Commits 144-243 of 343)
johnsone 2/26/04 4:30 AM |
correct log output of query/execute results |
3 lines of code changed in: matlab/NTCPmplugin/@NTCP_Mplugin/sendResult.m (+3 -1) | |
johnsone 2/26/04 3:13 AM |
delete old no-longer-needed references to java command objects |
15 lines of code changed in: matlab/NTCPmplugin/@NTCP_Mplugin: sendResult.m (+11 -3), transactionStatus.m (+4) | |
johnsone 2/26/04 12:24 AM |
forgot to update the changelog in the m-files |
18 lines of code changed in: matlab/NTCPcommon/MOST: FrameAnimation.m (+17 -4), NCSA_Comp_Site.m (+1) | |
johnsone 2/26/04 12:14 AM |
streamlined MOST animation at NCSA computation site |
32 lines of code changed in: matlab/NTCPcommon/MOST: CreateAnimationData.m (+1 -1), FrameAnimation.m (+30 -36), NCSA_Comp_Site.m (+1 -1) | |
bester 2/24/04 10:08 AM |
added README.txt file to EXTRA_DIST |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/dummy_plugin/Makefile.am (+1) | |
bester 2/24/04 10:06 AM |
added README.txt file describing use of the plugin |
51 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/dummy_plugin/README.txt (new 51) | |
bester 2/24/04 9:40 AM |
changed reference /sample plugin/dummy plugin/ |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/dummy_plugin/dummy_plugin.c (+1 -1) | |
johnsone 2/20/04 12:12 PM |
set security default to "off" |
2 lines of code changed in: matlab: NTCPclient/test_client/BasicTest.m (+1 -1), NTCPcommon/MOST/most_config.m (+1 -1) | |
johnsone 2/20/04 12:05 PM |
add 2-site simulation; add tolerance checking; updated plotting routines; removed functions no longer used |
4585 lines of code changed in: matlab/NTCPcommon/MOST: CMD_defines.m (del), CU_Exp_Site.m (+2 -11), CheckFlag.m (del), CheckSecurity.m (+1 -1), CheckTolerance.m (new 59), CommunicationLink.gif (del), CommunicationLink.m (del), Comp_Site.m (del), Compmdl.m (del), FlashArrow.m (del), Master_Comp_Site.m (new 408), Mastermdl.m (new 183), Modeling_MOST.pdf (new 2971), NCSA_Comp_Site.m (+33 -21), Sim_Coordinator.m (del), Sim_Coordinator2sites.m (new 374), Sim_Coordinator3sites.m (+57 -41), comp_only_sim.m (new 129), comparison_MiniMOST.m (new 113), getvar_lkn.m (del), most_config.m (+4 -2), sendvar_lkn.m (del), str2struc.m (del), wholemdl.mat (+247 -3), wholemdl_sim.m (+4 -1) | |
bester 2/18/04 3:44 PM |
added dummy plugin for unit testing |
757 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/dummy_plugin: .cvsignore (new 9), Makefile.am (new 18), bootstrap (new 17), configure.in (new 26), dummy_plugin.c (new 503), make_dist (new 126), version.h.in (new 0), doxygen/.cvsignore (new 2) plugins/gateway_plugin/c/nees_ntcp_control_plugin/dummy_plugin/pkgdata: .cvsignore (new 4), pkg_data_src.gpt.in (new 52) | |
johnsone 2/18/04 3:20 PM |
correct bug where we deleted the java command object needed to push the final result of a completed execute |
9 lines of code changed in: matlab/NTCPmplugin/@NTCP_Mplugin/transactionStatus.m (+9 -7) | |
johnsone 2/18/04 2:13 PM |
New scheme for storing transactions in Mplugin -- should improve performance. |
261 lines of code changed in: matlab/NTCPmplugin/tests/test_transactionStatus.m (new 173) matlab/NTCPmplugin/@NTCP_Mplugin: NTCP_Mplugin.m (+18 -3), transactionStatus.m (+70 -45) | |
pearlman 2/18/04 12:40 PM |
Reject some proposals. |
7 lines of code changed in: server/src/org/nees/ntcp/server/backend/test/DummyControlPlugin.java (+7 -1) | |
pearlman 2/18/04 12:37 PM |
Fix denial reason reported by propose(). |
11 lines of code changed in: server/src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+11 -6) | |
johnsone 2/18/04 10:14 AM |
allow user to specify thePort |
4 lines of code changed in: matlab/NTCPmplugin/test_mplugin/son_of_eventloop.m (+4 -2) | |
johnsone 2/18/04 10:09 AM |
documentation spelling correction |
1 lines of code changed in: matlab/NTCPmplugin/@NTCP_Mplugin/private/sanitycheck.m (+1 -1) | |
johnsone 2/17/04 8:58 PM |
added back a file that got accidentally deleted |
0 lines of code changed in: matlab/NTCPcommon/MOST/wholemdl.mat (changed) | |
johnsone 2/17/04 6:01 PM |
correct sendResult log messages |
21 lines of code changed in: matlab/NTCPmplugin/@NTCP_Mplugin/sendResult.m (+21 -9) | |
johnsone 2/17/04 4:28 PM |
minor documentation correction |
5 lines of code changed in: matlab/NTCPclient/@NTCP_Server/results.m (+5 -4) | |
johnsone 2/17/04 4:26 PM |
add a new getstate() method of NTCP_Server objects to query the state of a previously-proposed transaction |
67 lines of code changed in: matlab/NTCPclient/@NTCP_Server: getstate.m (new 62), propose.m (+5) | |
pearlman 2/17/04 2:46 PM |
Fix for failed findSDE in propose retry. |
3 lines of code changed in: server/src/org/nees/ntcp/server/util/NtcpHelper.java (+3 -7) | |
pearlman 2/17/04 11:56 AM |
Handle rejected proposals correctly. |
3 lines of code changed in: server/src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+3) | |
johnsone 2/17/04 10:08 AM |
added transaction ID to the log when calling the propose command |
8 lines of code changed in: matlab/NTCPclient/@NTCP_Server/propose.m (+8 -7) | |
cphillip 2/17/04 10:07 AM |
o Change package name to 'ntcp_matlab' |
1 lines of code changed in: matlab/mdist.conf (+1 -1) | |
pearlman 2/17/04 3:35 AM |
Fixed a typo in propose retry; also retry the findSDE call in the propose retry loop if the SDE hadn't been created yet. |
17 lines of code changed in: server/src/org/nees/ntcp/server/util/NtcpHelper.java (+17 -3) | |
cphillip 2/16/04 9:45 PM |
o Add packaging files to NTCP/matlab code |
66 lines of code changed in: matlab: make-dist (new 50), mdist.conf (new 16) | |
johnsone 2/16/04 8:33 AM |
consistent name of SECURE variable |
4 lines of code changed in: matlab/NTCPclient/test_client/BasicTest.m (+4 -4) | |
pearlman 2/15/04 5:49 PM |
Fix retries in client; don't call plugin on duplicate execute commands in server. |
8 lines of code changed in: server: ntcp-server-config.wsdd (+1 -3), test.properties (+1 -1), src/org/nees/ntcp/server/util/NtcpHelper.java (+6 -17) | |
johnsone 2/15/04 2:50 PM |
oops, one more deletion of duplicate line of code |
0 lines of code changed in: matlab/NTCPcommon/MOST/NCSA_Comp_Site.m (-1) | |
johnsone 2/15/04 2:48 PM |
removed some extraneous code that had been commented out; a couple more changes to bring it closer in line with the R2.1 code. |
4 lines of code changed in: matlab/NTCPcommon/MOST: CU_Exp_Site.m (+2 -4), Sim_Coordinator3sites.m (+1 -1), UIUC_Exp_Site.m (+1 -4), wholemdl.mat (del) | |
johnsone 2/15/04 12:34 PM |
add a MATLAB-based version of grid-proxy-init (that calls Java code to do the real work) |
322 lines of code changed in: matlab/NTCPcommon/grid_proxy_init.m (new 322) | |
johnsone 2/15/04 12:31 PM |
add switch to turn security on or off |
6 lines of code changed in: matlab/NTCPclient/test_client/BasicTest.m (+6 -4) | |
johnsone 2/15/04 12:30 PM |
Add help info about negative TIMEOUT returning immediately (without error) so we can do multiple execute's at the same time, and poll for the results afterwards. |
6 lines of code changed in: matlab/NTCPclient/@NTCP_Server/execute.m (+6 -1) | |
johnsone 2/15/04 12:19 PM |
add security option for when opening new NTCP_Server connection |
15 lines of code changed in: matlab/NTCPclient/@NTCP_Server/NTCP_Server.m (+15 -3) | |
johnsone 2/15/04 12:17 PM |
Corrected UIUC personnel list; added security switch in most_config.m; incorporated a few of Doru's changes |
75 lines of code changed in: matlab/NTCPcommon/MOST: AssemblePreliminaryData.m (+1), CMD_defines.m (+1), CU_Exp_Site.m (+1), CUmdl.m (+1), CheckFlag.m (+1), CheckRelaxation.m (+1), CheckSecurity.m (+1), CheckSecurityCU.m (+1), CombineData.m (+1), CommunicationLink.m (+1), Comp_Site.m (+1), Compmdl.m (+1), Corrector.m (+1), CreateAnimationData.m (+1), CreateNCSADataFile.m (+1), EquivalentMassMatrix.m (+1), FEModeling.m (+1), FlashArrow.m (+1), FrameAnimation.m (+1), Imodification.m (+1), MemoryAllocation.m (+1), NCSA_Comp_Site.m (+20 -18), NCSAmdl.m (+1), PSDTest.m (+1), PSDTestCU.m (+1), Predictor.m (+1), PreliminaryTest.m (+1), PrepareComputationalModel.m (+1), ProcessPSDdata.m (+1), SeparateData.m (+1), SetInputParemters.m (+1), Sim_Coordinator.m (+1), Sim_Coordinator3sites.m (+6 -4), TransL2G.m (+1), UIUC_Exp_Site.m (+1), UIUC_license.txt (+1 -1), UIUCmdl.m (+1), cubicshape.m (+1), extractcp.m (+1), getvar_lkn.m (+1), most_config.m (+3), plot_the_results.m (+1), plot_the_results_EXP.m (+1), sendvar_lkn.m (+1), str2struc.m (+1), struc2str.m (+1), wholemdl.m (+1), wholemdlAnimation.m (+1), wholemdl_sim.m (+1) | |
johnsone 2/15/04 7:16 AM |
incorporate Naru's corrected force and displacement constraints; a couple comments added |
510 lines of code changed in: matlab/NTCPcommon/MOST: CU_Exp_Site.m (+2 -2), CheckSecurity.m (+56 -56), Sim_Coordinator3sites.m (+449 -451), most_config.m (+3 -3) | |
pearlman 2/11/04 2:33 PM |
Naru's fix to step-600 bug. |
507 lines of code changed in: matlab/NTCPcommon/MOST: CheckSecurity.m (+56 -55), Sim_Coordinator3sites.m (+451 -448) | |
pearlman 2/11/04 4:37 AM |
Do the right thing on execute retries. |
40 lines of code changed in: server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+38 -7), util/NtcpHelper.java (+2 -1) | |
slang 2/4/04 11:58 AM |
reverted bootstrap back to allow any autotools to be used. uped version number to 1.4. |
1 lines of code changed in: clients/c/source: bootstrap (-23), pkgdata/pkg_data_src.gpt.in (+1 -1) | |
slang 2/4/04 11:23 AM |
added new bootstrap and uped version to 0.3. |
24 lines of code changed in: clients/c/source: bootstrap (+23), pkgdata/pkg_data_src.gpt.in (+1 -1) | |
slang 2/4/04 11:19 AM |
uped version to 0.2 |
1 lines of code changed in: clients/c/source/pkgdata/pkg_data_src.gpt.in (+1 -1) | |
slang 2/4/04 11:18 AM |
added fix to not run soapcpp2 at make dist time. |
1 lines of code changed in: clients/c/source/Makefile.am (+1 -1) | |
slang 2/3/04 1:35 PM |
add nees_i_ntcp_client.h to SOURCES so it gets included with the package. |
1 lines of code changed in: clients/c/source/Makefile.am (+1) | |
slang 2/3/04 1:18 PM |
added pkgdata to SUBDIRS. |
2 lines of code changed in: clients/c/test/Makefile.am (+2) | |
slang 2/3/04 1:06 PM |
updated metadata to use latest ogsi core |
0 lines of code changed in: clients/c/source/pkgdata/pkg_data_src.gpt.in (-10) | |
slang 2/3/04 1:04 PM |
adding dirt.sh to make package happy. |
0 lines of code changed in: clients/c: source/dirt.sh (new 0), test/dirt.sh (new 0) | |
slang 12/16/03 8:36 PM |
added doc for ntcp__ControlPointGeomParameterType. |
3 lines of code changed in: clients/c/source/variables_doc.h (+3) | |
slang 12/16/03 6:22 PM |
added documentation to the NTCP api. Still need to add doc for the tests/examples. |
1428 lines of code changed in: clients/c/source: Makefile.am (+3 -2), configure.in (+5), nees_ntcp_client.c (+1032 -27), nees_ntcp_client.h (+212 -3), security_attr_doc.c (new 50), variables_doc.h (new 126) | |
slang 12/9/03 1:25 PM |
and this one |
9 lines of code changed in: clients/c/source/version.h (new 9) | |
slang 12/9/03 1:24 PM |
this one too. |
90 lines of code changed in: clients/c/source/nees_i_ntcp_client.h (new 90) | |
slang 12/9/03 1:14 PM |
source file never got committed. |
1810 lines of code changed in: clients/c/source/nees_ntcp_client.c (new 1810) | |
slang 12/9/03 12:28 PM |
basic test suite for NTCP c client. |
685 lines of code changed in: clients/c/test: Makefile.am (new 14), bootstrap (new 17), configure.in (new 17), ntcp_notification_test.c (new 231), ntcp_test.c (new 352), pkgdata/pkg_data_src.gpt.in (new 54) | |
cphillip 12/9/03 12:16 PM |
o Make make_dist step "more correct". o Add gcc32dbg comment to mdist.conf. |
10 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: make_dist (+9 -3), mdist.conf (+1) | |
cphillip 12/9/03 12:15 PM |
o Make make_dist "more correct" in building source package. o Add gcc32dbg comment to mdist.conf. |
10 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: make_dist (+9 -3), mdist.conf (+1) | |
cphillip 12/9/03 12:11 PM |
o Create a "more correct" make_dist script. o Add gcc32dbg comment to mdist.conf. |
10 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/sample: make_dist (+9 -3), mdist.conf (+1) | |
cphillip 12/8/03 1:21 PM |
o Rename conf to 'gateway_plugin-1.0' |
3 lines of code changed in: plugins/gateway_plugin/java: make-dist (+1 -1), mdist.conf (+2 -2) | |
cphillip 12/8/03 1:15 PM |
o Add packaging files to 'nees_ntcp_control_plugin_test'. |
142 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: make_dist (new 120), mdist.conf (new 22) | |
cphillip 12/8/03 1:13 PM |
o Add packaging files to 'sample_plugin'. |
142 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/sample: make_dist (new 120), mdist.conf (new 22) | |
cphillip 12/8/03 1:11 PM |
o Add packaging files to 'nees_ntcp_control_source'. |
142 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: make_dist (new 120), mdist.conf (new 22) | |
cphillip 12/5/03 3:26 PM |
o Add packaging files to gateway plugin. |
66 lines of code changed in: plugins/gateway_plugin/java: make-dist (new 50), mdist.conf (new 16) | |
pearlman 12/1/03 7:50 PM |
Additional configuration necessary for security to work. |
3 lines of code changed in: server/ntcp-server-config.wsdd (+3) | |
pearlman 12/1/03 6:53 PM |
Fault-tolerance changes from SC. |
64 lines of code changed in: server/src/org/nees/ntcp/server/util/NtcpHelper.java (+64 -23) | |
slang 11/17/03 2:20 PM |
latest stuff |
200 lines of code changed in: clients/c/source: Makefile.am (+7 -5), nees_ntcp.gsoap (+28 -10), nees_ntcp_client.h (+94 -113), nees_ntcp_namespaces.c (+1 -1), pkgdata/pkg_data_src.gpt.in (+70) | |
bester 10/23/03 9:27 AM |
added include of sample_plugin.c |
2 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/sample/main.dox (+2) | |
bester 10/23/03 9:04 AM |
doc update, dirt.sh added |
22 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/sample: dirt.sh (new 2), main.dox (+20 -11) | |
bester 10/23/03 8:34 AM |
added win32 docs |
32 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/sample/main.dox (+32 -1) | |
bester 10/17/03 4:07 PM |
added sample module and documentation |
1275 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/sample: .cvsignore (new 9), Makefile.am (new 18), Makefile.sample (new 31), bootstrap (new 17), configure.in (new 27), main.dox (new 41), sample_plugin.c (new 1074), version.h.in (new 0), doxygen/.cvsignore (new 2) plugins/gateway_plugin/c/nees_ntcp_control_plugin/sample/pkgdata: .cvsignore (new 4), pkg_data_src.gpt.in (new 52) | |
bester 10/17/03 12:47 PM |
API change to allow get_parameter to return a NULL parameter for a "I don't know about that one" condition. Test added for that case. |
190 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: nees_ntcp_control_plugin.h (+9 -8), nees_ntcp_control_plugin_jni_stubs.c (+17 -30) plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: nees_ntcp_jni_stubs_test.c (+134 -1), test_plugin.c (+30 -2) | |
bester 10/16/03 2:59 PM |
added config documentation |
137 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin.h (+137 -7) | |
bester 10/15/03 9:48 AM |
remove failed experiment to promote wsdl params to system properties before loading GatewayPlugin class |
1 lines of code changed in: plugins/gateway_plugin/java/src/org/nees/ntcp/plugins/gateway/GatewayPluginFactory.java (+1 -11) | |
bester 10/14/03 10:49 AM |
remove erroneous free |
0 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/nees_ntcp_control_plugin_jni_test.c (-1) | |
bester 10/14/03 10:30 AM |
use new properties |
7 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/nees_ntcp_control_plugin_jni_test.c (+7 -9) | |
bester 10/14/03 10:29 AM |
set config system properties needed to open native code based on wsdl parameters by default |
45 lines of code changed in: plugins/gateway_plugin/java/src/org/nees/ntcp/plugins/gateway: GatewayConstants.java (new 10), GatewayPlugin.java (+19 -5), GatewayPluginFactory.java (+16 -4) | |
bester 10/14/03 9:41 AM |
newline |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin.c (+1) | |
bester 10/13/03 1:37 PM |
win32 port describe error returns from API functions |
598 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: configure.in (+3 -3), nees_i_ntcp_control_plugin.h (+55), nees_ntcp_control_plugin.c (+38 -7), nees_ntcp_control_plugin.h (+342 -13), nees_ntcp_control_plugin_control_point.c (+10), nees_ntcp_control_plugin_error_string.c (+1), nees_ntcp_control_plugin_geom_parameter.c (+10), nees_ntcp_control_plugin_jni.c (+86 -10), nees_ntcp_control_plugin_jni_ref_cache.c (+36 -5), nees_ntcp_control_plugin_jni_stubs.c (+6 -2), nees_ntcp_control_plugin_parameter_type.c (+7), nees_ntcp_control_plugin_transaction_handle.c (+4) | |
bester 10/13/03 1:26 PM |
windows port |
58 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: nees_ntcp_control_plugin_test.h (+6), nees_ntcp_control_point_test.c (+4 -4), nees_ntcp_geom_parameter_test.c (+10 -10), nees_ntcp_jni_stubs_test.c (+20 -18), nees_ntcp_parameter_test.c (+4 -4), nees_ntcp_transaction_handle_test.c (+8 -8), test_plugin.c (+6) | |
bester 10/13/03 1:25 PM |
removed error-prone forcing of gc and finalization |
0 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/nees_ntcp_control_plugin_jni_test.c (-40) | |
madduri 10/13/03 10:47 AM |
Labview Test config |
92 lines of code changed in: server/src/org/nees/ntcp/server/impl/test/LabviewTestConfig.java (new 92) | |
slang 10/7/03 10:20 AM |
Initial revision |
557 lines of code changed in: clients/c/source: Makefile.am (new 51), bootstrap (new 17), configure.in (new 17), nees_ntcp.gsoap (new 199), nees_ntcp_client.h (new 213), nees_ntcp_namespaces.c (new 15), pkgdata/pkg_data_src.gpt.in (new 45) | |
bester 10/6/03 1:41 PM |
more error checking to help debug c test programs |
83 lines of code changed in: plugins/gateway_plugin/java/src/org/nees/ntcp/plugins/gateway/GatewayPlugin.java (+83 -9) | |
bester 10/6/03 1:41 PM |
fix exception handling bug in native code |
11 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin_jni_ref_cache.c (+11 -5) | |
bester 10/6/03 1:40 PM |
more jni stub tests fix some bugs in test plugin standardize some of the test control point axes and values across tests |
970 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: nees_ntcp_control_plugin_test.h (+1), nees_ntcp_control_point_test.c (+42 -48), nees_ntcp_jni_stubs_test.c (+875 -9), nees_ntcp_transaction_handle_test.c (+15 -5), test_plugin.c (+37 -3) | |
bester 10/6/03 7:58 AM |
removed printout from constructor and added finalizer to GatewayPlugin |
8 lines of code changed in: plugins/gateway_plugin/java/src/org/nees/ntcp/plugins/gateway/GatewayPlugin.java (+8 -2) | |
bester 10/3/03 3:20 PM |
added cancel test. modifed test_plugin to cancel properly |
156 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: nees_ntcp_jni_stubs_test.c (+149), test_plugin.c (+7 -1) | |
bester 10/3/03 1:42 PM |
added recursive mutex handler for libtool |
132 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin.c (+132 -3) | |
bester 10/3/03 11:34 AM |
handle dopen and dlsym errors better |
4 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: nees_ntcp_control_plugin.h (+1), nees_ntcp_control_plugin_error_string.c (+1), nees_ntcp_control_plugin_jni_stubs.c (+2) | |
bester 10/3/03 10:52 AM |
remove extra ; in declarations, causing compiler error |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin_jni_ref_cache.c (+1 -1) | |
bester 10/3/03 10:48 AM |
Added some tests calling java plugin methods |
1019 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: Makefile.am (+2), nees_ntcp_jni_stubs_test.c (new 1014), test_plugin.c (+3 -2) | |
bester 10/3/03 9:14 AM |
added error string test |
85 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: Makefile.am (+2), nees_ntcp_error_string_test.c (new 83) | |
bester 10/3/03 8:59 AM |
added some more transaction handle tests |
181 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: nees_ntcp_control_plugin_test.h (+1), nees_ntcp_transaction_handle_test.c (+180 -13) | |
bester 10/3/03 8:58 AM |
log exception string contents when exception_to_int is called |
98 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin_jni_ref_cache.c (+98 -8) | |
bester 10/2/03 3:05 PM |
added test for set_resulting_control_points for transaction tests |
174 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/nees_ntcp_transaction_handle_test.c (+174 -2) | |
bester 10/2/03 2:03 PM |
fix bug in transaction handle test which caused a crash |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/nees_ntcp_transaction_handle_test.c (+1 -5) | |
bester 10/2/03 1:48 PM |
added transaction handle test |
818 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: Makefile.am (+3 -1), nees_ntcp_transaction_handle_test.c (new 815) | |
bester 10/2/03 1:47 PM |
don't deactivate module until finished with jni tests |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/nees_ntcp_geom_parameter_test.c (+1 -2) | |
bester 10/2/03 9:40 AM |
fix some bugs accessing a transaction handle natively |
43 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin_jni.c (+43 -20) | |
bester 10/1/03 10:17 AM |
fixed memory free error in control point test |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/nees_ntcp_control_point_test.c (+1) | |
bester 10/1/03 10:08 AM |
Fixed some missing \n in output strings Added jni tests for control point native/java conversion |
356 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: nees_ntcp_control_point_test.c (+353 -66), nees_ntcp_geom_parameter_test.c (+1 -1), nees_ntcp_parameter_test.c (+2 -2) | |
bester 10/1/03 10:07 AM |
Removed prototypes for functions that no longer exist Fixed some java/native conversion problems for control points and floats |
215 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: nees_i_ntcp_control_plugin.h (-10), nees_ntcp_control_plugin_jni.c (+215 -108) | |
bester 9/30/03 3:50 PM |
handle conversion of empty axis and parameter names |
25 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin_jni.c (+25 -10) | |
Generated by StatCvs v0.1.3