Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-26 Thread Mark Morgan Lloyd
Joost van der Sluis wrote: Hello We have placed the first release candidate of the Free Pascal Compiler version 3.0.0 on our ftp servers. You can help improve the upcoming 3.0.0 release by downloading and testing this release. If you want you can report what you have done here:

Re: [fpc-pascal] FPC's generics implementation

2015-08-26 Thread Jani Mátyás
Hi, Thank you for the answers! The FPC wiki states that the ppu file stores all the tokens for the generic classes. Browsing the source of compiler/symdef.pas (r31298) also gave me this impression. Does it mean that a recompilation occurs for every specialization? Not for every

Re: [fpc-pascal] [fpc-announce] FPC 3.0.0-rc1 release

2015-08-26 Thread Kazantsev Alexey
On Tue, 25 Aug 2015 19:50:50 +0400, Joost van der Sluis jo...@cnoc.nl wrote: We have placed the first release candidate of the Free Pascal Compiler version 3.0.0 on our ftp servers. This bugs is unworthy to be released in 3.0 http://bugs.freepascal.org/view.php?id=27349

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-26 Thread Ched
Hello, I strongly discourage the use of {$optimization deadstore} which induced strong numerical errors on our solar system calculations (i386 linux). The other new ones {$optimization deadvalues} {$optimization orderfields} {$optimization fastmath} {$optimization constprop} seem

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-26 Thread Martin Schreiber
On Wednesday 26 August 2015 20:14:09 Mark Morgan Lloyd wrote: Is there a native ARM version compatible with the Raspberry Pi? Here: http://sourceforge.net/projects/mseide-msegui/files/fpcarm/ Please run eabihf/lib/fpc/3.0.1/samplecfg in order to create a default configuration file. Cross

Re: [fpc-pascal] https support; call for testers

2015-08-26 Thread leledumbo
I Could not find how to enable server-side support for https on fphttpserver/ fpcustomhttpserver, There´s no OnGetSocketHandler event on it. How do i enable https support on fpHttpServer. You can't yet, the support is still in fphttpclient only for now. -- View this message in context: