[fpc-pascal] FPCUnit - how to register decorator tests?

2015-07-20 Thread Graeme Geldenhuys
Hi, Please see attached test project. I have a decorator class and a test class. In the initialization section I call RegisterTestDecorator(), but when I run the test suite, it shows 0 tests ran and 0 tests available in the test suite. I'm using FPC 2.6.4. How do you use test decorators in FPCUni

[fpc-pascal] Sorted map vs hash map ?

2015-07-20 Thread Serguei TARASSOV
Hi all, I did a small test to compare performance of TFPGMap and TFPHashList in sequential and random accessing values by keys. http://arbinada.com/main/en/node/1511 The results are not the same than expected. In theory, the hash map should give O(1) and O(log2 N) for the sorted map. Any expl

Re: [fpc-pascal] Modems etc.

2015-07-20 Thread Mark Morgan Lloyd
Lukasz Sokol wrote: On 20/07/15 10:49, Mark Morgan Lloyd wrote: Lukasz Sokol wrote: Hi Mark, On 18/07/15 17:43, Mark Morgan Lloyd wrote: Has anybody used FPC to decode (and generate) FSK modem tones on a VOIP connection? Strictly V.21, don't need the complexity of QAM etc. i haven't ;) but

Re: [fpc-pascal] Modems etc.

2015-07-20 Thread Lukasz Sokol
On 20/07/15 10:49, Mark Morgan Lloyd wrote: > Lukasz Sokol wrote: >> Hi Mark, >> >> On 18/07/15 17:43, Mark Morgan Lloyd wrote: >>> Has anybody used FPC to decode (and generate) FSK modem tones on >>> a VOIP connection? Strictly V.21, don't need the complexity of >>> QAM etc. >>> >> >> i haven't

Re: [fpc-pascal] Modems etc.

2015-07-20 Thread Mark Morgan Lloyd
Lukasz Sokol wrote: Hi Mark, On 18/07/15 17:43, Mark Morgan Lloyd wrote: Has anybody used FPC to decode (and generate) FSK modem tones on a VOIP connection? Strictly V.21, don't need the complexity of QAM etc. i haven't ;) but it's interesting: are you just assembling/decoding the ulaw/alaw

[fpc-pascal] Txt2FPDoc 0.8.4 released

2015-07-20 Thread Yann Mérignac
Txt2FPDoc is a command line tool that converts a documentation file written in human readable language to an XML file suitable for FPDoc. Txt2FPDoc tries to make the documentation file easy to read (almost as readable as plain English) and easy to write (no cryptic tags, only light markups like **

Re: [fpc-pascal] Modems etc.

2015-07-20 Thread Lukasz Sokol
Hi Mark, On 18/07/15 17:43, Mark Morgan Lloyd wrote: > Has anybody used FPC to decode (and generate) FSK modem tones on a > VOIP connection? Strictly V.21, don't need the complexity of QAM > etc. > i haven't ;) but it's interesting: are you just assembling/decoding the ulaw/alaw/choose$codec da