summaryrefslogtreecommitdiff
path: root/gi/foreign.cpp
Commit message (Expand)AuthorAgeFilesLines
* foreign: Use char smart pointers and std::string when possibleMarco Trevisan (Treviño)2022-11-191-20/+13
* context: Remove workaround for coverage bugPhilip Chimento2022-01-161-1/+2
* foreign: Remove unused struct memberPhilip Chimento2021-09-301-4/+5
* arg: Use argument flags for the gjs conversion functionsMarco Trevisan (Treviño)2020-10-221-13/+6
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-041-21/+2
* maint: Use C++17 attributesPhilip Chimento2020-08-051-14/+5
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-1/+3
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-5/+7
* context: Fix gjs_context_eval() for non-zero-terminated stringsPhilip Chimento2019-04-031-2/+1
* js: Move all functions requiring GjsContext out of jsapi-utilPhilip Chimento2018-12-011-2/+4
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-0/+3
* foreign: Make gjs_struct_foreign_register() infalliblePhilip Chimento2018-10-301-9/+5
* foreign: Use gjs_eval_with_scope() instead of public APIPhilip Chimento2018-01-241-7/+4
* maint: Use correct mode lines in all filesPhilip Chimento2017-04-161-1/+1
* build: Make a jsapi.h "system header" wrapperPhilip Chimento2016-10-211-1/+1
* js: Root gjs_string_from_utf8()Philip Chimento2016-10-201-4/+4
* module: Get rid of internals APIPhilip Chimento2016-10-181-2/+1
* js: Prefer bool to gbooleanPhilip Chimento2016-09-271-4/+4
* js: Discontinue usage of JSBoolPhilip Chimento2016-09-271-23/+23
* js: Replace all jsval by JS::ValuePhilip Chimento2016-09-211-2/+2
* foreign: Cleanup the style slightlyJasper St. Pierre2015-06-171-3/+3
* build: fix implicit pointer conversion errorsTim Lunn2013-10-291-2/+2
* build: rename all c file to cppTim Lunn2013-10-291-0/+201