Documentation added for tiUtil's tiIsBitSet() function.
OIDGUID: fix copy & paste documentation error.
Adds documentation of the other OID generator types.
tiVisitor: defines what information needs to be skipped in the documentation.
Fixes memory leak in the tiRTTI tests.
Improves TextProgressTestListener output
Fixes a spelling mistake in the code comment.
Prevents AV under Free Pascal.
Fixed a Range-Check error
Include TextProgressTestListener in text runner project.
Changed AnsiString to String.
LIdentLong and LIdentShort was undefined for FPC.
GUI (fpGUI) - set min window size of tiShowStrings dialog.
timap: Darn - got to logic wrong way round.
New command line parameter - optionally rewrite the XML schema file.
Fixes compiler hint. Function did not return a result.
Not sure why this event was triggered during SaveProjectAs().
Minor README updates.
timap: verbose auto-generate comment now uses ISO-8601 date format.
timap: regression - fix all compiler hints about unused variables.
Reworked fpc_schema_reader and delphi_scheme_reader into one file.
timap: fixes regression bug, generating broken SQL.
timap: regression - fix a lot of memory leaks - seen when using FPC.
timap: regression - reading schema, the filename was never assigned to FProject.Filename.
Merge branch andrewhaines-master into master
timap: minor spelling fix in demo schema file
More progress to Quickstart Guide - UI with Mediators.
fpGUI mediators: Dynamic Combobox improvement for setting DisplayFieldName
fpGUI Mediators: Dynamic Combobox support for get/set selected object.
More progress to Quickstart Guide - UI with Mediators.
linux dailybuilds script updates.
Replace hard-coded value with constant.
Updated test project file with latest compiler settings defined.
Fixes spelling mistakes in code logs.
freebsd dailybuilds script updates.
Refactor to make space for multiple Quick Start guides.
More Model & List mediator details. Adds the HTML file generated.
wip: Initial draft of Mediators guide
Merge branch 'quickstart-mediators'
Added more options to .gitignore for Delphi generated files cleaning
Mapper
Updated .gitignore for *.stat Delphi files
Merge branch 'mrsw'
Some changes to constants and defines to support Delphi 10.3.
Fixes Add() signature of TMapValidatorList.
timap: Fixes issue where <list>.Add() was hiding the return value.
Fixes a ton of compiler hints and warnings.
Update comment in Demo_02_LoadPersistenceLayerIfDef.
Add support for tiOPFCore package for Delphi 2009 and Delphi 2010.
Make VirtualTrees optional.
Added missing units to Delphi 2010 tiOPFCore package.
Add support for tiOPFCore and tiOPFOptions package for older versions of Delphi.
Removed dependency on tiOPFGUIDsgn package from Demos 04-06 and common demo units.
Update Demo_03 comment.
Merge branch 'vejda/older_delphi_mods' into tiopf3
Removed dependency on tiOPFGUIDsgn package from Demos 04-06 and common demo units.
Add support for tiOPFCore and tiOPFOptions package for older versions of Delphi.
Make VirtualTrees optional.
Add support for tiOPFCore package for Delphi 2009 and Delphi 2010.
Update Demo_03 comment.
Added missing units to Delphi 2010 tiOPFCore package.
timap: fixed path to demo database.
timap: Updated readme file with compilation requirements for GUI utility.
timap: remove empty methods from controller class, and minor code formatting.
timap: ProjectWriter was missing the "notify-observers"
timap: Extend the GUI utility screens and controllers with missing properties.
timap: Synced all newer FPC reader changes to the Delphi reader.
timap: fix some more compiler hints under Delphi XE3.
Updated Git's ignore file to exclude all "__history" directories.
timap: This commit fixes a few compiler hints.
Various project file setting changes - minor though.
JCL: .AsString should suffice seeing as this is a D2009+ branch only.
Include full unit names with namespace in various uses clauses.
DevExpress Mediators changes.
DevExpress Mediators - RadioGroupBox fix
Usage of JEDI's jcldebug should become optional.
Updates to jcldebug include file.
XE 10.2 - GUI Unit Test project setting updates.
Bump version number constant.
Adds Delphi XE 10.2 compiler packages and project group.
New compiler versions in tiConstants and tiDefines.inc
Replace hard-coded package suffix with our constant identifier.
tiObject: WideString calls are not needed any more.
ADO SQL Server - minor tweak to metadata types used - varbinary(max).
ADO SQL Server - minor tweak to metadata types used - varbinary(max).
Fixes spelling mistakes in code comments.
Changed the order of methods inside TtiObject.Assign()
Changed the order of methods inside TtiObject.Assign()
Trimmed trailing whitespace.
Merged from tiopf2: Fixed the ISO 8601 date/time formatting constants.
updated newsgroup description
SqlDB + SQL Server: Fix handling of varchar(max) or XML field definitions.
Two more broken URLs updated.
Fixes many broken and outdated URLs.
timap: Remove unnecesarry check for AutoCreateListClass.
timap: Fixes a bug where some List Class code in generated when it shouldn't have.
Fixed custom visitor using the base class and not the overidden one if defined
timap: remove excessive empty lines at the top of generated units.
timap: minor code formatting