mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 12:47:24 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
gvector.pp: * more consistent formatting - remove "inline" directives in implementation section * use "Move" instead of a for-loop in Erase and Insert (while also respecting managed types) for performance improvement * set the removed entry in PopBack to Default(T) (also for managed types) * fix a bug in Erase which checked for "<= Size" instead of "< Size" git-svn-id: trunk@23647 - |
||
|---|---|---|
| compiler | ||
| ide | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| Makefile | ||
| Makefile.fpc | ||