• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H03-Jun-2003-10986

doc/H03-May-2022-8,6797,514

examples/H03-Jun-2003-2,4791,576

lib/H03-May-2022-37,52323,053

tests/H03-Jun-2003-11,73310,556

AUTHORSH A D02-Jun-2003444 1813

BUGSH A D26-Oct-2002137 54

COPYINGH A D09-Oct-200117.6 KiB340281

ChangeLogH A D02-Jun-20032.6 KiB6456

INSTALLH A D01-Jun-20033.9 KiB8265

Makefile.inH A D03-May-20223.9 KiB13596

READMEH A D01-Jun-2003987 2619

TODOH A D18-May-2002645 1614

XPARAM-VERSIONH A D01-Jun-2003184 96

configureH A D01-Jun-200353.4 KiB1,7281,400

configure.inH A D01-Jun-20036 KiB168152

install-shH A D21-Oct-20015.5 KiB252153

tests.dswH A D02-Jun-20035.7 KiB315228

xparam.dswH A D04-Apr-20021.4 KiB7552

README

1This is release 1.22 of XParam, a portable, extensible tool for
2general-purpose object serialization and deserialization in C++,
3mainly intended for parsing command-line parameters and passing
4objects between applications.
5
6Please send bug reports to the bug tracker at xparam.sourceforge.net.
7
8About This Distribution ==========================================
9
10The latest official XParam release is available via anonymous FTP
11from xparam.sourceforge.net.
12
13Building and installing this distribution gives you:
14libxparam -- The XParam library.
15<xparam.h> and <xparam_extend.h> --- The XParam header files.
16doc/* -- Complete documentation of XParam in HTML format.
17examples/* -- Example code.
18tests/* -- Regression testing code.
19
20IMPORTANT NOTE:
21In order to run the example code, you should set your XPARAM_CLASSPATH
22environment variable to include the path of examples/classpath. For
23a complete explanation of the XPARAM_CLASSPATH environment variable
24refer to the HTML documentation.
25
26