descriptionfork of rdmd, better suited for gdc
ownerketmar@ketmar.no-ip.org
last changeTue, 30 Jun 2015 04:31:46 +0000 (30 07:31 +0300)
content tags
add:
readme
this is fork of rdmd, but it calls gdc instead. original rdmd uses gdmd and just plain sux for gdc. you also need my «pragma-lib-patch» which adds -fwrite-pragma-libs switch to gdc. yes, rgdc supports pragma(lib)!
shortlog
2015-06-30 ketmarignore unknown pragmas by default; no gc-sections by... master
2014-09-08 ketmarported from rdmd: don't recompile the program if only...
2014-08-31 ketmarfixed idiotic bug introduced by idiotic me; --build...
2014-08-27 ketmaradding '-Wl,--gc-sections' if '-Os' specified
2014-08-26 ketmarbugfix in adding '-I' and '-J'
2014-08-26 ketmaradded "--time" and "--compile-time" options
2014-08-26 ketmarbetter(?) "-I." and "-J."
2014-08-25 ketmarbetter "rgdc.rc" searching ($PWD/rgdc.rc, $HOME/.rgdc...
2014-08-25 ketmarrgdc.rc: ignore whole "/opt" and "/usr"
2014-08-25 ketmarbetter "-fwrite-pragma-libs"
2014-08-25 ketmarfixed -fwrite-pragma-libs (still has alot to do)
2014-08-25 ketmarremoved c.sh
2014-08-25 ketmaradded some option translation
2014-08-24 ketmaradded 'systemdir' key to rgdc.rc; we don't need to...
2014-08-21 ketmaryou can use -fversion=no_pragma_lib to disable -fwrite...
2014-08-21 ketmarrgdc now understands pragma(lib) (it needs my patch...
...
heads
8 years ago master