2 Commits (f9b4c2341ea7508c2ecf44f4f935a82c263a1b4c)

Author SHA1 Message Date
Steven Don 0867a8fdb1 Fixed some issues with Microsoft Visual Studio, allowing compilations on VC2005 and earlier (up to at least VC6). 8 years ago
Sami Vaarala 02e8adcce8 Source reorg for duk_api_public.h.in 8 years ago
Sami Vaarala 39ecb8b7eb Source fixes for #ifdef and #ifndef convention 8 years ago
Sami Vaarala 68b95558fe Double handling improvements, str rep comments 8 years ago
Sami Vaarala 2d43ef8c04 String.prototype.repeat(), internal buf zeroing 8 years ago
Sami Vaarala 203c0cb3d2 Add String.fromCodePoint() support 8 years ago
Sami Vaarala 96d301b3cb Rename src/ to src-input/ to match dist 8 years ago
Sami Vaarala 78a1128117 Minor source fixes 9 years ago
Sami Vaarala ea58277c8b Double union quiet NaN notes 9 years ago
Sami Vaarala 6645e711c6 Buffer object implementation cleanups and fixes 10 years ago
Sami Vaarala ee5c67be0b Add float to duk_double_union, duk_float_t typedef 10 years ago
Sami Vaarala b8e9c3b141 Trivial code fixes from review 10 years ago
Sami Vaarala 22a38b4b07 Fastint fast paths and cleanups 10 years ago
Sami Vaarala 0f0fe6e4f4 Change to explicit fastint downgrade model 10 years ago
Sami Vaarala 15f1be7f8d Add byteswap macros and self tests 10 years ago
Sami Vaarala 3ab572de8a Code policy issue fix trivia 10 years ago
Sami Vaarala d397785934 add a .in extension for header snippets used to build duktape.h (cleaner to see that they're not standalone headers) 11 years ago
Sami Vaarala 84ba77df23 use 'mixed endian' instead of 'middle endian' to refer to arm mixed endian; rename DUK_USE_LITTLE_ENDIAN to DUK_USE_INTEGER_LE (same for big, middle) for clarity; when using mixed endian, define DUK_USE_INTEGER_LE instead of DUK_USE_INTEGER_BE 11 years ago
Sami Vaarala f29e5a5ca6 more comment notes on clang aliasing 11 years ago
Sami Vaarala 9fa1ec592d clean up #define, #undef, #ifdef etc to have a single space after the directive 11 years ago
Sami Vaarala aef64f5baf rework duk_double_union and duk_tval macros; doubles are now normalized using a union which should be strict aliasing compatible 11 years ago