|
From: GitHub <no...@gi...> - 2017-01-15 16:55:04
|
Branch: refs/heads/master Home: https://github.com/swig/swig Commit: 19f21d1dd56c5348c07ff4ee134cad4d3b6ddd02 https://github.com/swig/swig/commit/19f21d1dd56c5348c07ff4ee134cad4d3b6ddd02 Author: William S Fulton <ws...@fu...> Date: 2017-01-13 (Fri, 13 Jan 2017) Changed paths: M Doc/Manual/Java.html Log Message: ----------- Reference %proxycode from javacode typemap section in docs Commit: 449aa08124dca2f2a419ef0bd8557e278cf90d7d https://github.com/swig/swig/commit/449aa08124dca2f2a419ef0bd8557e278cf90d7d Author: William S Fulton <ws...@fu...> Date: 2017-01-15 (Sun, 15 Jan 2017) Changed paths: M CHANGES.current M Lib/csharp/std_array.i M Lib/csharp/std_map.i M Lib/csharp/std_vector.i M Lib/d/std_vector.i M Lib/java/arrays_java.i M Source/CParse/parser.y Log Message: ----------- %extend changes and remove default use of javatype, dtype, cstype %typemaps 1) The %extend directive can now optionally support one of the 'class', 'struct' or 'union'. 2) The SWIG library no longer uses the javatype, dtype or cstype typemaps, thereby completely freeing them up for users to use without having to replicate the library code that they previously added Tested by changes to test: java_lib_arrays Compare: https://github.com/swig/swig/compare/3d2e57b0f2cd...449aa08124dc |