Jason Turner
|
508729ec77
|
Properly handle error reporting with method_missing
|
2016-10-26 10:08:53 -06:00 |
|
Jason Turner
|
d1c7645a4e
|
Backport inits for g++4.6
|
2016-10-06 15:19:47 -06:00 |
|
Jason Turner
|
21495ebb40
|
Make sure atomics are initialized
|
2016-10-06 09:09:50 -06:00 |
|
Jason Turner
|
4b81a24a0a
|
Fix numeric mixed-convesion operations
|
2016-09-24 17:15:17 -06:00 |
|
Jason Turner
|
41c1c490c8
|
Add support for *& return types
|
2016-04-29 08:31:59 -06:00 |
|
Jason Turner
|
c07c2a9cc2
|
Make sure type_info works with shared_ptr &
|
2016-03-28 15:57:26 -06:00 |
|
Jason Turner
|
46c45e8fc7
|
Update boxed_cast_tests to account for new features
|
2016-03-27 20:50:15 -06:00 |
|
Jason Turner
|
91a3ae1f14
|
Add ability to take non-const & shared_ptr params
|
2016-03-27 20:02:27 -06:00 |
|
Jason Turner
|
539ee3c84f
|
Ignore unknown pragmas in older apple clang
|
2016-03-05 10:44:40 -07:00 |
|
Jason Turner
|
ad7e2138d9
|
Various Windows fixes
|
2016-03-04 17:39:32 -07:00 |
|
Jason Turner
|
8feff5bc76
|
Clean up some more warnings
|
2016-03-04 10:03:39 -07:00 |
|
Jason Turner
|
d4f02b5e67
|
Address sign promotion warnings, add todo test
|
2016-03-04 07:58:21 -07:00 |
|
Jason Turner
|
645377e191
|
Remove memory_order_relaxed usage
|
2016-03-02 20:36:05 -07:00 |
|
Jason Turner
|
5a03c88ee3
|
Add -Wconvert and address the warnings from it
closes #254
|
2016-03-02 17:40:15 -07:00 |
|
Jason Turner
|
7f8a6f24f9
|
Fix a few warnings from old gcc
|
2016-02-16 11:13:14 -07:00 |
|
Jason Turner
|
e024b99b36
|
Fixes for type_conversion handling
|
2016-02-16 08:29:01 -07:00 |
|
Jason Turner
|
ed65ad72d0
|
Update copyrights
|
2016-02-14 20:04:17 -07:00 |
|
Jason Turner
|
bc0eaa5d15
|
Fix some issues found by cppcheck
|
2016-02-14 20:01:49 -07:00 |
|
Jason Turner
|
bde2a45384
|
Add map conversions
closes #57
|
2016-01-29 20:41:12 -07:00 |
|
Jason Turner
|
7222390c96
|
Fix build
|
2016-01-29 16:12:10 -07:00 |
|
Jason Turner
|
b33f0a08bc
|
Remove initializer_list conversion due to the issues mentioned here:
http://stackoverflow.com/questions/18895583/convert-a-vectort-to-initializer-listt
|
2016-01-29 16:04:06 -07:00 |
|
Jason Turner
|
140a90f72a
|
Fix g++4.6 build issues
|
2016-01-29 15:35:40 -07:00 |
|
Jason Turner
|
f697384028
|
Merge pull request #243 from vrennert/feature_initializer_list_conversion
Added initializer_list<T> conversion as possible function call argument or return type.
|
2016-01-29 15:20:38 -07:00 |
|
Jason Turner
|
dfd04c8291
|
Clean up formatting from last merge
Closes #238
|
2016-01-29 15:16:35 -07:00 |
|
Jason Turner
|
209d6ed2e4
|
Merge remote-tracking branch 'ktm/set-global' into develop
|
2016-01-29 15:14:32 -07:00 |
|
Viktor Rennert
|
af1eba1b0e
|
Added type fix for gcc/clang and tiny formating fixes.
|
2016-01-26 18:36:45 +01:00 |
|
Jason Turner
|
f82f6c2068
|
Some fixes found by resharper c++
|
2016-01-25 16:41:11 -07:00 |
|
Viktor Rennert
|
fcca453223
|
Added initializer_list<T> conversion as possible function call argument or return type.
|
2016-01-26 00:06:57 +01:00 |
|
Jason Turner
|
c067575ac4
|
Merge branch 'develop' into add_performance_tests
|
2016-01-20 18:24:50 -07:00 |
|
ktm
|
3587c3e165
|
fixed comment on set_global
|
2016-01-18 13:24:59 -05:00 |
|
ktm
|
43def57852
|
add set_global, update unit test
|
2016-01-17 00:01:51 -05:00 |
|
Jason Turner
|
561b47e463
|
More explicit int/bool conversions
|
2016-01-16 09:27:16 -07:00 |
|
Jason Turner
|
9885534b5b
|
Merge branch 'develop' into add_performance_tests
|
2016-01-16 09:02:52 -07:00 |
|
Jason Turner
|
4e69e5a3d2
|
Merge branch 'Fix_Crash_From_CppCon' of github.com:ChaiScript/ChaiScript into Fix_Crash_From_CppCon
|
2015-11-25 07:51:12 -07:00 |
|
Jason Turner
|
49c89a3b88
|
un-break ** cast operation
|
2015-11-25 09:49:26 -05:00 |
|
Jason Turner
|
681b7db727
|
Merge branch 'Fix_Crash_From_CppCon' of github.com:ChaiScript/ChaiScript into Fix_Crash_From_CppCon
|
2015-11-20 06:49:35 -07:00 |
|
Jason Turner
|
4826bddb5b
|
Add overloads for cosnt *& casts
|
2015-11-20 07:46:52 -06:00 |
|
Jason Turner
|
49436e5740
|
Merge branch 'develop' into Fix_Crash_From_CppCon
|
2015-11-20 05:53:44 -07:00 |
|
Jason Turner
|
6fe7f5ce98
|
Don't return reference to copied values
|
2015-11-03 16:02:25 -07:00 |
|
Jason Turner
|
8bd7ccfa9f
|
Only run performance tests on linux
|
2015-10-23 16:38:04 -06:00 |
|
Jason Turner
|
40b1549b3b
|
Fix use of broken bitset implementation in g++
|
2015-10-21 09:30:22 -06:00 |
|
Jason Turner
|
8496a86043
|
Use a bitset instead of bools for type_info flags
|
2015-10-20 18:14:42 -06:00 |
|
Jason Turner
|
09748275db
|
Fix warnings from clang
|
2015-10-17 09:22:13 -06:00 |
|
Jason Turner
|
7ba7b81a5c
|
Implement option explicit for dynamic objects.
Closes #218
|
2015-10-16 21:41:54 -06:00 |
|
Jason Turner
|
882cbf2dfb
|
Add option explicit code, but don't throw yet
Work towards #218
|
2015-10-16 18:47:26 -06:00 |
|
Jason Turner
|
985b62705f
|
Add support for != bools
closes #217
|
2015-10-15 22:06:06 -06:00 |
|
Jason Turner
|
ad69bf7d38
|
Get vector push_back_ref working as expected
|
2015-10-15 21:42:25 -06:00 |
|
Jason Turner
|
36765df3c0
|
Fix vector element assignment issues
|
2015-10-15 21:20:12 -06:00 |
|
Jason Turner
|
beedf13d01
|
Make binary literals sized like other integer types
|
2015-10-03 16:38:41 -06:00 |
|
Jason Turner
|
5a651e2b8a
|
Fix numeric overload resolution
Closes #209
|
2015-10-01 09:56:53 -06:00 |
|