You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/compiler
elsid bef15edf0b
Remove redundant ostream, istream, iostream and sstream includes
* Replace by std::to_string and operator+ where possible.
* Move the code requiring to include <sstream> from .hpp to .cpp files.
2 years ago
..
context.hpp Remove dead code 3 years ago
controlparser.cpp Fix MSVC's C4267 warnings 3 years ago
controlparser.hpp Mark overrided methods by override keyword 4 years ago
declarationparser.cpp Allow integer variable names 3 years ago
declarationparser.hpp Allow integer variable names 3 years ago
discardparser.cpp Treat commas in scripts as whitespace 3 years ago
discardparser.hpp Treat commas in scripts as whitespace 3 years ago
errorhandler.cpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
errorhandler.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
exception.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
exprparser.cpp Treat commas in scripts as whitespace 3 years ago
exprparser.hpp Parse integer format arguments as variable names 3 years ago
extensions.cpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
extensions.hpp Update ScriptArgs documentation 9 years ago
extensions0.cpp Make PositionCell take additional junk arguments 3 years ago
extensions0.hpp Fix tab indentations in apps/ and components/ 9 years ago
fileparser.cpp Treat commas in scripts as whitespace 3 years ago
fileparser.hpp Mark overrided methods by override keyword 4 years ago
generator.cpp Remove duplicate GetSquareRoot implementation 3 years ago
generator.hpp Remove duplicate GetSquareRoot implementation 3 years ago
junkparser.cpp Improve compiler messages 5 years ago
junkparser.hpp Mark overrided methods by override keyword 4 years ago
lineparser.cpp Don't teleport NPCs to unknown cells 2 years ago
lineparser.hpp Make getStringLiteral return a string_view 2 years ago
literals.cpp Fix MSVC's C4267 warnings 3 years ago
literals.hpp added literal container and reworked output container handling 14 years ago
locals.cpp Make getStringLiteral return a string_view 2 years ago
locals.hpp Change includes 2 years ago
nullerrorhandler.cpp Remove empty line at the beginning of files 9 years ago
nullerrorhandler.hpp Mark overrided methods by override keyword 4 years ago
opcodes.cpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
opcodes.hpp Console command "reload lua" 3 years ago
output.cpp Re-add missing includes removed in 5a824d0333 4 years ago
output.hpp Fix some doxygen typos 10 years ago
parser.cpp Sprinkle some [[noreturn]] where possible 3 years ago
parser.hpp Sprinkle some [[noreturn]] where possible 3 years ago
quickfileparser.cpp Remove empty line at the beginning of files 9 years ago
quickfileparser.hpp Mark overrided methods by override keyword 4 years ago
scanner.cpp Remove redundant ostream, istream, iostream and sstream includes 2 years ago
scanner.hpp Remove redundant ostream, istream, iostream and sstream includes 2 years ago
scriptparser.cpp Remove empty line at the beginning of files 9 years ago
scriptparser.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
skipparser.cpp Remove empty line at the beginning of files 9 years ago
skipparser.hpp Mark overrided methods by override keyword 4 years ago
streamerrorhandler.cpp components/compiler/streamerrorhandler.cpp needs sstream for MacOS 4 years ago
streamerrorhandler.hpp Remove redundant ostream, istream, iostream and sstream includes 2 years ago
stringparser.cpp Treat commas in scripts as whitespace 3 years ago
stringparser.hpp Treat commas in scripts as whitespace 3 years ago
tokenloc.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago