summaryrefslogtreecommitdiff
path: root/Lib/javascript
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | 0.0 float warning fixWilliam S Fulton2020-10-101-1/+1
* | | | Javascript v8 C complex wrappers fixWilliam S Fulton2020-10-101-1/+1
* | | | More C99 complex fixes, plus Python testsLeo Singer2020-06-242-0/+2
* | | | Restore _Complex as standalone typeLeo Singer2020-06-242-0/+4
* | | | Small corrections for handling C99 _ComplexLeo Singer2020-06-242-4/+0
* | | | Properly handle C99 complex types even in C++ modeLeo Singer2020-06-242-8/+8
|/ / /
* | | Fix node.js deprecated warnings >= v10.12.0mochizk2019-03-135-17/+45
* | | Consistent parameter names for std::pairWilliam S Fulton2019-02-142-4/+4
* | | Add STL container copy constructors where missingWilliam S Fulton2019-02-144-3/+10
* | | Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-132-0/+21
* | | Add missing typedefs to std::pairWilliam S Fulton2019-02-132-0/+4
* | | Add missing typedefs to std::mapWilliam S Fulton2019-02-132-0/+13
* | | Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-132-2/+2
* | | Overloading for non-pointers and NULL - JavascriptWilliam S Fulton2018-12-302-2/+2
* | | Add support for non-default compare template argument in std::map wrappers - ...William S Fulton2018-10-092-10/+10
* | | Merge branch 'js-v8-52-tests'William S Fulton2018-08-024-17/+95
|\ \ \
| * \ \ Merge branch 'master' into js-v8-52-testsJacob Gillespie2018-05-013-1/+15
| |\ \ \
| * | | | Remove warnings on Node 6.x aka V8 5.0 and 5.1Patrick Schneider2017-04-134-21/+21
| * | | | Add Node 7.x aka V8 5.2+ supportPatrick Schneider2017-04-134-17/+95
| | |/ / | |/| |
* | | | Misc. typosluz.paz2018-05-172-3/+3
* | | | Javascript assert.h - move to header sectionWilliam S Fulton2018-05-061-2/+4
| |/ / |/| |
* | | Javascript - Fix compilation error wrapping std::complex via std_complex.iWilliam S Fulton2018-02-111-1/+1