Up to [local] / OpenXM / src / ox_toolkit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11, Tue Feb 8 09:51:13 2000 UTC (24 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: maekawa-ipv6,
R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.10: +1 -1
lines
FILE REMOVED
We have deleted distributed makefile and will use an automatically generated makefile, where Makefile is generated from Makefile.in by configure and configure from configure.in by autoconf.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 20 15:41:03 2000 UTC (24 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.9: +4 -2
lines
Diff to previous 1.9 (unified)
I add some targets.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 19 18:36:19 2000 UTC (24 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.8: +40 -18
lines
Diff to previous 1.8 (unified)
I add some targets. (install-document, ...)
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 19 06:18:51 2000 UTC (24 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (unified)
Added 'OpenXM_HOME = ../..'. (ox_*/Makefile*) OpenXM_HOME ?= ../.. -> OpenXM_HOME = ../.. (OpenMath/Makefile) Added CC=gcc.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 17 02:18:16 1999 UTC (24 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.6: +4 -2
lines
Diff to previous 1.6 (unified)
Removed projects that have done.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 16 11:35:48 1999 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.5: +6 -3
lines
Diff to previous 1.5 (unified)
ox_Xsample is a sample OpenXM server with X graphics. Q: How to use ox_Xsample? A: You can use it on asir with ox_X.asir. $ asir [1] load("ox_X.asir")$ [2] xsample_demo(); See ox_X.asir for detail.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 16 06:55:07 1999 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.4: +7 -3
lines
Diff to previous 1.4 (unified)
Second sample for explanation of OpenXM C library.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 16 06:09:42 1999 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.3: +11 -7
lines
Diff to previous 1.3 (unified)
Q: How to use High-level API of OpenXM C liblary? A: See ``sample1.c''.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 15 09:33:53 1999 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.2: +7 -3
lines
Diff to previous 1.2 (unified)
Now, make generate English document.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 15 05:22:53 1999 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.1: +17 -3
lines
Diff to previous 1.1 (unified)
Makefile has supported bconv testclient.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 9 22:44:55 1999 UTC (24 years, 11 months ago) by ohara
Branch: MAIN
Any files are a part of a library for OX message handling. These were moved from OpexXM/src/ox_math.