Visit site Yet Another Programming Blog

October 2010

4
votes
Vote UpVote

TZDB 1.2, now with Delphi 2009 and 2010 support

Yet Another Programming Blog – TZDB 1.2 was released today. You can grab it here, and view the latest changes here. The most notable changes are: Latest tz database (2010m). Also removed a few less then useless time zones from the official distribution. Bug fixes, and a new testing module that actually highlighted those ...
Details Favorite? Off-Topic? alex @ 2010-10-20 14:08

September 2010

0
votes
Vote UpVote

TZDB — new location

Yet Another Programming Blog – I have moved the TZDB to a new Google code project. There are two wiki pages explaining some basics and a download with the latest TZDB. Cheers.
Details Favorite? Off-Topic? alex @ 2010-09-16 09:32
2
votes
Vote UpVote

TZDB — time zone database

Yet Another Programming Blog – In the previous post I offered some details on the new TTimeZone class in Delphi XE. In Today’s post I will present a new project that is based on TTimeZone and offers support for most known (if not all) time zones in wild. All the time zone information used by the project is provided by tz ...
Details Favorite? Off-Topic? alex @ 2010-09-09 15:04
8
votes
Vote UpVote

TimeZone in XE

Yet Another Programming Blog – Since the inclusion of TTimeZone in Delphi XE’s RTL, I was trying to write a small introductory article into how to get started with the class but never got the time. Now, I got some free time on my hands, so here it goes: The new class provides support for: Converting date/time values ...
Details Favorite? Off-Topic? alex @ 2010-09-08 15:55

June 2010

3
votes
Vote UpVote

DeHL 0.8.3

Yet Another Programming Blog – I will be brief as usual — version 0.8.3 of DeHL is out. The downloads can be found on this page and changelog on this page. This release “fixes” some of the things I wanted fixed for a long time, so it seemed this is the perfect moment for this to happen. A new unit is introduced ...
Details Favorite? Off-Topic? alex @ 2010-06-17 21:27

May 2010

5
votes
Vote UpVote

DeHL 0.8.2 is out

Yet Another Programming Blog – I’ve just released the version 0.8.2 of DeHL. The downloads can be found on this page and changelog on this page. Again, this is a minor release with a few bugs fixed and a new feature: TString (as asked in this comment). As you might have guessed already, TString is a wrapper record modeled ...
Details Favorite? Off-Topic? alex @ 2010-05-18 15:03

April 2010

5
votes
Vote UpVote

DeHL 0.8.1

Yet Another Programming Blog – I’ve just released the version 0.8.1 of DeHL. The downloads can be found on this page and changelog on this page. This is mostly a fix release with only one major feature – Cloning (in DeHL.Cloning). The rest of the changes are either bug fixes or janitorial changes. Have Fun!
Details Favorite? Off-Topic? alex @ 2010-04-19 15:51

March 2010

4
votes
Vote UpVote

Replication

Yet Another Programming Blog – I must say, I am still pretty exited by the extended RTTI in Delphi 2010. It makes life so much easier in many circumstances. “Cloning” (I call it replication) is one of those. Say hello to TReplicator<T> (in DeHL.Replication). It can take any type and create an exact copy ...
Details Favorite? Off-Topic? alex @ 2010-03-18 22:50
4
votes
Vote UpVote

Here you go — DeHL 0.8

Yet Another Programming Blog – This is going to be a short one. After months of no releases, here it is: DeHL 0.8 (see changelog for the list of changes on this release). As I mentioned previously, this release will only work on Delphi 2010, since the number of changes required to support serialization was quite big. I must ...
Details Favorite? Off-Topic? alex @ 2010-03-16 12:16

February 2010

5
votes
Vote UpVote

DeHL, Delphi 2010 and Serialization

Yet Another Programming Blog – A few months have passed and I did not release a new version of DeHL yet. No, it’s not dead. I’ve just been busy with a delicate new feature — Serialization. This post will demonstrate the new capabilities of DeHL it’s advantages and and shortcomings. But first — since ...
Details Favorite? Off-Topic? alex @ 2010-02-03 14:33

October 2009

1
vote
Vote UpVote

TypeInfo workaround

Yet Another Programming Blog – This is going to be a short one. Just wanted to share a simple and elegant work-around for this QC issue: type TypeOf<T> = record class function TypeInfo: PTypeInfo; static; class function Name: string; static; class function Kind: TTypeKind; static; end; { TypeOf<T> } ...
Details Favorite? Off-Topic? alex @ 2009-10-11 13:29
6
votes
Vote UpVote

DeHL 0.7 is up

Yet Another Programming Blog – After a few months of no releases, I finally decided to throw one out — so here it is, DeHL 0.7. This release is adding three more collection, new types and fixes some internal limitations of the library. For the people that never tried DeHL – it is a collection of types and classes ...
Details Favorite? Off-Topic? alex @ 2009-10-02 09:56

September 2009

2
votes
Vote UpVote

Class constructors and Generics

Yet Another Programming Blog – The new great addition to the Delphi language in Delphi 2010 is the possibility to specify a class constructor and a class destructor to your class/record. I will not describe this feature in this post since you can see the online documentation for it on the Embarcadero Doc Wiki. The part I am ...
Details Favorite? Off-Topic? alex @ 2009-09-13 10:39

June 2009

3
votes
Vote UpVote

DeHL 0.6 available

Yet Another Programming Blog – Yes I know I have skipped 0.5. The reality is that 0.5 was due a long time ago, but I did not have enough free time on my hands to complete the unit testing for all new features added. I always try to add as many unit tests as possible to test all possible scenarios. This release features a general ...
Details Favorite? Off-Topic? alex @ 2009-06-21 16:58
2
votes
Vote UpVote

Update for FSEnum

Yet Another Programming Blog – Since some people asked me to improve FSEnum unit (see this post). I decided to give it another go and add some features and improve the others. So what’s new? Optional Boolean parameter for all methods that tells the enumerator whether to return the relative paths (like it did before) or ...
Details Favorite? Off-Topic? alex @ 2009-06-15 17:59
Subscribe:
Contact us to advertise on DelphiFeeds.com

Community Links

Delphi Tage Torry Firebird News

Sponsor

 
Please login or register to use this functionality.
(click on this box to dismiss)