summaryrefslogtreecommitdiff
path: root/src/gc/handletablecore.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-11-19Update GC from CoreRTJan Kotas1-0/+4
https://github.com/dotnet/corert/tree/master/src/Native/gc c03d823a11f54e734e340813e6cd1e543ca448ef
2015-11-19Some formatting cleanupJan Vorlicek1-4/+4
Code formatting (alignment) needs to be fixed at few places.
2015-11-19Replaced remaining typesJan Vorlicek1-13/+13
LPARAM, SSIZE_T
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-186/+186
This change replaces DWORD, LONGLONG, ULONGLONG, SIZE_T, BYTE, LONG32 and few more by standard c++ types. The DWORD still remains present in signatures of Windows APIs used by the GC. There are few issues with those that need to get fixed.
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2767
[tfs-changeset: 1407945]