Ancillary tools for the D programming language compiler
Find a file
Vladimir Panteleev ae655c8020 Fix whitespace
2015-10-18 00:24:53 +00:00
DustMite Update DustMite 2015-02-19 00:31:58 +00:00
man/man1 rdmd: Add --extra-file option 2014-11-10 12:53:13 +01:00
.gitignore Merge pull request #94 from MartinNowak/ignoreMakefile 2013-12-27 11:27:36 -08:00
catdoc.d Fix whitespace 2015-10-18 00:24:53 +00:00
changed.d update component names 2015-07-24 11:36:23 +02:00
chmodzip.d Update chmodzip to current dmd 2013-12-27 15:57:50 -08:00
ddemangle.d Refactor code to be unittestable. 2013-08-27 22:24:10 -07:00
detab.d Added license statements where those were missing 2013-04-03 10:51:57 +03:00
dget.d Replace deprecated std.process.system with std.process.executeShell 2014-08-08 09:39:53 -07:00
dman.d Remove findtags in favor of using chmgen-emitted tags 2015-01-28 12:34:10 +00:00
get_dlibcurl32.bat Add script 'get_dlibcurl32', to auto-create Win32 libcurl import lib. 2013-08-17 17:35:13 -04:00
get_dlibcurl32.d Fix whitespace 2015-10-18 00:24:53 +00:00
latest-tag Added latest-tag script 2013-01-03 13:16:34 -05:00
posix.mak posix.mak: Add DELETE_ON_ERROR 2015-05-30 15:36:37 +00:00
rdmd.d fix Issue 15031 - rdmd should force rebuild when --compiler changes 2015-09-11 14:51:46 +00:00
rdmd_test.d fix Issue 15031 - rdmd should force rebuild when --compiler changes 2015-09-11 14:51:46 +00:00
README.md fix Issue 14715 - Add README.md to the tools Repository 2015-09-02 04:45:04 +00:00
tolf.d Added license statements where those were missing 2013-04-03 10:51:57 +03:00
update.sh Add "install" argument to update script 2015-01-28 22:43:55 +01:00
win32.mak use sensible default for DOC dir 2015-02-28 20:46:21 +01:00

D tools

This repository hosts various tools redistributed with DMD or used internally during various build tasks.

Program Scope Description
catdoc Build Concatenates Ddoc files.
changed Internal Change log generator.
chmodzip Build ZIP file attributes editor.
ddemangle Public D symbol demangler.
detab Internal Replaces tabs with spaces.
dget Internal D source code downloader.
dman Public D documentation lookup tool.
dustmite Public Test case minimization tool.
get_dlibcurl32 Internal Win32 libcurl downloader/converter.
rdmd Public D build tool.
rdmd_test Internal rdmd test suite.
tolf Internal Line endings converter.

To report a problem or browse the list of open bugs, please visit the bug tracker.

For a list and descriptions of D development tools, please visit the D wiki.