summaryrefslogtreecommitdiff
path: root/Lib/d
Commit message (Expand)AuthorAgeFilesLines
* [D] Update docs for D1 removalOlly Betts2023-05-042-2/+2
* Drop D version 1Erez Geva2023-05-046-422/+0
* Allow using snprintf() instead of sprintf() in wrappersOlly Betts2023-04-271-1/+1
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+4
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+16
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-5/+6
* Add Tcl support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-053-1/+111
* More move semantics improvementsWilliam S Fulton2022-07-041-2/+2
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-042-2/+2
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-1/+1
* Add rvalue reference typemaps for DWilliam S Fulton2022-03-281-0/+43
* Avoid -Wempty-body warnings from SWIG_contract_assertOlly Betts2022-02-111-1/+1
* Renames performed by `%namewarn` with `rename=` are printed in warning messageSeth R Johnson2022-02-061-1/+1
* Remove redundant NULL checks before free()/delete (#2184)Olly Betts2022-01-291-4/+4
* Fix typosDimitris Apostolou2021-11-171-3/+3
* D: Replace deprecated imports (package std.c). Fixes #1593Marcel Steinbeck2020-05-301-2/+3
* Improve backwards compatibility in D std::vector wrappersWilliam S Fulton2019-04-191-13/+13
* Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton2019-04-081-2/+2
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-3/+3
* Add STL container copy constructors where missingWilliam S Fulton2019-02-142-1/+5
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+10
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-1/+1
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-2/+0
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Misc. typosluz.paz2018-05-171-1/+1
* Fix directorout typemaps which were causing undefined behaviour when returnin...William S Fulton2017-12-141-1/+3
* Add director typemaps for pointer const ref typesWilliam S Fulton2017-10-241-0/+11
* Add director shared_ptr typemaps for DWilliam S Fulton2017-10-171-5/+85
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-231-0/+12
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* Whitespace fixes in STL wrappersWilliam S Fulton2017-06-031-37/+34
* Better variable naming consistency in STL containersWilliam S Fulton2017-05-261-4/+4
* Add raise methods for throwing c++ exceptions in C#, Java, DWilliam S Fulton2017-05-131-0/+4
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-0/+2
* %extend changes and remove default use of javatype, dtype, cstype %typemapsWilliam S Fulton2017-01-151-2/+2
* Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton2017-01-131-0/+1
* Add <typeinfo> header for std::bad_castDaniel Vollmer2016-09-171-0/+1
* Add std::bad_cast to std_except.iDaniel Vollmer2016-09-171-0/+1
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-2/+2
* Initialise all newly created arrays in arrays.i library.William S Fulton2015-07-301-2/+2
* pedantic warning fix for D wrappersWilliam S Fulton2015-02-111-1/+1
* Add c++11 strongly typed enum support for DWilliam S Fulton2014-11-281-4/+4
* D: Fix exception handling support.David Nadlinger2014-11-061-62/+14
* D: Fix class/method name ambiguity in test-suite/c_delete.i.David Nadlinger2014-11-062-6/+6
* _Timothee Cour2014-08-121-2/+4
* Remove register storage class declarationsCurtis Dunham2014-02-191-7/+7
* Work around differences in clang libc++ std::vector<bool>::const_referenceMarvin Greenberg2014-02-041-6/+6
* Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-9/+7