summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* object: Unindent a large section of code in the resolve hookJasper St. Pierre2012-02-031-67/+68
* object: Remove useless "instance" section in resolve hookJasper St. Pierre2012-02-031-27/+0
* function: Allow out parameters in callbacks and vfuncsJasper St. Pierre2012-02-032-14/+148
* function: Make GjsCallbackTrampoline publicJasper St. Pierre2012-02-032-14/+22
* Don't copy boxed or struct types when passing them to a vfunc or callbackJasper St. Pierre2012-02-037-19/+43
* lang: Introduce meta classesGiovanni Campagna2012-02-033-20/+229
* Fix system moduleJasper St. Pierre2012-02-031-3/+6
* Add "system" moduleJasper St. Pierre2012-02-033-1/+151
* Update .gitignoreJasper St. Pierre2012-02-031-0/+3
* GParamSpec: Use gjs_parse_args for parsing argumentsGiovanni Campagna2012-02-022-53/+50
* util: Add a new format specifier to gjs_parse_args specifying a booleanJasper St. Pierre2012-02-021-0/+8
* util: Add a new format specifier to gjs_parse_args specifying a 64-bit integerJasper St. Pierre2012-02-021-0/+9
* util: Add a flag to gjs_parse_args to allow JS to pass ignored argumentsJasper St. Pierre2012-02-021-1/+10
* param: Don't crash when getting a prop on a non-introspectable propertyJasper St. Pierre2012-01-301-3/+13
* arg: Fix releasing a GTypeJasper St. Pierre2012-01-261-0/+1
* Represent GTypes as a new boxed wrapper typeJasper St. Pierre2012-01-259-67/+349
* util: Correct the create_proto functions created by DEFINE_PROTOJasper St. Pierre2012-01-221-5/+5
* tests: Remove all useless logging from testsJasper St. Pierre2012-01-225-15/+1
* configure: Post-release version bumpColin Walters2012-01-191-1/+1
* Release 1.31.10GJS_1_31_10Colin Walters2012-01-191-1/+1
* object.c: correct memory management for singletonsOwen W. Taylor2012-01-121-2/+6
* object.c: Fix leak of parameters when handling a singletonOwen W. Taylor2012-01-121-2/+1
* object: Don't crash when given a GObject singletonJasper St. Pierre2012-01-121-0/+16
* Add support for flat GValue arraysJasper St. Pierre2012-01-062-12/+161
* function: Fix ffi return value handling on 32 bitColin Walters2012-01-041-16/+52
* drop JS_LOCALETOUNICODE_NEEDS_CONST_CHAR check and silence warningsMarc-Antoine Perennou2012-01-049-36/+1
* Fix build with automake 1.11.2Marc-Antoine Perennou2012-01-041-1/+6
* interface: Fix buildJasper St. Pierre2012-01-031-2/+1
* Add native JSClass for interfacesJasper St. Pierre2012-01-036-3/+327
* function: Correctly convert from ffi return values to GIArgument on big-endianColin Walters2011-12-211-6/+123
* Release 1.31.6Colin Walters2011-12-201-1/+1
* arg: Wrap GParamSpec values when sending them to JSJasper St. Pierre2011-12-151-0/+6
* test: Add new tests to test ParamSpecsJasper St. Pierre2011-12-151-0/+101
* Add a new "GObject" override module to aid us in creating ParamSpecsJasper St. Pierre2011-12-152-1/+122
* param: Allow creating new ParamSpecsJasper St. Pierre2011-12-153-2/+248
* Indent enum test properlyJasper St. Pierre2011-12-151-9/+12
* Add a common way to grab a GType for an objectJasper St. Pierre2011-12-153-0/+40
* param: Implement property lookup for ParamSpecsJasper St. Pierre2011-12-071-15/+68
* param: Rip out JSResolve opJasper St. Pierre2011-12-071-57/+2
* param: It's GObject.ParamSpec, not GLib.ParamSpecJasper St. Pierre2011-12-072-21/+21
* function: Port to the GJS_NATIVE_CONSTRUCTOR stuffJasper St. Pierre2011-11-281-46/+12
* Remove JSFUN_FAST_NATIVEJasper St. Pierre2011-11-2817-144/+141
* Strip compat.h #define hellJasper St. Pierre2011-11-2816-242/+26
* Require mozjs185Jasper St. Pierre2011-11-284-83/+3
* lang: Fix up an error messageJasper St. Pierre2011-11-281-1/+1
* object: Remove non-working debug messageJasper St. Pierre2011-11-281-4/+0
* Remove the unthreadsafe_template_for_constructorJasper St. Pierre2011-11-284-286/+221
* Remove usage of JS_IsConstructing_PossiblyWithGivenThisObjectJasper St. Pierre2011-11-281-3/+2
* console: Fix ARGV when using -c to specify programFlorian Müllner2011-11-211-1/+3
* Class: fix for reentrant callsGiovanni Campagna2011-11-212-3/+24