15 Commits

Author SHA1 Message Date
Jason Turner
aa0f54c53f Port to visual studio + a couple of minor bug fixes. Compiles with only 2 "unreachable code" warnings on /W4 in VC++ 2009-07-09 22:24:11 +00:00
Jason Turner
90aa53bdc6 dump_system() looks nice now, lots of little updates. Annotations are displayed as well, but they do not work for the prelude, I don't know why. Any attempt to add them invalidates the function definition in question. sensors.chai does work, however 2009-07-08 04:22:47 +00:00
Jason Turner
a8d74cea6f Add support for annotations to dispatchkit, and reflect that support in chaiscript.
Also, some documentation cleanups.
2009-07-08 02:03:25 +00:00
Jason Turner
714e1c0cec Support cleaner usage of bind, by adding a built in _ variable 2009-06-29 23:00:29 +00:00
Jason Turner
8d42015334 Add retry to dispatch mechanism in case of guard failure 2009-06-27 14:00:22 +00:00
Jason Turner
9b8fcef612 Add stub (may be complete) guard implementation 2009-06-27 13:55:45 +00:00
Jason Turner
ee9c71de4c Add support for seeing if a dispatch exists 2009-06-26 15:28:11 +00:00
Jason Turner
46859b1918 Add support for function binding and cut down on some includes 2009-06-25 22:34:00 +00:00
Jason Turner
eb5dbe4975 Add more specific exception types to the dynamic system and handle them properly 2009-06-25 00:03:23 +00:00
Jason Turner
d02620bb1b Cleanup Cast_Helper and add new boxed_cast<>() function. 2009-06-23 02:47:47 +00:00
Jason Turner
4bb66255ef Forbid adding of two functions with the exact same signature 2009-06-17 02:17:27 +00:00
Jason Turner
e231cb4cf7 Better implementation of variadic templates with no longer needing a special 0 template version 2009-06-17 01:10:41 +00:00
Jason Turner
785263628b Add namespace dispatchkit 2009-06-13 22:42:13 +00:00
Jason Turner
4edea184de Move towards more header only implementation friendly 2009-06-13 21:55:55 +00:00
Jonathan Turner
7c935702f6 Last step of new move attempt 2009-06-11 17:38:34 +00:00