| 1 |
Tue Jan 31 10:15:06 CET 2012 Flavio Castelli <flavio@castelli.name> |
| 2 |
|
| 3 |
* Make possible to build qjson as an OS X framework. |
| 4 |
|
| 5 |
Fri Nov 04 16:50:56 CET 2011 Flavio Castelli <flavio@castelli.name> |
| 6 |
|
| 7 |
* Make possible to set double precision during serialization. |
| 8 |
|
| 9 |
Wed Aug 24 17:58:56 CEST 2011 Flavio Castelli <flavio@castelli.name> |
| 10 |
|
| 11 |
* Buildsystem adjustments, fix issues mentioned here: |
| 12 |
- http://lists.kde.org/?l=kde-buildsystem&m=130947194605100&w=3 |
| 13 |
- http://lists.kde.org/?l=kde-buildsystem&m=128835747626464&w=3 |
| 14 |
The biggest difference now is that FindQJSON.cmake is not provided |
| 15 |
anymore. Instead, QJSONConfig.cmake and QJSONConfigVersion.cmake are |
| 16 |
installed and can be used in find_package(QJSON) calls. Applications |
| 17 |
using QJson can write their own FindQJSON.cmake files if they need to. |
| 18 |
|
| 19 |
Fri Apr 23:04:29 CEST 2011 Flavio Castelli <flavio@castelli.name> |
| 20 |
|
| 21 |
* Fixed QVariant de-serialization. QVariant properties were ignored |
| 22 |
during QVariant -> QObject conversion. |
| 23 |
|
| 24 |
Sun Dec 18:59:28 CET 2010 Flavio Castelli <flavio@castelli.name> |
| 25 |
|
| 26 |
* It's now possible to indent the output produced by the Serializer. |
| 27 |
|
| 28 |
Mon Sep 06 18:53:02 CEST 2010 Flavio Castelli <flavio@castelli.name> |
| 29 |
|
| 30 |
* 50% performance improvement when parsing numbers. |
| 31 |
|
| 32 |
Sun Jul 04 15:41:08 CEST 2010 Flavio Castelli <flavio@castelli.name> |
| 33 |
|
| 34 |
* fix make install when not installing as root |
| 35 |
* provide "make uninstall" |
| 36 |
|
| 37 |
Tue Jun 15 13:16:57 CEST 2010 Flavio Castelli <flavio@castelli.name> |
| 38 |
|
| 39 |
* Allow top level values |
| 40 |
|
| 41 |
---------------------------------------------------------------------- |
| 42 |
Sat Mar 13 23:57:00 CEST 2009 - flavio@castelli.name |
| 43 |
|
| 44 |
* Merged the symbian branch into master, |
| 45 |
|
| 46 |
---------------------------------------------------------------------- |
| 47 |
Sun Oct 11 19:18:00 CEST 2009 - flavio@castelli.name |
| 48 |
|
| 49 |
* Updated to 0.6.3: fixed a bug affecting ulonglong numbers serialization. |
| 50 |
|
| 51 |
------------------------------------------------------------------- |
| 52 |
Wed Sep 15 19:21:00 CEST 2009 - flavio@castelli.name |
| 53 |
|
| 54 |
* Updated to 0.6.2: fixed a bug affecting ulonglong numbers parsing. |
| 55 |
|
| 56 |
------------------------------------------------------------------- |
| 57 |
Wed Sep 09 09:55:00 CEST 2009 - flavio@castelli.name |
| 58 |
|
| 59 |
* Updated to 0.6.1: relevant bugs fixed. |
| 60 |
* Moved the SerializerRunnable class inside QJson namespace. |
| 61 |
* Fixed a bug in cmdline_tester. |
| 62 |
|
| 63 |
------------------------------------------------------------------- |
| 64 |
Mon Jul 20 15:24:32 CEST 2009 - prusnak@suse.cz |
| 65 |
|
| 66 |
* Updated to 0.6.0 (KDE SVN rev 999750). |
| 67 |
|
| 68 |
------------------------------------------------------------------- |
| 69 |
Mon Apr 07 00:00:00 UTC 2009 - flavio@castelli.name |
| 70 |
|
| 71 |
* Released 0.5.1 - added unicode support. |
| 72 |
|
| 73 |
------------------------------------------------------------------- |
| 74 |
Mon Apr 03 00:00:00 UTC 2009 - flavio@castelli.name |
| 75 |
|
| 76 |
* First release. |