fpc/packages/rtl-generics
2017-04-18 14:15:47 +00:00
..
examples * Remove Windows unit (Bug ID 30432) 2016-08-01 09:43:03 +00:00
src rtl-generics: speed up quadratic probe function. If the hash table size is a prime number and load factor is < 0.5 then the probe function p(k,i)=(h(k)+sqr(i)) is sufficient. 2017-03-19 16:00:11 +00:00
fpmake.pp - don't build rtl-generics for the win16 target, because its rtl is still incomplete and lacks the sysutils/classes units 2016-10-11 11:48:15 +00:00
Makefile Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
Makefile.fpc