1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-29 11:24:19 +01:00
HLMetaModOfficial/sourcehook/test
Pavol Marko a42da91655 Modified test1.cpp a little bit so that it tests the const attribute.
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40291
2006-09-04 13:44:00 +00:00
..
msvc7 For some reason I have MSVC8-ified shworker and the sourcehook test program (which passes 100% btw :o) 2006-07-25 04:34:49 +00:00
msvc8 fixed location of testrefret.cpp and added forgotten typename keywords 2006-08-09 07:25:48 +00:00
main.cpp Added support for functions returning references; added TestRefRet, fixed typos in sourcehook_impl.h 2006-08-09 06:46:11 +00:00
Makefile Fixed explicit qualification in sourcehook.cpp, updated Makefile for new shworker ( =P ), generated new sourcehook.h 2006-08-09 07:42:16 +00:00
sourcehook_test.h One bugfix, addition of META_RETURN_(VALUE_)NEWPARAMS (implemented using recalls), tests now support compiling against an older version of sourcehook.h (through the sourcehook_test.h file) while main.cpp which now also acts as a CSourceHookImpl factory compiles against the new version. 2005-12-23 11:58:11 +00:00
test1.cpp Modified test1.cpp a little bit so that it tests the const attribute. 2006-09-04 13:44:00 +00:00
test2.cpp One bugfix, addition of META_RETURN_(VALUE_)NEWPARAMS (implemented using recalls), tests now support compiling against an older version of sourcehook.h (through the sourcehook_test.h file) while main.cpp which now also acts as a CSourceHookImpl factory compiles against the new version. 2005-12-23 11:58:11 +00:00
test3.cpp One bugfix, addition of META_RETURN_(VALUE_)NEWPARAMS (implemented using recalls), tests now support compiling against an older version of sourcehook.h (through the sourcehook_test.h file) while main.cpp which now also acts as a CSourceHookImpl factory compiles against the new version. 2005-12-23 11:58:11 +00:00
test4.cpp One bugfix, addition of META_RETURN_(VALUE_)NEWPARAMS (implemented using recalls), tests now support compiling against an older version of sourcehook.h (through the sourcehook_test.h file) while main.cpp which now also acts as a CSourceHookImpl factory compiles against the new version. 2005-12-23 11:58:11 +00:00
testbail2.cpp Added insert(iterator where, const T &what) to sh_list and simplified it on the occasion, hook managers now have (optional) version numbers, everything somehow works! Also changed _NEWPARAMS macro syntax a bit 2005-12-23 23:00:55 +00:00
testbail.cpp linux/gcc/32bit compatibility 2005-12-23 23:15:18 +00:00
testbail.h linux/gcc/32bit compatibility 2005-12-23 23:15:18 +00:00
testevents.h Added insert(iterator where, const T &what) to sh_list and simplified it on the occasion, hook managers now have (optional) version numbers, everything somehow works! Also changed _NEWPARAMS macro syntax a bit 2005-12-23 23:00:55 +00:00
testlist.cpp Fixed SourceHook::CVector::resize, hopefully fixed callclass crashbug, add vector test to TestList 2006-05-19 13:57:04 +00:00
testmanual.cpp Added manual recalls: RETURN_META_(VALUE_)MNEWPARAMS 2006-06-08 18:34:18 +00:00
testmulti.cpp _snprintf defined to snprintf on linux (should it be the other way round) 2006-05-13 18:09:58 +00:00
testrecall.cpp h-hello? new feature: RETURN_META_(VALUE_)NEWPARAMS now also works in post handlers! 2006-02-05 20:24:58 +00:00
testreentr.cpp One bugfix, addition of META_RETURN_(VALUE_)NEWPARAMS (implemented using recalls), tests now support compiling against an older version of sourcehook.h (through the sourcehook_test.h file) while main.cpp which now also acts as a CSourceHookImpl factory compiles against the new version. 2005-12-23 11:58:11 +00:00
testref.cpp rewritten sh's template files to use new shworker syntax, fixed sh_call. tbh, i'm good 2006-05-13 17:57:35 +00:00
testrefret.cpp fixed location of testrefret.cpp and added forgotten typename keywords 2006-08-09 07:25:48 +00:00