summaryrefslogtreecommitdiff
path: root/Lib/javascript
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-cast'William S Fulton2022-10-141-2/+2
|\
| * Merge branch 'fix-cast' into masterSergio Garcia Murillo2021-11-2912-228/+151
| |\
| * | Return uint64_t as double if is bigger than uint32_tSergio Garcia Murillo2021-11-291-2/+2
| * | Use SWIG_TypeCast in SWIG_V8_ConvertInstancePtr if types don't match (#3)Sergio Garcia Murillo2021-03-051-1/+5
* | | Javascript v8 object to string exceptions improvementWilliam S Fulton2022-09-191-1/+1
* | | Javascript, Octave, R - Improve exceptions for %catchesWilliam S Fulton2022-09-194-7/+16
* | | Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-174-0/+24
* | | Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-162-0/+2
* | | Add Javascript support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-046-4/+150
* | | Correct warning message for wchar_t * typemapsWilliam S Fulton2022-05-061-0/+2
* | | [Javascript] Fix handling of functions which take void*Olly Betts2022-03-072-2/+2
* | | Fix typos in docs and commentsOlly Betts2022-02-272-2/+2
* | | [js] Remove code to handle v8 < 5.0Olly Betts2021-12-026-413/+10
* | | Merge branch 'fix_SWIG_V8_VERSION'William S Fulton2021-12-011-1/+4
|\ \ \ | |_|/ |/| |
| * | [javascript][v8] SWIG_V8_VERSION generation method corrected.Hirokazu MORIKAWA2021-05-011-1/+4
* | | Fix mismatched new char[] and free() - JavascriptWilliam S Fulton2021-11-121-1/+1
|/ /
* | 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-0324-165/+483
| |\ \ | | |/
| * | Proper array typemaps in JavascriptNickolay Shmyrev2017-01-143-124/+62
* | | Merge pull request #1957 from dot-asm/v8-context-awareWilliam S Fulton2021-03-054-26/+32
|\ \ \ | |_|/ |/| |
| * | Lib/javascript/v8: use context-aware initialization.Andy Polyakov2021-03-023-25/+31
| * | 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