summaryrefslogtreecommitdiff
path: root/Examples/test-suite/d
Commit message (Expand)AuthorAgeFilesLines
* Add director typemaps for pointer const ref typesWilliam S Fulton2017-10-242-4/+22
* Add director shared_ptr typemaps for DWilliam S Fulton2017-10-171-0/+114
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-231-0/+1
* Expand std::shared_ptr testing to C# D Java PythonWilliam S Fulton2017-09-221-0/+5
* Run some preprocessor constants tests that were previously disabled.William S Fulton2017-09-184-4/+4
* Fix type promotion wrapping some non-trivial constant expressionsWilliam S Fulton2017-09-184-0/+4
* Fix generated code for constant expressions containing wchar_t L literals.William S Fulton2017-09-174-0/+8
* Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton2017-01-131-0/+41
* Don't generate constructor wrappers if a base class has a private constructorWilliam S Fulton2015-07-072-15/+0
* D: Use configure-detected default language version for test-suite.David Nadlinger2014-11-061-0/+4
* D: Use deterministic allocation on the D side in li_boost_shared_ptr_runme.i.David Nadlinger2014-11-061-132/+141
* D: Fix li_boost_shared_ptr_runme.2.d compilation.David Nadlinger2014-11-061-1/+2
* D test-suite fixesWilliam S Fulton2014-10-251-5/+4
* Update all languages to use SCRIPTDIRWilliam S Fulton2014-05-151-4/+4
* Slight simplification of test-suite build for new out-of-source changesWilliam S Fulton2014-05-151-5/+0
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-2/+8
* Fix typosOlly Betts2014-04-291-1/+1
* Slight wording change when running test-suiteWilliam S Fulton2014-02-221-2/+2
* Document patch #33 from previous commit and complete run time testsWilliam S Fulton2013-04-182-0/+5
* [D] Exception and Error have become blessed names; removed d_exception_name t...David Nadlinger2012-01-231-1/+0
* [D] Correctly annotate function pointers with C linkage.David Nadlinger2012-01-232-2/+6
* [D] Use stdc.config.c_long/c_ulong to represent C long types.David Nadlinger2011-12-035-25/+29
* [D] Test case fix: IntVector holds ints, not size_t.David Nadlinger2011-12-031-11/+11
* [D] Test case fix: Aliases now required for non-overridden base class overloads.David Nadlinger2011-12-031-0/+4
* [D] Improved allprotected test case error messages.David Nadlinger2011-12-031-23/+21
* [D] Ported r12557 (char enum values).David Nadlinger2011-04-102-0/+46
* [D] nspace support.David Nadlinger2011-03-135-2/+230
* [D] std.algorithm.indexOf() was deprecated, use countUntil() instead.David Nadlinger2011-03-131-2/+2
* [D] Test C++ references in »d_nativepointers«; normalized indentation.David Nadlinger2011-01-292-20/+46
* Fix D test-suite cleanWilliam S Fulton2011-01-181-2/+2
* Move a couple of runme files which into the correct directoriesWilliam S Fulton2011-01-171-0/+7
* [D] Fixed a bug in the loop breaking code for directors leading to a supercla...David Nadlinger2011-01-081-0/+7
* [D] Operator overloading support for D1 and D2.David Nadlinger2010-12-302-0/+180
* [D] Refer to the built-in Exception class using its fully-qualified name.David Nadlinger2010-11-271-0/+1
* Added support for the D programming languge.David Nadlinger2010-11-1886-0/+6698