log dmd/backend/glue.d @ 175:94b6033c07f3

age author description
Sun, 10 Oct 2010 03:48:06 +0400 korDen get rid of globals
Sun, 10 Oct 2010 03:47:23 +0400 korDen lot os toCBuffer methods implemented
Thu, 30 Sep 2010 10:04:32 +0400 korDen Temporarily disabled GC (again) because phobos fails to compile with it (looks like some ObjSymbols are being falsely collected, see Library.d:666)
Tue, 14 Sep 2010 01:54:48 +0200 Trass3r dmd.lib now only contains the backend
Wed, 01 Sep 2010 18:21:58 +0200 Trass3r added a module dmd.common for commonly used stuff
Mon, 30 Aug 2010 03:57:51 +0200 Trass3r updated to 2.035
Sun, 29 Aug 2010 09:43:40 +0100 Eldar Insafutdinov Switch Arrays of Dsymbols to the new templated Vector type
Sat, 21 Aug 2010 05:46:08 +0400 korDen update to work with dmd 2.048
Tue, 13 Apr 2010 00:38:04 +0400 korDen FWindows linking issues fixed
Sun, 04 Apr 2010 22:41:11 +0100 Robert Clipsham Implemented methods for Tuples, fixed some linking issues.
Sun, 04 Apr 2010 02:06:32 +0100 Robert Clipsham Implemented Linux support for ddmd. Some parts are a bit hacky to just "get it working", that said, druntime and phobos compile, and unittests pass.
Sat, 24 Oct 2009 08:42:06 +0400 korDen Initial commit