[Issue 9285] dtoh utility - convert D files to C++ header files

2020-08-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9285 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9285] dtoh utility - convert D files to C++ header files

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9285 Issue 9285 depends on issue 11620, which changed state. Issue 11620 Summary: dmd json output should output enum values https://issues.dlang.org/show_bug.cgi?id=11620 What|Removed |Added

[Issue 9285] dtoh utility - convert D files to C++ header files

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9285 --- Comment #14 from Andrej Mitrovic andrej.mitrov...@gmail.com --- https://issues.dlang.org/show_bug.cgi?id=11620 is now fixed, are there any other fixes needed for this tool? --

[Issue 9285] dtoh utility - convert D files to C++ header files

2014-02-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9285 --- Comment #13 from Adam D. Ruppe destructiona...@gmail.com 2014-02-10 20:55:50 PST --- I haven't linked this in here yet so here it is: https://github.com/D-Programming-Language/tools/pull/39 Should be good enough to start using, then we

[Issue 9285] dtoh utility - convert D files to C++ header files

2013-12-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9285 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 9285] dtoh utility - convert D files to C++ header files

2013-11-27 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9285 --- Comment #10 from Adam D. Ruppe destructiona...@gmail.com 2013-11-27 11:43:21 PST --- Are there any more substantial comments on the code I wrote in January? I just tried to use it again, and there's some small updates needed. dmd's json

[Issue 9285] dtoh utility - convert D files to C++ header files

2013-11-27 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9285 --- Comment #11 from Adam D. Ruppe destructiona...@gmail.com 2013-11-27 19:51:37 PST --- I cleaned up and updated my old code so it works with new dmd again: http://arsdnet.net/dcode/dtoh.zip There's still some fixmes in there i can fix,

[Issue 9285] dtoh utility - convert D files to C++ header files

2013-01-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9285 --- Comment #9 from Adam D. Ruppe destructiona...@gmail.com 2013-01-15 10:11:18 PST --- Here's a pull request with what I wrote up last week: https://github.com/D-Programming-Language/tools/pull/39 -- Configure issuemail:

[Issue 9285] dtoh utility - convert D files to C++ header files

2013-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9285 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 9285] dtoh utility - convert D files to C++ header files

2013-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9285 Adam D. Ruppe destructiona...@gmail.com changed: What|Removed |Added CC|

[Issue 9285] dtoh utility - convert D files to C++ header files

2013-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9285 --- Comment #6 from Andrei Alexandrescu and...@erdani.com 2013-01-09 10:14:10 PST --- (In reply to comment #5) I just slapped something together very very quickly. It works for a couple simple things I've tried on linux: simple functions and

[Issue 9285] dtoh utility - convert D files to C++ header files

2013-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9285 --- Comment #7 from Adam D. Ruppe destructiona...@gmail.com 2013-01-09 11:16:49 PST --- work is boring so i updated the zip instead. Hit a few problems, we'll really need to improve dmd's json output (I vote for that pull request!) to go much

[Issue 9285] dtoh utility - convert D files to C++ header files

2013-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9285 --- Comment #8 from Andrei Alexandrescu and...@erdani.com 2013-01-09 11:22:05 PST --- (In reply to comment #7) Turning import into include needs more json from dmd as well Please submit to bugzilla anything you have, and fill the depends on