reactos/modules/rostests/apitests/ntdll
Jérôme Gardou 23373acbb9 [CMAKE] Use modules instead of shared libraries
There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.

On my system, this reduces the configure-time by a factor of two.
2019-04-06 17:43:38 +02:00
..
i386 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
load_notifications [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
CMakeLists.txt [NTDLL_APITEST] Add test for RtlComputePrivatizedDllName_U 2019-02-07 18:48:49 +01:00
fil1.txt [NTDLL_APITEST] Various small fixes 2018-08-27 20:05:00 +02:00
LdrEnumResources.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
load_notifications.c [RTL][KERNEL32] Add a comment indicating we need SEH in RtlImageNtHeaderEx 2018-08-13 13:24:12 +02:00
NtAcceptConnectPort.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
NtAllocateVirtualMemory.c [NTDLL_APITEST] Fix/Extend ApiTest NtAllocateVirtualMemory (#207) 2018-03-17 17:30:01 +01:00
NtApphelpCacheControl.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
NtContinue.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtCreateFile.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
NtCreateKey.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtCreateThread.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtDeleteKey.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
ntdll_apitest.exe.local Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ntdll_apitest.spec [NTDLL_APITEST] Show behavior with exceptions in DllMain. 2018-08-13 13:24:12 +02:00
ntdlltest.manifest [GDIPLUS] Add it to winsxs. 2018-01-27 02:45:50 +02:00
NtDuplicateObject.c [NTDLL_APITEST] Add test for NtDuplicateObject with OBJ_PROTECT_CLOSE. 2019-02-02 23:02:53 +01:00
NtFreeVirtualMemory.c [NTDLL_APITEST] Create Test_NtFreeVirtualMemory_Parameters(). CORE-13126 2017-12-08 09:47:44 +01:00
NtLoadUnloadKey.c [NTDLL_APITEST] Re-enable the part of the NtLoad/UnloadKey test related to force-unload a hive with opened sub-key handles. 2018-10-22 00:05:21 +02:00
NtMapViewOfSection.c [NTDLL_APITEST] Add tests for mapping and relocating an image with IMAGE_SCN_CNT_UNINITIALIZED_DATA 2018-06-03 20:40:51 +02:00
NtMutant.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtOpenKey.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtOpenProcessToken.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtOpenThreadToken.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtProtectVirtualMemory.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtQueryInformationFile.c [NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651 2019-02-02 22:50:19 +01:00
NtQueryInformationProcess.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtQueryKey.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtQuerySystemEnvironmentValue.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtQuerySystemInformation.c [NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651 2019-02-02 22:50:19 +01:00
NtQueryVolumeInformationFile.c [NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651 2019-02-02 22:50:19 +01:00
NtReadFile.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtSaveKey.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
NtSetInformationFile.c [NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651 2019-02-02 22:50:19 +01:00
NtSetValueKey.c [NTDLL_APITEST] Show that registry strings can be longer than MAXUSHORT. 2019-02-20 12:23:24 +01:00
NtSetVolumeInformationFile.c [NTDLL_APITEST] Add tests for zero and negative information class values. CORE-15651 2019-02-02 22:50:19 +01:00
NtWriteFile.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
precomp.h [APITESTS][WINETESTS] Addendum to the recent PCH work. 2017-12-18 13:21:47 +01:00
RtlAllocateHeap.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
RtlBitmap.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlComputePrivatizedDllName_U.c [NTDLL_APITEST] Add test for RtlComputePrivatizedDllName_U 2019-02-07 18:48:49 +01:00
RtlCopyMappedMemory.c [NTDLL_APITEST] Allow the test to load on Windows XP. ROSTESTS-293 2017-12-07 09:54:53 +01:00
RtlDeleteAce.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlDetermineDosPathNameType.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlDoesFileExists.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlDosApplyFileIsolationRedirection_Ustr.c [NTDLL_APITEST] Various small fixes 2018-08-27 20:05:00 +02:00
RtlDosPathNameToNtPathName_U.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
RtlDosSearchPath_U.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlDosSearchPath_Ustr.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlFirstFreeAce.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGenerate8dot3Name.c [USETUP][NTDLL_APITEST][KBDROST] Allow non-Latin codepage users to build ReactOS on MSVC (Retrial of #1150) (#1168) 2018-12-20 17:25:32 +09:00
RtlGetFullPathName_U.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGetFullPathName_Ustr.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGetFullPathName_UstrEx.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGetLengthWithoutTrailingPathSeperators.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlGetLongestNtPathLength.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlHandle.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlImageRvaToVa.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlInitializeBitMap.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlIsNameLegalDOS8Dot3.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlMemoryStream.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlNtPathNameToDosPathName.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlpEnsureBufferSize.c [REACTOS] Fix 64 bit build (#465) 2018-04-03 15:13:17 -06:00
RtlQueryTimeZoneInfo.c [NTDLL_APITEST] Add missing test file for 0f8e7207. 2018-05-31 17:12:52 +02:00
RtlReAllocateHeap.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlUnicodeStringToAnsiString.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
RtlUpcaseUnicodeStringToCountedOemString.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
shell32.dll Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
sprintf.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
StackOverflow.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
SystemInfo.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00
test.dll Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
testdata.rc [NTDLL_APITEST] Show behavior with exceptions in DllMain. 2018-08-13 13:24:12 +02:00
testlist.c [NTDLL_APITEST] Add test for RtlComputePrivatizedDllName_U 2019-02-07 18:48:49 +01:00
Timer.c [NTDLL_APITEST] Add a PCH. 2017-12-02 22:15:04 +01:00