You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Get Nagler building on Linux
Includes all changes needed to make sure that Nagler builds on Linux.
Note: Nagler is not exercised on Linux yet, so there may be bugs.
1) Removes dependency on the PAL for Nagler
1) Copies/modifies a number of headers from the dotnet PAL
2) Reimplements a couple of standard Windows crt apis
3) Adds platform independent environment variable reading
4) Remove unneeded reference to atl in InitOnce
5) Replace ATL asserts with custom assert code.
2) Update Nagler to run on Linux
1) Fix string to use "tstring" and _T( instead of L"
2) Update XML loading to only multithread on Windows
(since Windows uses COM for xml reading)
3) Disable "Inject Assembly" tests on Linux.
3) Add Nagler to the Linux CMake
1) Update CMake to allow libraries to declare
when they link to the PAL
2) Add Nagler to the root cmake.
4) Fix some of the local build scripts
* Fix getenv
* Fix CMake add_exe
* Remove redundancies.
We have a dependency on Macros.h anyway, so
make use of it in Nagler.
* clean up dllmain
* Code review comments.
* Add namespace to reference to SystemString
0 commit comments