Jason Turner 691e002f90 Update to support building with MinGW #78
We cannot call MinGW a fully supported platform for C++11 yet:

 - Concurrency is not yet supported by MinGW, so it is disabled by default
 - A problem in the memory model / library loader is preventing derived type
   casts from working. This may be able to be worked around, but has not been
   yet.
2012-11-28 16:06:45 -07:00
..
callbacks.chai Clean up some of the function callback and functor code, for easier registration, etc. 2009-06-23 03:01:56 +00:00
eval.chai Fix up some broken sample files 2009-12-02 14:29:42 +00:00
example.cpp Update to support building with MinGW #78 2012-11-28 16:06:45 -07:00
for.chai Fix up some broken sample files 2009-12-02 14:29:42 +00:00
fun.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
hello.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
if.chai Add error to CMakeList.txt on missing Boost. Fix if sample 2009-07-26 13:33:58 +00:00
lambda.chai Fixes to for loops. Added elseif and else 2009-07-01 17:13:52 +00:00
loop_break.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
memory_leak_test.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
oper.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
range.chai Fixes to for loops. Added elseif and else 2009-07-01 17:13:52 +00:00
scope.chai Fixes to for loops. Added elseif and else 2009-07-01 17:13:52 +00:00
vector.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00
while.chai Renaming of samples from .wes to .chai 2009-06-12 01:29:11 +00:00