Difference between revisions of "Road to 2.0"

From Lazarus wiki
Jump to navigationJump to search
m (Add page template)
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
This document describes the planned road to FPC 2.0.0 which will be the next stable version of FPC.
+
{{Road_to_2.0}}
  
2.0 will support the following targets:
+
This document describes the planned road to FPC 2.0.0 which will be the next stable version of FPC. It contains information how things are planned, however this might change from time to time.
 +
 
 +
'''2.0''' has been released in may 2005 for
  
 
* i386/Linux
 
* i386/Linux
Line 8: Line 10:
 
* i386/OS/2
 
* i386/OS/2
 
* i386/EMX
 
* i386/EMX
* i386/go32v2 (only non NT-based systems)
+
* i386/Netware (clib and libc)
 +
* <strike>i386/go32v2</strike> (only non NT-based systems). No maintainer, efforts to postrelease go32v2 have started though.
  
* powerpc/Darwin
+
* powerpc/Darwin (Mac OS X)
* powerpc/MacOS Classic
+
* powerpc/MacOS (classic)
 
* powerpc/Linux
 
* powerpc/Linux
 
* powerpc/MorphOS (?) depends on Charly
 
* powerpc/MorphOS (?) depends on Charly
  
 
* x86-64/Linux
 
* x86-64/Linux
* x86-64/FreeBSD
+
* x86-64/FreeBSD (?)
* x86-64/Win64 (?) depends if GNU Tools will be available soon
+
* <strike>x86-64/Win64</strike> Platform and GNU Tools not available
  
 
* arm/Linux
 
* arm/Linux
Line 27: Line 30:
 
* Decal: all targets
 
* Decal: all targets
 
* Dorb: Win32
 
* Dorb: Win32
* DelphiQuake2: Win32
+
* [http://sourceforge.net/projects/quake2delphi DelphiQuake2]: Win32
 
* Jedi/JCL linux
 
* Jedi/JCL linux
 
* TurboPower packages
 
* TurboPower packages
 
* FreeCLX
 
* FreeCLX
 
* ICS/win32 (twsocket)
 
* ICS/win32 (twsocket)
 +
* [http://bewareserv.sourceforge.net/ Bewareserv] (suggested by fpcfan)
  
1.9.4 has been released supporting the following targets:
+
'''1.9.4''' has been released supporting the following targets:
 
* i386/Linux
 
* i386/Linux
 
* i386/Win32
 
* i386/Win32
* i386/FreeBSD
+
* i386/FreeBSD  
 
* i386/OS/2
 
* i386/OS/2
 
* powerpc/Darwin
 
* powerpc/Darwin
 
* powerpc/Linux
 
* powerpc/Linux
  
1.9.6 within 2-4 months
+
'''1.9.6 aka 2.0.0-RC1''' has been released supported the following targets:
 +
* i386/Linux
 +
* i386/Win32
 +
* i386/FreeBSD
 +
* i386/OS/2
 +
* i386/go32v2
 +
* i386/Netware (clib and libc)
 +
* powerpc/Darwin
 +
* powerpc/Linux
 +
* powerpc/MacOS
 +
* sparc/Linux
 +
* x86-64/Linux
  
Goals:
+
'''1.9.8 aka 2.0.0-RC2''' has been released supported the following targets:
* integrate dwarf branch
+
 
* fix bugs
+
* i386/Linux
* get at least some optimizer stuff working
+
* i386/Win32
* PIC and packages support
+
* i386/FreeBSD
* OS independant 64-bit filesystem support.
+
* i386/Netware (clib and libc)
* thread synchronization (tthread.synchronize) working.
+
* powerpc/Darwin
Contains: 1.9.4 releases plus
+
* powerpc/Linux
 +
* powerpc/MacOS
 +
* sparc/Linux
 
* x86-64/Linux
 
* x86-64/Linux
* x86-64/FreeBSD
 
 
* arm/Linux
 
* arm/Linux
* sparc/Linux
 
 
1.9.8 aka 2.0.0-rc1: within the next 4-6 months
 
 
Goals:
 
* fix bugs and get all packages running
 
* fix IDE
 
  
1.9.10: only if important bugs to be tested pop up
+
Detailed planning: [[Detailed_1.9.8_Todo]]
  
2.0.0: 1-2 months after last rc, i.e. by the end of the year
+
'''1.9.10 aka 2.0.0-RC3''' only if important bugs to be tested pop up

Latest revision as of 06:06, 16 September 2020

English (en)

This document describes the planned road to FPC 2.0.0 which will be the next stable version of FPC. It contains information how things are planned, however this might change from time to time.

2.0 has been released in may 2005 for

  • i386/Linux
  • i386/Win32
  • i386/FreeBSD
  • i386/OS/2
  • i386/EMX
  • i386/Netware (clib and libc)
  • i386/go32v2 (only non NT-based systems). No maintainer, efforts to postrelease go32v2 have started though.
  • powerpc/Darwin (Mac OS X)
  • powerpc/MacOS (classic)
  • powerpc/Linux
  • powerpc/MorphOS (?) depends on Charly
  • x86-64/Linux
  • x86-64/FreeBSD (?)
  • x86-64/Win64 Platform and GNU Tools not available
  • arm/Linux
  • sparc/Linux

Depending on OS requirements, 2.0.0 is supposed to compile and run the following big packages to prove its maturity:

  • Lazarus: all targets having GTK
  • Decal: all targets
  • Dorb: Win32
  • DelphiQuake2: Win32
  • Jedi/JCL linux
  • TurboPower packages
  • FreeCLX
  • ICS/win32 (twsocket)
  • Bewareserv (suggested by fpcfan)

1.9.4 has been released supporting the following targets:

  • i386/Linux
  • i386/Win32
  • i386/FreeBSD
  • i386/OS/2
  • powerpc/Darwin
  • powerpc/Linux

1.9.6 aka 2.0.0-RC1 has been released supported the following targets:

  • i386/Linux
  • i386/Win32
  • i386/FreeBSD
  • i386/OS/2
  • i386/go32v2
  • i386/Netware (clib and libc)
  • powerpc/Darwin
  • powerpc/Linux
  • powerpc/MacOS
  • sparc/Linux
  • x86-64/Linux

1.9.8 aka 2.0.0-RC2 has been released supported the following targets:

  • i386/Linux
  • i386/Win32
  • i386/FreeBSD
  • i386/Netware (clib and libc)
  • powerpc/Darwin
  • powerpc/Linux
  • powerpc/MacOS
  • sparc/Linux
  • x86-64/Linux
  • arm/Linux

Detailed planning: Detailed_1.9.8_Todo

1.9.10 aka 2.0.0-RC3 only if important bugs to be tested pop up