summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton2019-04-087-14/+32
* Fix C# CA1063 warning by implementing the recommended Dispose methods.William S Fulton2019-04-089-45/+113
* Correct ocaml dynamic targetsWilliam S Fulton2019-03-262-2/+2
* More ocaml parallel make fixesWilliam S Fulton2019-03-2613-22/+65
* Merge branch 'OCaml-examples-race-conditions'William S Fulton2019-03-264-9/+13
|\
| * Fix parallel 'make check-ocaml-examples'William S Fulton2019-03-261-6/+10
| * [OCaml] Fix race conds when running the examples with parallel makeZackery Spytz2019-03-193-3/+3
* | More python std::list testingWilliam S Fulton2019-03-251-0/+1
* | More C# std::list testingWilliam S Fulton2019-03-251-1/+1
* | Replace void* with iterator* in C# std::list wrappersWilliam S Fulton2019-03-252-37/+46
* | C# std::list changes to support types that are not assignableWilliam S Fulton2019-03-254-51/+85
* | C# - add std::listAdrien JUND2019-03-254-5/+904
* | Always use fastunpack for Python swigconstant wrappersWilliam S Fulton2019-03-211-6/+2
* | Always use fastunpack for Python swigregister functionWilliam S Fulton2019-03-211-6/+2
* | Fix Python low-level static member setters.William S Fulton2019-03-202-1/+26
* | Improve Python static member variable testingWilliam S Fulton2019-03-202-0/+15
|/
* Add changes entry for R enum fixesWilliam S Fulton2019-03-181-0/+4
* Merge branch 'REnums2018'William S Fulton2019-03-187-290/+874
|\
| * Fix R return by C++11 const ref enum classesWilliam S Fulton2019-03-181-1/+1
| * Remove unused code in r.cxxWilliam S Fulton2019-03-181-12/+0
| * extra doc on anonymous enumsRichard Beare2019-03-181-1/+3
| * ENH:Richard Beare2019-03-111-20/+4
| * FIX: references to enums now functioningRichard Beare2019-03-084-67/+45
| * DOC: Extended documentation on enumeration support in RRichard Beare2019-03-081-3/+40
| * FIX: Corrected path to output from R testsRichard Beare2019-03-081-2/+2
| * Reformat comments in R moduleRichard Beare2019-03-081-153/+172
| * ENH: Run test for enum_thorough in RRichard Beare2019-03-082-1/+453
| * Code style changes post reviewRichard Beare2019-03-081-19/+21
| * ENH: R Module: Enumerations with values set by calls to C code, allowingRichard Beare2019-03-081-14/+54
| * Setting enum values with calls to the C code.Richard Beare2019-03-082-58/+140
* | Add changes entry for Node V8 api changesWilliam S Fulton2019-03-141-0/+4
* | Fix node.js deprecated warnings >= v10.12.0mochizk2019-03-136-23/+45
* | Cosmetic tweaks for C# std::set supportWilliam S Fulton2019-03-122-2/+2
* | Merge branch 'csharp-set'William S Fulton2019-03-124-3/+406
|\ \
| * | Fix header comment in C# std_set typemapsVadim Zeitlin2019-03-111-3/+7
| * | Implement set-theoretic methods in std::set C# typemapsVadim Zeitlin2019-03-113-13/+112
| * | Add std::set<> typemaps for C#Vadim Zeitlin2019-03-114-3/+303
* | | Add missing hasher and key_type typedefs to C++11 STL containersWilliam S Fulton2019-03-124-5/+14
* | | Include all template parameters for std_unordered_multiset and std_unordered_setWilliam S Fulton2019-03-124-46/+46
* | | Correct unordered_set/unordered_multiset template Key parameter nameWilliam S Fulton2019-03-127-80/+80
* | | Merge branch 'std_unordered_map_args_fix'William S Fulton2019-03-125-48/+52
|\ \ \ | |/ / |/| |
| * | Include all template parameters for std_unordered_multimap and std_unordered_mapWilliam S Fulton2019-03-125-38/+42
| * | Include all template parameters for std_unordered_map macroJohn Wason2019-03-011-13/+13
* | | Merge pull request #1492 from Mizux/patch-1William S Fulton2019-03-111-1/+1
|\ \ \
| * | | Fix "Default Marshaling for Arrays"Mizux2019-03-051-1/+1
| | |/ | |/|
* | | Merge branch 'MSVC-compiler-warnings'William S Fulton2019-03-113-3/+3
|\ \ \
| * | | Fix some MSVC compiler warnings in the test suiteZackery Spytz2019-03-073-3/+3
| |/ /
* | | Merge branch 'format-security'William S Fulton2019-03-112-2/+7
|\ \ \
| * | | Add changes entry for Octave 5.1 format-security fixWilliam S Fulton2019-03-111-0/+5
| * | | Fix format-security error with octave 5.1Orion Poplawski2019-03-101-2/+2
| |/ /