summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Prepare for 1.55.21.55.2Philip Chimento2018-11-121-0/+25
* release: Include NEWS from 1.54.3Philip Chimento2018-11-121-0/+14
* Merge branch '196-dtrace' into 'master'Cosimo Cecchi2018-11-092-1/+12
|\
| * CI: Add systemtap jobPhilip Chimento2018-11-081-0/+11
| * object: Fix build with --enable-dtracePhilip Chimento2018-11-081-1/+1
|/
* Merge branch '147-signal-tests' into 'master'Philip Chimento2018-11-084-4/+24
|\
| * tests: Add tests for new signal functionalityPhilip Chimento2018-11-073-3/+23
| * CI: Update Fedora image for CI jobPhilip Chimento2018-11-071-1/+1
|/
* Merge branch 'wip/mayresolve' into 'master'Philip Chimento2018-11-082-0/+20
|\
| * object: Avoid looking up predefined methods in GIColin Walters2018-11-072-0/+20
* | Merge branch 'wip/17-code-hospitable-readme-docs' into 'master'Philip Chimento2018-11-085-29/+486
|\ \ | |/ |/|
| * docs: Add examples of "model" issues and merge requestsPhilip Chimento2018-11-031-0/+16
| * docs: Write a more hospitable README filePhilip Chimento2018-11-031-20/+49
| * docs: Move draft into READMEPhilip Chimento2018-11-032-54/+36
| * docs: Add a contributing guidePhilip Chimento2018-11-032-11/+359
| * docs: Add issue templatesPhilip Chimento2018-11-032-0/+42
| * add a few links and subsections to Reading MaterialAndy Holmes2018-11-031-0/+7
| * Starter code hospitable READMEAvi Zajac2018-11-031-0/+33
* | Merge branch 'atoms-refactor' into 'master'Philip Chimento2018-11-0838-857/+809
|\ \
| * | atoms: Make init functions falliblePhilip Chimento2018-11-073-21/+32
| * | atoms: use structs with operator()() override to init atomsMarco Trevisan (Treviño)2018-11-072-30/+48
| * | js: Compare jsid in some resolve hooks instead of stringsPhilip Chimento2018-11-054-15/+7
| * | importer: Remove special case for __iterator__Philip Chimento2018-11-051-2/+1
| * | atoms: Allow "symbol atoms" for keys not exposed to JSPhilip Chimento2018-11-056-24/+30
| * | atoms: Use more atoms to avoid converting stringsPhilip Chimento2018-11-0519-64/+117
| * | context: Move atoms to a separate classPhilip Chimento2018-11-0522-330/+262
| * | context: Remove __gjsKeepAlive atomPhilip Chimento2018-11-052-2/+1
| * | context: Move all private context methods to C++ classPhilip Chimento2018-11-0512-447/+389
|/ /
* | Merge branch 'memleak-fixes' into 'master'Philip Chimento2018-11-066-81/+48
|\ \
| * | native: rename file name as parse_nameMarco Trevisan (Treviño)2018-11-041-6/+7
| * | importer: rename file name as parse_nameMarco Trevisan (Treviño)2018-11-041-11/+12
| * | gtype: use Atomized string for static onesMarco Trevisan (Treviño)2018-11-041-1/+2
| * | importer: use gjs_string_from_utf8 to convert stringsMarco Trevisan (Treviño)2018-11-041-4/+9
| * | engine: delete context if hosted code can't be definedMarco Trevisan (Treviño)2018-11-041-1/+3
| * | gtype: reuse heap wrapper from cached onesMarco Trevisan (Treviño)2018-11-041-32/+12
| * | gtype: track weak pointers using unique_ptrMarco Trevisan (Treviño)2018-11-041-13/+13
| * | gtype: delete heap wrappers on gtype removalMarco Trevisan (Treviño)2018-11-043-35/+12
|/ /
* | Merge branch 'october-maintenance' into 'master'Cosimo Cecchi2018-11-0428-195/+252
|\ \
| * | CI: Fix typo in with_logging definesPhilip Chimento2018-11-031-1/+1
| * | doc: Mention C++14 instead of C++11Philip Chimento2018-11-031-6/+6
| * | closure: Store JSFunction* pointer instead of JSObject*Philip Chimento2018-11-039-107/+91
| * | boxed: Remove GIBoxedInfo typedefPhilip Chimento2018-11-033-16/+12
| * | js: Report out of memory on failed vector operationsPhilip Chimento2018-11-035-32/+61
| * | js: Remove unnecessary abortsPhilip Chimento2018-11-037-14/+14
| * | context: Log exception when initializingPhilip Chimento2018-11-031-1/+3
| * | examples: Fix deprecated ByteArray usagePhilip Chimento2018-11-031-1/+2
| * | jsapi-util: Debug values without a toString()Philip Chimento2018-11-031-0/+5
| * | engine: Use a "source hook" and keep sources in memoryPhilip Chimento2018-11-035-17/+57
|/ /
* | Merge branch 'error-prototype-tostring' into 'master'Cosimo Cecchi2018-11-034-100/+63
|\ \ | |/ |/|
| * tests: Remove irrelevant error testsPhilip Chimento2018-11-031-18/+0