|
From the version of 10, qDecoder has been changed in many ways.
First of all, most of object related interfaces are redesigned with object-C style interface.
For instant, please check the reference of qEntry() object and see how it was changed.
The other is that the thread-safe feature is also added to almost data structures and functions. For example, qHashtbl(), qEntry(), qQueue(), ...
Please refer "--enable-threadsafe" configure option for more detail.
And HTTP client object qHttpClient() is newly added..
There are more bunch of minor improvements and bug fixes. Thank you.
|