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
508
Commits
12
Branches
60
Tags
21253043d1f6c9a5643abf39842260c59cd61a04
Commit Graph
3 Commits
Author
SHA1
Message
Date
Jason Turner
f03189c168
Quiet down some irrelevant warnings in MSVC2008, make dynamic_cast conversions work in msvc across modules by applying a kludge that will probably not work long term, but does work now. This may mean that chaiscript needs to move to being a library?
2010-08-03 17:21:51 +00:00
Jason Turner
8be4aa08db
Reduce runtime calls into the new dynamic cast system by first making sure the type is polymorphic.
...
Cleanup some std::cout calls
2010-08-02 02:30:41 +00:00
Jason Turner
edee892cad
Initial check in of support for upcasting during function invocation. No examples or tests are checked in yet. Some reorg was necessary to get things compiling in the right order. Is not currently thread safe and probably does not work properly across module boundaries
2010-08-02 01:38:25 +00:00