reactos/modules/rostests/apitests/shell32
Jérôme Gardou d6ea8659c8 [CMAKE] Get rid of the set_cpp macro
Instead of messing with global variables and the like, we introduce two target properties:
 - WITH_CXX_EXCEPTIONS: if you want to use C++ exceptions
 - WITH_CXX_RTTI: if you need RTTI in your module
You can use the newly introduced set_target_cpp_properties function, with WITH_EXCEPTIONS and WITH_RTTI arguments
We also introduce two libraries :
 - cpprt: for C++ runtime routines
 - cppstl: for the C++ standard template library

NB: On GCC, this requires to create imported libraries with the related built-in libraries:libsupc++, limingwex, libstdc++

Finally, we manage the relevant flags with the ad-hoc generator expressions

So, if you don't need exceptions, nor RTTI, nor use any runtime at all: you simply have nothing else to do than add your C++ file to your module
2020-10-20 21:44:54 +02:00
..
1.ico
AddCommas.cpp
CFSFolder.cpp [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
CheckEscapes.cpp [SHELL32][INCLUDE] Improve CheckEscapesA/W (#2795) 2020-05-28 10:58:26 +09:00
CIDLData.cpp [SDK] Move HIDA helper functions to shellutils.h 2020-02-08 22:09:13 +01:00
CMakeLists.txt [CMAKE] Get rid of the set_cpp macro 2020-10-20 21:44:54 +02:00
CMyComputer.cpp
Control_RunDLLW.cpp
CShellDesktop.cpp
CShellLink.cpp
CUserNotification.cpp
DragDrop.cpp [WININET_WINETEST][URLMON_WINETEST][SHELL32_APITEST] Skip some tests 2020-06-08 03:43:43 +03:00
ExtractIconEx.cpp
IShellFolderViewCB.cpp [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
menu.cpp [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
OpenAs_RunDLL.cpp [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
PathResolve.cpp
resource.rc
SHAppBarMessage.cpp [SHELL32_APITEST] Strengthen SHAppBarMessage testcase for workarea (#3041) 2020-08-13 20:59:36 +09:00
SHChangeNotify.cpp [SHELL32_APITEST] Strengthen SHChangeNotify testcase more (#3038) 2020-08-13 07:51:45 +09:00
SHChangeNotify.h [SHELL32_APITEST] Strengthen SHChangeNotify testcase more (#3038) 2020-08-13 07:51:45 +09:00
SHCreateDataObject.cpp [SDK] Move HIDA helper functions to shellutils.h 2020-02-08 22:09:13 +01:00
SHCreateFileExtractIconW.cpp
shell-notify.cpp [SHELL32_APITEST] Strengthen SHChangeNotify testcase more (#3038) 2020-08-13 07:51:45 +09:00
shell32_apitest.spec
ShellExecCmdLine.cpp [SHELL32_APITEST] Strengthen ShellExecCmdLine testcase (#3164) 2020-09-14 13:25:45 +09:00
ShellExecuteEx.cpp
ShellExecuteW.cpp [SHELL32_APITEST] Strengthen ShellExecuteW testcase (#3165) 2020-09-13 00:47:56 +09:00
ShellHook.cpp [SHELL32_APITEST] Add ShellHook testcase (#3289) 2020-10-12 09:52:21 +09:00
ShellState.cpp [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
shelltest.cpp
shelltest.h
SHLimitInputEdit.cpp [SHELL32_APITEST] SHLimitInputEdit: Fix C4509 warning (#2321) 2020-02-09 23:49:44 +09:00
SHParseDisplayName.cpp
testlist.c [SHELL32_APITEST] Add ShellHook testcase (#3289) 2020-10-12 09:52:21 +09:00