Author Topic: Nightly: 11 June 2025 - Revision da5855678  (Read 492 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 11 June 2025 - Revision da5855678
Here is the nightly for 11 June 2025 - Revision da5855678

At least one of the nightly builds failed!


Group: Linux-arm64
nightly_20250611_da5855678-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250611_da5855678-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20250611_da5855678-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20250611_da5855678-builds-Mac-x86_64.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit da5855678
Author: BMagnu
Commit: GitHub

    Library updates, Win2022 CI, CMake 4 Compat (#6766)
 .github/workflows/build-nightly.yaml               |    2 +-
 .github/workflows/build-release.yaml               |    2 +-
 .github/workflows/build-test.yaml                  |    2 +-
 .github/workflows/test-pull_request.yaml           |   10 +-
 CMakeLists.txt                                     |    5 +-
 ci/linux/clang_tidy.sh                             |    2 +-
 cmake/external/cotire/cotire.cmake                 | 4054 --------------------
 cmake/util.cmake                                   |   32 +-
 code/actions/expression/ExpressionParser.cpp       |   16 +-
 code/model/modelread.cpp                           |    4 +-
 code/scripting/doc_parser.cpp                      |   42 +-
 fred2/CMakeLists.txt                               |    2 +
 lib/accidental-noise/CMakeLists.txt                |    2 +-
 lib/accidental-noise/LICENSE                       |    2 +-
 lib/antlr4-cpp-runtime/CHANGES                     |   20 +-
 lib/antlr4-cpp-runtime/CMakeLists.txt              |  151 +-
 lib/antlr4-cpp-runtime/LICENSE.txt                 |   52 -
 lib/antlr4-cpp-runtime/README.md                   |   21 +-
 lib/antlr4-cpp-runtime/VERSION                     |    2 +-
 lib/antlr4-cpp-runtime/cmake/Antlr4Package.md      |   38 +-
 .../cmake/ExternalAntlr4Cpp.cmake                  |   33 +-
 lib/antlr4-cpp-runtime/cmake/FindANTLR.cmake       |    4 +-
 lib/antlr4-cpp-runtime/cmake/README.md             |   24 +-
 .../cmake/antlr4-generator.cmake.in                |    8 +-
 .../cmake/antlr4-runtime.cmake.in                  |    3 +
 lib/antlr4-cpp-runtime/runtime/CMakeLists.txt      |  165 +-
 .../runtime/src/ANTLRErrorListener.h               |    0
 .../runtime/src/ANTLRErrorStrategy.h               |    0
 .../runtime/src/ANTLRFileStream.cpp                |   13 +-
 .../runtime/src/ANTLRFileStream.h                  |   15 +-
 .../runtime/src/ANTLRInputStream.cpp               |   61 +-
 .../runtime/src/ANTLRInputStream.h                 |   22 +-
 .../runtime/src/BailErrorStrategy.cpp              |    0
 .../runtime/src/BailErrorStrategy.h                |    0
 .../runtime/src/BaseErrorListener.cpp              |    0
 .../runtime/src/BaseErrorListener.h                |    0
 .../runtime/src/BufferedTokenStream.cpp            |    0
 .../runtime/src/BufferedTokenStream.h              |    0
 lib/antlr4-cpp-runtime/runtime/src/CharStream.cpp  |    0
 lib/antlr4-cpp-runtime/runtime/src/CharStream.h    |    0
 lib/antlr4-cpp-runtime/runtime/src/CommonToken.cpp |    6 +-
 lib/antlr4-cpp-runtime/runtime/src/CommonToken.h   |    0
 .../runtime/src/CommonTokenFactory.cpp             |    2 +-
 .../runtime/src/CommonTokenFactory.h               |    2 +-
 .../runtime/src/CommonTokenStream.cpp              |    0
 .../runtime/src/CommonTokenStream.h                |    0
 .../runtime/src/ConsoleErrorListener.cpp           |    0
 .../runtime/src/ConsoleErrorListener.h             |    0
 .../runtime/src/DefaultErrorStrategy.cpp           |   29 +-
 .../runtime/src/DefaultErrorStrategy.h             |    0
 .../runtime/src/DiagnosticErrorListener.cpp        |    0
 .../runtime/src/DiagnosticErrorListener.h          |    0
 lib/antlr4-cpp-runtime/runtime/src/Exceptions.cpp  |    4 +-
 lib/antlr4-cpp-runtime/runtime/src/Exceptions.h    |    4 +-
 .../runtime/src/FailedPredicateException.cpp       |    9 +-
 .../runtime/src/FailedPredicateException.h         |    2 +-
 lib/antlr4-cpp-runtime/runtime/src/FlatHashMap.h   |   57 +
 lib/antlr4-cpp-runtime/runtime/src/FlatHashSet.h   |   57 +
 .../runtime/src/InputMismatchException.cpp         |    0
 .../runtime/src/InputMismatchException.h           |    0
 lib/antlr4-cpp-runtime/runtime/src/IntStream.cpp   |    0
 lib/antlr4-cpp-runtime/runtime/src/IntStream.h     |    2 +-
 .../runtime/src/InterpreterRuleContext.cpp         |    0
 .../runtime/src/InterpreterRuleContext.h           |    0
 lib/antlr4-cpp-runtime/runtime/src/Lexer.cpp       |    5 +-
 lib/antlr4-cpp-runtime/runtime/src/Lexer.h         |   18 +-
 .../runtime/src/LexerInterpreter.cpp               |   15 -
 .../runtime/src/LexerInterpreter.h                 |    8 +-
 .../runtime/src/LexerNoViableAltException.cpp      |    0
 .../runtime/src/LexerNoViableAltException.h        |    0
 .../runtime/src/ListTokenSource.cpp                |    4 +-
 .../runtime/src/ListTokenSource.h                  |    4 +-
 .../runtime/src/NoViableAltException.cpp           |    0
 .../runtime/src/NoViableAltException.h             |    0
 lib/antlr4-cpp-runtime/runtime/src/Parser.cpp      |   88 +-
 lib/antlr4-cpp-runtime/runtime/src/Parser.h        |    8 +-
 .../runtime/src/ParserInterpreter.cpp              |   66 +-
 .../runtime/src/ParserInterpreter.h                |    8 +-
 .../runtime/src/ParserRuleContext.cpp              |   43 +-
 .../runtime/src/ParserRuleContext.h                |   42 +-
 .../runtime/src/ProxyErrorListener.cpp             |    8 +-
 .../runtime/src/ProxyErrorListener.h               |    0
 .../runtime/src/RecognitionException.cpp           |    1 -
 .../runtime/src/RecognitionException.h             |    0
 lib/antlr4-cpp-runtime/runtime/src/Recognizer.cpp  |   48 +-
 lib/antlr4-cpp-runtime/runtime/src/Recognizer.h    |   32 +-
 lib/antlr4-cpp-runtime/runtime/src/RuleContext.cpp |    7 +-
 lib/antlr4-cpp-runtime/runtime/src/RuleContext.h   |    8 +-
 .../runtime/src/RuleContextWithAltNum.cpp          |    0
 .../runtime/src/RuleContextWithAltNum.h            |    0
 .../runtime/src/RuntimeMetaData.cpp                |    3 +-
 .../runtime/src/RuntimeMetaData.h                  |    0
 lib/antlr4-cpp-runtime/runtime/src/Token.h         |   14 +-
 lib/antlr4-cpp-runtime/runtime/src/TokenFactory.h  |    0
 lib/antlr4-cpp-runtime/runtime/src/TokenSource.h   |    2 +-
 lib/antlr4-cpp-runtime/runtime/src/TokenStream.cpp |    0
 lib/antlr4-cpp-runtime/runtime/src/TokenStream.h   |    0
 .../runtime/src/TokenStreamRewriter.cpp            |   33 +-
 .../runtime/src/TokenStreamRewriter.h              |    6 +-
 .../runtime/src/UnbufferedCharStream.cpp           |   33 +-
 .../runtime/src/UnbufferedCharStream.h             |   30 +-
 .../runtime/src/UnbufferedTokenStream.cpp          |    0
 .../runtime/src/UnbufferedTokenStream.h            |    0
 lib/antlr4-cpp-runtime/runtime/src/Version.h       |   42 +
 lib/antlr4-cpp-runtime/runtime/src/Vocabulary.cpp  |   66 +-
 lib/antlr4-cpp-runtime/runtime/src/Vocabulary.h    |   38 +-
 lib/antlr4-cpp-runtime/runtime/src/WritableToken.h |    0
 lib/antlr4-cpp-runtime/runtime/src/antlr4-common.h |   78 +-
 .../runtime/src/antlr4-runtime.h                   |   15 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/ATN.cpp     |   64 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/ATN.h       |   53 +-
 .../runtime/src/atn/ATNConfig.cpp                  |   69 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/ATNConfig.h |   63 +-
 .../runtime/src/atn/ATNConfigSet.cpp               |  129 +-
 .../runtime/src/atn/ATNConfigSet.h                 |  109 +-
 .../runtime/src/atn/ATNDeserializationOptions.cpp  |   49 +-
 .../runtime/src/atn/ATNDeserializationOptions.h    |   46 +-
 .../runtime/src/atn/ATNDeserializer.cpp            |  798 ++--
 .../runtime/src/atn/ATNDeserializer.h              |   71 +-
 .../runtime/src/atn/ATNSerializer.cpp              |  621 ---
 .../runtime/src/atn/ATNSerializer.h                |   61 -
 .../runtime/src/atn/ATNSimulator.cpp               |   48 +-
 .../runtime/src/atn/ATNSimulator.h                 |   28 +-
 .../runtime/src/atn/ATNState.cpp                   |   36 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/ATNState.h  |   78 +-
 .../runtime/src/atn/ATNStateType.cpp               |   33 +
 .../runtime/src/atn/ATNStateType.h                 |   36 +
 lib/antlr4-cpp-runtime/runtime/src/atn/ATNType.h   |    0
 .../src/atn/AbstractPredicateTransition.cpp        |   14 -
 .../runtime/src/atn/AbstractPredicateTransition.h  |   24 -
 .../runtime/src/atn/ActionTransition.cpp           |    8 +-
 .../runtime/src/atn/ActionTransition.h             |    6 +-
 .../runtime/src/atn/AmbiguityInfo.cpp              |    0
 .../runtime/src/atn/AmbiguityInfo.h                |    0
 .../runtime/src/atn/ArrayPredictionContext.cpp     |   87 +-
 .../runtime/src/atn/ArrayPredictionContext.h       |   32 +-
 .../runtime/src/atn/AtomTransition.cpp             |    6 +-
 .../runtime/src/atn/AtomTransition.h               |    7 +-
 .../runtime/src/atn/BasicBlockStartState.cpp       |   12 -
 .../runtime/src/atn/BasicBlockStartState.h         |    6 +-
 .../runtime/src/atn/BasicState.cpp                 |   12 -
 .../runtime/src/atn/BasicState.h                   |    6 +-
 .../runtime/src/atn/BlockEndState.cpp              |   15 -
 .../runtime/src/atn/BlockEndState.h                |    8 +-
 .../runtime/src/atn/BlockStartState.cpp            |    9 -
 .../runtime/src/atn/BlockStartState.h              |   11 +-
 .../runtime/src/atn/ContextSensitivityInfo.cpp     |    0
 .../runtime/src/atn/ContextSensitivityInfo.h       |    0
 .../runtime/src/atn/DecisionEventInfo.cpp          |    0
 .../runtime/src/atn/DecisionEventInfo.h            |    0
 .../runtime/src/atn/DecisionInfo.cpp               |    0
 .../runtime/src/atn/DecisionInfo.h                 |    2 +-
 .../runtime/src/atn/DecisionState.cpp              |    7 +-
 .../runtime/src/atn/DecisionState.h                |   20 +-
 .../runtime/src/atn/EmptyPredictionContext.cpp     |   35 -
 .../runtime/src/atn/EmptyPredictionContext.h       |   27 -
 .../runtime/src/atn/EpsilonTransition.cpp          |    8 +-
 .../runtime/src/atn/EpsilonTransition.h            |    9 +-
 .../runtime/src/atn/ErrorInfo.cpp                  |    0
 lib/antlr4-cpp-runtime/runtime/src/atn/ErrorInfo.h |    0
 lib/antlr4-cpp-runtime/runtime/src/atn/HashUtils.h |   18 +
 .../runtime/src/atn/LL1Analyzer.cpp                |  247 +-
 .../runtime/src/atn/LL1Analyzer.h                  |   53 +-
 .../runtime/src/atn/LexerATNConfig.cpp             |   49 +-
 .../runtime/src/atn/LexerATNConfig.h               |   24 +-
 .../runtime/src/atn/LexerATNSimulator.cpp          |  173 +-
 .../runtime/src/atn/LexerATNSimulator.h            |   45 +-
 .../runtime/src/atn/LexerAction.cpp                |   18 +-
 .../runtime/src/atn/LexerAction.h                  |   56 +-
 .../runtime/src/atn/LexerActionExecutor.cpp        |   89 +-
 .../runtime/src/atn/LexerActionExecutor.h          |   49 +-
 .../runtime/src/atn/LexerActionType.h              |    4 +-
 .../runtime/src/atn/LexerChannelAction.cpp         |   40 +-
 .../runtime/src/atn/LexerChannelAction.h           |   28 +-
 .../runtime/src/atn/LexerCustomAction.cpp          |   47 +-
 .../runtime/src/atn/LexerCustomAction.h            |   36 +-
 .../runtime/src/atn/LexerIndexedCustomAction.cpp   |   53 +-
 .../runtime/src/atn/LexerIndexedCustomAction.h     |   32 +-
 .../runtime/src/atn/LexerModeAction.cpp            |   39 +-
 .../runtime/src/atn/LexerModeAction.h              |   28 +-
 .../runtime/src/atn/LexerMoreAction.cpp            |   23 +-
 .../runtime/src/atn/LexerMoreAction.h              |   28 +-
 .../runtime/src/atn/LexerPopModeAction.cpp         |   23 +-
 .../runtime/src/atn/LexerPopModeAction.h           |   28 +-
 .../runtime/src/atn/LexerPushModeAction.cpp        |   39 +-
 .../runtime/src/atn/LexerPushModeAction.h          |   28 +-
 .../runtime/src/atn/LexerSkipAction.cpp            |   23 +-
 .../runtime/src/atn/LexerSkipAction.h              |   26 +-
 .../runtime/src/atn/LexerTypeAction.cpp            |   39 +-
 .../runtime/src/atn/LexerTypeAction.h              |   30 +-
 .../runtime/src/atn/LookaheadEventInfo.cpp         |    0
 .../runtime/src/atn/LookaheadEventInfo.h           |    0
 .../runtime/src/atn/LoopEndState.cpp               |   12 -
 .../runtime/src/atn/LoopEndState.h                 |    6 +-
 lib/antlr4-cpp-runtime/runtime/src/atn/Makefile    |   67 -
 .../runtime/src/atn/NotSetTransition.cpp           |    7 +-
 .../runtime/src/atn/NotSetTransition.h             |    6 +-
 .../runtime/src/atn/OrderedATNConfigSet.cpp        |    8 +-
 .../runtime/src/atn/OrderedATNConfigSet.h          |   11 +-
 .../runtime/src/atn/ParseInfo.cpp                  |    0
 lib/antlr4-cpp-runtime/runtime/src/atn/ParseInfo.h |    0
 .../runtime/src/atn/ParserATNSimulator.cpp         |  411 +-
 .../runtime/src/atn/ParserATNSimulator.h           |   45 +-
 .../runtime/src/atn/ParserATNSimulatorOptions.h    |   50 +
 .../runtime/src/atn/PlusBlockStartState.cpp        |   12 -
 .../runtime/src/atn/PlusBlockStartState.h          |    6 +-
 .../runtime/src/atn/PlusLoopbackState.cpp          |   12 -
 .../runtime/src/atn/PlusLoopbackState.h            |    7 +-
 .../src/atn/PrecedencePredicateTransition.cpp      |   13 +-
 .../src/atn/PrecedencePredicateTransition.h        |   24 +-
 .../runtime/src/atn/PredicateEvalInfo.cpp          |    4 +-
 .../runtime/src/atn/PredicateEvalInfo.h            |    4 +-
 .../runtime/src/atn/PredicateTransition.cpp        |   18 +-
 .../runtime/src/atn/PredicateTransition.h          |   33 +-
 .../runtime/src/atn/PredictionContext.cpp          |  615 ++-
 .../runtime/src/atn/PredictionContext.h            |  203 +-
 .../runtime/src/atn/PredictionContextCache.cpp     |   56 +
 .../runtime/src/atn/PredictionContextCache.h       |   63 +
 .../src/atn/PredictionContextMergeCache.cpp        |  167 +
 .../runtime/src/atn/PredictionContextMergeCache.h  |  101 +
 .../src/atn/PredictionContextMergeCacheOptions.h   |   71 +
 .../runtime/src/atn/PredictionContextType.h        |   21 +
 .../runtime/src/atn/PredictionMode.cpp             |   37 +-
 .../runtime/src/atn/PredictionMode.h               |    2 +-
 .../runtime/src/atn/ProfilingATNSimulator.cpp      |    5 +-
 .../runtime/src/atn/ProfilingATNSimulator.h        |    4 +-
 .../runtime/src/atn/RangeTransition.cpp            |    6 +-
 .../runtime/src/atn/RangeTransition.h              |    6 +-
 .../runtime/src/atn/RuleStartState.cpp             |   16 -
 .../runtime/src/atn/RuleStartState.h               |    7 +-
 .../runtime/src/atn/RuleStopState.cpp              |   12 -
 .../runtime/src/atn/RuleStopState.h                |    6 +-
 .../runtime/src/atn/RuleTransition.cpp             |    6 +-
 .../runtime/src/atn/RuleTransition.h               |    8 +-
 .../runtime/src/atn/SemanticContext.cpp            |  371 +-
 .../runtime/src/atn/SemanticContext.h              |  189 +-
 .../runtime/src/atn/SemanticContextType.h          |   23 +
 .../runtime/src/atn/SerializedATNView.h            |  101 +
 .../runtime/src/atn/SetTransition.cpp              |    8 +-
 .../runtime/src/atn/SetTransition.h                |   14 +-
 .../runtime/src/atn/SingletonPredictionContext.cpp |   68 +-
 .../runtime/src/atn/SingletonPredictionContext.h   |   27 +-
 .../runtime/src/atn/StarBlockStartState.cpp        |   12 -
 .../runtime/src/atn/StarBlockStartState.h          |    7 +-
 .../runtime/src/atn/StarLoopEntryState.cpp         |   15 -
 .../runtime/src/atn/StarLoopEntryState.h           |    6 +-
 .../runtime/src/atn/StarLoopbackState.cpp          |   12 +-
 .../runtime/src/atn/StarLoopbackState.h            |    8 +-
 .../runtime/src/atn/TokensStartState.cpp           |   12 -
 .../runtime/src/atn/TokensStartState.h             |    7 +-
 .../runtime/src/atn/Transition.cpp                 |   10 +-
 .../runtime/src/atn/Transition.h                   |   33 +-
 .../runtime/src/atn/TransitionType.cpp             |   27 +
 .../runtime/src/atn/TransitionType.h               |   33 +
 .../runtime/src/atn/WildcardTransition.cpp         |    6 +-
 .../runtime/src/atn/WildcardTransition.h           |    6 +-
 lib/antlr4-cpp-runtime/runtime/src/dfa/DFA.cpp     |   34 +-
 lib/antlr4-cpp-runtime/runtime/src/dfa/DFA.h       |   35 +-
 .../runtime/src/dfa/DFASerializer.cpp              |   11 +-
 .../runtime/src/dfa/DFASerializer.h                |    8 +-
 .../runtime/src/dfa/DFAState.cpp                   |   61 +-
 lib/antlr4-cpp-runtime/runtime/src/dfa/DFAState.h  |  106 +-
 .../runtime/src/dfa/LexerDFASerializer.cpp         |    5 +-
 .../runtime/src/dfa/LexerDFASerializer.h           |    7 +-
 .../runtime/src/internal/Synchronization.cpp       |  100 +
 .../runtime/src/internal/Synchronization.h         |  154 +
 .../runtime/src/misc/InterpreterDataReader.cpp     |    4 +-
 .../runtime/src/misc/InterpreterDataReader.h       |    4 +-
 .../runtime/src/misc/Interval.cpp                  |   30 +-
 lib/antlr4-cpp-runtime/runtime/src/misc/Interval.h |   20 +-
 .../runtime/src/misc/IntervalSet.cpp               |   45 +-
 .../runtime/src/misc/IntervalSet.h                 |   10 +-
 .../runtime/src/misc/MurmurHash.cpp                |  126 +-
 .../runtime/src/misc/MurmurHash.h                  |   44 +-
 .../runtime/src/misc/Predicate.h                   |    0
 .../runtime/src/support/AntlrUtf8.h                |   54 +
 lib/antlr4-cpp-runtime/runtime/src/support/Any.cpp |    5 -
 lib/antlr4-cpp-runtime/runtime/src/support/Any.h   |  156 +-
 .../runtime/src/support/Arrays.cpp                 |    4 +-
 .../runtime/src/support/Arrays.h                   |   39 +
 .../runtime/src/support/BitSet.h                   |    2 +-
 .../runtime/src/support/CPPUtils.cpp               |   67 +-
 .../runtime/src/support/CPPUtils.h                 |   45 +-
 lib/antlr4-cpp-runtime/runtime/src/support/Casts.h |   34 +
 .../runtime/src/support/Declarations.h             |    2 -
 .../runtime/src/support/StringUtils.cpp            |   87 +-
 .../runtime/src/support/StringUtils.h              |   10 +-
 .../runtime/src/support/Unicode.h                  |   28 +
 .../runtime/src/support/Utf8.cpp                   |  242 ++
 .../runtime/src/support/guid.cpp                   |  303 --
 lib/antlr4-cpp-runtime/runtime/src/support/guid.h  |  112 -
 .../runtime/src/tree/AbstractParseTreeVisitor.h    |   25 +-
 .../runtime/src/tree/ErrorNode.cpp                 |    9 -
 .../runtime/src/tree/ErrorNode.h                   |    9 +-
 .../runtime/src/tree/ErrorNodeImpl.cpp             |   41 +-
 .../runtime/src/tree/ErrorNodeImpl.h               |   18 +-
 .../runtime/src/tree/IterativeParseTreeWalker.cpp  |   33 +-
 .../runtime/src/tree/ParseTree.cpp                 |    3 -
 .../runtime/src/tree/ParseTree.h                   |   19 +-
 .../runtime/src/tree/ParseTreeListener.h           |    0
 .../runtime/src/tree/ParseTreeProperty.h           |    0
 .../runtime/src/tree/ParseTreeType.h               |   22 +
 .../runtime/src/tree/ParseTreeVisitor.h            |    8 +-
 .../runtime/src/tree/ParseTreeWalker.cpp           |   17 +-
 .../runtime/src/tree/ParseTreeWalker.h             |   36 +-
 .../runtime/src/tree/TerminalNode.cpp              |    9 -
 .../runtime/src/tree/TerminalNode.h                |   12 +-
 .../runtime/src/tree/TerminalNodeImpl.cpp          |    7 +-
 .../runtime/src/tree/TerminalNodeImpl.h            |    9 +-
 lib/antlr4-cpp-runtime/runtime/src/tree/Trees.cpp  |    2 +-
 lib/antlr4-cpp-runtime/runtime/src/tree/Trees.h    |    0
 .../runtime/src/tree/pattern/Chunk.h               |    0
 .../runtime/src/tree/pattern/ParseTreeMatch.cpp    |    0
 .../runtime/src/tree/pattern/ParseTreeMatch.h      |    0
 .../runtime/src/tree/pattern/ParseTreePattern.cpp  |    2 +-
 .../runtime/src/tree/pattern/ParseTreePattern.h    |    0
 .../src/tree/pattern/ParseTreePatternMatcher.cpp   |    3 +-
 .../src/tree/pattern/ParseTreePatternMatcher.h     |    0
 .../runtime/src/tree/pattern/RuleTagToken.cpp      |    0
 .../runtime/src/tree/pattern/RuleTagToken.h        |    0
 .../runtime/src/tree/pattern/TagChunk.cpp          |    0
 .../runtime/src/tree/pattern/TagChunk.h            |    0
 .../runtime/src/tree/pattern/TextChunk.cpp         |    0
 .../runtime/src/tree/pattern/TextChunk.h           |    0
 .../runtime/src/tree/pattern/TokenTagToken.cpp     |    0
 .../runtime/src/tree/pattern/TokenTagToken.h       |    0
 .../runtime/src/tree/xpath/XPath.cpp               |    2 +-
 .../runtime/src/tree/xpath/XPath.h                 |    0
 .../runtime/src/tree/xpath/XPathElement.cpp        |    0
 .../runtime/src/tree/xpath/XPathElement.h          |    0
 .../runtime/src/tree/xpath/XPathLexer.cpp          |  237 +-
 .../runtime/src/tree/xpath/XPathLexer.h            |   51 +-
 .../src/tree/xpath/XPathLexerErrorListener.cpp     |    0
 .../src/tree/xpath/XPathLexerErrorListener.h       |    0
 .../src/tree/xpath/XPathRuleAnywhereElement.cpp    |    0
 .../src/tree/xpath/XPathRuleAnywhereElement.h      |    0
 .../runtime/src/tree/xpath/XPathRuleElement.cpp    |    2 +-
 .../runtime/src/tree/xpath/XPathRuleElement.h      |    0
 .../src/tree/xpath/XPathTokenAnywhereElement.cpp   |    0
 .../src/tree/xpath/XPathTokenAnywhereElement.h     |    0
 .../runtime/src/tree/xpath/XPathTokenElement.cpp   |    2 +-
 .../runtime/src/tree/xpath/XPathTokenElement.h     |    0
 .../tree/xpath/XPathWildcardAnywhereElement.cpp    |    0
 .../src/tree/xpath/XPathWildcardAnywhereElement.h  |    0
 .../src/tree/xpath/XPathWildcardElement.cpp        |    0
 .../runtime/src/tree/xpath/XPathWildcardElement.h  |    0
 lib/hidapi/CMakeLists.txt                          |    2 +-
 lib/hidapi/libusb/CMakeLists.txt                   |    2 +-
 lib/hidapi/linux/CMakeLists.txt                    |    2 +-
 lib/hidapi/mac/CMakeLists.txt                      |    2 +-
 parsers/CMakeLists.txt                             |    1 +
 .../generated/ActionExpression.interp              |    2 +-
 .../generated/ActionExpressionBaseVisitor.cpp      |    2 +-
 .../generated/ActionExpressionBaseVisitor.h        |   18 +-
 .../generated/ActionExpressionLexer.cpp            |  262 +-
 .../generated/ActionExpressionLexer.h              |   47 +-
 .../generated/ActionExpressionLexer.interp         |    2 +-
 .../generated/ActionExpressionParser.cpp           |  270 +-
 .../generated/ActionExpressionParser.h             |   63 +-
 .../generated/ActionExpressionVisitor.cpp          |    2 +-
 .../generated/ActionExpressionVisitor.h            |   18 +-
 parsers/arg_parser/generated/ArgumentList.interp   |    2 +-
 .../generated/ArgumentListBaseVisitor.cpp          |    2 +-
 .../arg_parser/generated/ArgumentListBaseVisitor.h |   32 +-
 parsers/arg_parser/generated/ArgumentListLexer.cpp |  378 +-
 parsers/arg_parser/generated/ArgumentListLexer.h   |   47 +-
 .../arg_parser/generated/ArgumentListLexer.interp  |    2 +-
 .../arg_parser/generated/ArgumentListParser.cpp    |  400 +-
 parsers/arg_parser/generated/ArgumentListParser.h  |   77 +-
 .../arg_parser/generated/ArgumentListVisitor.cpp   |    2 +-
 parsers/arg_parser/generated/ArgumentListVisitor.h |   32 +-
 test/gtest/CMakeLists.txt                          |  100 +-
 test/gtest/README.md                               |  219 +-
 test/gtest/cmake/Config.cmake.in                   |   13 +
 test/gtest/cmake/gtest.pc.in                       |    9 +
 test/gtest/cmake/gtest_main.pc.in                  |   10 +
 test/gtest/cmake/internal_utils.cmake              |  178 +-
 test/gtest/cmake/libgtest.la.in                    |   21 +
 test/gtest/include/gtest/gtest-assertion-result.h  |  244 ++
 test/gtest/include/gtest/gtest-death-test.h        |  126 +-
 test/gtest/include/gtest/gtest-matchers.h          |  509 ++-
 test/gtest/include/gtest/gtest-message.h           |   71 +-
 test/gtest/include/gtest/gtest-param-test.h        |  163 +-
 test/gtest/include/gtest/gtest-printers.h          |  910 +++--
 test/gtest/include/gtest/gtest-spi.h               |  138 +-
 test/gtest/include/gtest/gtest-test-part.h         |   26 +-
 test/gtest/include/gtest/gtest-typed-test.h        |  121 +-
 test/gtest/include/gtest/gtest.h                   |  754 ++--
 test/gtest/include/gtest/gtest_pred_impl.h         |  206 +-
 test/gtest/include/gtest/gtest_prod.h              |   15 +-
 test/gtest/include/gtest/internal/custom/README.md |   12 -
 .../include/gtest/internal/custom/gtest-port.h     |    6 +-
 .../include/gtest/internal/custom/gtest-printers.h |    6 +-
 test/gtest/include/gtest/internal/custom/gtest.h   |    6 +-
 .../gtest/internal/gtest-death-test-internal.h     |  138 +-
 test/gtest/include/gtest/internal/gtest-filepath.h |   50 +-
 test/gtest/include/gtest/internal/gtest-internal.h |  827 ++--
 .../include/gtest/internal/gtest-param-util.h      |  487 ++-
 .../gtest/include/gtest/internal/gtest-port-arch.h |  119 +-
 test/gtest/include/gtest/internal/gtest-port.h     | 1647 ++++----
 test/gtest/include/gtest/internal/gtest-string.h   |   33 +-
 .../gtest/include/gtest/internal/gtest-type-util.h | 3337 +---------------
 .../include/gtest/internal/gtest-type-util.h.pump  |  302 --
 test/gtest/src/gtest-all.cc                        |    3 +-
 test/gtest/src/gtest-assertion-result.cc           |   77 +
 test/gtest/src/gtest-death-test.cc                 |  688 ++--
 test/gtest/src/gtest-filepath.cc                   |  219 +-
 test/gtest/src/gtest-internal-inl.h                |  377 +-
 test/gtest/src/gtest-matchers.cc                   |   33 +-
 test/gtest/src/gtest-port.cc                       |  605 +--
 test/gtest/src/gtest-printers.cc                   |  281 +-
 test/gtest/src/gtest-test-part.cc                  |   30 +-
 test/gtest/src/gtest-typed-test.cc                 |   34 +-
 test/gtest/src/gtest.cc                            | 3352 ++++++++++------
 test/gtest/src/gtest_main.cc                       |   27 +-
 415 files changed, 14177 insertions(+), 19690 deletions(-)

------------------------------------------------------------------------
commit 78d6a4b88
Author: Mike Nelson
Commit: GitHub

    Ensure lua context is used for image drawing and string sizes (#6765)
 code/graphics/render.cpp               |  6 +++---
 code/graphics/software/FontManager.cpp |  3 ++-
 code/scripting/api/libs/graphics.cpp   | 12 ++++++++++++
 3 files changed, 17 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 1180f8762
Author: BMagnu
Commit: GitHub

    Fix them oopsies (#6768)
 code/ship/shiphit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f34292576
Author: BMagnu
Commit: GitHub

    Always enable window_res (#6767)
 code/graphics/2d.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2ec155389
Author: wookieejedi
Commit: GitHub

    Fix few small bugs (#6755)
 code/fireball/fireballs.cpp | 2 +-
 code/hud/hudreticle.cpp     | 2 ++
 code/model/modelrender.cpp  | 6 +-----
 freespace2/freespace.cpp    | 2 --
 4 files changed, 4 insertions(+), 8 deletions(-)