log

age author description
Sat, 19 Dec 2009 18:43:32 +0300 Alexey Prokhin Fixed "make install" command on windows. signals
Sun, 13 Dec 2009 06:24:55 +0500 eldar_ins fixed compiling all packages signals
Sat, 12 Dec 2009 16:01:55 +0500 eldar_ins fix for #19 signals
Sat, 12 Dec 2009 03:22:54 +0500 eldar_ins string arguments for signals signals
Tue, 08 Dec 2009 21:13:24 +0000 eldar windows fix signals
Sun, 06 Dec 2009 22:21:22 +0000 eldar updated interview demo signals
Sun, 06 Dec 2009 22:20:23 +0000 eldar missing bits prior to getting it compiled on windows signals
Sun, 06 Dec 2009 17:26:37 +0000 eldar Native QList implementation is now used throughout QtD signals
Sun, 22 Nov 2009 22:18:06 +0000 eldar share strange dmd signals
Sun, 22 Nov 2009 20:43:10 +0000 eldar iteration over QList with opApply signals
Sun, 22 Nov 2009 11:01:19 +0000 eldar more of QList. const functions in C++ are now const in D too. Drop of the store result feature, which was incompatible with const functions and introduced too much of the bloat in the generator. signals
Fri, 13 Nov 2009 20:42:51 +0000 eldar some more QList signals
Fri, 13 Nov 2009 19:09:28 +0000 eldar QList updates signals
Tue, 10 Nov 2009 19:29:42 +0000 eldar more QList goodness signals
Mon, 09 Nov 2009 20:49:26 +0000 eldar QList native implementation signals
Mon, 09 Nov 2009 06:57:48 +0000 eldar restore overwritten core.txt signals
Mon, 09 Nov 2009 06:54:04 +0000 eldar clean up of unneeded functionality signals
Sun, 08 Nov 2009 19:28:01 +0000 eldar new signals and slots implementation signals
Sun, 08 Nov 2009 19:20:53 +0000 eldar (none) signals
Sun, 08 Nov 2009 19:19:09 +0000 eldar (none) signals2
Sun, 08 Nov 2009 19:02:42 +0000 eldar new branch signals
Fri, 16 Oct 2009 12:23:12 +0000 eldar consistent emit syntax.
Fri, 16 Oct 2009 05:32:23 +0000 SokoL_SD Fix in generator/CMakeLists.txt
Fri, 16 Oct 2009 02:43:59 +0000 eldar Signals look-up andNew syntax for connect. The old one will not work from now on. This will allow for the signals overload. Although changes are done for both D1 and D2 versions, D1 won't work because of compiler bugs. I am tired of waiting for fixes.
Sun, 11 Oct 2009 05:23:41 +0000 eldar Workaround of the major dmd/optlink bug. All examples that failed on Windows now work.
Fri, 09 Oct 2009 08:43:15 +0000 SokoL_SD Fix for windows build
Fri, 09 Oct 2009 06:17:51 +0000 eldar Fix for windows build, thanks Rainer.
Sun, 04 Oct 2009 12:14:03 +0000 eldar new syntax for connecting using static information
Thu, 01 Oct 2009 11:26:47 +0000 SokoL_SD make install fix
Tue, 29 Sep 2009 12:00:45 +0000 maxter signals cleaned up correctly on receiver destruction