sourcemod/public/amtl
David Anderson 90a2d1bb39 Update AMTL with a number of changes.
- Introduce HashMap, a key-value map based on HashTable.
 - Introduce LinkedList, to port from SourceHook::List.
 - Introduce AString, to port from SourceHook::String.
 - Introduce KE_OVERRIDE and KE_DELETE helpers for C++11.
 - HashTable now constructs/destructs only live items.
 - Fix insert-on-removed-item bug in HashTable.
 - Fix Vector keeping a new maxsize if allocation fails.
 - Renamed am-inline-list.h to am-inlinelist.h.

--HG--
rename : public/amtl/am-inline-list.h => public/amtl/am-inlinelist.h
2013-08-23 22:29:44 -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 Update AMTL with a number of changes. 2013-08-23 22:29:44 -07:00
am-hashtable.h Update AMTL with a number of changes. 2013-08-23 22:29:44 -07:00
am-inlinelist.h Update AMTL with a number of changes. 2013-08-23 22:29:44 -07:00
am-linkedlist.h Update AMTL with a number of changes. 2013-08-23 22:29:44 -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 Add reference counting to IDatabase (bug 5876 part 2, r=ds). 2013-08-23 00:18:12 -07:00
am-string.h Update AMTL with a number of changes. 2013-08-23 22:29:44 -07: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 Update AMTL with a number of changes. 2013-08-23 22:29:44 -07:00
am-vector.h Update AMTL with a number of changes. 2013-08-23 22:29:44 -07:00