summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rc/ResourceFileWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typos: (re)?sor?uce -> (re)?sourceFangrui Song2019-04-261-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-rc] Support not expressions.Martin Storsjo2018-12-051-3/+4
* [llvm-rc] Support EXSTYLE statement.Martin Storsjo2018-11-291-2/+8
* [llvm-rc] Support absolute filenames in manifestsPetr Hosek2018-11-081-2/+5
* [llvm-rc] Add support for the optional CLASS statement for dialogsMartin Storsjo2018-05-151-2/+7
* [llvm-rc] Add support for parsing memory flagsMartin Storsjo2018-05-151-10/+14
* [llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for iconsMartin Storsjo2018-05-151-20/+26
* [llvm-rc] Allow -1 for control IDs in old style dialogs with 16 bit fieldsMartin Storsjo2018-05-091-2/+5
* [llvm-rc] Add support for all missing dialog controlsMartin Storsjo2018-05-081-1/+1
* [llvm-rc] Implement the BITMAP resource typeMartin Storsjo2018-05-071-0/+27
* [llvm-rc] Exclude padding from sizes in versioninfo resourcesMartin Storsjo2018-05-071-2/+2
* [llvm-rc] Add rudimentary support for codepagesMartin Storsjo2018-05-021-16/+60
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-171-0/+1
* Fix incorrect integer literal suffix.Zachary Turner2017-10-111-4/+4
* [llvm-rc] Use proper search algorithm for finding resources.Zachary Turner2017-10-111-21/+52
* [llvm-rc] Fix spelling in messageSimon Dardis2017-10-111-1/+1
* [llvm-rc] Try again to fix errors on big endian systems.Zachary Turner2017-10-091-10/+8
* Fix some C++ value / reference semantics issues.Zachary Turner2017-10-091-1/+1
* [llvm-rc] Fix some endianness errors.Zachary Turner2017-10-061-11/+13
* [llvm-rc] Implement escape sequences in .rc files.Zachary Turner2017-10-061-4/+155
* [llvm-rc] Serialize user-defined resources to .res files.Zachary Turner2017-10-061-0/+41
* [llvm-rc] Serialize STRINGTABLE statements to .res file.Zachary Turner2017-10-061-7/+116
* [llvm-rc] Serialize VERSIONINFO resources to .res files.Zachary Turner2017-10-061-1/+191
* [llvm-rc] Serialize CURSOR and ICON resources to .resZachary Turner2017-10-061-0/+262
* [llvm-rc] Add optional serialization support for DIALOG(EX) resources.Zachary Turner2017-10-061-5/+62
* [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4).Marek Sokolowski2017-09-301-1/+168
* [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3).Marek Sokolowski2017-09-291-0/+54
* [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2).Marek Sokolowski2017-09-291-2/+147
* [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).Marek Sokolowski2017-09-291-0/+241
OpenPOWER on IntegriCloud