Jason Turner
|
71348b7967
|
Update copyrights to 2014 and some comment formatting
|
2014-02-17 16:24:29 -07:00 |
|
Jason Turner
|
e68599920a
|
Move to pointers for Dynamic_Cast_Conversions to avoid problems with using the class before it's defined
|
2013-04-25 09:15:09 -06:00 |
|
Jason Turner
|
2afc09dad4
|
Eradicate global base_class registrations to prevent problems with threading and general memory management issues with knowing how and when to clean them up.
|
2013-02-25 11:00:14 -07:00 |
|
Jason Turner
|
964342bff3
|
Prevent leaking macros #76
|
2012-11-07 14:13:08 -07:00 |
|
Jason Turner
|
af1e02b0bb
|
Update copyrights to 2012 #23
|
2012-05-16 11:55:51 -06:00 |
|
Jason Turner
|
8a0ef143c9
|
C++ API documentation is complete. ChaiScript keyword and language documentation about 75% complete (mostly ported from website.)
|
2011-04-17 09:29:34 -06:00 |
|
Jason Turner
|
cd8bead54a
|
Further namespace reorganization and cleanup to limit to the user the
most important aspect of the API and make documenation easier.
|
2011-03-24 09:23:05 -06:00 |
|
Jason Turner
|
9dd9ffec46
|
Update copyright information for 2011
|
2011-03-15 09:42:33 -06:00 |
|
Jason Turner
|
0b97fcb4df
|
Add better namespaces to make documentation easier to handle
|
2011-03-05 22:50:38 -07:00 |
|
Jonathan Turner
|
7f037b26d4
|
Updated email addresses in copyright information.
|
2010-08-10 05:24:07 +00:00 |
|
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 |
|