This website requires JavaScript.
Explore
Help
Sign In
paweld
/
fpc
Watch
1
Star
0
Fork
0
You've already forked fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced
2025-12-09 05:08:48 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6a64b2f8a1
fpc
/
packages
/
rtl-generics
History
pierre
17b2671213
Regenerate all Makefile's after changes related to FPCDIR checks
...
git-svn-id: trunk@35833 -
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