Up to [local] / OpenXM / src / k097 / lib / ox
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 1 22:45:56 2016 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +2 -3
lines
Diff to previous 1.13 (colored)
Removed newline in " "
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 28 00:13:45 2008 UTC (16 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Use /bin/sh instead of /bin/csh
Revision 1.12 / (download) - annotate - [select for diffs], Fri Nov 8 02:54:12 2002 UTC (22 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.11: +7 -2
lines
Diff to previous 1.11 (colored)
Added a new function oxGetClientList() for kan/k0. Fixed a bug concerning oxGetClientList with OXRFC 101 (oxc).
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 26 12:24:57 2001 UTC (23 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.10: +49 -21
lines
Diff to previous 1.10 (colored)
Methods OnTimer() and OffTimer() are added to the class Asir. nonquasi2(), DeRham2WithAsir(), and DeRham3WithAsir() are ready for taking timing data.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 13 12:40:57 2001 UTC (23 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.9: +16 -4
lines
Diff to previous 1.9 (colored)
There has been a bug on the evaluation of the size of class inctances. class declaration requires the key word local even there is no instance variable, for example, class hoge extends foo { local ; def method1() { } }
Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 27 10:16:12 2000 UTC (23 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.8: +13 -3
lines
Diff to previous 1.8 (colored)
Added rpc_submit (only submit a job) and rpc_str (submit a job and get a result by string).
Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 21 09:25:23 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
ox.k uses OpenXM/bin/oxc.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 14 10:04:57 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.6: +20 -1
lines
Diff to previous 1.6 (colored)
Added methods executeString and popString to the class OX.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 14 04:35:16 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
A change of ox.k following the change of the protocol of SM_control_spawn_server (OX-RFC-101).
Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 12 13:58:21 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.4: +94 -13
lines
Diff to previous 1.4 (colored)
rpc method is added to the class OX. Example: a = startAsir(); f = a.rpc("fctr",[x^10-1]); Println(f);
Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 11 13:53:28 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.3: +19 -2
lines
Diff to previous 1.3 (colored)
OX.generate(null,servername) starts the control server and an engine "servername" and returns an OX object. The OpenXM RFC 101 protocol is used.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 10 11:07:45 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.2: +53 -8
lines
Diff to previous 1.2 (colored)
Reconstructing the object hierarchy again: OX extends OXcontrol, OXcontrol extends Object, OXchannel extends Object.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 6 23:45:32 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.1: +33 -7
lines
Diff to previous 1.1 (colored)
Reconstructing object structure: OXcontrol extends Object, OXengine extends OXcontrol.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 6 11:37:34 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Class library of kan/k0 for OpenXM RFC 101. class OX extends Object. Methods implemented: start("name");