The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 21abdd2f4e + support for specifying the minimal precision for floating point
constants. The default is currently 32 bits/single, which corresponds
    to the old behaviour (constants which cannot be exactly represented
    in the default/chosen precision will also still be automatically
    upgraded to higher precision). Supported constructs:
   * Command line switch -CF<x>
   * Compiler directive {$MINFPCONSTPREC <x>}
  whereby in both cases <x> can be default, 32 or 64. 80 is not supported
  because there is no generic way to figure out whether the current target
  actually supports 80 bit precision floating point calculations while
  parsing the command line switches (pbestreal can still change in case of
  win64 or -Cfsse2)

git-svn-id: trunk@8349 -
2007-09-01 19:38:27 +00:00
compiler + support for specifying the minimal precision for floating point 2007-09-01 19:38:27 +00:00
fv - reverted change for avoiding recompilation of units in subdirs, 2007-08-22 08:16:10 +00:00
ide - reverted change for avoiding recompilation of units in subdirs, 2007-08-22 08:16:10 +00:00
installer * fixed dependency checking for source files in subdirectories relative 2007-08-22 07:04:23 +00:00
packages * Uninstall called sysinstall instead of sysuninstall 2007-09-01 18:47:28 +00:00
rtl * two semi colon's added and compilation checked 2007-08-30 20:09:35 +00:00
tests + support for specifying the minimal precision for floating point 2007-09-01 19:38:27 +00:00
utils - reverted change for avoiding recompilation of units in subdirs, 2007-08-22 08:16:10 +00:00
.gitattributes + support for specifying the minimal precision for floating point 2007-09-01 19:38:27 +00:00
.gitignore * moved graph from packages/base to packages/extra so it can depend 2007-08-25 18:49:30 +00:00
Makefile * fixed dependency checking for source files in subdirectories relative 2007-08-22 07:04:23 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00