aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions/propertylist.mm
Commit message (Expand)AuthorAgeFilesLines
* Compile with C++11/libc++Eike Ziller2014-03-061-6/+8
* Introduce PropertyList functions isEmpty and clear.Jake Petroules2014-02-281-0/+16
* Add support for writing a PropertyList object directly to a file.Jake Petroules2014-02-281-0/+15
* Centralize plist writing code.Jake Petroules2014-02-281-46/+88
* Add support for reading the plist format in the PropertyList extension.Jake Petroules2014-02-271-3/+32
* Add support for reading JSON plists in the PropertyList extension.Jake Petroules2014-02-271-5/+21
* Rename PropertyList API functions for better self-documentation.Jake Petroules2014-02-271-8/+8
* Fix potential uncaught exception when reading files with PropertyList.Jake Petroules2014-02-271-3/+3
* Properly retain/release the propertyListObject held by the plist object.Jake Petroules2014-02-271-1/+3
* Use localizedDescription instead of description when printing NSErrors.Jake Petroules2014-02-271-4/+4
* Use the same string conversion functions names as in QtCore.Jake Petroules2014-02-271-21/+23
* Only import Foundation for the PropertyList extension.Jake Petroules2014-01-211-1/+1
* Add a JS extension for working with property lists.Jake Petroules2014-01-201-0/+215