This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
ChaiScript
Watch
1
Star
0
Fork
0
You've already forked ChaiScript
Code
Issues
Pull Requests
Releases
Wiki
Activity
ChaiScript
/
include
/
chaiscript
/
dispatchkit
History
Jason Turner
0ff107a818
Rename types_match to call_match in Proxy_Function to more closely match the semantics of the call
2009-08-06 01:35:12 +00:00
..
bootstrap_stl.hpp
Make "clone" a chaiscript based operation instead of forcing the user to register a clone method.
2009-07-24 13:17:00 +00:00
bootstrap.hpp
Rename types_match to call_match in Proxy_Function to more closely match the semantics of the call
2009-08-06 01:35:12 +00:00
boxed_value.hpp
Approximate 20% reduction in runtime on long running scripts, based on profiling data. Reduce number of execution of object cache culling, reduction of copies of the stack and reduction of Boxed_Value copies
2009-08-05 02:43:13 +00:00
dispatchkit.hpp
Rename types_match to call_match in Proxy_Function to more closely match the semantics of the call
2009-08-06 01:35:12 +00:00
function_call.hpp
add example.cpp to build for VC++, fix minor bug in passing of & parameters to functor<>, move bootstrap functions into bootstrap namespace and clean up function names and add "retro" support for reversing of ranges.
2009-07-23 04:35:15 +00:00
proxy_constructors.hpp
Correct for warnings and errors for the VC++ port.
2009-07-19 03:59:58 +00:00
proxy_functions.hpp
Rename types_match to call_match in Proxy_Function to more closely match the semantics of the call
2009-08-06 01:35:12 +00:00
register_function.hpp
Major updates to the C++ API. Please see trunk/src/example.cpp to follow along
2009-07-18 18:05:54 +00:00
type_info.hpp
More usage cleansups
2009-07-18 23:34:08 +00:00