8d54c2d4 | 13-Nov-2023 |
Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> |
[WIN32U_VISTA] .def: Delete this obsolete file (#5931) |
2b7246fd | 07-Nov-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CMAKE] Add support for "IMAGEBASE default" and use it for test/sample dlls |
a3d22bba | 20-May-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[RTL_APITEST] Move RtlIntSafe test from kmtest to rtl_apitest |
bdf52a98 | 20-May-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[RTL_APITEST] Add rtl_unittest
First test is RtlCaptureContext |
520cf229 | 11-Aug-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[APITESTS] Share ok_eq_* macros between apitests and kmtests
This makes it possible to share sources between kmtest and apitests, e.g. for rtl. |
416e6ef8 | 08-Nov-2023 |
Andrei Miloiu <miloiuandrei@gmail.com> |
[MYEVENTPROVIDER_DLL][MC] Update MyEventProvider.mc (#5929) |
bdae8cf9 | 28-Oct-2023 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[SHLWAPI_APITEST] Fix MSVC compilation warning C4309
SHPropertyBag.cpp(161): warning C4309: 'initializing': truncation of constant value
See https://stackoverflow.com/questions/33333448/warning-c43
[SHLWAPI_APITEST] Fix MSVC compilation warning C4309
SHPropertyBag.cpp(161): warning C4309: 'initializing': truncation of constant value
See https://stackoverflow.com/questions/33333448/warning-c4309-what-does-it-mean-and-can-it-be-ignored-in-this-case for some details.
show more ...
|
86696794 | 16-Oct-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[ATL][ATL_APITEST] Add some missing CRect methods (#5800)
- Strengthen "atltest.h".
- Strengthen atl_apitest:atltypes testcase.
- Implement some missing CRect methods. |
2a5fd78f | 05-Oct-2023 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[APPHELP_APITEST] Fix build, addendum to commit a8755711b |
a8755711 | 05-Oct-2023 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[APPHELP_APITEST] Deduplicate the IsUserAdmin() helper. |
fefb1b77 | 30-Sep-2023 |
George Bișoc <george.bisoc@reactos.org> |
[NTDLL_APITEST] Write NtAccessCheck testcase that tests for empty generic mapping scenario
See b79aadd50bb7d5d6f08532284941c0334514c477 for further information. |
dd54cd32 | 16-Feb-2023 |
George Bișoc <george.bisoc@reactos.org> |
[NTDLL_WINETEST] Enable registry tests for KeyCachedInformation back |
29c0e23f | 27-Sep-2023 |
Joachim Henze <joachim.henze@reactos.org> |
[MAZESCR] Avoid (DLGPROC) cast, fix a typo (#5694)
May help a bit with x64.
Co-authored-by: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
1b3eed58 | 24-Sep-2023 |
Doug Lyons <douglyons@douglyons.com> |
[SHELL32] Fix for shlexec.cpp regressions (#5282)
fixes CORE-18967 'Taskbar toolbar - Right click > Open folder fails'
by restoring the code-path we removed with the guilty
0.4.15-dev-3847-g /9
[SHELL32] Fix for shlexec.cpp regressions (#5282)
fixes CORE-18967 'Taskbar toolbar - Right click > Open folder fails'
by restoring the code-path we removed with the guilty
0.4.15-dev-3847-g /9b716539182864bc077e362febcda74da50287ed
and add test_sei_lpIDList to shell32:ShellExecuteEx apitest test to protect
that functionality on future attempts to simplify.
show more ...
|
6c55a3aa | 21-Sep-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SHELL32][SHELL32_APITEST][SDK] Implement Int64ToString (#5706)
- Implement Int64ToString and LargeIntegerToString functions.
- Add Int64ToString and LargeIntegerToString prototypes to <shellundoc.
[SHELL32][SHELL32_APITEST][SDK] Implement Int64ToString (#5706)
- Implement Int64ToString and LargeIntegerToString functions.
- Add Int64ToString and LargeIntegerToString prototypes to <shellundoc.h>.
- Add Int64ToString testcase.
- I found a bug in GetNumberFormat.LeadingZero.
http://undoc.airesoft.co.uk/shell32.dll/Int64ToString.php
http://undoc.airesoft.co.uk/shell32.dll/LargeIntegerToString.php
show more ...
|
ebfec38c | 20-Sep-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[ATL][ATL_APITEST] Independent ReactOS ATL (RATL) support (#5657)
This is an attempt to make ReactOS ATL (RATL) independent.
https://github.com/katahiromz/RATL
CORE-19153 |
ff5ccb59 | 19-Sep-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SHLWAPI][SHLWAPI_APITEST] Fix SHGetPerScreenResName (#5701)
Use HORZRES and VERTRES instead of SM_CXFULLSCREEN and SM_CYFULLSCREEN.
CORE-9283 |
08cc45ee | 19-Sep-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[ATL_APITEST] atlconv: Disable corner case test of CWAEX |
0eecebb1 | 18-Sep-2023 |
Joachim Henze <joachim.henze@reactos.org> |
[KBDLAYOUT] Avoid (DLGPROC) cast (#5698)
- Avoid DLGPROC-cast
- Bring header-section closer to our coding guidelines
- Strip inconsistent empty-lines
- Strip useless return at the end of void f
[KBDLAYOUT] Avoid (DLGPROC) cast (#5698)
- Avoid DLGPROC-cast
- Bring header-section closer to our coding guidelines
- Strip inconsistent empty-lines
- Strip useless return at the end of void func
Co-authored-by: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
show more ...
|
1da71e25 | 18-Sep-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SHDOCVW][SHDOCVW_APITEST] Implement MRU List for Shell Bag, Part 6 (#5699)
Follow-up to #5691. Strengthen shdocvw_apitest
testcase. Fix CLSID_MruPidlList class.
CORE-9283 |
1e06be77 | 18-Sep-2023 |
Joachim Henze <joachim.henze@reactos.org> |
[IMAGELISTVIEWER] Avoid (DLGPROC) cast (#5697) |
8a54e4c9 | 17-Sep-2023 |
Joachim Henze <Joachim.Henze@reactos.org> |
[TEMPLATES] Avoid (DLGPROC) casts
The type-system is supposed to be our friend, not our enemy. I pushed this without PR, because the buildbots don't build the templates by default. That requires con
[TEMPLATES] Avoid (DLGPROC) casts
The type-system is supposed to be our friend, not our enemy. I pushed this without PR, because the buildbots don't build the templates by default. That requires configure -DENABLE_ROSAPPS=1 -DENABLE_ROSAPPS_TEMPLATES=1 So no gain in running them. Greta Thunberg will appreciate the saved CPU-cycles to fight global warming.
I verified it locally to compile without warnings on GCC8.4.0dbg x86 and it follows the same pattern as 0.4.15-dev-6626-g 806da4421c13becf47735ad33f18dafd542497df which passed all the bots successfully. Also the x64 ones.
show more ...
|
4c8a2a88 | 14-Sep-2023 |
Ratin Gao <ratin@knsoft.org> |
[KERNEL32][KERNEL32_APITEST] Implement user-mode UEFI / Firmware API (#5149)
- Implement firmware environment variable read/write APIs
- Add, fix and improve related definitions and declarations
-
[KERNEL32][KERNEL32_APITEST] Implement user-mode UEFI / Firmware API (#5149)
- Implement firmware environment variable read/write APIs
- Add, fix and improve related definitions and declarations
- Add kernel32:UEFIFirmware apitest
CORE-11954
show more ...
|
1961d708 | 11-Sep-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SHDOCVW][SHDOCVW_APITEST] Implement MRU List for Shell Bag, Part 3 (#5646)
Follow-up to #5634.
- Implement CMruBase::_UseEmptySlot.
- Implement CMruLongList and CMruShortList.
- Add CMruClassFac
[SHDOCVW][SHDOCVW_APITEST] Implement MRU List for Shell Bag, Part 3 (#5646)
Follow-up to #5634.
- Implement CMruBase::_UseEmptySlot.
- Implement CMruLongList and CMruShortList.
- Add CMruClassFactory class and modify
DllGetClassObject function by using it.
- Add shdocvw_apitest.exe.
CORE-9283
show more ...
|
7497f028 | 08-Sep-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[KERNEL32_APITEST] Improve InitOnce test |