summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1619 from emminizer/fix-msvc2019-pythonWilliam S Fulton2019-10-015-6/+6
|\
| * Fix error in generated code for Python in MSVC 2019.Daniel Emminizer2019-08-295-6/+6
* | Improve error handling calling PyObject_SetAttrWilliam S Fulton2019-09-132-6/+11
|/
* Merge branch 'illegal_state_except'William S Fulton2019-08-201-5/+7
|\
| * [Java] Add support for throwing IllegalStateExceptionBrad Kotsopoulos2019-08-181-5/+7
* | Merge branch 'sjml-patch-1-lua-print'William S Fulton2019-08-191-28/+22
|\ \ | |/ |/|
| * removing unnecessary bitsShane Liesegang2019-08-021-7/+1
| * closer match to Python's outputShane Liesegang2019-08-021-1/+1
| * typoShane Liesegang2019-07-281-1/+1
| * actually seeing both is usefulShane Liesegang2019-07-271-1/+1
| * matching code conventionsShane Liesegang2019-07-201-20/+20
| * Lua userdata print pointing to wrapped memoryShane Liesegang2019-07-201-2/+2
* | Python STL container method overloading fixWilliam S Fulton2019-08-063-24/+6
* | Add note about wchar_t marshalling fix required for WindowsWilliam S Fulton2019-07-251-1/+1
* | fix undesirable `wstring` encoding at return value marshalling for C#smithx2019-07-221-1/+4
* | fix undesirable `wstring` encoding at return value marshalling for C#smithx2019-07-222-1/+5
|/
* Merge branch 'py3.8'William S Fulton2019-07-181-1/+1
|\
| * Use PyObject_GC_UnTrack in lieu of the old variantChristian Kellner2019-07-171-1/+1
* | Merge branch 'bugfix/616-csharp-bool-array'William S Fulton2019-07-161-1/+41
|\ \ | |/ |/|
| * Change C# bool[] typemaps to marshall as 1-byteGareth Francis2019-07-061-1/+41
* | Fix std::vector<> Java typemaps for primitive typesVadim Zeitlin2019-07-111-1/+5
* | Allow std::set<> C# typemaps to work for non-nullable types tooVadim Zeitlin2019-07-111-2/+2
* | Replace leftover string with the proper type in C# set typemapVadim Zeitlin2019-07-111-1/+1
* | Remove the UnknownExceptionHandler director error handling classWilliam S Fulton2019-06-272-76/+0
* | Replace std::unexpected_handler with std::terminate_handler to be c++17 compl...William S Fulton2019-06-272-11/+10
|/
* Java std::vector constructor performance improvementBrad Kotsopoulos2019-06-061-1/+2
* [Python] Fix implicit_conv tuple handling regressionOlly Betts2019-06-031-1/+1
* Merge remote-tracking branch 'upstream/master' into OCaml-INPUT-OUTPUT-INOUT-...Zackery Spytz2019-05-0846-273/+1152
|\
| * Java/C# std::vector<bool> workarounds for clangWilliam S Fulton2019-04-202-2/+2
| * Fix Visual Studio 2015 and later compilation errors due to snprintf macro def...William S Fulton2019-04-192-2/+2
| * Improve backwards compatibility in C#/Java std::array wrappersWilliam S Fulton2019-04-192-4/+4
| * Improve backwards compatibility in D std::vector wrappersWilliam S Fulton2019-04-191-13/+13
| * Improve backwards compatibility in C# std::vector wrappersWilliam S Fulton2019-04-191-6/+6
| * Improve backwards compatibility in Java std::vector wrappersWilliam S Fulton2019-04-181-8/+8
| * Fix C# wrappers FxCop warning CA2002 in SWIGPendingExceptionWilliam S Fulton2019-04-091-2/+7
| * Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton2019-04-082-4/+4
| * Fix C# CA1063 warning by implementing the recommended Dispose methods.William S Fulton2019-04-083-22/+21
| * Replace void* with iterator* in C# std::list wrappersWilliam S Fulton2019-03-251-37/+33
| * C# std::list changes to support types that are not assignableWilliam S Fulton2019-03-252-48/+83
| * C# - add std::listAdrien JUND2019-03-251-0/+483
| * Merge branch 'REnums2018'William S Fulton2019-03-183-5/+9
| |\
| | * Fix R return by C++11 const ref enum classesWilliam S Fulton2019-03-181-1/+1
| | * FIX: references to enums now functioningRichard Beare2019-03-082-4/+8
| | * Setting enum values with calls to the C code.Richard Beare2019-03-081-1/+1
| * | Fix node.js deprecated warnings >= v10.12.0mochizk2019-03-135-17/+45
| * | Cosmetic tweaks for C# std::set supportWilliam S Fulton2019-03-121-1/+1
| * | Merge branch 'csharp-set'William S Fulton2019-03-121-0/+311
| |\ \
| | * | Fix header comment in C# std_set typemapsVadim Zeitlin2019-03-111-3/+7
| | * | Implement set-theoretic methods in std::set C# typemapsVadim Zeitlin2019-03-111-10/+78
| | * | Add std::set<> typemaps for C#Vadim Zeitlin2019-03-111-0/+239