1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-12-04 16:24:16 +01:00
HLMetaModOfficial/sourcehook
Pavol Marko 3f34d0aca9 Tested Object returns (with octor/cctor/dtor/assignop)
--HG--
branch : hookman_autogen
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/hookman_autogen%40550
2007-11-09 06:19:18 +00:00
..
generate First step to gcc support: it compiles now 2007-11-02 20:15:19 +00:00
test Tested Object returns (with octor/cctor/dtor/assignop) 2007-11-09 06:19:18 +00:00
FastDelegate.h Changed to support 16 arguments by default 2007-10-08 15:43:23 +00:00
sh_list.h sh_memory now has CPageAlloc, testhookmangen.cpp contains a small test for it, GenBuffer uses CPageAlloc 2007-11-01 01:58:44 +00:00
sh_memfuncinfo.h Changed to support 16 arguments by default 2007-10-08 15:43:23 +00:00
sh_memory.h Moved CPageAlloc from sh_memory into sh_pagealloc.h 2007-11-04 16:03:39 +00:00
sh_pagealloc.h CPageAlloc now executes before TestHookmanGen, newline at the end of sh_pagealloc.h 2007-11-06 22:04:38 +00:00
sh_stack.h linux.gcc compat 2007-10-07 22:24:01 +00:00
sh_string.h Added find_last_of() to SourceHook::String for searching the string backwards 2007-05-03 02:22:03 +00:00
sh_tinyhash.h fixed bug when using Microsoft's STL 2007-10-16 23:01:42 +00:00
sh_vector.h fixed a subtle invalid memory access bug in CVector 2007-10-16 20:01:30 +00:00
sourcehook_hookmangen_x86.h Progress in GCC compat; TODO atm: proper passing of byval parameters with destructors (private copy, then byref pass?) 2007-11-07 15:15:05 +00:00
sourcehook_hookmangen.cpp POD returns work on GCC 2007-11-08 18:17:26 +00:00
sourcehook_hookmangen.h POD returns work on GCC 2007-11-08 18:17:26 +00:00
sourcehook_impl_chook.h linux.gcc compat 2007-10-07 22:24:01 +00:00
sourcehook_impl_chookidman.h Removed "trust the prototype" model which could lead to problems. Instead, every CVfnPtr now has a list of hook managers. 2007-10-14 11:59:13 +00:00
sourcehook_impl_chookmaninfo.h Implemented memory returns on MSVC for POD types. 2007-11-01 17:29:39 +00:00
sourcehook_impl_ciface.h linux.gcc compat 2007-10-07 22:24:01 +00:00
sourcehook_impl_cproto.h Progress in GCC compat; TODO atm: proper passing of byval parameters with destructors (private copy, then byref pass?) 2007-11-07 15:15:05 +00:00
sourcehook_impl_cvfnptr.h Removed "trust the prototype" model which could lead to problems. Instead, every CVfnPtr now has a list of hook managers. 2007-10-14 11:59:13 +00:00
sourcehook_impl.h Removed "trust the prototype" model which could lead to problems. Instead, every CVfnPtr now has a list of hook managers. 2007-10-14 11:59:13 +00:00
sourcehook.cpp correct ISO for scoping 2007-10-14 12:28:28 +00:00
sourcehook.h Implemented memory returns on MSVC for POD types. 2007-11-01 17:29:39 +00:00