summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/TLS
AgeCommit message (Collapse)AuthorFilesLines
2017-01-27PAL Tests: Centralize common code (#9151)Frederik Carlier6-18/+6
Create a single COMMON_TEST_LIBRARIES variable which contains all libraries with which the tests link.
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by ↵kchoi12-6/+6
building entire project as C++ for Unix (#6801) Enable building CoreCLR as C++ project on Unix This series of patches fixes the strict aliasing violation from the conditional typedef of wchar_t in src/pal/inc/pal_char16.h:40 * rename c files to cpp * modify all cmake files to change .c files to .cpp * apply c++ linkage to templates
2016-01-27Update license headersdotnet-bot12-43/+37
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis6-12/+12
Simply change the case of the library the PAL lives in so that is all lowercase.
2015-02-06lrt is not cross platform, lets put this back in when we verify this branch ↵Geoff Norton6-6/+0
on linux
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot19-0/+989
[tfs-changeset: 1407945]