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
Jason Turner
af44da916a
Fix warnings and errors on VisualStudio 2013
...
Interestingly, VS2013 with Boost 1.55 exhibited the issues complained
about in issue #92 , so I was able to provide an appropriate fix. It would
appear to be bugs in both compilers, which seems very odd.
2014-02-22 16:09:34 -07:00
Jason Turner
20b40d3970
Merge branch 'master' into ChaiScript_5_0_CPP_11
2014-02-22 14:44:38 -07:00
Jason Turner
1e0cd4f63a
Merge remote-tracking branch 'origin' into ChaiScript_5_0_CPP_11
2014-02-22 14:44:25 -07:00
Jason Turner
04131d208b
Fix type on range.chai
2014-02-22 14:44:07 -07:00
Jason Turner
9c35ede59a
Merge branch 'master' of https://github.com/ChaiScript/ChaiScript
2014-02-18 13:02:28 -07:00
Jason Turner
8aedd80e1a
Merge branch 'ChaiScript_5_0_CPP_11' of https://github.com/ChaiScript/ChaiScript into ChaiScript_5_0_CPP_11
2014-02-18 13:02:06 -07:00
Jason Turner
52bb08f4d5
Merge branch 'master' into ChaiScript_5_0_CPP_11
...
Conflicts:
include/chaiscript/dispatchkit/bootstrap_stl.hpp
include/chaiscript/language/chaiscript_engine.hpp
include/chaiscript/language/chaiscript_prelude.hpp
2014-02-17 16:31:16 -07:00
Jason Turner
71348b7967
Update copyrights to 2014 and some comment formatting
2014-02-17 16:24:29 -07:00
Jason Turner
3a6caeb1c5
Fix #98 for unavoidable C style returns in modules
2014-01-23 13:08:08 -07:00
Jason Turner
3f78af9a3d
Merge branch 'master' into ChaiScript_5_0_CPP_11
...
Conflicts:
src/main.cpp
2014-01-23 12:54:28 -07:00
Jason Turner
31a4900765
Merge pull request #99 from da2ce7/master
...
force no unicode in search parth windows
2014-01-23 18:11:00 -08:00
Jason Turner
eb1a1c0275
Port windows unicode fix from @da2ce7 to 4.x branch
2014-01-23 12:28:33 -07:00
Jason Turner
8724e0cb80
Fix build error on 4.x branch if readline is found
2014-01-23 12:17:06 -07:00
Cameron Garnham
a195fac4ca
force no unicode in search parth windows
2014-01-17 14:36:36 -08:00