aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc/ResourceFileWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-26Fix typos: (re)?sor?uce -> (re)?sourceFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-05[llvm-rc] Support not expressions.Martin Storsjo1-3/+4
2018-11-29[llvm-rc] Support EXSTYLE statement.Martin Storsjo1-2/+8
2018-11-08[llvm-rc] Support absolute filenames in manifestsPetr Hosek1-2/+5
2018-05-15[llvm-rc] Add support for the optional CLASS statement for dialogsMartin Storsjo1-2/+7
2018-05-15[llvm-rc] Add support for parsing memory flagsMartin Storsjo1-10/+14
2018-05-15[llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for iconsMartin Storsjo1-20/+26
2018-05-09[llvm-rc] Allow -1 for control IDs in old style dialogs with 16 bit fieldsMartin Storsjo1-2/+5
2018-05-08[llvm-rc] Add support for all missing dialog controlsMartin Storsjo1-1/+1
2018-05-07[llvm-rc] Implement the BITMAP resource typeMartin Storsjo1-0/+27
2018-05-07[llvm-rc] Exclude padding from sizes in versioninfo resourcesMartin Storsjo1-2/+2
2018-05-02[llvm-rc] Add rudimentary support for codepagesMartin Storsjo1-16/+60
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner1-0/+1
2017-10-11Fix incorrect integer literal suffix.Zachary Turner1-4/+4
2017-10-11[llvm-rc] Use proper search algorithm for finding resources.Zachary Turner1-21/+52
2017-10-11[llvm-rc] Fix spelling in messageSimon Dardis1-1/+1
2017-10-09[llvm-rc] Try again to fix errors on big endian systems.Zachary Turner1-10/+8
2017-10-09Fix some C++ value / reference semantics issues.Zachary Turner1-1/+1
2017-10-06[llvm-rc] Fix some endianness errors.Zachary Turner1-11/+13
2017-10-06[llvm-rc] Implement escape sequences in .rc files.Zachary Turner1-4/+155
2017-10-06[llvm-rc] Serialize user-defined resources to .res files.Zachary Turner1-0/+41
2017-10-06[llvm-rc] Serialize STRINGTABLE statements to .res file.Zachary Turner1-7/+116
2017-10-06[llvm-rc] Serialize VERSIONINFO resources to .res files.Zachary Turner1-1/+191
2017-10-06[llvm-rc] Serialize CURSOR and ICON resources to .resZachary Turner1-0/+262
2017-10-06[llvm-rc] Add optional serialization support for DIALOG(EX) resources.Zachary Turner1-5/+62
2017-09-30[llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4).Marek Sokolowski1-1/+168
2017-09-29[llvm-rc] Serialize MENU resources to .res files (serialization, pt 3).Marek Sokolowski1-0/+54
2017-09-29[llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2).Marek Sokolowski1-2/+147
2017-09-29[llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).Marek Sokolowski1-0/+241