Mark Sibly 4dd0c4f8b2 Added simple multidimensional array initializers. 7 years ago
..
Monkey2Lang.java cc6dcd4b26 String.ToUpper, String.ToLower and String.Capitalize now use java equivalents internally on android 'coz NDK doesn't support setlocale(). 7 years ago
bbarray.cpp ef9a1ef3f9 Major low level change to bbArray - is now a c++ 'value' (but still a mx2 reference type) so ctor with bbArray blah{10} etc... 9 years ago
bbarray.h 4dd0c4f8b2 Added simple multidimensional array initializers. 7 years ago
bbassert.cpp 3b39ef4367 Moved bbAssert to its own file. 9 years ago
bbassert.h 3b39ef4367 Moved bbAssert to its own file. 9 years ago
bbdebug.cpp 9ce3e9548f 64 bit debug fixes. 7 years ago
bbdebug.h 9ce3e9548f 64 bit debug fixes. 7 years ago
bbdeclinfo.cpp 8c5b6a7fc6 WIP reflection for extensions. 7 years ago
bbdeclinfo.h 8c5b6a7fc6 WIP reflection for extensions. 7 years ago
bbdeclinfo_r.h e248dae442 More work on reflection. 7 years ago
bbfunction.cpp 7f31bf9e58 Initial commit. 9 years ago
bbfunction.h e727fc3481 Fixed the GC fixes, removed redundant bbmemory files. 7 years ago
bbgc.cpp e727fc3481 Fixed the GC fixes, removed redundant bbmemory files. 7 years ago
bbgc.h e727fc3481 Fixed the GC fixes, removed redundant bbmemory files. 7 years ago
bbmonkey.cpp 077da38765 More GC tweaks; removed bbinit files. 8 years ago
bbmonkey.h aa254e4af3 Added TypeInfo.NullValue. 7 years ago
bbmonkey_c.c 47153f6bd7 Fixed non-android bb_print for C. 7 years ago
bbmonkey_c.h debaecdae9 Added simple bbmonkey_c.h so we can us bb_printf in 'C' files, eg: SDL on android. 7 years ago
bbobject.cpp 824542f15b WORK IN PROGRESS reflection updates. 9 years ago
bbobject.h 90e9ac3c03 Some slightly scary GC tweaks + bbGC::malloc now always returns 8 byte aligned mem for asm.js (and probably more) fixes. 7 years ago
bbplatform.h d5c0d9ea85 Added aupport for iphone simulator. 7 years ago
bbstd.h 68df70d371 Cleanups. 8 years ago
bbstring.cpp 02b11caf7c Fixed android too many local refs with string methods. 7 years ago
bbstring.h aa254e4af3 Added TypeInfo.NullValue. 7 years ago
bbstring.mm fa97e33235 Added bool->string. 8 years ago
bbtypeinfo.cpp 4daa138be2 mx2cc tweaks. 7 years ago
bbtypeinfo.h 4daa138be2 mx2cc tweaks. 7 years ago
bbtypeinfo_r.h aa254e4af3 Added TypeInfo.NullValue. 7 years ago
bbtypeinfo_t.h 4daa138be2 mx2cc tweaks. 7 years ago
bbtypes.cpp 3065fee7e5 Cleanups, bugfixes, docs etc. 9 years ago
bbtypes.h 4daa138be2 mx2cc tweaks. 7 years ago
bbvariant.cpp 824542f15b WORK IN PROGRESS reflection updates. 9 years ago
bbvariant.h 593d588242 Fixed Variant.SetArrayElement with object arrays. 7 years ago