The FreePascal Compiler (FPC) source repo

Marcus Sackrow c0d57d03c2 amiga: removed some debugging settings 4 years ago
compiler 6a3f32ba69 * optimize tests for a single bit "(a and one_bit_mask_const) = <> one_bit_mask_const" into "(a and one_bit_mask_const) <> = 0" to enable further CPU specific optimizations. 4 years ago
installer 433050a2c4 * set EXEEXT to .wasm for the WASI target in fpcmake 4 years ago
packages c0d57d03c2 amiga: removed some debugging settings 4 years ago
rtl 37863a6166 * Add skeleton for TPoint3D 4 years ago
tests 5350ac7d65 fpts2junit: prevent double entries in junit xml (in test log are double entries, one for compiles, one for runs) 4 years ago
utils 45c6833258 * --example-dir support 4 years ago
.gitattributes 58044c9632 * simplified .gitattributes as we do not do a two synchronization with svn 4 years ago
.gitignore 3963e76de9 * restored .gitignore to status from before conversion 4 years ago
LICENSE ddb572513c + LICENSE and README.md added, taken from git test conversion as committed by Michael 4 years ago
Makefile 433050a2c4 * set EXEEXT to .wasm for the WASI target in fpcmake 4 years ago
Makefile.fpc 97b2f7a5e1 Exchange REQUIREDVERSION and REQUIREDVERSION2 values to get 3.2.2 version in reuired release version message 4 years ago
README.md ddb572513c + LICENSE and README.md added, taken from git test conversion as committed by Michael 4 years ago
fpmake.pp 79bbc20f29 * FPMake-option NoIDE added 5 years ago
fpmake_add1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 years ago
fpmake_proc1.inc df4191acb3 * Handle the location of each package at run-time, not at compilation time 12 years ago

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.