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
/
json-gobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed json_deserialize_pspec() to handle null nodes.
Tristan Van Berkom
2011-05-03
1
-1
/
+13
*
Warn from json_gobject_deserialize() if a listed property cannot be deseriali...
Tristan Van Berkom
2011-04-23
1
-0
/
+3
*
gobject: Fix deserialization of construct-only properties
Emmanuele Bassi
2010-09-25
1
-2
/
+2
*
debug: Add debug notes in the GObject code
Emmanuele Bassi
2010-09-25
1
-2
/
+12
*
Add introspection annotations
Emmanuele Bassi
2010-09-25
1
-2
/
+2
*
gobject: Use construct and construct-only properties
Emmanuele Bassi
2010-08-15
1
-1
/
+1
*
Initialize out variables before using them
Vincent Untz
2009-12-29
1
-2
/
+2
*
docs: Fix annotation for json_gobject_to_data()
Emmanuele Bassi
2009-11-29
1
-1
/
+1
*
boxed: Split (de)serialization registration
Emmanuele Bassi
2009-11-23
1
-3
/
+1
*
serializable: Make Serializable in charge of parsing
Tristan Van Berkom
2009-11-12
1
-2
/
+5
*
gobject: Use from/to data naming convention
Emmanuele Bassi
2009-10-28
1
-4
/
+59
*
gobject: Uniform JSON<->GObject mapping code
Emmanuele Bassi
2009-10-28
1
-28
/
+54
*
build: Split out GBoxed and Serializable
Emmanuele Bassi
2009-10-27
1
-367
/
+4
*
gobject: Make GObject<->JsonObject functions public
Emmanuele Bassi
2009-10-27
1
-2
/
+28
*
gobject: Reuse the list data
Emmanuele Bassi
2009-10-27
1
-1
/
+1
*
gobject: Add experimental GBoxed<->JSON transformation
Emmanuele Bassi
2009-10-27
1
-2
/
+262
*
Remove a stray ';' that broke deserializing GStrv
Emmanuele Bassi
2009-10-27
1
-1
/
+1
*
Fix compiler warnings (remove unused variables)
Emmanuele Bassi
2009-10-27
1
-2
/
+1
*
gobject: Support constructor properties
Emmanuele Bassi
2009-10-27
1
-11
/
+87
*
gobject: Serialize properties holding a GObject
Emmanuele Bassi
2009-10-27
1
-0
/
+14
*
gobject: Split GObject serialization code
Emmanuele Bassi
2009-10-27
1
-52
/
+61
*
gobject: Recurse in GParamSpecObject properties
Emmanuele Bassi
2009-10-27
1
-1
/
+13
*
gobject: Split JSON to GObject code
Emmanuele Bassi
2009-10-27
1
-69
/
+83
*
[docs] Small documentation fixes
Emmanuele Bassi
2009-09-02
1
-12
/
+12
*
Auto-promote integer types to G_TYPE_INT64
Emmanuele Bassi
2009-08-12
1
-13
/
+45
*
[node] Make JsonNode completely private
Emmanuele Bassi
2009-06-09
1
-0
/
+2
*
Intern the remaining type names
Emmanuele Bassi
2009-04-17
1
-1
/
+2
*
Update after the json_object_add_member() deprecation
Emmanuele Bassi
2009-04-17
1
-1
/
+1
*
Correctly terminate a string array
Emmanuele Bassi
2008-11-03
1
-1
/
+3
*
Use an array to hold the strings in a vector
Emmanuele Bassi
2008-05-01
1
-10
/
+5
*
Update after the JsonParser::get_root change
Emmanuele Bassi
2008-01-29
1
-3
/
+1
*
Wrap config.h include with conditionals
Emmanuele Bassi
2007-12-25
1
-0
/
+2
*
Provide a default implementation of JsonSerializable
Emmanuele Bassi
2007-12-25
1
-88
/
+120
*
Free the root node obtained using json_parser_get_root()
Emmanuele Bassi
2007-11-21
1
-0
/
+2
*
Allow deserialization of strings into enums/flags
Emmanuele Bassi
2007-11-20
1
-0
/
+170
*
Change "responsible" to "asked" in the (de)serialization functions docs
Emmanuele Bassi
2007-11-13
1
-7
/
+8
*
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
*
Initial implementation of GObject deserialization function
Emmanuele Bassi
2007-11-10
1
-12
/
+170
*
We need the actual implementation of the JsonSerializable GType function
Emmanuele Bassi
2007-10-16
1
-0
/
+6
*
Add the JsonSerializable interface
Emmanuele Bassi
2007-10-16
1
-31
/
+157
*
Add GObject serialization support for JSON-GLib
Emmanuele Bassi
2007-10-02
1
-0
/
+169