1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-rc
Marek Sokolowski b0678b080e [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2).
This allows llvm-rc to serialize ACCELERATORS resources.

Additionally, as this is the first type of resource to support basic
optional resource statements (LANGUAGE, CHARACTERISTICS, VERSION),

ACCELERATORS statement documentation:
msdn.microsoft.com/en-us/library/windows/desktop/aa380610.aspx
Accelerator table structure documentation:
msdn.microsoft.com/en-us/library/windows/desktop/ms648010.aspx
Optional resource statement fields are described in:
msdn.microsoft.com/en-us/library/windows/desktop/ms648027.aspx

Thanks for Nico Weber for his original work in this area.

Differential Revision: https://reviews.llvm.org/D37824

llvm-svn: 314549
2017-09-29 19:07:44 +00:00
..
CMakeLists.txt [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
llvm-rc.cpp [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
LLVMBuild.txt
Opts.td [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). 2017-09-29 17:14:09 +00:00
ResourceFileWriter.cpp [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
ResourceFileWriter.h [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
ResourceScriptParser.cpp [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources. 2017-09-29 17:46:32 +00:00
ResourceScriptParser.h [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources. 2017-09-29 17:46:32 +00:00
ResourceScriptStmt.cpp [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources. 2017-09-29 17:46:32 +00:00
ResourceScriptStmt.h [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00
ResourceScriptToken.cpp [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
ResourceScriptToken.h [llvm-rc] Add integer expressions parsing ability. [7/8] 2017-09-28 23:53:25 +00:00
ResourceScriptTokenList.h Add .rc scripts tokenizer. 2017-08-10 16:21:44 +00:00
ResourceVisitor.h [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). 2017-09-29 19:07:44 +00:00