summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* value.c: Make non-public constructor function staticColin Walters2010-09-161-1/+1
* profiler: make gjs_profiler_reset publicColin Walters2010-09-162-1/+2
* function.c: Quiet some compiler warningsColin Walters2010-09-161-5/+2
* byteArray: Fix incorrect use of %u for gsize formatColin Walters2010-09-161-2/+2
* Fix two prototype compilation warningsColin Walters2010-09-163-2/+6
* headers: Require single include, don't warn for internal usesColin Walters2010-09-169-11/+18
* build+systemtap: Distribute tapset tooColin Walters2010-09-152-3/+3
* configure: Post-release version bumpColin Walters2010-09-151-1/+1
* configure: Release 0.7.2.GJS_0_7_2Colin Walters2010-09-151-1/+1
* build: Don't attempt to dist sources copied from g-iColin Walters2010-09-151-2/+2
* build+systemtap: Dist gi/gjs_gi_probes.dColin Walters2010-09-151-0/+1
* Fix unitialized return valueOwen W. Taylor2010-09-151-0/+1
* Adjust to change in the indexing of destroy/closure parametersOwen W. Taylor2010-09-071-4/+0
* arg.c: Fix compiler warningColin Walters2010-09-011-4/+4
* configure: Check for JS_DefinePropertyByIdColin Walters2010-09-011-0/+3
* configure: Bump required g-i version to 0.9.5Colin Walters2010-08-311-1/+1
* Port to new gobject-introspection testsColin Walters2010-08-315-4/+46
* byteArray: Fix 64 bit issuesColin Walters2010-08-311-6/+12
* [gjs-dbus] Rename internal method and make it publicJohan Dahlin2010-08-192-9/+15
* gjs-console: explicitely link against glibDiego Escalante Urrelo2010-08-111-0/+1
* [configure] Require g-i 0.9.3Johan Dahlin2010-08-071-1/+1
* Adjust for g-i change to remove machine-independent type tagsColin Walters2010-07-093-125/+27
* [gjs] Add a byteArray module.Johan Dahlin2010-06-2311-3/+1265
* [importer] Allow native modules in gjs.soJohan Dahlin2010-06-232-25/+50
* [value] Do not use G_TYPE_ARRAY as wellJohan Dahlin2010-06-221-1/+3
* [value] Add workaround to avoid glib 2.22 depJohan Dahlin2010-06-221-2/+12
* [arg] Add JSRoot to gjs_array_from_strv()Danielle Madeley2010-06-221-0/+3
* Merge branch 'strv-621960'Danielle Madeley2010-06-224-20/+65
|\
| * Throw a better warning for GValues containing container typesDanielle Madeley2010-06-221-0/+7
| * Add test to testEverythingBasicDanielle Madeley2010-06-221-0/+9
| * Handle GValues of type G_TYPE_STRVDanielle Madeley2010-06-181-0/+7
| * Add gjs_array_from_strv(), convert gjs_value_from_g_argument() to use itDanielle Madeley2010-06-182-20/+42
* | [GIMarshallingTest] Disable a few testsJohan Dahlin2010-06-211-6/+9
* | [gdb-check] Add a script for easier useJohan Dahlin2010-06-212-1/+6
|/
* [gi] don't redefine special methods on every prototype; use inheritanceDan Winship2010-06-171-2/+2
* [build] Use -no-undefinedJohan Dahlin2010-06-084-2/+5
* [importer] Use G_MODULE_SUFFIXJohan Dahlin2010-06-081-2/+2
* [dbus-exports] Check for abandon_containerColin Walters2010-06-072-0/+9
* [dbus] Remove additional incorrect variant in GetAllColin Walters2010-06-071-3/+10
* [modules] Add a promise moduleJohan Dahlin2010-06-072-2/+340
* Add support for dtrace/SystemTapColin Walters2010-05-288-0/+130
* Add support for GArray to gjs_value_to_g_argumentDanielle Madeley2010-05-273-2/+120
* Add support for GArray to gjs_value_from_g_argumentDanielle Madeley2010-05-271-2/+170
* Bump version to 0.7GJS_0_7Owen W. Taylor2010-05-251-1/+1
* add Tweener.setTimeScale and Tweener.getTimeScaleJames Willcox2010-05-201-0/+8
* Initialize return value when a callback throwsOwen W. Taylor2010-05-133-2/+145
* Log errors that occur in callbacksOwen W. Taylor2010-05-131-2/+7
* Skip user_data arguments in gjs_callback_closureOwen W. Taylor2010-05-102-11/+18
* Fix callbacks with scope=call that call the callback multiple timesOwen W. Taylor2010-05-101-1/+6
* Handle destroy callbacks of type other than GDestroyNotifyOwen W. Taylor2010-05-071-2/+1