summaryrefslogtreecommitdiff
path: root/examples/apps/ide/src/filemonitor.pas
AgeCommit message (Collapse)Author
2013-03-18ide: added copyright notices to the source code units.Graeme Geldenhuys
2011-12-05Adds compiler string type setting to unit.Graeme Geldenhuys
2011-09-18Implemented RemoveFile() in FileMonitorGraeme Geldenhuys
2011-09-18made sure filemonitor class is thread-safe in itself.Graeme Geldenhuys
2011-09-18fixed memory leak in TFileMonitor class.Graeme Geldenhuys
2011-09-13implemented a functioning file monitor class.Graeme Geldenhuys
It can track files and detect size and date changes to the monitored files. It uses a sha1 to detect any changes. The SHA1 is probably overkill for now, but it is planned to use it in future when Path Monitoring is implemented too.
2011-07-16Merged fpgIDE project as a subdirectory examples/apps/ide/Graeme Geldenhuys