summaryrefslogtreecommitdiff
path: root/src/Boolean.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] cpp: Turn reference operators to constRosen Penev2021-06-221-1/+1
* c++: Switch to c++ headersRosen Penev2020-06-031-1/+1
* c++: Add closing namespace commentRosen Penev2020-06-031-1/+1
* Change Clone() to be const, which required constructors with const references...Aaron Burghardt2014-09-201-3/+3
* Format sources to ANSI style using AStyle (astyle --style=ansi).Jonathan Beck2009-10-281-3/+3
* Fix build for MSVC9.Jonathan Beck2009-10-281-1/+2
* Add Set/Get Parent and a helper to create a Node from a plist_t.Jonathan Beck2009-10-261-2/+2
* Fix Node lifecycle and change argument as reference to const reference.Jonathan Beck2009-10-161-0/+16
* Fix various mistakes in C++ bindings.Jonathan Beck2009-10-151-0/+4
* Add C++ binding.Jonathan Beck2009-10-131-0/+52