Hi Pierre,
Le 11/01/2019 à 21:05, Olivier Coursière a écrit :
Hi Pierre,
On 31/12/2018 12:00, Pierre Muller wrote:
It would be nice to also get regular testsuite results for Haiku OS!
I have checked the make uploadrun but i still don't understand what
"automatic login wit
Hi Pierre,
On 31/12/2018 12:00, Pierre Muller wrote:
It would be nice to also get regular testsuite results for Haiku OS!
I have tested VM automation with vagrant and i should be able to
automate something to launch and upload the result in one click. And
maybe for x86_64 once i have a bina
Hi,
On 02/01/2019 18:42, Karoly Balogh (Charlie/SGR) wrote:
Hi,
On Wed, 2 Jan 2019, Olivier Coursière wrote:
(Which actually leads us to the question of BeOS port, I'm not sure if
there's interest to bring it up to speed again in any way.)
Only for fun or retro-computing/historica
Hi,
On 03/01/2019 15:08, Karoly Balogh (Charlie/SGR) wrote:
Hi,
On Wed, 2 Jan 2019, Karoly Balogh (Charlie/SGR) wrote:
- port/fix to 64bit
With the already proposed changes to simplify the initialization part,
it is probably "just" a matter of :
(...)
Yup, that list sums it up. Also I'm not
Hi,
Le 31/12/2018 à 19:16, Olivier Coursière via fpc-devel a écrit :
if you want, I can integrate those changes into trunk for you.
Thank you for the offer but i should have some free time in the next
two days. I should already have the change in a 3.0.4 branch. It
should be easy to port to
Hi,
Le 01/01/2019 à 18:01, Karoly Balogh (Charlie/SGR) a écrit :
On Mon, 31 Dec 2018, Karoly Balogh (Charlie/SGR) wrote:
Not really. I have investigated what need to be done for x86-64 port but
the assembly part (cprt0.as) was enough to dissuade me so far ;-) Other
CPUs will require a working
Hi,
Le 02/01/2019 à 07:43, Karoly Balogh (Charlie/SGR) a écrit :
Hi,
On Tue, 1 Jan 2019, Karoly Balogh (Charlie/SGR) wrote:
(Not sure if Olivier is on the list, so keep cc:-ing him...)
Yes, i am on this list ;-)
So, bottom line, see the following patch:
http://charlie.amigaspirit.hu/temp/
er if you speak French,
but, just in case,
Bonne et heureuse année
Yes, french is my native language ;-)
Bonne année, bonne santé ! ;-)
else
Happy New Year!
Le 30/12/2018 à 14:58, Olivier Coursière via fpc-devel a écrit :
Some background :
Haiku currently supports two compilers toolchains wit
Some background :
Haiku currently supports two compilers toolchains with two sets of
libraries and ABI for its 32 bits flavor :
- gcc 2 for BeOS compatibility
- gcc 4 (or above : currently 7.3) for newer libraries like Qt (and
Lazarus).
The default gcc toolchain can be changed using a comm
Hi,
On 30/11/2017 11:04, Marco van de Voort wrote:
Hello,
Finally, the Free Pascal 3.0.4 release is available from our FTP servers.
Changes that may break backwards compatibility will be documented at:
http://wiki.freepascal.org/User_Changes_3_0_4
For Downloads, please use the FTP server at
Hi,
On 27/08/2014 00:09, Olivier Coursière wrote:
Hi,
On 18/08/2014 22:18, Florian Klämpfl wrote:
Am 17.08.2014 19:16, schrieb Olivier Coursière:
I am wondering what would be the best way to continue this work as
it is the first time i am working
on a really new target :
- a new branch
Hi,
Le 12/03/2017 à 22:20, Olivier Coursière via fpc-devel a écrit :
I will try to put it into 3.0.2 release
It seems the file is almost available : there is now a link to fpc-3.0.2
on freepascal mirrors (like
http://www.freepascal.org/down/i386/haiku-austria.var), but no file is
available
Hi,
I finally took time to build the Haiku target. Here is the package :
http://www.nan.tf/download/fpc-3.0.2.i386-haiku.tar.
I suspect it was built using alpha 4,
am I right?
No, i have used an up to date nightly build. Haiku Alpha 4 is more than
3 years old and should be considered obsole
Hi,
On 17/02/2017 18:55, Marco van de Voort wrote:
Hello,
Finally, FPC 3.0.2 has landed. FPC 3.0.2 is an update to 3.0.0 that
contains some compiler bugfixes and library progress since 3.0.0
Building is still in progress and some formats (deb) and other minor targets
might
not be available yet
Hi,
On 18/08/2014 22:18, Florian Klämpfl wrote:
Am 17.08.2014 19:16, schrieb Olivier Coursière:
I am wondering what would be the best way to continue this work as it is the
first time i am working
on a really new target :
- a new branch ?
IMO a branch.
A branch is fine for me. I suppose
Hi,
In the past few days, i have worked on a possibly new FPC target :
Unified Extensible Firmware Interface (UEFI), the BIOS replacement that
come with most new PCs nowadays (and on other platforms too).
My initial goal was to discover the UEFI's APIs which seems high level
enough for a non
Hi,
Le 27/08/2011 16:33, Marco van de Voort a écrit :
Not all permission bits have constants predeclared. Michael and I checked
and Linux/FreeBSD/Darwin all have the upper bits declared like this:
#define S_ISUID 0004000 /* [XSI] set user id on execution */
#define S_ISGID
Hi,
When i was setting up the Haiku target, i found that some targets where
missing in ppudump.pp. I don't think it was intended, so i propose this
patch.
Olivier
ppudump_r11153.diff
Description: Binary data
___
fpc-devel maillist - fpc-devel@li
Hi,
This patch add :
- a little more native rtl: it use a native haiku library for select
function instead of relying on a compatibility symlink
- haiku in the list of target that support the ide
- some more fix in some packages
A make zipinstall should now work out of the box under Haiku.
Ol
Hi,
Since Haiku has now its own gcc target, i think it is time to add an
haiku target to fpc. At least, fpc need to set the right target in the
linker script to compile under Haiku.
This new target will enable specific improvement in the future like
threading support using cthread unit.
It
tried this yet.
Olivier
Jonas Maebe wrote:
On 30 Mar 2008, at 23:08, Olivier Coursière wrote:
- one fix a problem in rtl/beos/tthread.inc
(rtl_beos_tthread.inc_30_03_2008.diff)
You may want to look at cSemaphorePost in rtl/unix/cthreads.pp in the
case that has_sem_init and has_sem_open are
Hi,
Here is a couple of patch to fix the build :
- one fix a problem in rtl/beos/tthread.inc
(rtl_beos_tthread.inc_30_03_2008.diff)
- one fix a problem in the packages build system : some dependencies
required by fcl-db were not built correctly (packages_30_03_2008.diff).
Olivier
packages
Hi,
Here is a patch to fix packages compilation under BeOS after recent changes.
Olivier
fpc_beos_05_02_2008.diff
Description: Binary data
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-deve
Here is a working patch to exeinfo.pp. However, i am not sure i have
used the best approach to reuse ELF32 functions. BeOS only need to set
processaddress in OpenElf function using a specific function.
Olivier
exeinfo.pp.diff
Description: Binary data
_
Hi,
Here is a little patch to compile recent changes in cwstring under BeOS.
Olivier
cwstring_r9395.diff
Description: Binary data
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
25 matches
Mail list logo