Author |
Message |
Topic: copy on assignment |
Hohums
Replies: 1
Views: 9706
|
Forum: General Posted: Fri Nov 26, 2004 8:33 am Subject: Re: copy on assignment |
I'm just starting with D, trying to figure out how it works. I've run into this thing here, and have been unable to find a solution online. Maybe you guys can explain things to me?
Is there an easy ... |
Topic: DDoc Documentation Generation for D |
Hohums
Replies: 15
Views: 59540
|
Forum: DDoc Posted: Mon Nov 08, 2004 4:55 am Subject: DDoc Documentation Generation for D |
Doxygen like. Its the most advanced (I know of). It's also supports javadoc like at Qt like. Its all in one really. |
Topic: What is UnDig? |
Hohums
Replies: 6
Views: 71113
|
Forum: unDig Posted: Sun Nov 07, 2004 8:01 am Subject: What is UnDig? |
No one is quite sure when things stopped working or where the actual bugs are.
I'm pretty sure it was .97, as it worked perfectly fine for me in .96. After that changes in D's specification have ... |
Topic: .97 |
Hohums
Replies: 1
Views: 16524
|
Forum: unDig Posted: Mon Aug 02, 2004 5:36 am Subject: .97 |
I updated dig a bit for .97, however I didn't finish. Mainly putting in the the indexassign's and various other changes that have occured in D.
I'm having two problems at the moment.
1) When co ... |
Topic: D Template Library and 'Modern D Design' |
Hohums
Replies: 2
Views: 18087
|
Forum: Potential Projects Posted: Sat Jul 24, 2004 7:58 pm Subject: D Template Library and 'Modern D Design' |
Theres also Deimos (on dsource) which is like potential contributions to phobos. |
Topic: Forum Question - Automatic forum email |
Hohums
Replies: 1
Views: 12344
|
Forum: Site Posted: Fri Jul 16, 2004 11:37 pm Subject: Forum Question - Automatic forum email |
Is it possible to have a particular forum email you when someone posts there? I know theres an option to email when there has been a reply but that is not for the entire thread.
This would be par ... |
Topic: Compiler Optimization |
Hohums
Replies: 13
Views: 32206
|
Forum: General Posted: Thu Jul 15, 2004 6:42 am Subject: Re: Optimizations/Executable Size |
If I recall correctly, managed code doesn't allow the use of pointers nor does it appear to be condusive to small executables or high performance.
Actually managed code can have pointers. There ... |
Topic: Compiler Optimization |
Hohums
Replies: 13
Views: 32206
|
Forum: General Posted: Wed Jul 14, 2004 6:35 am Subject: Re: Optimizations/Executable Size |
Actually it would be really nice if modern operating systems had an integrated standard gc accessible from languages like d. That way d would not have to supply the gc; this would have the desire ... |
Topic: Classes and structs |
Hohums
Replies: 1
Views: 9396
|
Forum: General Posted: Sun Jul 11, 2004 6:40 am Subject: Classes and structs |
If youâ?re going to create something like a 3d vector (which has been created so many times for D I don't know why its not in the standard yet <g>) then yes, use a struct. Note that now that ... |
Topic: unDig with DMD 0.93 |
Hohums
Replies: 2
Views: 17746
|
Forum: unDig Posted: Sat Jul 10, 2004 2:54 am Subject: Re: unDig with DMD 0.93 |
I'd love to submit my change to SVN, but I just don't know how. I got completely lost in RapidSVN, and I remember I used to test another client, but I didn't understand it either. But the fix is sim ... |
Topic: The contest has started... |
Hohums
Replies: 7
Views: 30004
|
Forum: ICFP 2004 Posted: Thu Jun 17, 2004 9:16 pm Subject: The contest has started... |
Hopfully I'll be able to contribute next year. |
Topic: [bug] groupbox |
Hohums
Replies: 3
Views: 20065
|
Forum: unDig Posted: Wed Jun 09, 2004 2:44 pm Subject: Re: RE: [bug] groupbox |
I saw the same problem. It comes from the Theme not having the part defined. In this case, the Background for the Group box.
...
You should then see the expected behavior for the group box.
... |
Topic: Embedded D |
Hohums
Replies: 4
Views: 14779
|
Forum: General Posted: Wed Jun 09, 2004 6:36 am Subject: Embedded D |
[quote="RoaringPenguin"]@Hohums: ok, there is an D frontend for gcc. Does that mean, it is possible to combine the D frontend and e.g. gcc's PPC-backend for generating PPC code? (Sorry, maybe this que ... |
Topic: When will we see DMD 1.0? |
Hohums
Replies: 13
Views: 25209
|
Forum: General Posted: Tue Jun 08, 2004 12:15 am Subject: When will we see DMD 1.0? |
I've got behind on my newgroup reading too, I'm 339 messages behind. That's partly because I've ignored most of the bit/bool disscussions. Normally I'm always up to date with the newsgroup. I seem ... |
Topic: Stripping the Implementation from the Interface |
Hohums
Replies: 10
Views: 34018
|
Forum: unDig Posted: Mon Jun 07, 2004 10:47 pm Subject: Stripping the Implementation from the Interface |
Just a wild suggestion. Kris, you want to help with fixing the code?
and in no way detrimental to what you guys are doing with unDig.
Regardless; thanks for the invite ...
Don't worry about it ... |
|