Sami Vaarala
|
39ecb8b7eb
|
Source fixes for #ifdef and #ifndef convention
|
8 years ago |
Sami Vaarala
|
96d301b3cb
|
Rename src/ to src-input/ to match dist
With this change the directory naming in the main repo and dist is the same.
|
8 years ago |
Sami Vaarala
|
03edf0dba7
|
Miscellaneous code cleanups
* Comment cleanups
* String hash declaration fix when dense hash not used
* -Wcast-qual fix for debug fixedbuffer
- Debugger is_err macro argument renaming and re-typing
|
9 years ago |
Sami Vaarala
|
1fa66cd25a
|
Symbol visibility changes for code and headers
|
10 years ago |
Sami Vaarala
|
9f50fc4ee9
|
Add duk_fb_put_funcptr()
|
10 years ago |
Sami Vaarala
|
88e1c199ae
|
Debugging code type cleanup
|
11 years ago |
Sami Vaarala
|
8c8bc36d82
|
clean up debug defines: DUK_USE_DEBUG now enables/disables debug code globally, while DUK_USE_DPRINT, DUK_USE_DDPRINT, and DUK_USE_DDDPRINT control specific log levels (earlier DUK_USE_DEBUG and DUK_USE_DPRINT were the same, which was confusing)
|
11 years ago |
Sami Vaarala
|
2842b0c20d
|
some more indirection for ANSI C functions
|
11 years ago |
Sami Vaarala
|
dc1380dfd0
|
debug type fixes for -Wextra cleanup
|
11 years ago |
Sami Vaarala
|
02a364258a
|
snprintf convention fixes
|
11 years ago |
Sami Vaarala
|
884045b1d1
|
typedef C99 'wrapper' types like duk_uint32_t; bulk replacement of duk_u32 with duk_uint32_t, and other type usage replacements
|
11 years ago |
Sami Vaarala
|
bb91343ff3
|
fix a bunch of minor issues for c++ compatibility
|
11 years ago |
Sami Vaarala
|
2ca12e3f7f
|
convert sprintf, snprintf, vsprintf, vsnprintf call sites to use DUK_SPRINTF etc macros
|
11 years ago |
Sami Vaarala
|
106ab7a2b4
|
add macros for ANSI C memory and string functions, change memcpy, memmove, memcmp, memset call sites (and a few others too)
|
11 years ago |
Sami Vaarala
|
6503b50667
|
debug support code
|
12 years ago |