sourcemod/public/amtl
David Anderson c4056aea5d Rewrite the assembly pipeline.
This patch uses SmxBuilder from spcomp2 to replace the old assemble()
pipeline. Instead of generating into an old AMX structure, and then
decoding that into SMX, we now directly generate into SMX. This greatly
simplifies code generation and smx building.
2014-08-23 13:25:58 -07:00
..
am-allocator-policies.h Update AMTL with a number of changes. 2013-08-23 22:29:44 -07:00
am-atomics.h Fix Windows build errors. 2013-08-23 15:45:07 -07:00
am-hashmap.h Refactor Trie natives to use HashMap instead of KTrie; add iteration API (bug 5892, r=ds). 2013-08-29 10:09:02 -07:00
am-hashset.h Sync AMTL. 2013-08-29 10:11:59 -07:00
am-hashtable.h Refactor Trie natives to use HashMap instead of KTrie; add iteration API (bug 5892, r=ds). 2013-08-29 10:09:02 -07:00
am-inlinelist.h Clean up ConCmdManager (bug 5900, r=fyren). 2013-08-31 11:51:23 -07:00
am-linkedlist.h Sync AMTL. 2013-08-29 11:45:28 -07:00
am-moveable.h Sync AMTL. 2013-08-29 11:45:28 -07:00
am-refcounting-threadsafe.h Add atomic reference counting and port DBI (bug 5876 part 3, r=ds). 2013-08-23 00:18:13 -07:00
am-refcounting.h Remove memtables from ConCmdManager (bug 5899 part 3, r=fyren). 2013-08-31 19:50:15 -07:00
am-string.h Fix uninit'd memory issues in AMTL AString and Vector (bug 5921, r=psychonic). 2013-11-30 10:59:05 -05:00
am-thread-posix.h Update AMTL with a number of changes. 2013-08-23 22:29:44 -07:00
am-thread-utils.h Make amtl headers BSD-licensed and clean up outstanding style issues. 2013-08-22 17:11:17 -07:00
am-thread-windows.h Update AMTL with a number of changes. 2013-08-23 22:29:44 -07:00
am-utility.h Rewrite the assembly pipeline. 2014-08-23 13:25:58 -07:00
am-vector.h Sync am-vector.h with AMTL (fix bug 6090). 2014-04-19 19:21:40 -07:00