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
*
MSVC builds: Improve introspection builds on MSVC
Chun-wei Fan
2016-04-22
1
-2
/
+24
*
build: Clean up MSVC-related items in autotools build files
Chun-wei Fan
2016-04-22
1
-36
/
+15
*
json-types.h: Add missing JSON_AVAILABLE_IN_1_2
Chun-wei Fan
2016-04-19
1
-0
/
+1
*
node: Turn a g_debug() call into a JSON_NOTE
Emmanuele Bassi
2016-03-22
1
-1
/
+8
*
debug: Add flag for debugging nodes
Emmanuele Bassi
2016-03-22
2
-2
/
+4
*
fixup! docs: Fix the Since tags
Emmanuele Bassi
2016-03-01
1
-1
/
+1
*
parser: Rename `immutable` bit field
Emmanuele Bassi
2016-03-01
1
-9
/
+9
*
docs: Fix the Since tags
Emmanuele Bassi
2016-03-01
6
-25
/
+25
*
core: Add JSON node, object, array hashes
Philip Withnall
2016-03-01
7
-14
/
+519
*
node: Add json_node_ref() and json_node_unref()
Philip Withnall
2016-03-01
12
-64
/
+139
*
core: Add immutability support to core objects
Philip Withnall
2016-03-01
11
-5
/
+802
*
format: Silence a compiler warning
Emmanuele Bassi
2016-02-29
1
-1
/
+2
*
Add autoptr macros
Emmanuele Bassi
2016-02-29
6
-0
/
+26
*
parser: Detect missing commas in arrays
Emmanuele Bassi
2016-02-25
2
-1
/
+45
*
parser: Correctly increment the array index counter
Emmanuele Bassi
2016-02-25
1
-1
/
+2
*
core: Remove atomic operations for reference counting
Philip Withnall
2016-01-28
3
-6
/
+6
*
array: Ensure JsonArray is zero-initialised
Philip Withnall
2016-01-28
1
-2
/
+2
*
Fix code returning FALSE when it should be NULL
Robert Ancell
2015-11-24
1
-1
/
+1
*
types: Tweak dummy padding in JsonObjectIter
Philip Withnall
2015-11-06
1
-2
/
+4
*
object: Add JsonObjectIter to ease iteration over JsonObject members
Philip Withnall
2015-10-06
4
-0
/
+134
*
tests/builder: Don't duplicate test names
Iain Lane
2015-10-02
1
-1
/
+1
*
lib: Trivial documentation clarifications
Philip Withnall
2015-09-01
2
-3
/
+7
*
reader: Clarify use of json_reader_end_[element|member]() with errors
Philip Withnall
2015-08-18
1
-2
/
+29
*
array: Do not create a null node for empty strings
Emmanuele Bassi
2015-08-18
1
-1
/
+1
*
parser: Port to GTask
Emmanuele Bassi
2015-06-09
1
-118
/
+62
*
Add simple JSON/string utilities
Emmanuele Bassi
2015-06-09
5
-0
/
+162
*
build: Enable subdir-objects
Emmanuele Bassi
2015-03-15
1
-35
/
+35
*
docs: Add missing annotations
Emmanuele Bassi
2015-03-13
1
-2
/
+26
*
json-gvariant: Parse json doubles that are whole numbers
Stef Walter
2015-01-26
2
-1
/
+9
*
builder: Add missing (transfer) annotation to json_builder_add_value()
Philip Withnall
2015-01-25
1
-1
/
+3
*
reader: Maintain a stack of member names
Philip Withnall
2015-01-25
2
-13
/
+29
*
Handle serialization/deserialization of glong gulong and guint64
Tristan Van Berkom
2014-12-30
1
-0
/
+28
*
Drop unnecessary '_' prefix from json_marshal
Emmanuele Bassi
2014-12-30
2
-10
/
+10
*
Clean up the enumeration type template
Emmanuele Bassi
2014-07-25
1
-3
/
+3
*
Include "config.h" in the enum types template
Emmanuele Bassi
2014-07-25
1
-0
/
+1
*
build: Include enum-types.[ch] in the introspection sources
Emmanuele Bassi
2014-05-29
1
-1
/
+8
*
generator: Add tests for updated string escaping routine
Stef Walter
2014-05-21
1
-0
/
+47
*
generator: Escape the control characters correctly
Stef Walter
2014-05-21
1
-26
/
+47
*
generator: Escape Object key names correctly
Stef Walter
2014-05-20
1
-8
/
+11
*
json-parser: use length parameter when validating utf-8
djcb
2014-04-17
1
-1
/
+1
*
tests: Add more checks to the parser stream unit
Emmanuele Bassi
2014-04-17
1
-6
/
+16
*
parser: Use the right length for parsing the stream contents
Emmanuele Bassi
2014-04-17
1
-2
/
+2
*
build: Include $(top_builddir)
Emmanuele Bassi
2014-03-18
1
-0
/
+2
*
Remove conditional inclusion of config.h
Emmanuele Bassi
2014-03-18
18
-39
/
+0
*
Add version constants to introspection
Emmanuele Bassi
2014-03-18
1
-1
/
+1
*
Reimplement JSON_VERSION_HEX as a macro call
Emmanuele Bassi
2014-03-18
1
-5
/
+7
*
Use compiler annotations to determine symbol visibility
Emmanuele Bassi
2014-03-18
14
-240
/
+344
*
docs: Port to MarkDown
Emmanuele Bassi
2014-03-18
15
-248
/
+181
*
scanner: Clean up the UTF-16 surrogate pairs decoding
Emmanuele Bassi
2014-03-18
1
-6
/
+36
*
Add missing annotations
Emmanuele Bassi
2014-02-14
3
-9
/
+9
[next]