summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rc
Commit message (Expand)AuthorAgeFilesLines
* llvm-rc - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-182-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-153-27/+27
* 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-1914-56/+42
* [llvm-rc] Support '--' for delimiting options from input pathsMartin Storsjo2019-01-161-1/+7
* [llvm-rc] Support not expressions.Martin Storsjo2018-12-055-20/+92
* [llvm-rc] Support EXSTYLE statement.Martin Storsjo2018-11-297-2/+37
* [llvm-rc] Support joined or separate spelling for /fo flagPetr Hosek2018-11-091-1/+1
* [llvm-rc] Support absolute filenames in manifestsPetr Hosek2018-11-081-2/+5
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-101-1/+1
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-2/+2
* [llvm-rc] Add support for the optional CLASS statement for dialogsMartin Storsjo2018-05-157-3/+39
* [llvm-rc] Add support for parsing memory flagsMartin Storsjo2018-05-155-52/+132
* [llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for iconsMartin Storsjo2018-05-151-20/+26
* [llvm-rc] Handle C preprocessor outputMartin Storsjo2018-05-094-1/+151
* [llvm-rc] Add support for the RCDATA resource typeMartin Storsjo2018-05-092-0/+3
* [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-084-10/+55
* [llvm-rc] Update a stale comment. NFC.Martin Storsjo2018-05-081-3/+2
* [llvm-rc] Don't strictly require quotes around external file namesMartin Storsjo2018-05-083-7/+20
* [llvm-rc] Fix build: missing 'override'.Roman Lebedev2018-05-071-1/+1
* [llvm-rc] Implement the BITMAP resource typeMartin Storsjo2018-05-077-0/+68
* [llvm-rc] Allow optional commas between the string table index and valueMartin Storsjo2018-05-071-0/+1
* [llvm-rc] Exclude padding from sizes in versioninfo resourcesMartin Storsjo2018-05-071-2/+2
* [llvm-rc] Fix alphabetical order of cases. NFC.Martin Storsjo2018-05-071-2/+2
* [llvm-rc] Default to writing the output next to the input, if no output is sp...Martin Storsjo2018-05-021-1/+8
* [llvm-rc] Add rudimentary support for codepagesMartin Storsjo2018-05-024-21/+93
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-12/+4
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-242-2/+2
* llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ...David Blaikie2017-11-215-16/+9
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-173-0/+5
* Fix incorrect integer literal suffix.Zachary Turner2017-10-111-4/+4
* [llvm-rc] Use proper search algorithm for finding resources.Zachary Turner2017-10-115-29/+85
* [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-094-12/+8
* [llvm-rc] Have the tokenizer discard single & block comments.Zachary Turner2017-10-092-0/+55
* [llvm-rc] Fix some endianness errors.Zachary Turner2017-10-061-11/+13
* [llvm-rc] Implement escape sequences in .rc files.Zachary Turner2017-10-062-5/+159
* [llvm-rc] Serialize user-defined resources to .res files.Zachary Turner2017-10-064-1/+58
* [llvm-rc] Serialize STRINGTABLE statements to .res file.Zachary Turner2017-10-065-9/+158
* [llvm-rc] Serialize VERSIONINFO resources to .res files.Zachary Turner2017-10-069-35/+325
* [llvm-rc] Serialize CURSOR and ICON resources to .resZachary Turner2017-10-064-4/+303
* [llvm-rc] Add optional serialization support for DIALOG(EX) resources.Zachary Turner2017-10-067-26/+138
* [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4).Marek Sokolowski2017-09-306-17/+229
* [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3).Marek Sokolowski2017-09-294-4/+98
* [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2).Marek Sokolowski2017-09-294-11/+205
* [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources.Marek Sokolowski2017-09-294-49/+72
* [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).Marek Sokolowski2017-09-297-5/+501
* [llvm-rc] Import all make_unique invocations from llvm namespace.Marek Sokolowski2017-09-291-20/+22
OpenPOWER on IntegriCloud