summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rc/ResourceFileWriter.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-rc] Add support for the optional CLASS statement for dialogsMartin Storsjo2018-05-151-1/+5
* [llvm-rc] Add support for parsing memory flagsMartin Storsjo2018-05-151-1/+3
* [llvm-rc] Fix build: missing 'override'.Roman Lebedev2018-05-071-1/+1
* [llvm-rc] Implement the BITMAP resource typeMartin Storsjo2018-05-071-0/+4
* [llvm-rc] Add rudimentary support for codepagesMartin Storsjo2018-05-021-3/+13
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-171-0/+3
* [llvm-rc] Use proper search algorithm for finding resources.Zachary Turner2017-10-111-2/+13
* Fix some C++ value / reference semantics issues.Zachary Turner2017-10-091-1/+1
* [llvm-rc] Serialize user-defined resources to .res files.Zachary Turner2017-10-061-0/+4
* [llvm-rc] Serialize STRINGTABLE statements to .res file.Zachary Turner2017-10-061-0/+28
* [llvm-rc] Serialize VERSIONINFO resources to .res files.Zachary Turner2017-10-061-0/+8
* [llvm-rc] Serialize CURSOR and ICON resources to .resZachary Turner2017-10-061-1/+14
* [llvm-rc] Add optional serialization support for DIALOG(EX) resources.Zachary Turner2017-10-061-0/+14
* [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4).Marek Sokolowski2017-09-301-0/+5
* [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3).Marek Sokolowski2017-09-291-0/+7
* [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2).Marek Sokolowski2017-09-291-1/+14
* [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).Marek Sokolowski2017-09-291-0/+89
OpenPOWER on IntegriCloud