summaryrefslogtreecommitdiff
path: root/src/gc/gcdesc.h
AgeCommit message (Collapse)AuthorFilesLines
2016-03-09Delete dead codeJan Kotas1-2/+2
- Delete BINDER, STANDALONE_BINDER and MDIL ifdefs
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-04Update GC from CoreRTJan Kotas1-2/+2
https://github.com/dotnet/corert/tree/master/src/Native/gc 6fb4eecd513d3b3e1ae7584a22ece46107e98069
2015-11-19Replaced remaining typesJan Vorlicek1-8/+8
LPARAM, SSIZE_T
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-12/+12
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/+264
[tfs-changeset: 1407945]