summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | print: Define API writablePhilip Chimento2020-08-303-0/+36
| * | maint: Add more eslint rules for restricted syntaxPhilip Chimento2020-08-302-2/+7
| * | maint: Un-deprecate MainloopPhilip Chimento2020-08-301-3/+0
| * | tests: Add missing vfuncPhilip Chimento2020-08-301-0/+4
| |/
* | Merge branch 'fix-trampoline-leaks' into 'master'Philip Chimento2020-09-032-5/+17
|\ \
| * | function: Unref the allocated trampoline if returning earlyMarco Trevisan (Treviño)2020-09-031-3/+6
| * | object: Fix GjsCallBackTrampoline's leaksMarco Trevisan (Treviño)2020-09-031-2/+11
|/ /
* | Merge branch 'boxinstance-initialize-fix' into 'master'Philip Chimento2020-09-031-1/+3
|\ \ | |/ |/|
| * boxed: Initialize all the private BoxedInstance membersMarco Trevisan (Treviño)2020-09-021-1/+3
|/
* Merge branch 'patch-1' into 'master'Philip Chimento2020-08-301-0/+8
|\
| * doc: add third party applicationsSonny Piers2020-08-301-0/+8
|/
* Merge branch 'dbus-signal-no-unref-null' into 'master'Philip Chimento2020-08-281-1/+3
|\
| * gjs_dbus_implementation_emit_signal: don't try to unref NULLAdam Williamson2020-08-281-1/+3
|/
* Merge branch 'restore-msvc-build' into 'master'Philip Chimento2020-08-2610-30/+110
|\
| * README.MSVC.md: Update build instructionsChun-wei Fan2020-08-261-14/+34
| * meson: Bring back Visual Studio build supportChun-wei Fan2020-08-262-15/+28
| * [gjs|modules]/*.cpp: Forward declare specializations where neededChun-wei Fan2020-08-267-1/+48
* | Merge branch 'wip/smcv/issue319' into 'master'Philip Chimento2020-08-251-7/+9
|\ \ | |/
| * function: Don't assume FFI argument always matches GIArgumentSimon McVittie2020-08-241-7/+9
|/
* Merge branch 'wip/smcv/fix-iwyu' into 'master'Philip Chimento2020-08-231-1/+1
|\
| * CI: Make iwyu idempotentSimon McVittie2020-08-231-1/+1
|/
* build: Post-release version bumpPhilip Chimento2020-08-221-1/+1
* release: Prepare for 1.65.911.65.91Philip Chimento2020-08-221-0/+18
* build: Late post-release version bumpPhilip Chimento2020-08-221-1/+1
* arg-inl: Use more constexpr functions and constexpr checksMarco Trevisan (Treviño)2020-08-221-8/+4
* Merge branch 'ewlsh/fix-vfunc' into 'master'Philip Chimento2020-08-231-1/+2
|\
| * Prevent unimplemented vfuncs from crashing.Evan Welsh2020-08-221-1/+2
* | Merge branch 'ewlsh/bytearray-to-string' into 'master'Philip Chimento2020-08-231-40/+66
|\ \ | |/ |/|
| * Remove potential use-after-free data corruption in ByteArray.toString.Evan Welsh2020-08-221-40/+66
* | Merge branch 'wip/smcv/flags-are-still-int-sized' into 'master'Philip Chimento2020-08-222-8/+12
|\ \ | |/ |/|
| * arg-cache: Always use an unsigned int mask for flagsSimon McVittie2020-08-222-8/+12
* | Merge branch 'arg-cache-arraylength-auto' into 'master'Philip Chimento2020-08-221-8/+2
|\ \
| * | arg-cache: Fail in case we try to set an unsupported array length typeMarco Trevisan (Treviño)2020-08-211-0/+2
| * | arg-cache: Don't set always the array length to an ulong in little endianMarco Trevisan (Treviño)2020-08-211-8/+0
| |/
* | Merge branch 'master.windows' into 'master'Philip Chimento2020-08-226-117/+76
|\ \ | |/ |/|
| * README.MSVC.md: Update instructions on Windows/MSVC buildsChun-wei Fan2020-08-211-77/+41
| * arg-cache.h: Fix building on clang-clChun-wei Fan2020-08-211-2/+4
| * meson: Fix Windows builds against mozjs-78 and laterChun-wei Fan2020-08-214-38/+31
|/
* Merge branch 'document-env-variables' into 'master'Philip Chimento2020-08-161-0/+104
|\
| * Documentation: add documentation for ENV variablesAndy Holmes2020-08-151-0/+104
|/
* Merge branch 'lint-bump' into 'master'Philip Chimento2020-08-141-1/+1
|\
| * eslint: Bump ecmaScript versionFlorian Müllner2020-08-141-1/+1
|/
* Merge branch 'fix-emit-after-unexport' into 'master'Philip Chimento2020-08-131-20/+87
|\
| * gdbus-wrapper: support multiple bus connectionsAndy Holmes2020-08-131-20/+87
|/
* release: Prepare for 1.65.901.65.90Philip Chimento2020-08-111-2/+34
* Merge branch 'mozjs78'Philip Chimento2020-08-1141-372/+345
|\
| * coverage: Enable coverage before creating GjsContextPhilip Chimento2020-08-116-9/+50
| * valgrind: Update valgrind file for SpiderMonkey 78Philip Chimento2020-08-111-2/+0
| * docs: Update documentation for SpiderMonkey 78Philip Chimento2020-08-115-19/+71
| * CI: Update CI images to mozjs78Evan Welsh2020-08-111-13/+13