Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/oh_p.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 26 17:29:22 2014 UTC (9 years, 5 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Add module name to function pointers.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 12 01:19:19 2013 UTC (10 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Fixed a bug.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 31 00:33:09 2013 UTC (10 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Replaced C++-style comments by C-style comments.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 8 10:43:30 2011 UTC (12 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.12: +8 -8 lines
Diff to previous 1.12 (colored)

Changed arguments and an option for oh_p.execute_function().

Example:
L=[1,2,3,4,5];
oh_p.execute_function(oh_base.sum, [L]|result=yes);

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 7 22:05:08 2011 UTC (12 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.11: +4 -1 lines
Diff to previous 1.11 (colored)

oh_p.execute_function() accepts an indefinite as function name.
Example:
oh_p.execute_function([remote_prog, 1, 2, 3]);

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 26 03:06:01 2011 UTC (12 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.10: +5 -3 lines
Diff to previous 1.10 (colored)

oh_p.register accepts an option nowrap=yes.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jun 25 16:43:57 2011 UTC (12 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.9: +19 -12 lines
Diff to previous 1.9 (colored)

Add a local function _wrap_code to module oh_p.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 1 05:25:41 2011 UTC (13 years ago) by ohara
Branch: MAIN
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored)

oh_p._file_to_code find files by built-in function "which".

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 19 16:27:46 2011 UTC (13 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.7: +49 -12 lines
Diff to previous 1.7 (colored)

oh_p.open() accepts new options.
Example:
oh_p.open(|num=[[4,"localhost"],[4,"orange3f"],[4,"orange3g"]],x=yes);

Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 19 05:11:04 2011 UTC (13 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

oh_p.enable_p() returns number of remote processes.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 18 15:04:03 2011 UTC (13 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

The function "oh_p._file_to_code" calls which() for finding files.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 15 10:08:59 2011 UTC (13 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Add a cpp macro `oh_p_remote' for remote machines.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 11 06:37:15 2011 UTC (13 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.3: +17 -1 lines
Diff to previous 1.3 (colored)

Add file_to_code to keys for oh_p.register().

Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 10 10:43:59 2011 UTC (13 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.2: +10 -3 lines
Diff to previous 1.2 (colored)

Add function oh_p.enable_p() for checking to work.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 5 16:05:59 2011 UTC (13 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.1: +2 -5 lines
Diff to previous 1.1 (colored)

The order of arguments of oh_p.foreach is changed.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 4 17:35:45 2011 UTC (13 years, 4 months ago) by ohara
Branch: MAIN

A new version of oh_parallel.rr.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>