Up to [local] / ports / emulators / dolphin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15, Wed May 24 21:08:59 2023 UTC (18 months ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +0 -0 lines
FILE REMOVED
remove finished ports
Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 22 07:09:27 2019 UTC (4 years, 11 months ago) by namtsui
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)
Summary: summer checkout
Revision 1.13 / (download) - annotate - [selected], Mon Nov 11 10:04:53 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)
Summary: version bump
Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 11 06:42:35 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored) to selected 1.13 (colored)
Summary: fixed tabs
Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 11 05:07:40 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.10: +6 -7 lines
Diff to previous 1.10 (colored) to selected 1.13 (colored)
Summary: tabbing
Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 11 05:02:15 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.9: +4 -0 lines
Diff to previous 1.9 (colored) to selected 1.13 (colored)
Summary: Avoid picking up SoundTouch.h from audio/soundtouch if installed. CMakeLists.txt: "Unable to use system soundtouch library: We require shorts, not floats"
Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 8 07:20:42 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.13 (colored)
Summary: update to newer revision
Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 8 02:55:49 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.7: +1 -4 lines
Diff to previous 1.7 (colored) to selected 1.13 (colored)
Summary: tests really work now
Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 8 02:16:09 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.6: +5 -0 lines
Diff to previous 1.6 (colored) to selected 1.13 (colored)
Summary: do-test
Revision 1.6 / (download) - annotate - [select for diffs], Fri Nov 8 01:46:11 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored) to selected 1.13 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 5 09:55:48 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored) to selected 1.13 (colored)
Summary: add pthread back in
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 5 07:36:16 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.3: +7 -6 lines
Diff to previous 1.3 (colored) to selected 1.13 (colored)
Summary: remove pulseaudio. regen WANTLIB.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 4 07:32:10 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.2: +5 -4 lines
Diff to previous 1.2 (colored) to selected 1.13 (colored)
Summary: add some missing WANTLIB
Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 4 06:50:21 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Changes since 1.1: +3 -11 lines
Diff to previous 1.1 (colored) to selected 1.13 (colored)
Summary: update to 20191103 Also, do not try to mmap 16 GB of memory.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 3 22:14:49 2019 UTC (5 years ago) by namtsui
Branch: MAIN
Diff to selected 1.13 (colored)
Summary: import dolphin