The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael 4091010b9f * Patch from Mattias Gaertner to correctly resolve:
- check const expression fits type
  - built-in procedures Inc, Dec, Exit, Ord, Assigned
  - type casts boolean, integer and floats
  - check for loop variable and values
  - check case-of expressions
  - type cast classes
  - class-of
  - class vars/procs/properties
  - properties with parameters
  - default properties
  - static and dynamic arrays

git-svn-id: trunk@34709 -
2016-10-12 15:11:59 +00:00
compiler * use OMF section names, starting with dot for the dwarf debug info for 2016-10-12 13:05:12 +00:00
ide Fix type on last commits 2016-09-13 10:08:57 +00:00
installer * added package rtl-generics 2016-07-31 20:40:23 +00:00
packages * Patch from Mattias Gaertner to correctly resolve: 2016-10-12 15:11:59 +00:00
rtl * fixed win16 compilation, patch by Max Nazhalov 2016-10-09 19:20:54 +00:00
tests * fixed alignment for interface RTTI (patch by Alfred, mantis #30182) 2016-10-09 12:34:01 +00:00
utils * Better detection of effective visibility of an element 2016-10-09 11:25:58 +00:00
.gitattributes * fixed alignment for interface RTTI (patch by Alfred, mantis #30182) 2016-10-09 12:34:01 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile - regenerated after disabling the textmode ide for Darwin again 2016-09-06 21:28:41 +00:00
Makefile.fpc - disabled the textmode IDE for Darwin again: I don't want to support it, 2016-09-06 21:28:37 +00:00