[REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmpStop using non-conforming wcsicmp, stricmp, strcasecmp
[BROWSEUI_APITEST] Comment out tests that fail on Windows@Katayama Hirofumi please investigate.
[SDK] Define CCoInit in shellutils
[BROWSEUI_APITEST] Addendum to 7e22dc05.
[BROWSEUI][BROWSEUI_APITEST] SHExplorerParseCmdLine(): Sync and improve (#3231)ROSTESTS-302 - SHCreateFromDesktop(): Sync declaration and spec. - SHExplorerParseCmdLine(): Sync declaration, hea
[BROWSEUI][BROWSEUI_APITEST] SHExplorerParseCmdLine(): Sync and improve (#3231)ROSTESTS-302 - SHCreateFromDesktop(): Sync declaration and spec. - SHExplorerParseCmdLine(): Sync declaration, header and spec. - SHExplorerParseCmdLine: Enforce 'UINT_PTR' return type. Addendum to e39876d and 0f8439a. - SHExplorerParseCmdLine: Replace '*EXPLORER_INFO' - SHExplorerParseCmdLine: Fix x64 support; Fix some results.
show more ...
[BROWSEUI_APITEST] Strengthen IAutoComplete testcase
[BROWSEUI][BROWSEUI_APITEST] Add CLSID_ACLHistory stubs (#3582)- Initial implement CLSID_ACLHistory as stub. - Add IACLHistory testcase into browseui_apitest. CORE-9281
[BROWSEUI_APITEST] Strengthen ACListISF testcase (#3577)Analyze CLSID_ACListISF's behavior about relative paths. CORE-9281
[BROWSEUI_APITEST] Strengthen ACListISF testcase (#3538)Add tests for ACListISF testcase to clarify the details. CORE-9281
[BROWSEUI_APITEST] Fix abnormal termination on fn2 == NULLThe DoWordBreakProc function crashed.CORE-9281
[BROWSEUI_APITEST] Strengthen IAutoComplete on WM_KEYDOWN (#3500)- Simplify the test mechanism. - Add more tests for WM_KEYDOWN message. CORE-9281
[BROWSEUI_APITEST] Strengthen IAutoComplete testcase on extended LV style (#3499)Test the extended list-view style of the listview. CORE-9281
[BROWSEUI_APITEST] Follow-up of #3493
[BROWSEUI_APITEST] Add IAutoComplete testcase (#3493)Add tests for IAutoComplete objects, especially on the drop-down window and related controls. CORE-9281
[CMAKE] Get rid of add_compile_flags_language macroin favor of add_compile_options and the like with generator expressionsAlso take this as an opportunity to remove the C++11 standard hack, GCC 8
[CMAKE] Get rid of add_compile_flags_language macroin favor of add_compile_options and the like with generator expressionsAlso take this as an opportunity to remove the C++11 standard hack, GCC 8 now defaults to C++14
[CMAKE] Introduce the atl_classes interface libraryThis takes care of adding the relvant include directory and the _ATL_NO_EXCEPTIONS define, if needed
[CMAKE] Get rid of the set_cpp macroInstead 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_
[CMAKE] Get rid of the set_cpp macroInstead 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 moduleYou can use the newly introduced set_target_cpp_properties function, with WITH_EXCEPTIONS and WITH_RTTI argumentsWe also introduce two libraries : - cpprt: for C++ runtime routines - cppstl: for the C++ standard template libraryNB: 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 expressionsSo, 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
[BROWSEUI_APITEST] Follow-up of #3249 (b1c3329)CORE-9281
[BROWSEUI_APITEST] Strengthen IACLCustomMRU testcase (#3249)Add some tests for "TypedURLs" of a special case. The TypedURLs registry key consists of the registry values of "url1", "url2", "url3" et
[BROWSEUI_APITEST] Strengthen IACLCustomMRU testcase (#3249)Add some tests for "TypedURLs" of a special case. The TypedURLs registry key consists of the registry values of "url1", "url2", "url3" etc instead of "MRUList", "a", "b" etc. CORE-9281
[BROWSEUI_APITEST] Follow-up of #3123 (94a413a)
[BROWSEUI_APITEST] Strengthen SHExplorerParseCmdLine testcase a bit (#3123)CORE-14177
[ROSTESTS] Update test helpers to allow custom file/line info
[APITESTS] Improve and fix tests
[HEADERS] Move some helpers from undocshell.h to shellutils.h as they didn't cover anything undocumented. Merge traycmd.h in undocshell.h as both contain just undocumented shell definitions.
[BROWSEUI_APITEST] Add a test for SHEnumClassesOfCategories. (#1559)CORE-11711
12