Difference between revisions of "FPC development"

From Free Pascal wiki
Jump to navigationJump to search
m (Added link to "FPC recompilation automation")
 
(8 intermediate revisions by 5 users not shown)
Line 13: Line 13:
 
[[Release engineering]]
 
[[Release engineering]]
  
[[Compiler test suite results]]
+
[[Compiler test suite]]
  
 
[[Improving language shootout results]]
 
[[Improving language shootout results]]
 +
 +
[[Add Pascal programs to the Rosetta Code collection]]
  
 
[[Debugging - GDB tricks]]
 
[[Debugging - GDB tricks]]
Line 24: Line 26:
  
 
[[Merging Lazarus and FPC]]
 
[[Merging Lazarus and FPC]]
 +
 +
[[FPC recompilation automation]]
  
 
Changes which are likely to break existing code, must be documented here: [[User Changes Trunk]]
 
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 ==
 
== Organisation ==
  
[[Website migration]]
+
* [[Website migration]]
 +
* [[git migration]]
 +
 
 +
[[Category:FPC development]]

Latest revision as of 08:14, 14 July 2021

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

FPC recompilation automation

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