@@ -1,5 +1,21 @@
{%MainUnit fpcunit.pp}
+{
+ This file is part of the Free Pascal run time library.
+ Copyright (c) 1999-2022 by Michael van Canney and other members of the
+ Free Pascal development team
+
+ DUnit compatibility
+ See the file COPYING.FPC, included in this distribution,
+ for details about the copyright.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ **********************************************************************}
{$IFDEF read_interface}
class procedure Check(pValue: boolean; pMessage: string = '');
@@ -1,4 +1,19 @@
unit DigestTestReport;
+ Digest Test Report
{$mode objfpc}{$H+}
unit tcbarcodes;
+ Test Bar codes
unit fpjsonrtti;
+ Json RTTI support
{$mode objfpc}
unit jsonini;
+ Json ini support
{$h+}
@@ -1,3 +1,18 @@
+ Amiga parts of the resolver
uses
Sysutils;
@@ -1,4 +1,18 @@
+ Aros parts of the resolver
const
unit sslbase;
+ SSL Base unit
+ *nix parts of the resolver
initc;
+ Winapi parts of the resolver
uses winsock;
Type
@@ -1,5 +1,19 @@
unit passrcutil;
+ fcl-passrc utils
interface
+ Font Metrics for standard pdf
// helvetica (used metric equivalent Liberation Sans as substitute)
@@ -1,6 +1,18 @@
{
- Dummy process.inc - the simplest version based on SysUtils.ExecuteProcess
-}
+ Copyright (c) 1999-2022 by Karoly Balogh and other members of the
+ Amiga Dummy process.inc - the simplest version based on SysUtils.ExecuteProcess
Exec, AmigaDos, Utility;
- Amiga style simpleipc.inc
+ Amiga style simple ipc
{$DEFINE OSNEEDIPCINITDONE}
@@ -1,7 +1,18 @@
+ Copyright (c) 1999-2022 by Michael van Canneyt and other members of the
+ Dummy process.inc - the simplest version based on SysUtils.ExecuteProcess
Resourcestring
SNoCommandLine = 'Cannot execute empty command-line';
@@ -1,3 +1,19 @@
+ Registry definitions
HKEY = THandle;
PHKEY = ^HKEY;
+ Registry ini file support
{******************************************************************************
TRegIniFile
+ Core registry unit
Unit Registry;
@@ -1,3 +1,20 @@
+ Winapi Registry support
Const
RegDataWords : Array [TRegDataType] of DWORD
= (REG_NONE,REG_SZ,REG_EXPAND_SZ,REG_BINARY,REG_DWORD,REG_DWORD_BIG_ENDIAN,
+ XML Registry emulation
+ XML Registry aux support
{ ---------------------------------------------------------------------
System dependent Registry implementation - using XML file.
@@ -1,5 +1,20 @@
-unit fpreportdata;
+ report data
+unit fpreportdata;
+ report data csv
unit fpreportdatacsv;
+ report data dbf
unit fpreportdatadbf;
+ report data json
unit fpreportdatajson;
+ report html util
unit fpreporthtmlutil;
+ base report tests
unit tcbasereport;
+ report html parser test
unit tchtmlparser;
+ test report dom
unit tcreportdom;
+ test report generator
unit tcreportgenerator;
+ test report streamer
unit tcreportstreamer;