summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Tool/dmd.py
Commit message (Expand)AuthorAgeFilesLines
* Make the exists and generate functions consistent over D compilers.Russel Winder2017-08-231-1/+1
* Merge in an older commit resolving conflicts.Russel Winder2017-06-211-8/+8
|\
| * Make the symbol naming more consistent.Russel Winder2017-06-161-8/+8
* | Merge two working bookmarks.Russel Winder2017-06-201-2/+2
|\ \
| * | Attempt a fix for dmd rpath on OSX.Russel Winder2017-06-181-1/+1
| * | Always provide a value for DC, never leave it unset: Detect can fail to find ...Russel Winder2017-06-171-1/+1
| |/
* | Remove the static lib builder creation in the D tools.Russel Winder2017-06-121-2/+0
|/
* Change the imports to help with development and testing. Remove an exception ...Russel Winder2017-05-011-10/+3
* Ensure all files pass pycodestyle caveat E501. Add an emitter to the D tool a...Russel Winder2017-04-181-3/+5
* Add an 'all at once' builder to the D tools.Russel Winder2017-04-171-0/+5
* add SONAME support to D toolsPawel Tomulik2015-09-211-1/+12
* Remove some dollar-parentheses. No effect on extant tests, appears to fix Iss...Russel Winder2015-02-221-6/+6
* Merge heads.Russel Winder2014-08-091-1/+1
|\
| * - fix for issue #2963, "Split broken" (= format() in D tools is incompatible ...Dirk Baechle2014-07-151-1/+1
* | Remove setting of STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME from the D tools.Russel Winder2014-08-091-2/+0
|/
* Fix Issue 2940, generating the wrong rpath flags for DMD and LDC.Russel Winder2014-04-241-3/+8
* Fix Issue 2939.Russel Winder2014-04-231-11/+18
* The changes to the D support evolved over the last many months packaged as a ...Russel Winder2014-04-161-138/+40
* Issue 2549: Add support for DMD version 2. (Russel Winder)Steven Knight2010-07-231-5/+22
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+1
* Applying patch for bug #2387 - dmd includes gphobos multiple timesWilliam Deegan2009-04-091-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-1/+1
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-13/+19
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-0/+2
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-1/+1
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-131-2/+2
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-2/+2
* More command-line customizability: , , , , , , .Steven Knight2005-01-061-4/+15
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-0/+3
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-1/+1
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-081-0/+196