notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: emulators/citra/Makefile

Number of commits found: 417 (showing only 17 on this page)

«  1 | 2 | 3 | 4 | 5 

Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Original commitRevision:430692 
Saturday, 31 Dec 2016
16:05 jbeich search for other commits by this committer
emulators/citra: update to s20161230

Changes:	https://github.com/citra-emu/citra/compare/51dd13b8...f7dd8d5e
Original commitRevision:430135 
Sunday, 25 Dec 2016
07:28 jbeich search for other commits by this committer
emulators/citra: update to s20161223

Changes:	https://github.com/citra-emu/citra/compare/cda7210f...51dd13b8
Original commitRevision:429396 
Friday, 16 Dec 2016
05:59 jbeich search for other commits by this committer
emulators/citra: update to s20161216

r428633 followup to drop -msse4.1 on 10.x.

Changes:	https://github.com/citra-emu/citra/compare/0e032573...cda7210f
Original commitRevision:428643 
Thursday, 15 Dec 2016
19:54 jbeich search for other commits by this committer
emulators/citra: update to s20161215

Audio appears to work fine now.

Changes:	https://github.com/citra-emu/citra/compare/07f65ad3...0e032573
Original commitRevision:428633 
Tuesday, 6 Dec 2016
22:55 jbeich search for other commits by this committer
emulators/citra: update to s20161207

Changes:	https://github.com/citra-emu/citra/compare/fb13bfe...07f65ad
Original commitRevision:428009 
Wednesday, 23 Nov 2016
12:49 jbeich search for other commits by this committer
emulators/citra: oops, missed XXX comment in r426912
Original commitRevision:426915 
12:46 jbeich search for other commits by this committer
emulators/citra: drop bundled Boost 1.59
Original commitRevision:426912 
Thursday, 17 Nov 2016
23:59 jbeich search for other commits by this committer
emulators/citra: update to s20161115

Changes:	https://github.com/citra-emu/citra/compare/ae2fab4...fb13bfe
Original commitRevision:426302 
Tuesday, 1 Nov 2016
01:28 jbeich search for other commits by this committer
emulators/citra: update to s20161031

- Fix citra --version output

Changes:	https://github.com/citra-emu/citra/compare/8b833d3...ae2fab4
Original commitRevision:425041 
Friday, 28 Oct 2016
01:13 jbeich search for other commits by this committer
emulators/citra: update to s20161027

Changes:	https://github.com/citra-emu/citra/commit/f672c7b
Original commitRevision:424799 
Saturday, 22 Oct 2016
12:46 jbeich search for other commits by this committer
emulators/citra: list more licenses
Original commitRevision:424471 
Friday, 21 Oct 2016
12:35 jbeich search for other commits by this committer
emulators/citra: only build on amd64 for now

JIT is only available for amd64 while non-JIT or fake JIT build isn't
yet supported.

Reported by:	pkg-fallout for aarch64
Original commitRevision:424409 
Thursday, 13 Oct 2016
13:38 jbeich search for other commits by this committer
emulators/citra: oops, back out r423781
Original commitRevision:423917 
13:30 jbeich search for other commits by this committer
emulators/citra: unbreak on < 10.2 after r423781

USES=compiler cannot pull newer C++14 compatible libc++ version.

In file included from
externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15:
In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18:
In file included from
externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14:
externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named
'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'?
        using type = std::tuple_element_t<ParameterIndex, std::tuple<Args...>>;
                     ~~~~~^~~~~~~~~~~~~~~
                          tuple_element
/usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here
template <size_t _Ip, class _Tp> class _LIBCPP_TYPE_VIS_ONLY tuple_element;
                                                             ^

Reported by:	pkg-fallout
Original commitRevision:423915 
Tuesday, 11 Oct 2016
16:43 jbeich search for other commits by this committer
emulators/citra: don't use GCC to build on 10.x

libstdc++ in ports is still built against libsupc++ rather than
libcxxrt, so it's unsafe to use together libc++. This means USE_GCC is
practically forbidden with C++ ports on >= 10.0 systems.
Original commitRevision:423781 
Monday, 10 Oct 2016
20:15 jbeich search for other commits by this committer
emulators/citra: add new port

Citra is an experimental open-source Nintendo 3DS emulator/debugger
written in C++. It is written with portability in mind, with builds
actively maintained for Windows, Linux and OS X. Citra only emulates a
subset of 3DS hardware, and therefore is generally only useful for
running/debugging homebrew applications. At this time, Citra is even
able to boot several commercial games! Most of these do not run to a
playable state, but we are working every day to advance the project
forward.

https://citra-emu.org
Original commitRevision:423700 

Number of commits found: 417 (showing only 17 on this page)

«  1 | 2 | 3 | 4 | 5