summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rc/ResourceFileWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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