Summary Period: 2003-07-24 to 2004-07-27
881 (52.9%)
25874 (37.5%)
Module | Changes | Lines of code | Lines each change |
---|---|---|---|
matlab/NTCPcommon/MOST/ | 222 (25.1%) | 14206 (54.9%) | 63 |
matlab/MOST/ | 179 (20.3%) | 2100 (8.1%) | 11 |
matlab/NTCPclient/@NTCP_Server/ | 82 (9.3%) | 1838 (7.1%) | 22 |
matlab/NTCPmplugin/@NTCP_Mplugin/ | 50 (5.6%) | 1242 (4.8%) | 24 |
matlab/NTCPmplugin/test_mplugin/ | 20 (2.2%) | 1143 (4.4%) | 57 |
matlab/NTCPcommon/ | 24 (2.7%) | 1038 (4.0%) | 43 |
matlab/NTCPclient/@NTCP_Server/private/ | 21 (2.3%) | 559 (2.1%) | 26 |
matlab/NTCPclient/test_client/ | 8 (0.9%) | 492 (1.9%) | 61 |
matlab/NTCPmplugin/@NTCP_Mplugin/private/ | 24 (2.7%) | 430 (1.6%) | 17 |
matlab/@NTCP_Server/ | 72 (8.1%) | 425 (1.6%) | 5 |
matlab/@NTCP_Mplugin/ | 38 (4.3%) | 417 (1.6%) | 10 |
matlab/NTCPclient/ | 8 (0.9%) | 365 (1.4%) | 45 |
matlab/NTCPmplugin/ | 6 (0.6%) | 315 (1.2%) | 52 |
matlab/test_client/ | 10 (1.1%) | 280 (1.0%) | 28 |
matlab/NTCPmplugin/tests/ | 4 (0.4%) | 202 (0.7%) | 50 |
matlab/NTCPmplugin/test_mplugin/testing/ | 5 (0.5%) | 133 (0.5%) | 26 |
matlab/@NTCP_Mplugin/private/ | 20 (2.2%) | 129 (0.4%) | 6 |
matlab/NTCPcommon/@char/ | 2 (0.2%) | 89 (0.3%) | 44 |
matlab/test_mplugin/ | 24 (2.7%) | 83 (0.3%) | 3 |
server/src/org/nees/ntcp/server/util/ | 1 (0.1%) | 69 (0.2%) | 69 |
matlab/NTCPcommon/@cell/ | 2 (0.2%) | 61 (0.2%) | 30 |
matlab/NTCPcommon/@logical/ | 2 (0.2%) | 59 (0.2%) | 29 |
matlab/@NTCP_Server/private/ | 23 (2.6%) | 53 (0.2%) | 2 |
matlab/NTCPcommon/@sparse/ | 2 (0.2%) | 49 (0.1%) | 24 |
matlab/ | 11 (1.2%) | 43 (0.1%) | 3 |
matlab/NTCPcommon/@struct/ | 2 (0.2%) | 39 (0.1%) | 19 |
matlab/test_mplugin/testing/ | 7 (0.7%) | 10 (0.0%) | 1 |
server/src/org/nees/ntcp/server/impl/ | 2 (0.2%) | 5 (0.0%) | 2 |
matlab/@struct/ | 2 (0.2%) | 0 (0.0%) | 0 |
matlab/@sparse/ | 2 (0.2%) | 0 (0.0%) | 0 |
matlab/@logical/ | 2 (0.2%) | 0 (0.0%) | 0 |
matlab/@char/ | 2 (0.2%) | 0 (0.0%) | 0 |
matlab/@cell/ | 2 (0.2%) | 0 (0.0%) | 0 |
Sum | 881 (100%) | 25874 (100%) | 29 |
johnsone 7/27/04 12:19 PM |
fix bug if no output requested from launch_NTCP_server |
7 lines of code changed in: matlab/NTCPcommon/launch_NTCP_server.m (+7 -4) | |
johnsone 7/27/04 1:24 AM |
allow user to cancel grid_proxy_init request |
10 lines of code changed in: matlab/NTCPcommon/grid_proxy_init.m (+10 -3) | |
johnsone 7/27/04 1:24 AM |
finalize workaround in unit tests for the mplugin execute started/error behavior |
7 lines of code changed in: matlab/NTCPmplugin/tests/run_matlabackend_unittest.m (+7 -3) | |
johnsone 7/26/04 11:59 PM |
add verbosity switch to tests so we can see all test descriptions |
95 lines of code changed in: matlab: NTCPclient/NTCPclient_tests.m (+31 -4), NTCPcommon/NTCPcommon_tests.m (+32 -6), NTCPmplugin/NTCPmplugin_tests.m (+32 -5) | |
johnsone 7/26/04 6:42 PM |
allow backend to send corrected "completed" after Mplugin has thrown an exception back on a previous attempted "completed" |
4 lines of code changed in: matlab/NTCPmplugin/@NTCP_Mplugin/sendResult.m (+4 -3) | |
johnsone 7/26/04 2:06 AM |
updated Contents.m files |
29 lines of code changed in: matlab: NTCPclient/Contents.m (+12 -6), NTCPcommon/Contents.m (+9 -4), NTCPmplugin/Contents.m (+8 -4) | |
johnsone 7/26/04 2:06 AM |
acceptance test codes |
56 lines of code changed in: matlab/NTCPclient/NTCPclient_tests.m (new 4) matlab/NTCPcommon: NTCPcommon_tests.m (new 6), serialize_test.m (+38 -15) matlab/NTCPmplugin: NTCPmplugin_tests.m (new 5), tests/run_matlabackend_unittest.m (new 3) | |
johnsone 7/26/04 2:01 AM |
utility function to launch an NTCP server from MATLAB |
4 lines of code changed in: matlab/NTCPcommon/launch_NTCP_server.m (new 4) | |
johnsone 7/25/04 10:58 PM |
more of the same |
9 lines of code changed in: matlab/NTCPclient/@NTCP_Server: NTCP_Server.m (+2 -1), open.m (+1 -1) matlab/NTCPmplugin/@NTCP_Mplugin: NTCP_Mplugin.m (+2 -1), nextCommand.m (+3 -2), sendResult.m (+1 -1) | |
johnsone 7/25/04 10:52 PM |
One more of the same. |
1 lines of code changed in: matlab/NTCPclient/@NTCP_Server/getstate.m (+1 -2) | |
Generated by StatCvs v0.1.3