aboutsummaryrefslogtreecommitdiff
path: root/src/macros_and_utils.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo...Benoit Germain2022-02-211-0/+3
* NEVER use allocator obtained from lua_getallocf to allocate stuff manually wh...Benoit Germain2022-02-171-0/+10
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-33/+33
* fix require() wrapper to return all values returned by original require()Benoit Germain2021-09-221-1/+1
* Moved cancellation code in separate filesBenoit Germain2019-04-221-0/+2
* DEBUGSPEW_CODE in cancel_hookBenoit Germain2019-04-201-1/+1
* protect_allocator configure option is gone, long live allocator (more embedde...Benoit Germain2018-11-251-19/+1
* Internal code tweaksBenoit Germain2018-11-191-14/+54
* fix a bunch of compilation warnings (issue #157)Benoit Germain2018-11-111-4/+8
* let manually define PROPAGATE_ALLOCF (needed for LuaJIT GC64)sonoro12342018-10-291-0/+2
* use include lualib.hsonoro12342018-10-261-0/+1
* Fix for deep-aware modulesBenoit Germain2017-08-011-0/+71