aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-rc
AgeCommit message (Expand)Author
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-05-15[llvm-rc] Add support for the optional CLASS statement for dialogsMartin Storsjo
2018-05-15[llvm-rc] Add support for parsing memory flagsMartin Storsjo
2018-05-15[llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for iconsMartin Storsjo
2018-05-09[llvm-rc] Handle C preprocessor outputMartin Storsjo
2018-05-09[llvm-rc] Add support for the RCDATA resource typeMartin Storsjo
2018-05-09[llvm-rc] Allow -1 for control IDs in old style dialogs with 16 bit fieldsMartin Storsjo
2018-05-08[llvm-rc] Add support for all missing dialog controlsMartin Storsjo
2018-05-08[llvm-rc] Update a stale comment. NFC.Martin Storsjo
2018-05-08[llvm-rc] Don't strictly require quotes around external file namesMartin Storsjo
2018-05-07[llvm-rc] Fix build: missing 'override'.Roman Lebedev
2018-05-07[llvm-rc] Implement the BITMAP resource typeMartin Storsjo
2018-05-07[llvm-rc] Allow optional commas between the string table index and valueMartin Storsjo
2018-05-07[llvm-rc] Exclude padding from sizes in versioninfo resourcesMartin Storsjo
2018-05-07[llvm-rc] Fix alphabetical order of cases. NFC.Martin Storsjo
2018-05-02[llvm-rc] Default to writing the output next to the input, if no output is sp...Martin Storsjo
2018-05-02[llvm-rc] Add rudimentary support for codepagesMartin Storsjo
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-01-24Fix typos of occurred and occurrenceMalcolm Parsons
2017-11-21llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ...David Blaikie
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner
2017-10-11Fix incorrect integer literal suffix.Zachary Turner
2017-10-11[llvm-rc] Use proper search algorithm for finding resources.Zachary Turner
2017-10-11[llvm-rc] Fix spelling in messageSimon Dardis
2017-10-09[llvm-rc] Try again to fix errors on big endian systems.Zachary Turner
2017-10-09Fix some C++ value / reference semantics issues.Zachary Turner
2017-10-09[llvm-rc] Have the tokenizer discard single & block comments.Zachary Turner
2017-10-06[llvm-rc] Fix some endianness errors.Zachary Turner
2017-10-06[llvm-rc] Implement escape sequences in .rc files.Zachary Turner
2017-10-06[llvm-rc] Serialize user-defined resources to .res files.Zachary Turner
2017-10-06[llvm-rc] Serialize STRINGTABLE statements to .res file.Zachary Turner
2017-10-06[llvm-rc] Serialize VERSIONINFO resources to .res files.Zachary Turner
2017-10-06[llvm-rc] Serialize CURSOR and ICON resources to .resZachary Turner
2017-10-06[llvm-rc] Add optional serialization support for DIALOG(EX) resources.Zachary Turner
2017-09-30[llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4).Marek Sokolowski
2017-09-29[llvm-rc] Serialize MENU resources to .res files (serialization, pt 3).Marek Sokolowski
2017-09-29[llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2).Marek Sokolowski
2017-09-29[llvm-rc] Refactoring needed for ACCELERATORS and MENU resources.Marek Sokolowski
2017-09-29[llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).Marek Sokolowski
2017-09-29[llvm-rc] Import all make_unique invocations from llvm namespace.Marek Sokolowski
2017-09-29[llvm-rc] Add user-defined resources parsing ability. [8/8]Marek Sokolowski
2017-09-28[llvm-rc] Add integer expressions parsing ability. [7/8]Marek Sokolowski
2017-09-28[llvm-rc] Fix-up for r314468 (argument-dependent lookup in make_unique).Marek Sokolowski
2017-09-28[llvm-rc] Add VERSIONINFO parsing ability. [6/8]Marek Sokolowski
2017-09-07Fixing incorrectly capitalised regexps.Benjamin Kramer
2017-08-29[llvm-rc] Fix DIALOG(EX) parsing ability (parser, pt 5/8).Marek Sokolowski
2017-08-29[llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8).Marek Sokolowski
2017-08-28[llvm-rc] Add MENU parsing ability (parser, pt 4/8).Marek Sokolowski
2017-08-28[llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8).Marek Sokolowski
2017-08-28[llvm-rc] Add ICON and HTML parsing ability (parser, pt 2/8).Marek Sokolowski