Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove compile time GLib version check | Emmanuele Bassi | 2013-08-21 | 1 | -3/+0 |
| | | | | | We depend on a new version of GLib, so we can remove a bunch of old version checks. | ||||
* | tests: Put g_type_init() under conditional compilation | Emmanuele Bassi | 2012-10-27 | 1 | -0/+2 |
| | | | | | | | | Starting from GLib 2.36, g_type_init() is going to be deprecated (the type system will be initialized as soon as libgobject is paged in, using constructors). As I don't want to bump dependencies just for that, the call to g_type_init() should be placed under a compile-time version check, to keep the noise from compiler warnings down. | ||||
* | tests: Move all tests under json-glib | Emmanuele Bassi | 2011-05-28 | 1 | -0/+166 |
The test framework should live under the json-glib directory, and not be spread across the project. |