summaryrefslogtreecommitdiff
path: root/Lib/javascript/jsc
Commit message (Expand)AuthorAgeFilesLines
* Javascript, Octave, R - Improve exceptions for %catchesWilliam S Fulton2022-09-192-6/+10
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+12
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+1
* Add Javascript support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-043-2/+75
* Correct warning message for wchar_t * typemapsWilliam S Fulton2022-05-061-0/+2
* [Javascript] Fix handling of functions which take void*Olly Betts2022-03-071-1/+1
* Fix typos in docs and commentsOlly Betts2022-02-271-1/+1
* Merge branch 'v8-context-aware-race-free-preparation'William S Fulton2021-03-111-11/+6
|\
| * 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
|/
* Merge branch 'master' into array_fixWilliam S Fulton2021-03-039-22/+129
|\
| * 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
| * | OUTPUT typemaps on methods that don't return voidWilliam S Fulton2021-03-011-0/+26
| * | 0.0 float warning fixWilliam S Fulton2020-10-101-1/+1
| * | More C99 complex fixes, plus Python testsLeo Singer2020-06-241-0/+1
| * | Restore _Complex as standalone typeLeo Singer2020-06-241-0/+2
| * | Small corrections for handling C99 _ComplexLeo Singer2020-06-241-2/+0
| * | Properly handle C99 complex types even in C++ modeLeo Singer2020-06-241-4/+4
| * | Consistent parameter names for std::pairWilliam S Fulton2019-02-141-2/+2
| * | Add STL container copy constructors where missingWilliam S Fulton2019-02-142-2/+5
| * | Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+11
| * | Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
| * | Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+7
| * | Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-1/+1
| * | Overloading for non-pointers and NULL - JavascriptWilliam S Fulton2018-12-301-1/+1
| * | Add support for non-default compare template argument in std::map wrappers - ...William S Fulton2018-10-091-5/+5
| * | Misc. typosluz.paz2018-05-171-1/+1
| * | Add missing declaration for std::complexWilliam S Fulton2017-10-021-0/+7
* | | Proper array typemaps in JavascriptNickolay Shmyrev2017-01-141-58/+29
|/ /
* | [Javascript] Fix SWIG_exception() macro (#792)Olly Betts2016-09-173-2/+3
* | Don't use long long if it isn't availableAlec Cooper2016-01-061-4/+12
|/
* "concret" -> "concrete"Olly Betts2015-10-121-1/+1
* C90 fixes for Javascript JSCWilliam S Fulton2015-02-113-4/+8
* Fixed JSClassRef declaration not using the static oneMathieu Monney2014-07-021-1/+1
* Fix std::vector<bool> compile problems on OSX for JavascriptWilliam S Fulton2014-05-311-1/+1
* JavaScriptCore: Improved code that uses JSObjectMakeError instead of JSValueT...Eric Wing2014-05-261-23/+17
* JavaScriptCore: Reverted 2 of the JSValueMakeUndefined replacements because t...Eric Wing2014-05-261-2/+2
* JavaScriptCore: Returning NULL for wrapper functions that expect JSValueRef m...Eric Wing2014-05-261-5/+5
* JavaScriptCore: Fixed exception object so sourceURL (file name), line (number...Eric Wing2014-05-261-2/+23
* Javascript warnings for c++98 - remove vlaWilliam S Fulton2014-05-241-1/+1
* JavascriptCore: Bugfix for null-pointer support.Oliver Buchtala2014-05-191-1/+5
* Javascript: support null pointers.Oliver Buchtala2014-05-191-5/+13
* JavaScriptCore: ConvertPtr should allow JavaScript null to be a valid value.Eric Wing2014-05-191-0/+7
* Revert "JavaScriptCore: ConvertPtr should allow JavaScript null to be a valid...Oliver Buchtala2014-05-191-7/+0
* Revert "Javascript: support null pointers."Oliver Buchtala2014-05-191-13/+5
* Javascript: support null pointers.Oliver Buchtala2014-05-191-5/+13