Jason Turner
caf4495cff
Add unit tests for inheritance with multiple layers
2014-03-29 06:16:21 -06:00
Jason Turner
6b0e0dc7ae
Removed erroneously kept debug output
2014-03-28 07:04:51 -06:00
Jason Turner
65b0846e41
Address some of the issues found by cppcheck
2014-03-26 16:59:41 -06:00
Jason Turner
296769ee24
Version number bump, cppcheck fix
2014-03-26 15:20:06 -06:00
Jason Turner
d9bdad714f
Fix syntax problem with .travis.yml
2014-03-26 14:45:01 -06:00
Jason Turner
12de955a47
Post cppcheck results to pull request
2014-03-26 13:56:02 -06:00
Jason Turner
a652a7e564
Only post comment if this is a pull request
2014-03-26 13:37:51 -06:00
Jason Turner
611692646f
Add travis support for testing with cppcheck
2014-03-26 13:32:25 -06:00
Jason Turner
96acf5e833
Update travis in 4.x branch for coveralls support
2014-03-26 11:37:37 -06:00
Jason Turner
656b438002
First cast up chain, if that fails, cast down
2014-03-26 10:52:56 -06:00
Jason Turner
56b036052f
Add test for automatic casting down in inheritance
2014-03-26 09:14:06 -06:00
Jason Turner
7fade8e841
Allow for automatic conversion of arithmetic types
...
for returns from chaiscript function wrappers
2014-03-26 08:11:37 -06:00
Jason Turner
db8be03cee
Add tests for returning of arithmetic types with conversions
2014-03-26 07:26:23 -06:00
Jason Turner
372cf73548
Correct typo in travis logic
2014-03-25 08:24:25 -06:00
Jason Turner
0213039ee7
Install gcc-4.8 in travis matrix and test both 4.6 & 4.8
2014-03-25 08:12:07 -06:00
Jason Turner
e8fcb3f68b
Revert back to cpp and use ubuntu for builds with travis
2014-03-24 21:29:11 -06:00
Jason Turner
8d8df1f5bd
Attempt objective-c for building on macos travis
2014-03-24 21:17:40 -06:00
Jason Turner
f40f9d8441
Fix call to gcov for older gcov ver / travis
2014-03-24 19:41:41 -06:00
Jason Turner
8879a89490
Utilize 2 cores on travis during build
2014-03-24 18:55:01 -06:00
Jason Turner
e4a3b3f620
Update coveralls execution to merge all data and ignore cpp
2014-03-24 18:51:25 -06:00
Jason Turner
d6c8b36eeb
Update readme.md
2014-03-24 14:23:44 -06:00
Jason Turner
de86e79df2
Merge pull request #106 from ChaiScript/ChaiScript_5_0_CPP_11
...
Chai script 5 0 cpp 11
2014-03-24 14:16:38 -06:00
Jason Turner
8d96abe730
Fix test for overload registration with add_class utility
Release-5.3.0
2014-03-24 14:09:20 -06:00
Jason Turner
c021cc931c
Disable travis clang again, it seems to not be up to it
2014-03-23 18:55:57 -06:00
Jason Turner
782c3040cc
Add badge display for coveralls status, update travis
2014-03-23 18:42:17 -06:00
Jason Turner
4dbe9df21e
Merge branch 'ChaiScript_5_0_CPP_11' of https://github.com/ChaiScript/ChaiScript into ChaiScript_5_0_CPP_11
2014-03-23 16:51:59 -06:00
Jason Turner
a1fc7416e1
Update travis to also push coverage results
2014-03-23 16:51:32 -06:00
Jason Turner
bf0737a35c
Cleanup search for chaiscript_stdlib and fix some bugs
2014-03-23 16:42:04 -06:00
Jason Turner
00c8bf4973
Merge branch 'ChaiScript_5_0_CPP_11' of https://github.com/ChaiScript/ChaiScript into ChaiScript_5_0_CPP_11
2014-03-22 16:26:51 -06:00
Jason Turner
593ce462f7
Re-enable C++11 registration utility
...
The latest VisualStudio 2013 CTP2 sworks with this now. Be sure to install it to build chaiscript
2014-03-22 16:24:16 -06:00
Jason Turner
304e34002b
Merge remote-tracking branch 'origin' into ChaiScript_5_0_CPP_11
...
Conflicts:
readme.md
2014-03-11 08:59:32 -06:00
Jason Turner
385465cf3f
Update readme.md
2014-03-10 15:05:54 -06:00
Jason Turner
27307b17d1
Update readme.md
2014-03-10 15:04:47 -06:00
Jason Turner
4bdf854a9c
Merge branch 'master' into ChaiScript_5_0_CPP_11
...
Conflicts:
.travis.yml
2014-03-10 14:49:47 -06:00
Jason Turner
0162757158
Add missing boost dependency for travis
2014-03-10 14:48:59 -06:00
Jason Turner
b0a882d57e
Merge branch 'master' into ChaiScript_5_0_CPP_11
...
Conflicts:
.travis.yml
2014-03-10 14:31:58 -06:00
Jason Turner
d22fb19e0e
Add travis-ci support for master branch
2014-03-10 14:31:02 -06:00
Jason Turner
8b134c65d1
Add travis script for automated testing
2014-03-10 14:16:56 -06:00
Jason Turner
ee35eb1512
Merge branch 'ChaiScript_5_0_CPP_11' of https://github.com/ChaiScript/ChaiScript into ChaiScript_5_0_CPP_11
2014-03-04 11:21:25 -07:00
Jason Turner
ebbcc5cbdb
Catch missing virtual destructors, enable g++ warnings
2014-03-04 11:20:45 -07:00
Jason Turner
dbd9534bd9
Eliminate warnings on MSVC 2013
...
Note that this required ignoring a few warnings with pragmas, changing the
parameter type and return types of std::string::find functions to size_t
from int and a new global warning disable on MSVC.
I've managed to avoid global warning disables up to this point in the
code, but I don't see a way around the "decorated name too long (C4503)" warning.
Closes #100
2014-03-02 08:18:36 -07:00
Jason Turner
daf5480c48
Fix up the pthread usage on broken ubuntu gcc4.8.1
...
For more information:
http://stackoverflow.com/questions/19463602/compiling-multithread-code-with-g
2014-03-01 16:03:01 -07:00
Jason Turner
1f2c9b0c77
Merge branch 'ChaiScript_5_0_CPP_11' of https://github.com/ChaiScript/ChaiScript into ChaiScript_5_0_CPP_11
2014-03-01 14:13:39 -07:00
Jason Turner
a38d89cb41
Add fixes for parsing of inplace vectors with newlines
...
from jespada
2014-03-01 13:49:03 -07:00
Jason Turner
3d76e980cc
Attempt to detect if g++ is old and we should use --c++0x
2014-03-01 07:42:32 -07:00
Jason Turner
cb42bffbf9
Merge branch 'ChaiScript_5_0_CPP_11' of https://github.com/ChaiScript/ChaiScript into ChaiScript_5_0_CPP_11
2014-02-26 10:51:36 -07:00
Jason Turner
b2b9efebe3
Add unit test to make sure heap allocation of chai works
2014-02-26 10:51:31 -07:00
Jason Turner
b97c5c13c1
Update to version 5.3.0
...
Merge branch 'master' into ChaiScript_5_0_CPP_11
Conflicts:
CMakeLists.txt
releasenotes.txt
2014-02-23 07:17:51 -07:00
Jason Turner
8c70fff02b
Update version to 4.3.0
v4.3.0
Release-4.3.0
2014-02-23 07:10:03 -07:00
Jason Turner
9cf5064a3b
Merge branch 'master' into ChaiScript_5_0_CPP_11
...
Conflicts:
include/chaiscript/dispatchkit/bootstrap.hpp
include/chaiscript/dispatchkit/proxy_functions_detail.hpp
src/reflection.cpp
2014-02-22 16:41:28 -07:00