Jason Turner
|
835b5a90af
|
Reduce to_string overloads down to what is necessary
|
2015-06-18 21:47:05 -06:00 |
|
Jason Turner
|
9e743e3147
|
Set up links to codecov.io for coverage status
|
2015-06-18 15:45:03 -06:00 |
|
Jason Turner
|
7adbc11869
|
Merge pull request #188 from ChaiScript/wchar_t_2
Add support for char16, char32 and wchar
|
2015-06-18 14:07:13 -06:00 |
|
Jason Turner
|
2442e9ae20
|
Register all character types
|
2015-06-18 13:01:54 -06:00 |
|
Jason Turner
|
0dcac05f2f
|
Add numeric support for wide characters
|
2015-06-18 11:57:58 -06:00 |
|
Jason Turner
|
60a497b0a6
|
Move to codecov
|
2015-06-16 17:09:07 -06:00 |
|
Jason Turner
|
11b372f526
|
Merge branch 'develop' of github.com:ChaiScript/ChaiScript into develop
|
2015-06-16 17:03:42 -06:00 |
|
Jason Turner
|
3d36ea6199
|
Add back CONSTEXPR for Type_Info
|
2015-06-16 17:01:01 -06:00 |
|
Jason Turner
|
cebeebdb7a
|
Minor cleanups and versioning info added
|
2015-06-13 16:56:22 -06:00 |
|
Jason Turner
|
e5ccec0e89
|
Merge pull request #185 from kamilzubair/patch-1
Add two new examples. Thank you @kamilzubair
|
2015-06-13 07:47:41 -06:00 |
|
kamilzubair
|
62ca26c36c
|
Add two new examples
- Add example how to expose base member from derived type
- Add example how to use STL
|
2015-06-11 09:11:43 +07:00 |
|
Jason Turner
|
68fa049d6c
|
Fix g++4.6 build
|
2015-06-10 19:26:21 -06:00 |
|
Jason Turner
|
88ab00679f
|
Fix spelling of Windows.h for cross compiling
Closes #176
|
2015-06-10 18:49:54 -06:00 |
|
Jason Turner
|
86482b0103
|
Correct docs for 'filter'
Closes #183
|
2015-06-10 18:44:30 -06:00 |
|
Jason Turner
|
f9e0193353
|
Add map .at method from c++11
closes #184
|
2015-06-10 18:41:50 -06:00 |
|
Jason Turner
|
ba492308f4
|
Move from multimap to sorted vector in dispatch
|
2015-06-08 15:19:32 -06:00 |
|
Jason Turner
|
d4e22c2c2c
|
Merge remote-tracking branch 'origin/remove_std_function' into develop
Conflicts:
include/chaiscript/dispatchkit/boxed_number.hpp
|
2015-06-08 14:34:02 -06:00 |
|
Jason Turner
|
b95526951f
|
Address warnings on VS
We have to ignore many of these warnings due to the nature of Boxed_Number supporting any operation.
|
2015-06-08 13:18:52 -06:00 |
|
Jason Turner
|
e4be97eb79
|
Revert "Remove redundant Boxed_Number type operations"
This reverts commit 59eecab0e80c9754e7545b152187934dce82d87d.
|
2015-06-04 11:04:21 -06:00 |
|
Jason Turner
|
59eecab0e8
|
Remove redundant Boxed_Number type operations
|
2015-06-04 08:28:38 -06:00 |
|
Jason Turner
|
be159759ea
|
Further boxed_number simplification
|
2015-06-03 21:24:09 -06:00 |
|
Jason Turner
|
1e41e73af2
|
Simplify boxed_number templates
|
2015-06-03 19:17:58 -06:00 |
|
Jason Turner
|
78819fd3a8
|
fixed boxed_number to_string impl
|
2015-06-03 18:39:49 -06:00 |
|
Jason Turner
|
c6c2bcc023
|
More template reduction in Boxed_Number
|
2015-06-03 08:59:01 -06:00 |
|
Jason Turner
|
e759a0c544
|
Reduce template instantiations
|
2015-06-03 07:00:28 -06:00 |
|
Jason Turner
|
b163065b3c
|
Begin simplifying boxed_number implementation
|
2015-06-03 06:25:41 -06:00 |
|
Jason Turner
|
ecafb4aad0
|
Add missing cstring
|
2015-06-02 18:20:13 -06:00 |
|
Jason Turner
|
38a83e3e56
|
Fix MSVC2013 builds
|
2015-06-02 17:35:31 -06:00 |
|
Jason Turner
|
bacf546dff
|
Merge branch 'develop' into remove_std_function
Conflicts:
include/chaiscript/dispatchkit/proxy_functions_detail.hpp
|
2015-06-02 16:16:22 -06:00 |
|
Jason Turner
|
85a6d85c1f
|
Fix warnings
- use `(void)` to avoid "unused parameter" warnings
- Move to clang-3.6 for thread sanitizer - found bug in 3.5's reporting
|
2015-06-02 13:53:07 -06:00 |
|
Jason Turner
|
7522a19af5
|
g++4.6 correction
|
2015-06-01 16:08:04 -06:00 |
|
Jason Turner
|
26a0034176
|
Fixes for g++4.6
|
2015-06-01 16:07:10 -06:00 |
|
Jason Turner
|
cb5fbff1e6
|
Merge branch 'develop' into remove_std_function
|
2015-06-01 15:57:45 -06:00 |
|
Jason Turner
|
ff378abf84
|
Merge branch 'coverity_scan' into develop
|
2015-06-01 15:57:13 -06:00 |
|
Jason Turner
|
520f9bc0d2
|
Work around bug in g++4.6
I'm going to have to start dropping support for older compilers soon.
The 4.6 line is 4 years old now, and 4.7 has these issues fixed
|
2015-06-01 15:49:50 -06:00 |
|
Jason Turner
|
cf3db70d5d
|
Merge branch 'develop' into remove_std_function
Conflicts:
include/chaiscript/dispatchkit/proxy_functions_detail.hpp
|
2015-06-01 14:53:09 -06:00 |
|
Jason Turner
|
7026229273
|
Apply Index expansion technique to simplify code
Thanks @sean-parent I saw the technique in your future implementation
|
2015-06-01 09:43:29 -06:00 |
|
Jason Turner
|
da8fa77558
|
Update readme.md
|
2015-05-30 18:48:55 -06:00 |
|
Jason Turner
|
9fe8150861
|
Wrap up the coveralls / codecov choices
|
2015-05-30 18:48:27 -06:00 |
|
Jason Turner
|
d56e32e2c4
|
Tweak coveralls settings
|
2015-05-30 18:35:46 -06:00 |
|
Jason Turner
|
7f871374fa
|
Codecov and coveralls enabled
|
2015-05-30 18:07:06 -06:00 |
|
Jason Turner
|
2848e16ea1
|
Another attempt at getting codecov working
|
2015-05-30 17:59:36 -06:00 |
|
Jason Turner
|
916708ce29
|
Disable coveralls, use codecov
|
2015-05-30 17:22:00 -06:00 |
|
Jason Turner
|
cff635fb65
|
Enable 'codecov'
|
2015-05-30 17:02:06 -06:00 |
|
Jason Turner
|
f6600c90e4
|
Correct missing 'sudo' for travis setup
|
2015-05-30 16:07:12 -06:00 |
|
Jason Turner
|
3701477f7f
|
More cleanups to travis configuration
|
2015-05-30 16:03:23 -06:00 |
|
Jason Turner
|
d13d080dee
|
Remove constexpr from type_info
|
2015-05-30 15:50:21 -06:00 |
|
Jason Turner
|
61d5e2ad85
|
Revert "Work around coverity crash"
This reverts commit bb0d1005138e53cb2d414401f0338f22fbbc636b.
Conflicts:
include/chaiscript/dispatchkit/dispatchkit.hpp
include/chaiscript/dispatchkit/type_info.hpp
|
2015-05-30 15:47:22 -06:00 |
|
Jason Turner
|
023a3edf40
|
Fix static usage of Type_Info objects
|
2015-05-30 15:36:25 -06:00 |
|
Jason Turner
|
4b577f1f2a
|
Undefined types are never equal
|
2015-05-30 15:15:08 -06:00 |
|