fpc/packages/fcl-base/examples
2021-06-24 00:16:00 +00:00
..
intl * Explain where to get msgfmt 2020-04-08 09:56:49 +00:00
asiotest.pp
avltreetest.pp
b64.pp
b64dec.pp
b64enc.pp
b64test2.pp
b64test.pp
base64decodingtestcase.pas
cachetest.pp
cfgtest.pp
contit.pp * Patch from Daniel Plachotich to allow regular procedures as iterators 2016-03-12 09:49:21 +00:00
crittest.pp
csvbom.pp * Patch from wp to add BOM detection to CSV reader (bug ID 30897) 2016-11-11 10:03:14 +00:00
databom.txt * Patch from wp to add BOM detection to CSV reader (bug ID 30897) 2016-11-11 10:03:14 +00:00
debugtest.pp
decodeascii85.pp
demoio.pp * Added simple example for AssignStream 2019-05-25 15:55:43 +00:00
dobserver.pp
doecho.pp
dparser.pp
dsockcli.pp
dsocksvr.pp
encodeascii85.pp
fpdoc.dtd
fpexprpars.txt
fstream.pp
htdump.pp
inifmt.pp * Example demonstrating formatsettings for inifile 2015-12-27 18:17:34 +00:00
isockcli.pp
isocksvr.pp
istream.pp
kword.xml
list.pp
Makefile * set EXEEXT to .wasm for the WASI target in fpcmake 2021-06-24 00:16:00 +00:00
Makefile.fpc
mstream.pp
overview.rtf
parser.dat
poolmm1.pp
poolmm2.pp
README.txt * Added simple example for AssignStream 2019-05-25 15:55:43 +00:00
restest.pp
simple.xml
sitest.pp * Refactored singleinstance so it is independent of any specific implementation 2015-12-27 18:46:08 +00:00
sockcli.pp
socksvr.pp
sstream.pp
stringl.pp
tarmakercons.pas
tarmakerconsgzip.pas
testapp.pp * Some improvements to example 2017-04-22 11:13:07 +00:00
testappexit.pp * Example to demonstrate exit code forms in TCustomApplication 2019-05-25 15:52:33 +00:00
testbf.pp
testbs.pp
testcgi.html
testcgi.pp
testcont.pp
testez.pp
testhres.pp
testini.pp * Small cosmetic improvement to output 2019-08-24 09:56:58 +00:00
testipc_client.pp * example for unit advancedipc by Ondrej Pokorny added 2015-10-03 21:25:53 +00:00
testipc_server.pp * example for unit advancedipc by Ondrej Pokorny added 2015-10-03 21:25:53 +00:00
testmime.pp
testnres.pp
testol.pp
testproc.pp
testreg.pp
testrhre.pp
testrnre.pp
testrsre.pp
testrtf.pp
testser.pp
testsres.pp
testtimer.pp
testunzip.pp
testur.pp
testver.pp
testver.res
testweb.pp
testz2.pp
testz.pp
testzip.pp
threads.pp
tidea.pp
tstelcmd.pp
tstelgtk.pp
txmlreg.pp
xmldump.pp

This directory contains test programs for different elements/classes in
the FCL. 

If you add a test give in this file a short description of what 
class/function it tests, and your initials..

Names
-----
MVC : Michael Van Canneyt
SG  : Sebastian Guenther
MH  : Michael Hess
MG  : Mattias Gaertner
VS  : Vincent Snijders


File         Tests what ?
----         ------------

list.pp      TList object from unit 'classes'.  (MVC)
mstream.pp   TMemorySteam object from unit 'classes' (MVC)
fstream.pp   TFileStream object from unit 'classes' (MVC)
dparser.pp   TParser object from unit 'classes' (MVC)
stringl.pp   TStringList object from unit classes' (MVC) 
thread.pp    TTHread object from unit classes (PFV)
testz.pp     T(De)Compressionstream objects from Zstream (MVC)
testz2.pp    TGZFilestream object from Zstream (MVC)
testrtf.pp   TRTFParser object from rtfpars (MVC)
cfgtest.pp   Example for using XML read/write as cfg file (SG)
xmldump.pp   xml dump program (SG)
htdump.pp    htdump dumps XL IDL definition as ObjectPascal classes (MVC)
testez.pp    test program for ezcgi class (MH)
tidea.pp     test program for IDEA encryption/decryption streams (MVC)
b64test.pp   test program for base64 encoding streams (SG)
b64test2.pp  test program for base64 encoding streams (SG)
b64enc.pp    base64-encodes StdIn to StdOut (SG)
b64dec.pp    base64-decodes StdIn to StdOut (SG)
restest.pp   test program for resourcestrings with GNU gettext. (MVC)
             (see also intl subdirectory)
istream.pp   testprogram for input/output streams.
testproc.pp  testprogram for TProcess object. Needs doecho to be compiled
             also.
socksvr.pp   Unix socket server application. Tests TUnixServer in ssockets.
isocksvr.pp  Inet socket server application. Tests TInetServer in ssockets.
dsocksvr.pp  Unix socket server application. Tests ssockets.
sockcli.pp   Unix socket client application. Tests TUnixStream in ssockets.
isockcli.pp  Inet socket server application. Tests TInetStream in ssockets.
dsockcli.pp  Dual socket server application. Tests ssockets.
sstream.pp   Tests TStringStream object.
testol.pp    Tests TObjectList in contnrs. (MVC)
testcont.pp  Tests TStack/TQueue in contnrs. (MVC)
testhres.pp  Test hostresolver in resolve (MVC)
testnres.pp  Test netresolver in resolve (MVC) 
testsres.pp  Test serviceresolver in resolve (MVC)
testrhre.pp  Test reverse hostresolver in resolve (MVC)
testrnre.pp  Test reverse netresolver in resolve (MVC)
testrsre.pp  Test reverse serviceresolver in resolve (MVC)
txmlreg.pp   Test of xmlreg unit (xml-like registry) (MVC)
testreg.pp   Test of registry unit. (MVC)
tstelcmd.pp  Test of eventlog unit, command-line version.
tstelgtk.pp  Test of eventlog unit, FPGTK version. Not built by default. (MVC)
testur.pp    Test of TURIParser class. (MVC)
testapp.pp   Test of TCustomApplication. (MVC)
testcgi.pp   Test of TCGIApplication class. (MVC)
testbs.pp    Test of TBufStream buffered stream (MVC)
ipcserver    Server part of SimpleIPC unit test, console app (MVC)
ipcclient    Client part of SimpleIPC unit test, console app (MVC)
testdebug    Client part of dbugintf debugging info test (MVC)
testbf.pp    Test for BlowFish encryption (MVC)
testbfs.pp   Test for BlowFish encryption/descryption stream (MVC)
testzip.pp   Test for TZipper class (MVC)
poolmm1.pp   Test for pooledmm (free) (MG)
poolmm2.pp   Test for pooledmm (nonfree) (VS)
testweb.pp   Test for fpcgi (MVC)
daemon.pp    Test for daemonapp (MVC)
testtimer.pp Test for TFPTimer (MVC)
testini.pp   Test/Demo for inifiles, ReadSectionValues.
contit.pp    Test/Demo for iterators in contnr.pp
csvbom.pp    Test/Demo for BOM detection in CSV document. (needs databom.txt)
testappexit.pp Test/Demo for TApplication exit code handling. (ExitCode and ExceptionExitcode)
demoio.pp    Demo for AssignStream from streamio unit.