dinghram 1541cce1d9 Change long to int64_t to remove OS ambiguity
Linux compilers interpret "long" as 64 bit, Visual Studio on Windows interprets "long" as 32 bit. In order to remove ambiguity, from_json should use int64_t rather than long when parsing integers.
2017-10-03 08:43:01 -06:00
..
dispatchkit Add += char for string type 2017-09-21 08:55:32 -06:00
language Remove one case of UB union work 2017-10-02 09:52:51 -06:00
utility Change long to int64_t to remove OS ambiguity 2017-10-03 08:43:01 -06:00
chaiscript_basic.hpp Update copyrights to 2017 2017-02-15 15:55:40 -07:00
chaiscript_defines.hpp Move away from shared_ptr for parse nodes 2017-06-21 21:27:48 -06:00
chaiscript_stdlib.hpp Cleanups and split up into _basic options 2016-08-27 10:33:44 -06:00
chaiscript_threading.hpp ChaiScript can only support static in non-threading mode 2017-05-31 14:18:30 -06:00
chaiscript.hpp Fix defaults for dynload options 2017-06-06 14:59:05 -06:00