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
*
Allow deserialization of strings into enums/flags
Emmanuele Bassi
2007-11-20
1
-0
/
+170
*
Fix variable shadowing for distcheck
Emmanuele Bassi
2007-11-13
1
-2
/
+2
*
Change "responsible" to "asked" in the (de)serialization functions docs
Emmanuele Bassi
2007-11-13
1
-7
/
+8
*
Merge branch 'gobject-deserialize' into work
Emmanuele Bassi
2007-11-13
5
-27
/
+350
|
\
|
*
Use the fallback value-to-node generator even for serializables
gobject-deserialize
Emmanuele Bassi
2007-11-13
1
-6
/
+11
|
*
Fix a couple of dumb typos in the GObject deserialization code
Emmanuele Bassi
2007-11-13
1
-2
/
+4
|
*
Add node-to-property simple fallback parser for deserialization
Emmanuele Bassi
2007-11-13
1
-9
/
+85
|
*
Add the JsonGenerator:root property
Emmanuele Bassi
2007-11-13
1
-2
/
+28
|
*
Fix member name in json_node_get_value_type()
Emmanuele Bassi
2007-11-13
1
-1
/
+1
|
*
Add a GType for JsonNode
Emmanuele Bassi
2007-11-13
2
-2
/
+54
|
*
Initial implementation of GObject deserialization function
Emmanuele Bassi
2007-11-10
2
-14
/
+176
*
|
When parsing a full assignment, also swallow any trailing semi-colon
Emmanuele Bassi
2007-11-10
1
-1
/
+11
*
|
Add support for parsing assignments
Emmanuele Bassi
2007-11-10
2
-2
/
+83
|
/
*
More sanity checks for objects
Emmanuele Bassi
2007-10-29
1
-1
/
+7
*
Add more sanity checks to the parser
Emmanuele Bassi
2007-10-29
1
-0
/
+10
*
Backport fixes from Clutter trunk
Emmanuele Bassi
2007-10-29
1
-20
/
+103
*
Check if the payload is set in json_node_free()
Emmanuele Bassi
2007-10-29
1
-2
/
+4
*
We need the actual implementation of the JsonSerializable GType function
Emmanuele Bassi
2007-10-16
1
-0
/
+6
*
Fix the compiler fixes
Emmanuele Bassi
2007-10-16
1
-4
/
+6
*
Fix compilation errors with extra maintainer CFLAGS
Emmanuele Bassi
2007-10-16
3
-11
/
+11
*
Fix EXTRA_DIST files for distcheck
Emmanuele Bassi
2007-10-16
1
-7
/
+9
*
Add the JsonSerializable interface
Emmanuele Bassi
2007-10-16
3
-31
/
+209
*
Add a method for getting all the nodes from a JsonObject
Emmanuele Bassi
2007-10-16
2
-0
/
+42
*
Add a note in the JsonObject documentation for the member name normalization
Emmanuele Bassi
2007-10-16
1
-1
/
+5
*
Normalize every member name before using it
Emmanuele Bassi
2007-10-16
1
-5
/
+26
*
Provide an internal g_hash_table_get_keys() and bump down GLib dependency
Emmanuele Bassi
2007-10-15
1
-0
/
+25
*
Add API for removing nodes from arrays and objects
Emmanuele Bassi
2007-10-15
3
-61
/
+100
*
Parse bare root values
Emmanuele Bassi
2007-10-10
1
-50
/
+29
*
Add json_node_dup_string()
Emmanuele Bassi
2007-10-08
2
-0
/
+21
*
Fix documentation about the ownership of the nodes
Emmanuele Bassi
2007-10-07
2
-7
/
+13
*
Add convenience accessors for fundamental types in JsonNode
Emmanuele Bassi
2007-10-05
2
-0
/
+213
*
Use doubles when parsing, not floats
Emmanuele Bassi
2007-10-05
1
-4
/
+4
*
Add line/position getters to JsonParser
Emmanuele Bassi
2007-10-05
2
-12
/
+55
*
Document the newly added signals
Emmanuele Bassi
2007-10-05
2
-1
/
+73
*
Add more signals to the JsonParser class
Emmanuele Bassi
2007-10-05
3
-6
/
+141
*
Implement the GType functions for JsonObject and JsonArray
Emmanuele Bassi
2007-10-05
3
-2
/
+28
*
Add GObject serialization support for JSON-GLib
Emmanuele Bassi
2007-10-02
3
-0
/
+204
*
Add objects support
Emmanuele Bassi
2007-10-02
1
-3
/
+122
*
Add nested arrays support
Emmanuele Bassi
2007-10-01
1
-0
/
+10
*
Simple arrays generation
Emmanuele Bassi
2007-10-01
1
-5
/
+155
*
Add missing json-generator.h header
Emmanuele Bassi
2007-10-01
1
-0
/
+1
*
Document the new public functions
Emmanuele Bassi
2007-10-01
4
-0
/
+117
*
Move data types ctors and setters into the public headers
Emmanuele Bassi
2007-10-01
8
-48
/
+32
*
Add stub class for JsonGenerator
Emmanuele Bassi
2007-10-01
3
-0
/
+339
*
Complete API reference of JSON-GLib
Emmanuele Bassi
2007-10-01
2
-0
/
+39
*
Implement json_node_get_parent()
Emmanuele Bassi
2007-10-01
1
-0
/
+16
*
Add licensing informations to the source code
Emmanuele Bassi
2007-10-01
7
-14
/
+202
*
Add API reference for JSON-GLib
Emmanuele Bassi
2007-10-01
2
-1
/
+9
*
Swallow the comma earlier in the parser
Emmanuele Bassi
2007-10-01
1
-9
/
+16
*
Add JSON object parsing
Emmanuele Bassi
2007-10-01
1
-15
/
+220
[next]