sourcemod/sourcepawn/jit
David Anderson c373527851 Rename ke_* headers to am-*
--HG--
rename : public/amtl/ke_allocator_policies.h => public/amtl/am-allocator-policies.h
rename : public/amtl/ke_inline_list.h => public/amtl/am-inline-list.h
rename : public/amtl/ke_thread_posix.h => public/amtl/am-thread-posix.h
rename : public/amtl/ke_thread_utils.h => public/amtl/am-thread-utils.h
rename : public/amtl/ke_thread_windows.h => public/amtl/am-thread-windows.h
rename : public/amtl/ke_utility.h => public/amtl/am-utility.h
rename : public/amtl/ke_vector.h => public/amtl/am-vector.h
2013-08-22 17:10:59 -07:00
..
md5 Fixed various memory issues. (bug 5766, r=asherkin) 2013-08-12 00:44:22 +01:00
msvc8 Missed a reference to SOURCEMM16 in JIT project files (bug 3445). 2008-11-27 02:20:08 -06:00
msvc9 Missed a reference to SOURCEMM16 in JIT project files (bug 3445). 2008-11-27 02:20:08 -06:00
msvc10 Updated jit vcproj/makefile (NPOTB). 2012-08-15 15:10:55 -04:00
x86 Rename ke_* headers to am-* 2013-08-22 17:10:59 -07:00
zlib Imported support for new build system. 2009-08-30 00:21:42 -07:00
AMBuilder Move ke_ headers to new public/amtl folder. 2013-08-22 16:30:44 -07:00
BaseRuntime.cpp Implement a watchdog timer for scripts that take too long to execute (bug 5837, r=fyren). 2013-08-14 23:54:25 -07:00
BaseRuntime.h Rename ke_* headers to am-* 2013-08-22 17:10:59 -07:00
dll_exports.cpp Implement a watchdog timer for scripts that take too long to execute (bug 5837, r=fyren). 2013-08-14 23:54:25 -07:00
dll_exports.h landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them). 2008-07-11 08:18:43 +00:00
engine2.cpp Implement a watchdog timer for scripts that take too long to execute (bug 5837, r=fyren). 2013-08-14 23:54:25 -07:00
engine2.h Implement a watchdog timer for scripts that take too long to execute (bug 5837, r=fyren). 2013-08-14 23:54:25 -07:00
jit_function.cpp Implement a watchdog timer for scripts that take too long to execute (bug 5837, r=fyren). 2013-08-14 23:54:25 -07:00
jit_function.h Rename ke_* headers to am-* 2013-08-22 17:10:59 -07:00
jit_shared.h Eliminate InfoVars::cip (bug 5844 part 7, r=ds). 2013-08-12 00:22:54 +01:00
Makefile Refactor the JIT to use a newer, simpler macro assembler. (bug 5827, r=ann) 2013-08-08 09:41:24 -07:00
Makefile.shell Implement a watchdog timer for scripts that take too long to execute (bug 5837, r=fyren). 2013-08-14 23:54:25 -07:00
opcodes.cpp Eliminate InfoVars::rval (bug 5844 part 6, r=ds). 2013-08-12 00:22:41 +01:00
opcodes.h Refactor the JIT to use a newer, simpler macro assembler. (bug 5827, r=ann) 2013-08-08 09:41:24 -07:00
sp_vm_basecontext.cpp Implement a watchdog timer for scripts that take too long to execute (bug 5837, r=fyren). 2013-08-14 23:54:25 -07:00
sp_vm_basecontext.h Refactor the JIT to use a newer, simpler macro assembler. (bug 5827, r=ann) 2013-08-08 09:41:24 -07:00
sp_vm_engine.cpp Implement a watchdog timer for scripts that take too long to execute (bug 5837, r=fyren). 2013-08-14 23:54:25 -07:00
sp_vm_engine.h Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
sp_vm_function.cpp Fixed crash when a plugin was unloaded before a client convar query had returned results (bug 4044, r=dvander). 2009-10-06 13:37:30 -05:00
sp_vm_function.h Fixed crash when a plugin was unloaded before a client convar query had returned results (bug 4044, r=dvander). 2009-10-06 13:37:30 -05:00
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00
watchdog_timer.cpp Implement a watchdog timer for scripts that take too long to execute (bug 5837, r=fyren). 2013-08-14 23:54:25 -07:00
watchdog_timer.h Rename ke_* headers to am-* 2013-08-22 17:10:59 -07:00