[fpc-pascal] FreeBSD implementation of clock_gettime(), clock_settime() and clock_getres()

2014-09-02 Thread Graeme Geldenhuys
Hi, I've attached a patch in Mantis for the above. http://mantis.freepascal.org/view.php?id=26671 Description: -- Attached is a patch for a FreeBSD implementation of clock_gettime(), clock_settime() and clock_getres() I'm not 100% sure if I have done it correctly - the whol

[fpc-pascal] Improved array initialization in Delphi XE7

2014-09-02 Thread Sven Barth
Hello together! Just today I've read that Delphi XE7 has introduced an improved array initialization and even in a way that I already planned to introduce it myself in FPC. That Embarcadero introduced this in Delphi is now of course a legitimate (:P) reason to introduce this in FPC as well.

Re: [fpc-pascal] utilizing multicore

2014-09-02 Thread Michael Van Canneyt
On Tue, 2 Sep 2014, Xiangrong Fang wrote: Hi All, How can I programming using FPC to make use of multiple cpu cores? Just use TThread? Yes. Michael. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/

[fpc-pascal] utilizing multicore

2014-09-02 Thread Xiangrong Fang
Hi All, How can I programming using FPC to make use of multiple cpu cores? Just use TThread? Thanks! Xiangrong ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal