summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: enum declwip/jasper/enum-gtypeJasper St. Pierre2018-02-021-0/+47
* Merge branch 'february-maintenance' into 'master'Cosimo Cecchi2018-02-034-14/+54
|\
| * profiler: Remove unused function in !ENABLE_PROFILER casePhilip Chimento2018-01-311-0/+4
| * tests: Add tests for GObject-valued propertiesGiovanni Campagna2018-01-291-0/+29
| * function: Fix outdated commentPhilip Chimento2018-01-291-1/+1
| * function: move completed trampolines out of gjs_invoke_c_functionGiovanni Campagna2018-01-291-9/+14
| * jsapi-dynamic-class: Use interned strings to link prototypePhilip Chimento2018-01-291-4/+6
* | Merge branch 'dev' into 'master'Philip Chimento2018-02-021-0/+1
|\ \
| * | CI: use the fastest approach to buildClaudio André2018-02-011-0/+1
* | | Merge branch 'coverage' into 'master'Philip Chimento2018-02-021-1/+1
|\ \ \
| * | | CI: fix the coverage dependency chainClaudio André2018-02-011-1/+1
| |/ /
* | | Merge branch 'profile' into 'master'Philip Chimento2018-02-011-3/+3
|\ \ \ | |/ / |/| |
| * | CI: use a more robuts test for profiling dumpingClaudio André2018-02-011-3/+3
|/ /
* | Merge branch '2-install-suppressions-file' into 'master'Cosimo Cecchi2018-02-011-0/+6
|\ \
| * | build: Install suppressions filesPhilip Chimento2018-01-311-0/+6
* | | Merge branch 'final' into 'master'Philip Chimento2018-02-015-62/+91
|\ \ \ | |/ / |/| |
| * | CI: update docker imagesClaudio André2018-02-014-54/+81
| * | maint: small fixes to testCommandLine scriptClaudio André2018-02-011-8/+10
* | | Merge branch 'smcv/gjs-debug'Philip Chimento2018-01-312-5/+17
|\ \ \ | |/ / |/| |
| * | gjs_context_eval: Log a critical on uncatchable exceptionsSimon McVittie2018-01-311-0/+2
| * | gjs_context_eval: Use different GError message for uncatchable exceptionsSimon McVittie2018-01-311-4/+9
| * | _gjs_context_run_jobs: Log uncatchable exceptions, except System.exit()Simon McVittie2018-01-311-0/+4
| * | gjs_callback_closure: Use g_error, not exit, on uncatchable exceptionsSimon McVittie2018-01-311-3/+2
| * | gjs_callback_closure: Log uncatchable exceptions, don't just exitSimon McVittie2018-01-311-0/+2
| |/
* | Merge branch 'wip/gcampax/65-gobject-signal' into 'master'Cosimo Cecchi2018-01-302-0/+38
|\ \ | |/ |/|
| * Allow using GObject.signal_* functions in place of Object methodsGiovanni Campagna2018-01-292-0/+38
|/
* maint: Update DOAP filePhilip Chimento2018-01-271-9/+9
* release: Include NEWS from 1.50.4Philip Chimento2018-01-271-0/+8
* Revert "object: reset the keep alive flag on wrapper when object is disposed"Philip Chimento2018-01-271-1/+0
* Merge branch 'january-maintenance' into 'master'Cosimo Cecchi2018-01-2726-155/+109
|\
| * jsapi-util-string: Fix return of gjs_get_string_id()Philip Chimento2018-01-211-1/+1
| * js: Remove context from GjsAutoJSCharPhilip Chimento2018-01-2125-129/+90
| * maint: Fix obsolete comments on resolve hooksPhilip Chimento2018-01-214-20/+8
| * tests: Add pending test for composite template subclassPhilip Chimento2018-01-201-2/+7
| * tests: Don't compare Rooted<T> against NULLPhilip Chimento2018-01-201-3/+3
* | Merge branch '33-resolve-return-val' into 'master'Cosimo Cecchi2018-01-261-0/+1
|\ \
| * | object: Restore resolve return valuePhilip Chimento2018-01-251-0/+1
| |/
* | Merge branch 'wip/profiler' into 'master'Cosimo Cecchi2018-01-2519-11/+2024
|\ \ | |/ |/|
| * profiler: Reduce API surfacePhilip Chimento2018-01-247-88/+169
| * foreign: Use gjs_eval_with_scope() instead of public APIPhilip Chimento2018-01-241-7/+4
| * profiler: Always activate profiler if GJS_ENABLE_PROFILER=1Philip Chimento2018-01-244-1/+61
| * profiler: Allow configuring with --disable-profilerPhilip Chimento2018-01-247-21/+322
| * profiler: Suppress cppcheck warningPhilip Chimento2018-01-243-3/+14
| * profiler: Disable SIGUSR2 start/stopPhilip Chimento2018-01-241-10/+5
| * profiler: Disable profiler in interactive modePhilip Chimento2018-01-241-10/+16
| * profiler: Allow enabling with GJS_ENABLE_PROFILER=1Philip Chimento2018-01-243-1/+15
| * profiler: Implement --profile flag behaviourPhilip Chimento2018-01-243-8/+57
| * profiler: add SPSProfiler implementationChristian Hergert2018-01-249-1/+1500
* | release: Include NEWS from 1.50.3Philip Chimento2018-01-171-0/+16
|/
* Merge branch '11-handle-0-valued-gtype-gracefully' into 'master'Cosimo Cecchi2018-01-163-5/+22
|\