Up to [local] / ports / emulators / dolphin / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5, Wed May 24 21:08:59 2023 UTC (18 months ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
FILE REMOVED
remove finished ports
Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 22 09:08:28 2019 UTC (4 years, 11 months ago) by namtsui
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)
Summary: update patch offsets
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 11 10:04:53 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)
Summary: version bump
Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 8 07:20:28 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)
Summary: add comments
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 8 01:46:11 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Summary: tests working now TEST_DEPENDS contains devel/gtest. Instead of using the bundled gtest in External/gtest, which fails with a compilation error I did not want to investigate, use devel/gtest instead. Each module test can also be run independently using the binaries in $OUTPUT_DIR/Binaries/Tests. Other notes: - Removed build of bundled gtest. - Tests currently build with the default target by deleting EXCLUDE_FROM_ALL. This means devel/gtest might have to be moved to BUILD_DEPENDS if I cannot figure out how to separate the "default" target from a new "test" target. https://github.com/dolphin-emu/dolphin/wiki/Running-Unit-Tests