Jason Turner 0695eec3ca Limit scope of #ifdefs, remove macros
Macros do not fit within the ChaiScript coding standards because
they do not respect namespaces and are more difficult to debug
of something goes wrong.
2015-01-09 19:30:28 -07:00
..
any.hpp Work around missing move operations in MSVC12 2014-10-05 21:53:44 -06:00
bad_boxed_cast.hpp Code cleanups 2014-10-18 16:18:56 -06:00
bind_first.hpp Code cleanups 2014-10-18 16:18:56 -06:00
bootstrap_stl.hpp Add future support, and fix returning of r-values 2015-01-06 15:31:06 -07:00
bootstrap.hpp Speed up print functions 2014-11-14 09:45:49 -07:00
boxed_cast_helper.hpp Rename dynamic_cast into type_conversion 2014-10-28 12:43:30 -06:00
boxed_cast.hpp Remove uses of std::endl, which imply a flush 2014-11-13 10:13:51 -07:00
boxed_number.hpp Limit scope of #ifdefs, remove macros 2015-01-09 19:30:28 -07:00
boxed_value.hpp Fix crash during user_defined_conversions_2 2014-11-02 21:37:01 -07:00
dispatchkit.hpp Merge branch 'develop' into performance_test 2014-11-14 21:37:07 -07:00
dynamic_object.hpp Reduce virtual calls for get_arity 2014-11-01 18:40:42 -06:00
exception_specification.hpp Spelling corrections and comment fixes 2014-09-08 11:10:53 -06:00
function_call_detail.hpp Add ability to register a user defined type conversion 2014-10-28 14:52:24 -06:00
function_call.hpp Rename dynamic_cast into type_conversion 2014-10-28 12:43:30 -06:00
handle_return.hpp Add future support, and fix returning of r-values 2015-01-06 15:31:06 -07:00
operators.hpp Update documenation to-dos regarding gcc 4.6 2014-09-20 14:20:37 -06:00
proxy_constructors.hpp C++11 related cleanup and improvments 2014-09-15 21:16:44 -06:00
proxy_functions_detail.hpp Rename dynamic_cast into type_conversion 2014-10-28 12:43:30 -06:00
proxy_functions.hpp Fix 64bit msvc warning 2014-11-03 18:34:33 -07:00
register_function.hpp Spelling fixes, phase 1. 2014-05-29 20:16:47 -06:00
type_conversions.hpp Remove uses of std::endl, which imply a flush 2014-11-13 10:13:51 -07:00
type_info.hpp Add thread specific cache of type info 2014-10-28 22:12:03 -06:00