Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Michael Van Canneyt
On Thu, 11 Jun 2015, Maciej Izak wrote: 2015-06-11 22:24 GMT+02:00 Michael Van Canneyt: These functions have been documented. All existing identifiers in documented units have been documented. Thanks for replay. I looked elsewhere (and there is no info): http://wiki.freepascal.org

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Maciej Izak
2015-06-11 22:24 GMT+02:00 Michael Van Canneyt: > > > These functions have been documented. All existing identifiers in > documented units have been documented. > > Thanks for replay. I looked elsewhere (and there is no info): http://wiki.freepascal.org/FPC_New_Features_3.0 http://wiki.freepascal

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Michael Van Canneyt
On Thu, 11 Jun 2015, Maciej Izak wrote: Hi, btw. there is no info about few functions introduced by Generics.Collections patch, as I can see all of my work for RTL is now part of FPC 3.0 compiler ^^ :) http://bugs.freepascal.org/view.php?id=27206 procedure InitializeArray(p: Pointer; typeInf

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Maciej Izak
> > btw. there is no info about few functions introduced by > Generics.Collections patch, as I can see all of my work for RTL is now part > of FPC 3.0 compiler ^^ :) > > ofc. except generics.* units :) ___ fpc-pascal maillist - fpc-pascal@lists.freepasc

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Maciej Izak
Hi, btw. there is no info about few functions introduced by Generics.Collections patch, as I can see all of my work for RTL is now part of FPC 3.0 compiler ^^ :) http://bugs.freepascal.org/view.php?id=27206 procedure InitializeArray(p: Pointer; typeInfo: Pointer; elemCount: NativeUInt); procedur

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Maciej Izak
> > And as written in the corresponding bug report I'm not really happy with > these interface hacks. > > Regards, > Sven > So please give any alternative solution (with reasonable efficiency / performance). Current solution is inspired by you in 2013 :P 2013/5/23 Sven Barth > > Why fall back to

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Sven Barth
Am 11.06.2015 19:31 schrieb "Jonas Maebe" : > > Maciej Izak wrote: >> >> any chance to release FPC 3.0 with Generics.Collections library? > > > No, FPC 3.0 was already feature frozen around September last year. > And as written in the corresponding bug report I'm not really happy with these interf

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Jonas Maebe
Maciej Izak wrote: any chance to release FPC 3.0 with Generics.Collections library? No, FPC 3.0 was already feature frozen around September last year. Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-

[fpc-pascal] [PATCH] Extends SetPropValue/GetPropValue making it compatible with new versions of Delphi

2015-06-11 Thread silvioprog
Hello, Please see it in: http://bugs.freepascal.org/view.php?id=28278 Thank you! -- Silvio Clécio My public projects - github.com/silvioprog ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listi

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Maciej Izak
any chance to release FPC 3.0 with Generics.Collections library? 2015-06-11 16:33 GMT+02:00 Michael Van Canneyt : > > The documentation is the only 'blocking' issue. Maybe for good measure > some extra fixes need to be merged. > best regards, Maciej Izak __

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Juha Manninen
On Thu, Jun 11, 2015 at 5:33 PM, Michael Van Canneyt wrote: > After that (as in: as of monday) as far as I am concerned, RC1 may be built. That would be sooner than I expected. Cool! Thanks in advance. Juha ___ fpc-pascal maillist - fpc-pascal@lists.

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Michael Van Canneyt
On Wed, 10 Jun 2015, Juha Manninen wrote: On Mon, Jun 1, 2015 at 12:17 AM, Jonas Maebe wrote: I don't think much will still change to that branch before the release. Then please release ASAP. I have one sincere question: Will FPC 3.0 happen this year? Typically from RC1 it takes ~3-4 mont

[fpc-pascal] loadlibrary() unsafe ?

2015-06-11 Thread fredvs
Hello. Here the thing: a open-source program, eSpeak (voice synthezer) uses 2 libraries: espeak-library and portaudio. In eSpeak source => - For the Windows version, the libraries are included in the executable (static linked). To do run the program => it is easy => just run the executable via

Re: [fpc-pascal] FPC roadmap?

2015-06-11 Thread Juha Manninen
On Mon, Jun 1, 2015 at 12:17 AM, Jonas Maebe wrote: > I don't think much will still change to that branch before the release. Then please release ASAP. I have one sincere question: Will FPC 3.0 happen this year? Typically from RC1 it takes ~3-4 months to the release. Now we don't have even RC1 i

[fpc-pascal] loadlibrary() unsafe ?

2015-06-11 Thread Fred van Stappen
Hello. Here the thing: a open-source program, eSpeak (voice synthezer) uses 2 libraries: espeak-library and portaudio. In eSpeak source => - For the Windows version, the libraries are included in the executable (static linked). To do run the program => it is easy => just run the executa