[CRT] Add C++ const correct overloads
[REACTOS] Fix typos (#6198)- Adress -> Address - Currupted -> Corrupted 3rd-party files are not modified.
[STLPORT] Make stl thread-safeDefine _STLP_THREADS to make stl thread safe.Also remove defined(__BUILDING_STLPORT) from the preprocessor conditions for which STLPInterlockedExchangePointer is defi
[STLPORT] Make stl thread-safeDefine _STLP_THREADS to make stl thread safe.Also remove defined(__BUILDING_STLPORT) from the preprocessor conditions for which STLPInterlockedExchangePointer is defined, because that function is used in _threads.h, which can get included by apps using the stl through stl headers.
show more ...
[GITHUB] Add MSVC ARM64 builderThis builds only some applications for now.CORE-17518
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.Excluded: 3rd-party code (incl. wine) and most of the win32ss.
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
[SDK] Implement std::vector.data()
[STLPORT] Fix MSVC x64 build.Timo, can you check whether this disabled code block is really needed?
Add .gitattributes and .gitignore files and normalize line endings in the repository (#10)
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.