summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testGDBus: Add a log exception1.39.0Jasper St. Pierre2013-11-201-0/+3
* Gio: Log errors that we catch when an app fails in a DBus method handlerJasper St. Pierre2013-11-151-0/+1
* gi/value: Fix uint type in variableJuan R. García Blanco2013-11-131-1/+1
* tests: Disable locale conversion failure testsTim Lunn2013-11-081-4/+0
* value: Crash harder if we don't have introspection info for an enumJasper St. Pierre2013-10-301-8/+3
* build: fix implicit pointer conversion errorsTim Lunn2013-10-2937-192/+192
* fix invalid syntax on proto_props resulting in unknown size errorsTim Lunn2013-10-2927-54/+54
* param.cpp fix jump over value initialisationTim Lunn2013-10-291-1/+2
* update to c++ api for fop->runtime()Tim Lunn2013-10-291-2/+2
* update to c++ types and api for JSHandle* ObjectsTim Lunn2013-10-293-43/+43
* fix declaration of JSClasses to be valid c++ syntaxTim Lunn2013-10-2912-24/+24
* build: update makefiles to build using C++Tim Lunn2013-10-295-80/+82
* build: rename all c file to cppTim Lunn2013-10-2960-0/+0
* tests: Force generation of shared librariesColin Walters2013-10-251-3/+8
* don't use reserved c++ keywords class, namespace and throwTim Lunn2013-10-2621-65/+65
* fix Wsign-compare warningsTim Lunn2013-10-262-2/+2
* Remove support for E4XTim Lunn2013-10-253-91/+77
* GObject: fix accessor properties on GObject classesGiovanni Campagna2013-10-211-10/+17
* tests: Add imports.format testFlorian Müllner2013-10-162-0/+68
* format: Add support for numbered argumentsFlorian Müllner2013-10-161-6/+17
* gjs_parse_args() wrong check with format 'u'Sebastien Lafargue2013-10-101-1/+1
* bump to .0 not .1Jasper St. Pierre2013-10-091-1/+1
* Late post-release version bumpJasper St. Pierre2013-10-091-1/+1
* Rework the native module importing schemeJasper St. Pierre2013-10-0218-139/+78
* Support using GResource as a base search path for JS filesJasper St. Pierre2013-10-021-28/+52
* importer: Replace load_module_init implementation with import_fileJasper St. Pierre2013-10-021-65/+12
* importer: Remove finish_importJasper St. Pierre2013-10-021-20/+7
* importer: Split out the code that evaluates the scriptJasper St. Pierre2013-10-021-55/+65
* Revert recent import changeswip/fix-importsJasper St. Pierre2013-10-0118-194/+372
* Rework the native module importing schemeJasper St. Pierre2013-10-0118-224/+78
* importer: Remove separate define/seal step for importing modulesJasper St. Pierre2013-10-011-7/+3
* Support using GResource as a base search path for JS filesCosimo Cecchi2013-09-281-26/+57
* importer: Replace load_module_init implementation with import_fileJasper St. Pierre2013-09-281-62/+5
* importer: Move import_file up hereJasper St. Pierre2013-09-281-61/+61
* importer: Remove finish_importJasper St. Pierre2013-09-281-20/+7
* importer: Split out the code that evaluates the scriptJasper St. Pierre2013-09-281-24/+35
* repo: Simplify namespace lookup codeJasper St. Pierre2013-09-281-18/+16
* repo: Move version getting code to its own functionJasper St. Pierre2013-09-281-18/+31
* object: Use JS_DefineFunctions as wellJasper St. Pierre2013-09-281-22/+9
* system: Replace repeated JS_DefineFunction with JS_DefineFunctionsJasper St. Pierre2013-09-281-28/+10
* Fix ParamSpec constructorsJasper St. Pierre2013-09-281-1/+1
* Fix ParamSpec constructors for enum/flagsGiovanni Campagna2013-09-282-27/+7
* Fix ParamSpec constructors for boxed/object/param propertiesGiovanni Campagna2013-09-282-3/+15
* console: improve --help handlingGiovanni Campagna2013-09-261-0/+22
* util: improve logging of unrecognized GErrorsGiovanni Campagna2013-09-252-5/+80
* Release 1.38.1GJS_1_38_1Colin Walters2013-09-241-1/+1
* build: Also dist another input fileColin Walters2013-09-241-1/+3
* Release 1.38.0GJS_1_38_0Colin Walters2013-09-241-3/+3
* build: dist-xz is the new blackColin Walters2013-09-241-1/+1
* build: Dist testSystemExit.jsColin Walters2013-09-181-1/+1