aboutsummaryrefslogtreecommitdiff
path: root/Lib
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2020-08-13ANDROID: Add cc_binary_host supportllvm-r450784llvm-r416183llvm-r399163bAlistair Delva
2019-08-20Merge branch 'illegal_state_except'William S Fulton
2019-08-19Merge branch 'sjml-patch-1-lua-print'William S Fulton
2019-08-18[Java] Add support for throwing IllegalStateExceptionBrad Kotsopoulos
2019-08-06Python STL container method overloading fixWilliam S Fulton
2019-08-02removing unnecessary bitsShane Liesegang
2019-08-02closer match to Python's outputShane Liesegang
2019-07-28typoShane Liesegang
2019-07-27actually seeing both is usefulShane Liesegang
2019-07-25Add note about wchar_t marshalling fix required for WindowsWilliam S Fulton
2019-07-22fix undesirable `wstring` encoding at return value marshalling for C#smithx
2019-07-22fix undesirable `wstring` encoding at return value marshalling for C#smithx
2019-07-20matching code conventionsShane Liesegang
2019-07-20Lua userdata print pointing to wrapped memoryShane Liesegang
2019-07-18Merge branch 'py3.8'William S Fulton
2019-07-17Use PyObject_GC_UnTrack in lieu of the old variantChristian Kellner
2019-07-16Merge branch 'bugfix/616-csharp-bool-array'William S Fulton
2019-07-11Fix std::vector<> Java typemaps for primitive typesVadim Zeitlin
2019-07-11Allow std::set<> C# typemaps to work for non-nullable types tooVadim Zeitlin
2019-07-11Replace leftover string with the proper type in C# set typemapVadim Zeitlin
2019-07-06Change C# bool[] typemaps to marshall as 1-byteGareth Francis
2019-06-27Remove the UnknownExceptionHandler director error handling classWilliam S Fulton
2019-06-27Replace std::unexpected_handler with std::terminate_handler to be c++17 compl...William S Fulton
2019-06-06Java std::vector constructor performance improvementBrad Kotsopoulos
2019-06-03[Python] Fix implicit_conv tuple handling regressionOlly Betts
2019-05-08Merge remote-tracking branch 'upstream/master' into OCaml-INPUT-OUTPUT-INOUT-...Zackery Spytz
2019-04-20Java/C# std::vector<bool> workarounds for clangWilliam S Fulton
2019-04-19Fix Visual Studio 2015 and later compilation errors due to snprintf macro def...William S Fulton
2019-04-19Improve backwards compatibility in C#/Java std::array wrappersWilliam S Fulton
2019-04-19Improve backwards compatibility in D std::vector wrappersWilliam S Fulton
2019-04-19Improve backwards compatibility in C# std::vector wrappersWilliam S Fulton
2019-04-18Improve backwards compatibility in Java std::vector wrappersWilliam S Fulton
2019-04-09Fix C# wrappers FxCop warning CA2002 in SWIGPendingExceptionWilliam S Fulton
2019-04-08Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton
2019-04-08Fix C# CA1063 warning by implementing the recommended Dispose methods.William S Fulton
2019-03-25Replace void* with iterator* in C# std::list wrappersWilliam S Fulton
2019-03-25C# std::list changes to support types that are not assignableWilliam S Fulton
2019-03-25C# - add std::listAdrien JUND
2019-03-18Merge branch 'REnums2018'William S Fulton
2019-03-18Fix R return by C++11 const ref enum classesWilliam S Fulton
2019-03-13Fix node.js deprecated warnings >= v10.12.0mochizk
2019-03-12Cosmetic tweaks for C# std::set supportWilliam S Fulton
2019-03-12Merge branch 'csharp-set'William S Fulton
2019-03-12Add missing hasher and key_type typedefs to C++11 STL containersWilliam S Fulton
2019-03-12Include all template parameters for std_unordered_multiset and std_unordered_setWilliam S Fulton
2019-03-12Correct unordered_set/unordered_multiset template Key parameter nameWilliam S Fulton
2019-03-12Merge branch 'std_unordered_map_args_fix'William S Fulton
2019-03-12Include all template parameters for std_unordered_multimap and std_unordered_mapWilliam S Fulton
2019-03-11Fix header comment in C# std_set typemapsVadim Zeitlin