master
Use NULL instead of SWIG_NULLPTR
Proper array typemaps in Javascript
More C99 complex fixes, plus Python tests
cdata.i changes and new test li_cdata_bytes
bring in the `size_t` `cmalloc` in JS
Merge branch 'devel' of https://github.com/Neha03/gsoc2012-javascript into devel
Some fixes for the Javascript generator.
first batch of tests
Move javascriptkw.swg file to Lib/javascript directory
remove hacks and implement default arguments
Remove some locator strings in generated code
Clean up in `javascripttypemaps.swg`.
Allow using snprintf() instead of sprintf() in wrappers
Lib/javascript/jsc/javascriptinit.swg: shortcut JSGlobalContextRef casts.
Don't use long long if it isn't available
fix JSC too
Add <errno.h> fragment for errno usage
Support NULL being passed into char* in typemaps
Use the canonical capitalisation of Unified Typemap Library
Pass SWIG_FromCharPtrAndSize and friends on to the C compiler
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr
Remove execute permissions from various non-executable files
Add missing declaration for std::complex
Add stub std_deque.i files.
Remove deprecated map and vector specialisation macros
Consistent parameter names for std::pair
Javascript: fix warnings in li_std_string test.
Add const std::unique_ptr & input typemaps
Add STL container copy constructors where missing
Provide SWIGTYPE MOVE typemaps in swigmove.i
Fix typos in comments and docs