Commit dd27c8c
committed
Added more functionality
1 parent 867352f commit dd27c8c
6 files changed
Lines changed: 285 additions & 61 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | | - | |
20 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
21 | 37 | | |
| 38 | + | |
22 | 39 | | |
23 | 40 | | |
24 | 41 | | |
25 | | - | |
26 | | - | |
27 | 42 | | |
28 | 43 | | |
29 | 44 | | |
30 | | - | |
31 | | - | |
| 45 | + | |
| 46 | + | |
32 | 47 | | |
33 | 48 | | |
| 49 | + | |
| 50 | + | |
34 | 51 | | |
35 | | - | |
36 | | - | |
| 52 | + | |
37 | 53 | | |
38 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
39 | 58 | | |
40 | 59 | | |
Submodule ChaiScript updated 55 files
- .decent_ci-Linux.yaml+8-19
- .decent_ci-Windows.yaml+7-1
- .travis.yml+3-3
- CMakeLists.txt+11-11
- DesignGoals.md-28
- appveyor.yml+1-7
- contrib/codeanalysis/fuzzy_tests/chaiscript.dict-61
- contrib/codeanalysis/fuzzy_tests/notes.txt-17
- contrib/codeanalysis/fuzzy_tests/use.inc-5
- include/chaiscript/chaiscript_defines.hpp+28-6
- include/chaiscript/chaiscript_stdlib.hpp+8-9
- include/chaiscript/chaiscript_threading.hpp+17-5
- include/chaiscript/dispatchkit/any.hpp+16-9
- include/chaiscript/dispatchkit/bad_boxed_cast.hpp+4-4
- include/chaiscript/dispatchkit/bootstrap.hpp+153-171
- include/chaiscript/dispatchkit/bootstrap_stl.hpp+94-213
- include/chaiscript/dispatchkit/boxed_cast.hpp+4-2
- include/chaiscript/dispatchkit/boxed_number.hpp+5-2
- include/chaiscript/dispatchkit/boxed_value.hpp+37-35
- include/chaiscript/dispatchkit/dispatchkit.hpp+59-43
- include/chaiscript/dispatchkit/dynamic_object.hpp+7-8
- include/chaiscript/dispatchkit/dynamic_object_detail.hpp+22-17
- include/chaiscript/dispatchkit/exception_specification.hpp+93-7
- include/chaiscript/dispatchkit/function_call.hpp+6-3
- include/chaiscript/dispatchkit/handle_return.hpp+67-10
- include/chaiscript/dispatchkit/operators.hpp+99-66
- include/chaiscript/dispatchkit/proxy_functions.hpp+64-68
- include/chaiscript/dispatchkit/proxy_functions_detail.hpp+134-10
- include/chaiscript/dispatchkit/type_conversions.hpp+31-27
- include/chaiscript/dispatchkit/type_info.hpp+38-26
- include/chaiscript/language/chaiscript_common.hpp+7-7
- include/chaiscript/language/chaiscript_engine.hpp+2-2
- include/chaiscript/language/chaiscript_eval.hpp+234-157
- include/chaiscript/language/chaiscript_parser.hpp+113-216
- include/chaiscript/language/chaiscript_prelude.chai+3-26
- include/chaiscript/language/chaiscript_prelude_docs.hpp+1-1
- include/chaiscript/utility/json.hpp+565-491
- include/chaiscript/utility/json_wrap.hpp+21-13
- include/chaiscript/utility/utility.hpp+13-3
- readme.md+4-8
- samples/example.cpp+1-1
- samples/inheritance.cpp+2-2
- src/main.cpp-3
- src/stl_extra.cpp+3-3
- src/test_module.cpp+19-12
- supporters.md-1
- unittests/boxed_cast_test.cpp+2-2
- unittests/dynamic_object_assignment.chai-26
- unittests/list_resize.chai-13
- unittests/member_variable_access.chai-2
- unittests/string_unicode_ascii.chai-8
- unittests/string_unicode_parse.chai-11
- unittests/string_unicode_unicode.chai-5
- unittests/vector_reserve.chai-7
- unittests/vector_resize.chai-13
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
4 | 23 | | |
5 | 24 | | |
6 | 25 | | |
| |||
44 | 63 | | |
45 | 64 | | |
46 | 65 | | |
47 | | - | |
48 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
78 | 258 | | |
0 commit comments