summaryrefslogtreecommitdiff
path: root/src/utilcode
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Properly check return value of OpenProcessToken()Maks Naumov1-7/+2
2015-02-09Fix build break with minimal Windows OS CRTJan Kotas1-0/+5
2015-02-08Merge pull request #138 from kangaroo/va_list_safetySergiy Kuryata3-14/+34
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar5-2/+8
2015-02-08Minor code structure refactoring as requested by @jkotas in PR #138Geoff Norton1-5/+4
2015-02-08Merge remote-tracking branch 'origin/master' into va_list_safetyGeoff Norton4-6/+5
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel2-4/+3
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel2-2/+2
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton2-3/+9
2015-02-07va_arg can modify the va_list according to the specificationGeoff Norton1-8/+23
2015-02-05Make DBI build on LinuxEugene Zemtsov2-6/+10
2015-02-04Fixed typosPascal Borreli1-2/+2
2015-02-03Remove non ASCII characters from source filesMatt Ellis3-3/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot97-0/+52229