index
:
delta/json-glib.git
bug-958
bug-965
debian-packaging
deep-copy
docs-template
error-location
generator
gobject-deserialize
gobject-serialize
handle-utf8-bom
json-glib-0-10
json-glib-0-12
json-glib-0-14
json-glib-0-16
json-glib-0-8
json-glib-1-0
json-glib-1-2
json-glib-1-4
json-glib-1-6
json-node-autoptr
json-scanner
master
msvc-patch
object_get-with-wrong-types
parse-enums
python-bindings
stable-0.2
stable-0.4
test-framework
wip/drop-autotools
wip/g-property
wip/hughsie/typecheck
wip/otte/validate-with-load-bytes
wip/rishi/24-doc-fix
wip/sadiq/parser-read-async
work
gitlab.gnome.org: GNOME/json-glib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json-glib
Commit message (
Expand
)
Author
Age
Files
Lines
*
json-gvariant: Stop string to GVariant conversion failing due to unrelated er...
Robert Ancell
2020-04-07
1
-11
/
+33
*
tests: Fix some memory leaks in the tests
Philip Withnall
2018-03-13
3
-1
/
+5
*
json-parser: Fix a memory leak on two error handling paths
Philip Withnall
2018-03-13
1
-0
/
+2
*
json-parser: Fix getting immutable root nodes from empty input
Philip Withnall
2018-03-13
2
-10
/
+31
*
json-node: Clarify documentation regarding programmer errors
Philip Withnall
2018-03-13
1
-19
/
+33
*
node: Use json_node_unref for the JsonNode autoptr cleanup
Robert Ancell
2018-03-13
1
-1
/
+1
*
Update json-enum-types.h.in
Ravish Bhatia
2018-03-13
1
-1
/
+1
*
Use fuzzy comparison for floating point values
Emmanuele Bassi
2017-11-04
4
-32
/
+14
*
Add float comparison utility macros for tests
Emmanuele Bassi
2017-11-04
1
-0
/
+21
*
build: Clean up configuration options
Emmanuele Bassi
2017-09-12
1
-1
/
+1
*
build: Rework the introspection option
Emmanuele Bassi
2017-09-05
1
-0
/
+2
*
Merge branch 'master-old'
Emmanuele Bassi
2017-07-10
8
-81
/
+91
|
\
|
*
generator: Add an GString-based method
Garrett Regier
2017-06-16
2
-11
/
+34
|
*
core: Avoid json_object_get_members()
Garrett Regier
2017-06-16
7
-52
/
+47
|
*
object: Use a GQueue for members_ordered
Garrett Regier
2017-06-16
2
-19
/
+11
*
|
gobject: Ignore deprecation warning for g_object_newv()
Emmanuele Bassi
2017-07-10
1
-0
/
+2
*
|
build: Test all common compiler and linker flags
Emmanuele Bassi
2017-07-10
1
-12
/
+1
*
|
build: Silence the introspection scanner
Emmanuele Bassi
2017-07-10
1
-0
/
+1
*
|
build: Coding style clean ups
Emmanuele Bassi
2017-07-10
1
-9
/
+9
*
|
build: Clean up the hard-coded API version numbers
Emmanuele Bassi
2017-07-10
2
-8
/
+8
|
/
*
build: Move ancillary build scripts to a separate directory
Emmanuele Bassi
2017-06-03
2
-22
/
+0
*
build: Clean up installed tests rules
Emmanuele Bassi
2017-06-03
1
-8
/
+10
*
build: Don't copy test data in the build directory
Emmanuele Bassi
2017-04-01
1
-9
/
+6
*
build: Use the Meson 'python3' module
Emmanuele Bassi
2017-04-01
1
-1
/
+1
*
build: Fix the installed test wrapper file
Emmanuele Bassi
2017-03-29
1
-1
/
+1
*
docs: Clarify when NULL might be returned
Matthew Leeds
2017-03-18
1
-13
/
+14
*
utils/json_from_string: Don't reset user-provided error argument
Heinrich Fink
2017-03-18
1
-1
/
+0
*
introspection: fix nullable annotation for return values in the following met...
Alberto Ruiz
2017-03-18
5
-23
/
+34
*
tests: Add unit for JsonReader NULL value checks
Emmanuele Bassi
2017-03-18
1
-0
/
+28
*
reader: Make json_reader_get_value return a value for the null type. This mat...
Robert Ancell
2017-03-18
1
-1
/
+1
*
docs: Fix array subsets description
Allin Cottrell
2017-03-18
1
-2
/
+2
*
docs: Use appropriate markdown for literals
Emmanuele Bassi
2017-03-18
1
-8
/
+8
*
generator: Avoid multiple buffer allocations
Garrett Regier
2017-03-18
1
-187
/
+67
*
parser: Use g_steal_pointer()
Emmanuele Bassi
2017-03-18
1
-8
/
+2
*
core: Add json_parser_steal_root()
Ole André Vadla Ravnås
2017-03-18
2
-0
/
+28
*
core: Optimize json_from_string() to avoid copy
Ole André Vadla Ravnås
2017-03-18
1
-1
/
+1
*
Add version macros for 1.4
Emmanuele Bassi
2017-03-18
1
-0
/
+16
*
Drop Autotools build system
Emmanuele Bassi
2017-03-18
3
-229
/
+0
*
Use Unicode in translatable strings
Piotr Drąg
2017-03-18
6
-27
/
+27
*
doc: Use 'plain' language for JSON snippets
Emmanuele Bassi
2017-03-18
1
-3
/
+4
*
build: Really require the same pkg-config modules
Emmanuele Bassi
2017-03-13
1
-1
/
+1
*
build: Require the same modules for Meson and Autotools
Emmanuele Bassi
2017-03-13
2
-2
/
+2
*
Fix the generated pkg-config file with Meson
Emmanuele Bassi
2017-03-13
1
-1
/
+1
*
build: Add missing argument to the introspection scanner
Emmanuele Bassi
2017-03-13
1
-10
/
+16
*
Ensure that introspection scans all the headers
Emmanuele Bassi
2017-03-13
1
-6
/
+6
*
build: Reduce the internal dependencies
Emmanuele Bassi
2017-03-13
1
-8
/
+10
*
Add missing header in the Meson file listing
Emmanuele Bassi
2017-03-13
1
-0
/
+1
*
Remove dependency on json-version.h
Emmanuele Bassi
2017-03-13
1
-11
/
+11
*
Install tests
Emmanuele Bassi
2017-03-13
2
-1
/
+41
*
build: install tools
Igor Gnatenko
2017-03-13
1
-1
/
+1
[next]