Delphi XE package dir + Delphi 2009 fixes

Code patches written by our users to solve certain "problems" that were not solved, yet.

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
marcov
Senior Boarder
Senior Boarder
Posts: 95
Joined: 24.06.2010, 09:17

Delphi XE package dir + Delphi 2009 fixes

Post by marcov »

Attached is an archive containing

- A patch fixing the D2009 package dir (the zeosdbodev project)
- The Delphi15 dir for Delphi XE packages. Copied and adapted from the D2010
- A patch for (most) inc files
- remove {$ifdef freebsd} {$define unix}{$endif} this is already defined in FPC. The corresponding code for Linux is for Kylix only.
- Fixed the tests/ dir for the Kylix case
You do not have the required permissions to view the files attached to this post.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Marco,

Did you really test in Kylix as well? I think you're the last one!
Anyway : congratulations.

I did try to apply your patch, but there was a collision with an earlier DXE patch I think.

I did commit in rev 816, 817.

If it's not too big a job to rerun your tests, I would appreciate it if you did. (I had to resolve 2 merging conflicts, so I might have missed some of your changes.

Mark
Image
marcov
Senior Boarder
Senior Boarder
Posts: 95
Joined: 24.06.2010, 09:17

Post by marcov »

No. I just know what Kylix defines and what not from the old days. I never used Kylix (I ran FPC on Linux and FreeBSD before Kylix)

That's why I added the "unix" define, to separate general unixisms (like / and \) from Linuxisms.
marcov
Senior Boarder
Senior Boarder
Posts: 95
Joined: 24.06.2010, 09:17

Post by marcov »

Btw, I saw you committed it in testing. Trunk appears static

Is this normal?
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Btw, I saw you committed it in testing. Trunk appears static

Is this normal?
Yes, it is. Merging to trunk should only happen after the code was at least a week in testing branch. That way Trunk should be relatively stable.
I've been very 'inactive' last months. So didn't have much changes anyway.

Mark
Image
Post Reply