[fpc-devel] fpmkunit patch

2007-11-21 Thread Darius Blaszijk
Here's a patch for fpmkunit. - implements Defaults.NoFPCCfg in TBuildEngine.GetCompilerCommand - added ttCleanOnlyUnit in TTarget.GetCleanFiles - fixes a dirty little bug in TBuildEngine.GetCompilerCommand (compile filename) To come back to the last item; When fpmake is called from a deeper

Re: [fpc-devel] fpmkunit

2007-11-12 Thread Darius Blaszijk
After reconsidering the -n option. It should depend on the -f / --config= option. Darius Darius Blaszijk wrote: I've been playing around with fpmake again and came to the conclusion that it exhibits some strange behavior (at least I think so) The -v option gave me the following fFCl command

[fpc-devel] fpmkunit patch

2007-11-12 Thread Darius Blaszijk
The following patch fixes a broken TTarget.Mode. Darius Index: src/fpmkunit.pp === --- src/fpmkunit.pp (revision 9207) +++ src/fpmkunit.pp (working copy) @@ -1206,6 +1208,7 @@ begin

Re: [fpc-devel] paszlib makefile

2007-09-04 Thread Darius Blaszijk
Jonas Maebe wrote: On 04 Sep 2007, at 20:45, Darius Blaszijk wrote: Please make sure you agree with the way I implemented it... Otherwise let me know how to do it. Normally, installing is only supported from an svn export copy, so one without any .svn directory. It's normal that a demo

Re: [fpc-devel] Object Pascal books

2007-08-21 Thread Darius Blaszijk
I saw Marco Cantù's Essential Pascal. But the book seems to assume you have you have Delphi ( the IDE). I was looking for GUI free code examples that I can compile with FPC. Are there no other alternatives? The FPC alternative to Delphi is Lazarus. Check out www.lazarus.freepascal.org and

Re: [fpc-devel] fpmake patch 21-aug

2007-08-21 Thread Darius Blaszijk
Are you looking for StrUtils.IsWild? Luiz Thanks Luiz, that's it. Darius ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] fpmake listsources

2007-08-18 Thread Darius Blaszijk
So, to list everything on the package creation; Can we have fpmake to create the individual packages, or does fppkg need to be fed with a list of sources per package and package them. I would prefer the first as it will keep the code more clean and will give other users of fpmake the ability

Re: [fpc-devel] fpmake listsources

2007-08-16 Thread Darius Blaszijk
Michael Van Canneyt wrote: On Thu, 16 Aug 2007, Peter Vreman wrote: At 19:35 16-8-2007, you wrote: While looking at the listsources command I found something peculiar (i think). The method TPackage.GetSourceFiles lists all sources stored in TSources. This seems to be strange for

Re: [fpc-devel] Project building

2007-06-07 Thread Darius Blaszijk
Michael Van Canneyt wrote: On Wed, 6 Jun 2007, Darius Blaszijk wrote: Michael Van Canneyt wrote: On Wed, 6 Jun 2007, Darius Blaszijk wrote: I'm already thinking a long time about creating a tool similar to ant. There is already fpmake which could be used to process

[fpc-devel] Project building

2007-06-06 Thread Darius Blaszijk
I'm already thinking a long time about creating a tool similar to ant. There is already fpmake which could be used to process information read from xml. Were there any plans ever to create a similar frontend? Darius ___ fpc-devel maillist -

Re: [fpc-devel] Project building

2007-06-06 Thread Darius Blaszijk
Michael Van Canneyt wrote: On Wed, 6 Jun 2007, Darius Blaszijk wrote: I'm already thinking a long time about creating a tool similar to ant. There is already fpmake which could be used to process information read from xml. fpmake does not process any XML. On the contrary, we plan

Re: [fpc-devel] FPCUnit as a separate project from FPC?

2007-05-22 Thread Darius Blaszijk
Well, I guess that settles it then. FPCUnit stays where it is! After reading all the comments and remarks from today's thread, I'm also convinced now that FPCUnit can stay in FPC, provided the Lazarus console test runner code is moved to FPC as much as possible (apart from the IDE package).

Re: [fpc-devel] [patch] - fpcUnit testreport.pp

2006-10-26 Thread Darius Blaszijk
DupeString - Original Message - From: Micha Nelissen [EMAIL PROTECTED] To: FPC developers' list fpc-devel@lists.freepascal.org Sent: Thursday, October 26, 2006 1:47 PM Subject: Re: [fpc-devel] [patch] - fpcUnit testreport.pp Graeme Geldenhuys wrote: +begin + sString := ''; + for

Re: [fpc-devel] lfm files

2006-10-26 Thread Darius Blaszijk
Lazarus has a special import tool for dfm files. It's under the tools menu. Darius - Original Message - From: Rod [EMAIL PROTECTED] To: FPC developers' list fpc-devel@lists.freepascal.org Sent: Thursday, October 26, 2006 6:59 PM Subject: [fpc-devel] lfm files I have renamed a delphi

Re: [fpc-devel] patch minigzip

2006-09-07 Thread Darius Blaszijk
versions, just wondering why. Darius - Original Message - From: Darius Blaszijk [EMAIL PROTECTED] To: FPC developers' list fpc-devel@lists.freepascal.org Sent: Thursday, September 07, 2006 4:22 PM Subject: [fpc-devel] patch minigzip Here's a patch for minigzip. It changes the type

Re: [fpc-devel] patch minigzip

2006-09-07 Thread Darius Blaszijk
Just looked at the site of Nomssi, and it appears that the paszlib version he's shipping is also FPC compatible. I could have a look to use that zutil.pas unless someone tells me not to ;) Who did import this lib initially to fpc? It seems that there are some differences between the two

Re: [fpc-devel] patch testreport

2006-08-13 Thread Darius Blaszijk
- Original Message - From: Michael Van Canneyt [EMAIL PROTECTED] To: FPC developers' list fpc-devel@lists.freepascal.org Sent: Sunday, August 13, 2006 7:10 PM Subject: Re: [fpc-devel] patch testreport On Sun, 13 Aug 2006, Darius Blaszijk wrote: Hi Michael, Thanks, but I have

Re: [fpc-devel] patch testreport

2006-08-13 Thread Darius Blaszijk
: Re: [fpc-devel] patch testreport On 13 Aug 06, at 20:25, Darius Blaszijk wrote: From: Michael Van Canneyt [EMAIL PROTECTED] Sent: Sunday, August 13, 2006 7:10 PM On Sun, 13 Aug 2006, Darius Blaszijk wrote: Hi Michael, Thanks, but I have a question. Following the testreport patch, I have

Re: [fpc-devel] patch testreport

2006-08-13 Thread Darius Blaszijk
- Original Message - From: Michael Van Canneyt [EMAIL PROTECTED] To: FPC developers' list fpc-devel@lists.freepascal.org Sent: Sunday, August 13, 2006 10:43 PM Subject: Re: [fpc-devel] patch testreport On Sun, 13 Aug 2006, Darius Blaszijk wrote: - Original Message - From

Re: [fpc-devel] 3rd patch fp2html

2006-08-09 Thread Darius Blaszijk
in the base directory however are identical to the previous version, so I don't expect anything to be broken. Darius - Original Message - From: Darius Blaszijk [EMAIL PROTECTED] To: FPC developers' list fpc-devel@lists.freepascal.org Sent: Wednesday, August 09, 2006 1:56 PM Subject: [fpc

[fpc-devel] fp2html strange option

2006-08-05 Thread Darius Blaszijk
I have a question on the -O option in fp2html. It seems to me that this option can be in some cases misleading to say the least. The -O option is defined as output file mask, which imho suggests that the file extension is overriden from the default .html. In practice it overrides the first part

[fpc-devel] Patch fp2html

2006-08-04 Thread Darius Blaszijk
I sent a patch to the userslist yesterday, but perhaps it would be more apropriate here, anyway. There are still some more remarks/ideas I have for the tool. The variables are defined in the .fp file and replace the tokens in the template. I would like to move this replacing until after the