master
Tweak comment formatting
Java - SWIGWORDSIZE64 for long type
More move semantics improvements
Use NULL instead of SWIG_NULLPTR
Java enums - remove redundant typemaps
The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc.
typecheck typemaps for STRING LENGTH added to changes file
Avoid -Wempty-body warnings from SWIG_contract_assert
Renames performed by `%namewarn` with `rename=` are printed in warning message
Java STL changes to use Java int, support 64-bit size_t
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr
const size_t& typemaps added
Each target language now has its own std_deque.i like the other STL wrappers.
Add <typeinfo> header for std::bad_cast
Support JDK 21 and std::list
Add nspacemove example for STL types
Consistent parameter names for std::pair
Fix javac -Xlint warning [this-escape] - JDK 21 in STL containers
Add std_shared_ptr.i and document shared_ptr library
remove redundant casts to const char* after using GetStringUTFChars function
Add const std::unique_ptr & input typemaps
Fix javac -Xlint warnings:
Java wstring throws typemap improvements
Create a consistent stl.i library file
Add the %interface_additional macro
Provide SWIGTYPE MOVE typemaps in swigmove.i
follow-up typos