summaryrefslogtreecommitdiff
path: root/src/ilasm/writer_enc.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-59/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Enable ILASM for *nixKyungwoo Lee1-5/+6
This enables ILASM for x-platforms. 1. Added a bunch of warning disable options mostly due to this prebuilt asmparse.cpp 2. Create a separte entry point "main" to pass WCHAR arguments. 3. PDB (CorSymWriter) part is disabled. 4. Converting/embedding resource file to binary is disabled. 5. jkotas kindly provided a code for IsTextUnicode which is unavailable on CoreCLR.
2015-12-08Open sourcing ILASMdotnet-bot1-0/+661
[tfs-changeset: 1555681]