Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-24 | Fix armel floating point endianess (LP: #541879) | 1 | -6/+26 | ||
* on armel system floating poing data can have different endianess than rest of types; hence we fix arm endianess for defined(__VFP_FP__) to be big/native; this also applies for data parsing/writing * date parsing didnt flip the endianess back for little endian systems when reading the values causing test failures; we fix this by ensuring float endianess is applied when parsing | |||||
2010-01-21 | Fix some warnings | 1 | -3/+2 | ||
2009-10-28 | Format sources to ANSI style using AStyle (astyle --style=ansi). | 1 | -704/+741 | ||
2009-10-28 | Fix build for MSVC9. | 1 | -1/+1 | ||
2009-09-06 | Fix boolean length in binary parsing | 1 | -0/+2 | ||
2009-07-08 | Add a deep copy function and value setters for nodes. | 1 | -12/+11 | ||
2009-04-28 | Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode ↵ | 1 | -19/+41 | ||
related declaration in API (breaks API&ABI) | |||||
2009-04-27 | Fix compiler pointer assignment warnings | 1 | -3/+3 | ||
2009-02-15 | Do not write 3 byte integer nodes. Use standard 4bytes integer instead. | 1 | -1/+5 | ||
2009-02-15 | Add more regression test and fix Integer and Real type handling. | 1 | -64/+16 | ||
2009-02-14 | Fix more memory leaks. | 1 | -0/+7 | ||
2009-02-14 | Fix some memory leaks. | 1 | -0/+1 | ||
2009-02-14 | Fix binary dict indexes. | 1 | -2/+2 | ||
2009-02-09 | Add support for 3 bytes offsets. | 1 | -2/+12 | ||
2009-02-09 | Make it compile on MSVC 2005. | 1 | -44/+83 | ||
2009-01-29 | Fix indent. | 1 | -6/+6 | ||
2009-01-29 | Add setter and getter for Date and Unicode types. | 1 | -0/+10 | ||
2009-01-29 | Clean some old stuff. | 1 | -11/+0 | ||
2009-01-29 | Add some static declarations. | 1 | -1/+3 | ||
2009-01-29 | Remove duplicate uint64_t accessor. | 1 | -5/+5 | ||
2009-01-22 | Add Unicode support. | 1 | -13/+25 | ||
2009-01-08 | fix offset writing and add experimental padding to mimic Apple files. | 1 | -1/+5 | ||
2009-01-08 | fix length of basic types while parsing binary plist. | 1 | -0/+8 | ||
2009-01-08 | Add edition and reading fonctions so that handling plist is less confusing. | 1 | -13/+13 | ||
Fix indent. | |||||
2009-01-04 | handle date tag. | 1 | -10/+33 | ||
2009-01-04 | more warning fixes. | 1 | -27/+39 | ||
2009-01-04 | fix wrong binary dict parsing. | 1 | -1/+0 | ||
2009-01-04 | fix some warnings and correct binary tag enum (false and true were inverted). | 1 | -37/+36 | ||
2009-01-04 | Setup warning flags and fixes missing static attribute for local funtions. | 1 | -21/+21 | ||
2008-12-13 | Add sanity check on indexes when building plist tree. | 1 | -14/+19 | ||
2008-12-13 | Refine API and fix some warnings. | 1 | -7/+7 | ||
2008-12-13 | Add plutil and do some cleaning. | 1 | -26/+26 | ||
2008-12-12 | Fix some bugs in binary plist generation. | 1 | -13/+16 | ||
2008-12-11 | dissect plists in three file (abstract binary xml) | 1 | -0/+790 | ||