Difference between revisions of "FPC development"

From Lazarus wiki
Jump to navigationJump to search
(operating system support policy added)
(→‎Organisation: Added git migration (orphan page))
(2 intermediate revisions by one other user not shown)
Line 33: Line 33:
 
== Organisation ==
 
== Organisation ==
  
[[Website migration]]
+
* [[Website migration]]
 
+
* [[git migration]]
== Operating systems support policy ==
 
For operating systems, support in FPC runs until any extended support period for the OS runs out (+ say 1 or 2 years grace period if there are no major problems with that). After that non-intrusive patches are committed, but no guarantees.
 
Source: http://bugs.freepascal.org/view.php?id=17755#c76935
 
  
 
[[Category:FPC development]]
 
[[Category:FPC development]]

Revision as of 07:56, 30 August 2020

English (en) français (fr) magyar (hu) Bahasa Indonesia (id) 日本語 (ja) 한국어 (ko) русский (ru) svenska (sv) Türkçe (tr) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

Development

This article is dedicated to people who want to contribute to FPC. If you want to contribute to FPC, but you don't know how and what, then have a look at the list of open tasks.

Language related articles

Compiler development articles

RTL development articles

Release engineering

Compiler test suite

Improving language shootout results

Add Pascal programs to the Rosetta Code collection

Debugging - GDB tricks

SVN Migration

Mantis Bug tracking

Merging Lazarus and FPC

Changes which are likely to break existing code, must be documented here: User Changes Trunk

New FPC features (both new units and new compiler/language features) should be added to FPC New Features Trunk

Organisation