summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-124-48/+48
| |\ \ \ | | |/ / | |/| |
| | * | Include all template parameters for std_unordered_multimap and std_unordered_mapWilliam S Fulton2019-03-124-38/+38
| | * | Include all template parameters for std_unordered_map macroJohn Wason2019-03-011-13/+13
| * | | Fix format-security error with octave 5.1Orion Poplawski2019-03-101-2/+2
| | |/ | |/|
| * | Java std::vector improvements for types that do not have a default constructor.William S Fulton2019-03-012-10/+0
| * | Java: more replace Object with java.lang.ObjectWilliam S Fulton2019-02-231-4/+4
| * | Merge branch 'zphensley42-master'William S Fulton2019-02-235-17/+17
| |\ \
| | * | Handle review commentsZachary Hensley2019-02-225-20/+17
| | * | Updated java std_map to support Obj derivatives by importing original for use...Zachary Hensley2019-02-211-0/+3
| * | | Merge branch 'gtbX-master'William S Fulton2019-02-231-10/+15
| |\ \ \ | | |_|/ | |/| |
| | * | Add comment for non-const versionAndrew Galante2018-02-201-0/+1
| | * | Don't write-back buffer into Java array when calling const-ptr c functionAndrew Galante2018-02-201-1/+4
| | * | Prevent writeback of a const char* array through a director when using the by...Andrew Galante2017-07-261-9/+10
| * | | Add in a definition for RTYPEDDATA_P for Ruby<1.9.3William S Fulton2019-02-221-0/+3
| * | | [ruby] check whether object is of RTypedData using RTYPEDDATA_P.Takashi Tamura2019-02-221-2/+2
| * | | Merge branch 'java9_finalize_warnings'William S Fulton2019-02-211-0/+1
| |\ \ \
| | * | | [Java] Suppress deprecation warning on finalize methodSylvain Joubert2018-04-231-0/+1
| * | | | Fix multiple definitions of swig::container_owner_attributeWilliam S Fulton2019-02-211-1/+1
| | |_|/ | |/| |
| * | | Re-organise Python method creation and docstring functions declarationsWilliam S Fulton2019-02-192-6/+16
* | | | [OCaml] Move INPUT, OUTPUT, and INOUT typemaps to typemaps.iZackery Spytz2019-02-182-38/+44
* | | | [OCaml] Rename typemaps.i to ocaml.swgZackery Spytz2019-02-182-2/+2
* | | | [OCaml] Rename ocaml.swg to ocamlrun.swgZackery Spytz2019-02-183-3/+3
* | | | Merge remote-tracking branch 'upstream/master' into OCaml-INPUT-OUTPUT-INOUT-...Zackery Spytz2019-02-186-14/+83
|\ \ \ \ | |/ / /
| * | | Merge pull request #1473 from ZackerySpytz/OCaml-wrapmacro-testWilliam S Fulton2019-02-183-5/+7
| |\ \ \
| | * | | [OCaml] Fix the wrapmacro testZackery Spytz2019-02-173-5/+7
| * | | | Merge pull request #1472 from ZackerySpytz/OCaml-SWIGTYPE-typecheckWilliam S Fulton2019-02-183-9/+28
| |\ \ \ \
| | * | | | [OCaml] Add a typecheck typemap for SWIGTYPEZackery Spytz2019-02-163-9/+28
| | |/ / /
| * | | | Python std::vector back-reference changesWilliam S Fulton2019-02-181-4/+6
| * | | | Merge branch 'jakecobb-python-container-memory'William S Fulton2019-02-181-0/+46
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Better name for container back-reference attributeWilliam S Fulton2019-02-151-6/+7
| | * | | Python - Struct spec. for container ownerJake Cobb2019-02-041-22/+26
| | * | | Python: Avoid container owner check for value typesJake Cobb2019-01-231-2/+10
| | * | | Python: Init container owner attribute in thread-safe wayJake Cobb2019-01-231-3/+11
| | * | | Python: Use PyObject_SetAttr instead of PyObject_GenericSetAttr for back-refJake Cobb2018-04-191-1/+1
| | * | | Python: Cleanup container back refJake Cobb2018-04-181-13/+20
| | * | | Python: Keep reference to owning container during element accessJake Cobb2018-04-181-0/+18
* | | | | [OCaml] Add missing INPUT, OUTPUT, and INOUT typemaps for primitivesZackery Spytz2019-02-183-14/+38
|/ / / /
* | | | Merge pull request #1470 from ZackerySpytz/OCaml-dynamic_cast-testWilliam S Fulton2019-02-151-0/+5
|\ \ \ \
| * | | | [OCaml] Fix the dynamic_cast testZackery Spytz2019-02-141-0/+5
* | | | | Merge pull request #1461 from ZackerySpytz/OCaml-argout-typemaps-ref-typesWilliam S Fulton2019-02-152-29/+18
|\ \ \ \ \
| * | | | | [OCaml] Don't use argout typemaps by default for some reference typesZackery Spytz2019-02-092-29/+18
* | | | | | Consistent parameter names for std::pairWilliam S Fulton2019-02-1415-51/+51
* | | | | | Restore original std::map template parameters for JavaWilliam S Fulton2019-02-142-72/+72
* | | | | | Add STL container copy constructors where missingWilliam S Fulton2019-02-1436-43/+72
* | | | | | Cosmetic STL typedef changesWilliam S Fulton2019-02-145-7/+4
* | | | | | typedef declaration corrections for std::arrayWilliam S Fulton2019-02-142-6/+8
* | | | | | Add missing typedefs to std::list + typedef correctionsWilliam S Fulton2019-02-146-32/+39