Hi Free Pascal community!
I'm pleased to announce the generic library, compatible with Delphi
Generics.Collections (almost ;) ).
Homepage
https://code.google.com/p/fpc-generics-collections/
SVN
http://fpc-generics-collections.googlecode.com/svn/trunk/
=== modules ===
Generics.Defaults
G
Am 22.05.2013 21:44, schrieb Maciej Izak:
Hi Free Pascal community!
I'm pleased to announce the generic library, compatible with Delphi
Generics.Collections (almost ;) ).
Homepage
https://code.google.com/p/fpc-generics-collections/
SVN
http://fpc-generics-collections.googlecode.com/svn/tru
Nice. Now I know where all those bug reports come from :P
>
:D It's my pleasure. Aren't you happy?
Are those available in Delphi as well? If not I see no use in them.
Consider this code:
>
> === code begin ===
>
> procedure SomeProc(aValue: Int32);
> var
> p: Pointer;
> begin
>p := GetRef
Am 23.05.2013 12:22, schrieb Maciej Izak:
Nice. Now I know where all those bug reports come from :P
:D It's my pleasure. Aren't you happy?
Depends. On the one hand I'm happy that someone stresses the generics
implementation to its limits (like JC Chu does as well), but on the
other ha
In our previous episode, Sven Barth said:
> > https://code.google.com/p/fpc-generics-collections/
> >
> > SVN
> >
> > http://fpc-generics-collections.googlecode.com/svn/trunk/
> >
> Nice. Now I know where all those bug reports come from :P
While playing a bit with this code using some minor stuff
Am 23.05.2013 12:59, schrieb Marco van de Voort:
In our previous episode, Sven Barth said:
https://code.google.com/p/fpc-generics-collections/
SVN
http://fpc-generics-collections.googlecode.com/svn/trunk/
Nice. Now I know where all those bug reports come from :P
While playing a bit with thi