#fpc #freepascal #compiler #fpcobj #pascal

J. Gareth "Curious Kit" Moreton 0f1c4b4db8 Fixed Unreachable code warning when building on a 32-bit platform with DEBUG_NODE_XML 3 سال پیش
.gitlab e77bf0f3bd Add two more templates to show the possibilities 4 سال پیش
compiler 0f1c4b4db8 Fixed Unreachable code warning when building on a 32-bit platform with DEBUG_NODE_XML 3 سال پیش
installer 271ba59cf1 All Makefile's regenerated 3 سال پیش
packages b7034cb960 * move Boolean helpers before the ordinal ones so that ToOneZeroString can be inlined correctly 3 سال پیش
rtl b1412ec5c0 * Make hexdigits a global constant 3 سال پیش
tests 271ba59cf1 All Makefile's regenerated 3 سال پیش
utils b3fb6a0ec0 Commit revision.inc change after 7d1b7eda0e 3 سال پیش
.gitattributes ae8972083f Use pascal hunk for diff output for pascal source files 4 سال پیش
.gitconfig d292958665 * + .gitconfig with configuration for better diffing, needs a 4 سال پیش
.gitignore 0508f643c0 Add gdb4fpc.ini, generated by gppcCPUSUFFIX utility and utils/fpcm/fpcmake to .gitignore list 3 سال پیش
.gitlab-ci.yml 3f26551c42 Compile with -Oodfa to get better warnings 4 سال پیش
LICENSE ddb572513c + LICENSE and README.md added, taken from git test conversion as committed by Michael 4 سال پیش
Makefile 271ba59cf1 All Makefile's regenerated 3 سال پیش
Makefile.fpc d70bb6a8c2 * include installer building in zipinstall make target when building for relevant OS targets 3 سال پیش
README.md ddb572513c + LICENSE and README.md added, taken from git test conversion as committed by Michael 4 سال پیش
fpmake.pp 79bbc20f29 * FPMake-option NoIDE added 5 سال پیش
fpmake_add1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 سال پیش
fpmake_proc1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 سال پیش

README.md

FPC Source code repository

Synopsis

This repository contains the sources of the Free Pascal compiler distribution.

It contains

  • The compiler sources in the directory compiler.
  • The run-time library in the directory rtl.
  • The packages distributed with the compiler in the directory packages.
  • Several utilities in the directory utils.
  • The compiler testsuite in the directory tests.

License

The compiler is licensed under GPL v2, the run-time files are licensed under modified LGPL. Both can be found in the LICENSE file, and the file rtl/COPYING.txt

Documentation

Extensive documentation can be found on the documentation website.