Commit Graph

11 Commits

Author SHA1 Message Date
Rosen Penev 319de9a78e c++: Switch to c++ headers
[clang-tidy]Found with hicpp-deprecated-headers

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 20:00:34 +02:00
Rosen Penev 7c69e03ba2 c++: Add closing namespace comment
[clang-tidy] Found with google-readability-namespace-comments

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 19:59:23 +02:00
Aaron Burghardt ccd6f05fe1 Change Clone() to be const, which required constructors with const references and a const GetValue(). 2014-09-20 00:10:46 +02:00
Jonathan Beck 6710f4bfb9 Format sources to ANSI style using AStyle (astyle --style=ansi). 2009-10-28 18:31:34 +01:00
Jonathan Beck 1bc333972b Fix build for MSVC9. 2009-10-28 17:57:52 +01:00
Jonathan Beck c1363bea10 Add Set/Get Parent and a helper to create a Node from a plist_t. 2009-10-26 18:41:15 +01:00
Jonathan Beck d21c7d4a9c Fixes for dates. 2009-10-17 23:03:50 +02:00
Jonathan Beck 33de762cf6 Implement Date object. 2009-10-17 11:10:54 +02:00
Jonathan Beck 32be8ec384 Fix Node lifecycle and change argument as reference to const reference. 2009-10-16 22:26:13 +02:00
Jonathan Beck 8186a9d371 Fix various mistakes in C++ bindings. 2009-10-15 19:28:30 +02:00
Jonathan Beck a922b714c9 Add C++ binding. 2009-10-13 20:04:06 +02:00