#fpc #freepascal #compiler #fpcobj #pascal

yury 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. 17 年之前
compiler 951a202e5d * fix by Jan Bruns for #11042: improves reading of references on arm 17 年之前
ide 39cd83a465 * use UpdateCrc32 instead of Crc32 17 年之前
installer d43197f8d1 * let installer know package CHM 18 年之前
packages 0399268e0a * Fixed packages building for wince. 17 年之前
rtl 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. 17 年之前
tests 951a202e5d * fix by Jan Bruns for #11042: improves reading of references on arm 17 年之前
utils 85250cca06 * split repository in InstalledRepository and AvailableRepository 17 年之前
.gitattributes 36b557b142 * quick test successful -> commit 17 年之前
.gitignore dc56d1c82d * base removed 17 年之前
Makefile b0838b13d7 * add armeb target to compiler/Makefiles 17 年之前
Makefile.fpc b0838b13d7 * add armeb target to compiler/Makefiles 17 年之前