summaryrefslogtreecommitdiffstats
path: root/test/D/MixedDAndC
Commit message (Collapse)AuthorAgeFilesLines
* remove forced 64 bit compilation. This should clear up build failures. ↵William Deegan2015-02-212-6/+15
| | | | Russel mentioned there was some issue causing him to add this logic. If the issue resurfaces, then we'll see if we can handle the corner case in more general fashion
* Putative fix for the ongoing D tool test fail on Debian 7 CI.Russel Winder2015-02-221-2/+3
|
* Commit reconciled merge.Russel Winder2015-02-211-2/+2
|\
| * Fix failing D tests which were checking for architecture to determine ↵William Deegan2015-02-201-2/+2
| | | | | | | | bit'ness instead of using platform.architecture() to check for 32bit
* | Putative fix for the D/MixedDAndC test fail.Russel Winder2015-02-211-2/+2
|/
* Replace UNIX specific code with cross-platform code.Russel Winder2014-12-221-2/+2
|
* Putative fix for the CI problem perceived to be due to 32-bit platform.Russel Winder2014-12-221-0/+4
|
* And all the rest of the {} in format strings made Python 2.6 compatible.Russel Winder2014-09-151-1/+1
|
* Remove the setting of the ENV property to os.environ.Russel Winder2014-09-051-1/+0
|
* The changes to the D support evolved over the last many months packaged as a ↵Russel Winder2014-04-1610-0/+201
single changeset.