summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-rc
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Print the resource type textually for .res filesMartin Storsjo2019-08-2916-169/+169
* Fix llvm-rc tests.Evgeniy Stepanov2019-03-279-72/+72
* [llvm-rc] Support '--' for delimiting options from input pathsMartin Storsjo2019-01-1621-27/+27
* [llvm-rc] Support not expressions.Martin Storsjo2018-12-052-0/+37
* [llvm-rc] Support EXSTYLE statement.Martin Storsjo2018-11-292-0/+61
* [llvm-rc] Support joined or separate spelling for /fo flagPetr Hosek2018-11-092-0/+4
* [llvm-rc] Support absolute filenames in manifestsPetr Hosek2018-11-081-0/+3
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-101-1/+1
* [llvm-rc] Add support for the optional CLASS statement for dialogsMartin Storsjo2018-05-152-0/+32
* [llvm-rc] Add support for parsing memory flagsMartin Storsjo2018-05-154-0/+401
* [llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for iconsMartin Storsjo2018-05-151-1/+1
* [llvm-rc] Add missing inputs for tag-icon-cursor.test.Martin Storsjo2018-05-147-28/+2
* [llvm-rc] Handle C preprocessor outputMartin Storsjo2018-05-092-0/+45
* [llvm-rc] Add support for the RCDATA resource typeMartin Storsjo2018-05-092-0/+18
* [llvm-rc] Allow -1 for control IDs in old style dialogs with 16 bit fieldsMartin Storsjo2018-05-092-2/+2
* [llvm-rc] Add support for all missing dialog controlsMartin Storsjo2018-05-082-3/+49
* [llvm-rc] Don't strictly require quotes around external file namesMartin Storsjo2018-05-085-7/+10
* [llvm-rc] Implement the BITMAP resource typeMartin Storsjo2018-05-071-9/+8
* [llvm-rc] Allow optional commas between the string table index and valueMartin Storsjo2018-05-071-2/+3
* [llvm-rc] Exclude padding from sizes in versioninfo resourcesMartin Storsjo2018-05-072-0/+58
* [llvm-rc] Default to writing the output next to the input, if no output is sp...Martin Storsjo2018-05-022-1/+6
* [llvm-rc] Add rudimentary support for codepagesMartin Storsjo2018-05-025-0/+60
* Really fix llvm-rc include-paths.testReid Kleckner2017-10-111-3/+3
* Attempt to fix failing llvm-rc include-paths.textReid Kleckner2017-10-111-1/+1
* [llvm-rc] Use proper search algorithm for finding resources.Zachary Turner2017-10-115-6/+50
* [llvm-rc] Have the tokenizer discard single & block comments.Zachary Turner2017-10-092-0/+17
* [llvm-rc] Implement escape sequences in .rc files.Zachary Turner2017-10-062-0/+230
* [llvm-rc] Serialize user-defined resources to .res files.Zachary Turner2017-10-063-0/+61
* [llvm-rc] Serialize STRINGTABLE statements to .res file.Zachary Turner2017-10-063-0/+220
* [llvm-rc] Serialize VERSIONINFO resources to .res files.Zachary Turner2017-10-066-10/+144
* [llvm-rc] Serialize CURSOR and ICON resources to .resZachary Turner2017-10-067-0/+369
* [llvm-rc] Add optional serialization support for DIALOG(EX) resources.Zachary Turner2017-10-066-2/+459
* [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4).Marek Sokolowski2017-09-3012-0/+265
* [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3).Marek Sokolowski2017-09-293-0/+138
* [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2).Marek Sokolowski2017-09-2916-0/+326
* [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).Marek Sokolowski2017-09-298-40/+92
* [llvm-rc] Add user-defined resources parsing ability. [8/8]Marek Sokolowski2017-09-293-1/+26
* [llvm-rc] Add integer expressions parsing ability. [7/8]Marek Sokolowski2017-09-2810-5/+79
* [llvm-rc] Add VERSIONINFO parsing ability. [6/8]Marek Sokolowski2017-09-288-0/+119
* [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8).Marek Sokolowski2017-08-297-0/+75
* [llvm-rc] Add MENU parsing ability (parser, pt 4/8).Marek Sokolowski2017-08-286-0/+86
* [llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8).Marek Sokolowski2017-08-286-0/+55
* [llvm-rc] Add ICON and HTML parsing ability (parser, pt 2/8).Marek Sokolowski2017-08-284-18/+26
* Reapply: [llvm-rc] Add basic RC scripts parsing ability.Marek Sokolowski2017-08-1812-1/+106
* Revert "[llvm-rc] Add basic RC scripts parsing ability."Marek Sokolowski2017-08-1812-106/+1
* [llvm-rc] Add basic RC scripts parsing ability.Marek Sokolowski2017-08-1812-1/+106
* Add .rc scripts tokenizer.Marek Sokolowski2017-08-102-0/+43
* Quote '?' in llvm-rc testReid Kleckner2017-07-261-1/+1
* Add an empty shell of llvm-rc.Marek Sokolowski2017-07-251-0/+20
OpenPOWER on IntegriCloud