Re: [fpc-pascal] TimSort

2011-05-20 Thread Flávio Etrusco
On Fri, May 20, 2011 at 9:26 AM, Marco van de Voort wrote: > In our previous episode, michael.vancann...@wisa.be said: >> > ? >> > Is there already a TimSort implementation in fpc? >> > ? >> > http://en.wikipedia.org/wiki/Timsort >> >> Not to my knowledge. > > One reference implementation in the a

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-20 Thread Juha (gmail)
Mattias Gaertner kirjoitti perjantai, 20. toukokuuta 2011 15:16:30: > "Juha (gmail)" hat am 20. Mai 2011 um 13:07 > > Installing and updating both FPC and Lazarus is still a major obstacle > > for many people. We must improve things to make the first impression > > smoother. > > For example?

[fpc-pascal] Re: PowerPC Linux and endian modes

2011-05-20 Thread Seth Grover
Henry and Jonas, thanks a lot for your responses and giving me an idea of at least where I'd want to start looking if that were the case. Honestly it's something of a pipe dream at the moment, so who knows if I'll even go down that path, but you've given me a place to begin if I do. Have a good we

Re: [fpc-pascal] TimSort

2011-05-20 Thread Marco van de Voort
In our previous episode, michael.vancann...@wisa.be said: > > ? > > Is there already a TimSort implementation in fpc? > > ? > > http://en.wikipedia.org/wiki/Timsort > > Not to my knowledge. One reference implementation in the article (the goolge one) is "GPL-with-classpath-exception" licensed, th

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-20 Thread Mattias Gaertner
    "Juha (gmail)" hat am 20. Mai 2011 um 13:07 geschrieben: > Jonas Maebe kirjoitti perjantai, 20. toukokuuta 2011 13:52:22: > > If you want the source, choose "Source" instead of "Win32". > > Ok, right too many links. > Now i realized that all the mirrors give direct links to source

Re: [fpc-pascal] TimSort

2011-05-20 Thread michael . vancanneyt
On Fri, 20 May 2011, Mattias Gaertner wrote:   Is there already a TimSort implementation in fpc?   http://en.wikipedia.org/wiki/Timsort Not to my knowledge. Michael.___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepasc

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-20 Thread Jonas Maebe
On 20 May 2011, at 13:07, Juha (gmail) wrote: > Jonas Maebe kirjoitti perjantai, 20. toukokuuta 2011 13:52:22: >> If you want the source, choose "Source" instead of "Win32". > > Ok, right too many links. > Now i realized that all the mirrors give direct links to source packages, > only > t

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-20 Thread Juha (gmail)
Jonas Maebe kirjoitti perjantai, 20. toukokuuta 2011 13:52:22: > If you want the source, choose "Source" instead of "Win32". Ok, right too many links. Now i realized that all the mirrors give direct links to source packages, only the first SourceForge link has everything included. The source

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-20 Thread Jonas Maebe
On 20 May 2011, at 12:50, Juha (gmail) wrote: > Jonas Maebe kirjoitti tiistai, 10. toukokuuta 2011 01:16:38: >> On 10 May 2011, at 00:14, Juha (gmail) wrote: >>> Maybe I am stupid but I don't know how to download FPC 2.4.2 sources, >>> without using SVN repository. >> >> http://www.freepascal.or

Re: [fpc-pascal] FPC 2.4.2 source

2011-05-20 Thread Juha (gmail)
Jonas Maebe kirjoitti tiistai, 10. toukokuuta 2011 01:16:38: > On 10 May 2011, at 00:14, Juha (gmail) wrote: > > Maybe I am stupid but I don't know how to download FPC 2.4.2 sources, > > without using SVN repository. > > http://www.freepascal.org/download.var -> Source (under the links to the > Bi

[fpc-pascal] TimSort

2011-05-20 Thread Mattias Gaertner
  Is there already a TimSort implementation in fpc?   http://en.wikipedia.org/wiki/Timsort   Mattias  ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: better understanding of fpdoc

2011-05-20 Thread dhkblaszyk
3. How can I "compile" fpDoc using fppkg ? no idea. fppkg does not compile anything, fpmake does. See: http://www.mail-archive.com/fpc-devel@lists.freepascal.org/msg20238.html Though the report is not closed, the patch was comitted. Darius ___ fp

[fpc-pascal] Re: better understanding of fpdoc

2011-05-20 Thread Ben
On 20/05/2011 09:33, ik wrote: > 1. Let's say I have a class, enum, record etc... How do I make sure that > each property/field/item that I want to document will be belong to > the proper container ? It is defined in the fpdoc xml documentation file via the "element" tag. eg: for a type:

Re: [fpc-pascal] PowerPC Linux and endian modes

2011-05-20 Thread Jonas Maebe
On 20 May 2011, at 00:39, Seth Grover wrote: > And would FPC-compiled programs (specifically > I'm cross compiling to powerpc-linux from x86_64-linux) targeted at > PPC work in a little endian mode setup? As Henry indicated, you'd have to modify the compiler to get it to generate little endian

[fpc-pascal] better understanding of fpdoc

2011-05-20 Thread ik
Hello, There are several things that I do not understand in fpDoc (maybe because of the usage by Lazarus that is missing few features): 1. Let's say I have a class, enum, record etc... How do I make sure that each property/field/item that I want to document will be belong to the proper container ?