1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-09-13 16:54:06 +00:00
openmw/components/compiler
elsid dea69b229c
Remove small translation units
Remove .cpp files with small amount of code which don't have additional
includes compared to corresponding .hpp files. This reduces the total
size of preprocessed code of the project and should reduce compilation
time.
2025-08-29 00:41:47 +02:00
..
context.hpp Convert RefId to class 2023-02-15 23:20:44 +01:00
controlparser.cpp Resolve a number of Coverity defects 2025-08-06 19:52:09 +02:00
controlparser.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
declarationparser.cpp Complain if a function or an integer is used as a local variable name 2024-06-08 06:31:16 +03:00
declarationparser.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
discardparser.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
discardparser.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
errorhandler.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
errorhandler.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
exception.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
exprparser.cpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
exprparser.hpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
extensions.cpp Use string_view in register methods 2024-06-29 15:37:13 +02:00
extensions.hpp Use string_view in register methods 2024-06-29 15:37:13 +02:00
extensions0.cpp Implement FillJournal console command 2025-07-06 12:16:17 -06:00
extensions0.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
fileparser.cpp CI match script names and remove dead code 2024-07-01 16:57:40 +02:00
fileparser.hpp CI match script names and remove dead code 2024-07-01 16:57:40 +02:00
generator.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
generator.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
junkparser.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
junkparser.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
lineparser.cpp Discard additional tokens in non-expression contexts 2023-12-28 21:49:25 +01:00
lineparser.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
literals.cpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
literals.hpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
locals.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
locals.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
nullerrorhandler.hpp Remove small translation units 2025-08-29 00:41:47 +02:00
opcodes.hpp Remove small translation units 2025-08-29 00:41:47 +02:00
output.cpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
output.hpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
parser.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
parser.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
quickfileparser.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
quickfileparser.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
scanner.cpp Resolve a number of Coverity defects 2025-08-06 19:52:09 +02:00
scanner.hpp Add and fix -Wshadow 2025-08-18 21:09:06 +02:00
scriptparser.cpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
scriptparser.hpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
skipparser.cpp Discard additional tokens in non-expression contexts 2023-12-28 21:49:25 +01:00
skipparser.hpp Discard additional tokens in non-expression contexts 2023-12-28 21:49:25 +01:00
streamerrorhandler.cpp Fixes issue in MW script compilation that would silently produce the wrong bytecode 2022-12-27 19:15:57 +01:00
streamerrorhandler.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
stringparser.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
stringparser.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
tokenloc.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00