summaryrefslogtreecommitdiff
path: root/include/byval.h
AgeCommit message (Collapse)Author
2015-01-26Added macro wrapper for noexceptRoland Eischer
- Added macro wrapper for noexcept to support MSVC compiler.
2014-11-26Marked `noexcept` all move constructors and assigment operatorsvalmat
See: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html
2014-09-25Made Type::Null the default type on ByVal and ByRef as this will allow any ↵Toon Schoenmakers
type (aka no type hinting)
2014-03-05ByVal and ByRef variable now have nullable set to false by default (which is ↵Emiel Bruijntjes
also the default in PHP), updates to documentation
2013-09-10When registering functions, it now is also possible to specify the signature ↵Emiel Bruijntjes
of the parameters