summaryrefslogtreecommitdiffstats
path: root/include/plist/Utils.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-11Move some methods and drop Utils class in C++ binding.Gravatar Jonathan Beck1-43/+0
2009-10-28Format sources to ANSI style using AStyle (astyle --style=ansi).Gravatar Jonathan Beck1-13/+13
2009-10-26Change name of input argument as 'in' is a reserved keyword in python.Gravatar Jonathan Beck1-2/+2
2009-10-26Add Set/Get Parent and a helper to create a Node from a plist_t.Gravatar Jonathan Beck1-0/+1
2009-10-19prefix headers #ifndef with PLIST__ to make them less common.Gravatar Jonathan Beck1-3/+3
2009-10-16Fix Node lifecycle and change argument as reference to const reference.Gravatar Jonathan Beck1-2/+2
2009-10-13Add C++ binding.Gravatar Jonathan Beck1-0/+42