Jason Turner
|
1708024372
|
Merge branch 'master' into ChaiScript_5_0_CPP_11
Conflicts:
include/chaiscript/chaiscript_threading.hpp
include/chaiscript/dispatchkit/boxed_value.hpp
include/chaiscript/dispatchkit/proxy_functions_detail.hpp
samples/example.cpp
src/test_module.cpp
unittests/multithreaded_test.cpp
|
2013-05-27 08:48:59 -06:00 |
|
Jason Turner
|
101225aa68
|
- Fix legit threading issue which shows itself on clang / macos mostly
- Fix all warnings that I can / ignore those caused by boost
|
2013-05-26 22:47:23 -06:00 |
|
Jason Turner
|
95b69b7572
|
Merge branch 'master' into ChaiScript_5_0_CPP_11
|
2013-02-24 15:19:16 -07:00 |
|
Jason Turner
|
1858885010
|
Add example of wrapping data members of a class #79
|
2013-02-24 15:11:06 -07:00 |
|
Jason Turner
|
12bd5b0af5
|
Boost eradicated from ChaiScript
|
2011-09-21 08:36:46 -06:00 |
|
Jason Turner
|
d9727973c1
|
Add files missing from last checkin
|
2011-09-09 17:08:51 -06:00 |
|
Jason Turner
|
e326fe6f2d
|
Add test for constructing from a pointer return value and fix test so it works. Task #13
|
2011-09-09 14:38:55 -06:00 |
|
Jason Turner
|
46a669dab1
|
Fix problem with method specifiers for bad_dynamic_boxed_cast exception. Add support for operators to Utility.hpp
|
2011-03-11 17:56:46 -07:00 |
|
Jason Turner
|
670eb0692b
|
Visual studio warning reduction and compile fixes for vs2010. Warning suppression on vs2005. Fixes to get cmake working with boost autolinking. Update to support boost 1.44
|
2010-09-30 14:33:12 +00:00 |
|
Jason Turner
|
f4e4f92dae
|
Move type registration into module code, and fix problems with unloading of modules and type conversions registered inside of a module.
We have to allow the same type registration more than once now, just in case several different modules register the same conversion.
|
2010-08-03 01:17:38 +00:00 |
|
Jason Turner
|
e11eca406d
|
Get cpack working for source and deb distribtions. Still need to check nsis and rpm
|
2010-03-29 15:32:20 +00:00 |
|
Jason Turner
|
4bdbcf30ff
|
Move std::list<> support from main.cpp into a module, stl_extra.cpp, to better allow for measuring of core compile times / performance.
|
2009-09-15 01:30:51 +00:00 |
|
Jason Turner
|
798908f127
|
Add loadable module support for ms Visual C++ and fix visual studio specific type identification problems, (while making the C++ more correct)
|
2009-09-07 17:05:57 +00:00 |
|
Jason Turner
|
7cc6a3cab9
|
Add support for loadable modules on POSIX systems
|
2009-09-06 23:33:03 +00:00 |
|