summarylogtreecommitdiffstats
path: root/mongodb-4.4.29-fix-scons.patch
AgeCommit message (Collapse)Author
2024-11-02Go through remaining sources to eliminate redundant std::move() calls, ↵David C. Rankin
update scons SConstruct to put -Wno-except flag in CXXFLAGS instead of CCFLAGS because it is not a C compile option.
2024-11-01Updated to mongodb-4.4.29, patched for boost 1.86, patched to remove ↵David C. Rankin
redundant std::move(), with CXXFLAGS updated to suppress preprocessor #warning messages and c++20-compat warnings so code builds clean wtihout a majority of the output being repetitive, expected warnings.