summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'php8-support'Olly Betts2021-03-213-4/+8
|\
| * Add initial support for PHP8Olly Betts2021-03-193-4/+8
* | Lib/java/arrays_java.i: use actual C/C++ type in JAVA_ARRAYS_TYPEMAPS.Andy Polyakov2021-03-191-2/+2
* | Lib/java/javahead.swg: clean up jlong handling.Andy Polyakov2021-03-191-12/+0
|/
* Improve PHP object creationOlly Betts2021-03-191-9/+5
* php: Fix char* typecheck typemap to accept NullOlly Betts2021-03-191-1/+4
* Conditionalise math.i for PHPOlly Betts2021-03-171-3/+10
* Merge branch 'v8-context-aware-race-free-preparation'William S Fulton2021-03-115-41/+25
|\
| * Lib/javascript/v8: use ::Cast instead of To* when possible.Andy Polyakov2021-03-102-5/+5
| * Lib/javascript/v8/javascriptrun.swg: clean up pre-processor conditions.Andy Polyakov2021-03-103-25/+14
| * Lib/javascript/jsc/javascriptinit.swg: shortcut JSGlobalContextRef casts.Andy Polyakov2021-03-101-11/+6
* | Add Javascript (JSC) support for type conversionWilliam S Fulton2021-03-112-16/+15
* | Javascript type conversion supportWilliam S Fulton2021-03-112-0/+2
* | Use SWIG_TypeCast in SWIG_V8_ConvertInstancePtr if types don't match (#3)Sergio Garcia Murillo2021-03-101-1/+5
|/
* Merge branch 'array_fix'William S Fulton2021-03-064-145/+77
|\
| * Javascript code formatting correctionsWilliam S Fulton2021-03-032-21/+15
| * Fix Javascript arrays for modern node versionsWilliam S Fulton2021-03-031-2/+2
| * Fix for new SWIGV8_ARRAY_NEW definitionWilliam S Fulton2021-03-031-1/+1
| * Merge branch 'master' into array_fixWilliam S Fulton2021-03-03340-8066/+8901
| |\
| * | Proper array typemaps in JavascriptNickolay Shmyrev2017-01-143-124/+62
* | | Merge pull request #1957 from dot-asm/v8-context-awareWilliam S Fulton2021-03-055-27/+36
|\ \ \ | |_|/ |/| |
| * | Lib/javascript/v8: use context-aware initialization.Andy Polyakov2021-03-024-26/+35
| * | Lib/javascript/v8/javascriptrun.swg: minor versioning cleanup.Andy Polyakov2021-03-021-1/+1
* | | Merge branch 'vaughamhong-master'William S Fulton2021-03-031-6/+56
|\ \ \ | |/ / |/| |
| * | fixed build error - ISO C90 forbids mixed declarations and code for jscVaugham Hong2015-12-311-15/+34
| * | touch to kickoff another build - from accidental close pull requestVaugham Hong2015-12-311-1/+1
| * | Implemented SetModule / GetModule for JSC to allow type sharing across module...Vaugham Hong2015-12-311-1/+1
| * | Implemented SetModule / GetModule for JSC to allow type sharing across modulesVaugham Hong2015-12-281-6/+37
* | | Add table of v8/node versionsWilliam S Fulton2021-03-011-0/+1
* | | OUTPUT typemaps on methods that don't return voidWilliam S Fulton2021-03-011-0/+26
* | | Merge branch 'js-fix-626'William S Fulton2021-02-281-2/+4
|\ \ \
| * | | Added check to prevent crash on illegal constructor callPatrick Schneider2017-04-131-2/+4
* | | | Modify SWIGV8_AppendOutput to work with newer versions of nodeWilliam S Fulton2021-02-281-13/+5
* | | | Fix SWIGV8_AppendOutput for OUTPUT typemapsOlegs Jeremejevs2021-02-281-0/+8
* | | | Cosmetic whitespaceWilliam S Fulton2021-02-281-1/+1
* | | | Restore complex number support for ancient v8 versionsWilliam S Fulton2021-02-272-12/+16
* | | | Fixes for node v12.0-12.5William S Fulton2021-02-273-11/+9
* | | | -Wunused-result fixes for Node < 12William S Fulton2021-02-274-7/+12
* | | | Use SWIGV8_INTEGER_NEW_UNS always for unsigned long longWilliam S Fulton2021-02-261-2/+1
* | | | Use SWIGV8_INTEGER_NEW_UNS always for unsigned valuesSergio Garcia Murillo2021-02-261-2/+1
* | | | Fix -Wunused-result warnings in node wrappersWilliam S Fulton2021-02-261-2/+2
* | | | Fix -Wunused-result warnings in node wrappersWilliam S Fulton2021-02-263-5/+5
* | | | Javascript: Stop using deprecated Array::Get methodWilliam S Fulton2021-02-261-4/+4
* | | | Merge branch 'pr/new-node-fixes'William S Fulton2021-02-249-82/+147
|\ \ \ \
| * | | | Revert "Merge pull request #3 from tungntpham/new-node-fixes-refactor"tungpham252021-01-282-11/+15
| * | | | OPTIM: Restructured the code where it checks for V8 version, removing duplica...TungPham51D2021-01-142-15/+11
| * | | | Add support for Node.js v12Yegor Yefremov2020-04-074-10/+59
| * | | | Replace Handle with Local depending on Node.js versionYegor Yefremov2020-04-078-74/+80
| * | | | Introduce macros to support both Handle and Local typesTom Leavy2020-04-071-0/+10
* | | | | Fix typos in attribute2ref() in Lib/typemaps/attribute.swgZackery Spytz2021-02-091-1/+1