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/rpcs3/distinfo

Number of commits found: 981 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  »  

Tuesday, 3 Sep 2019
00:41 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8639

Changes:	https://github.com/RPCS3/rpcs3/compare/81a110f34...08c12f4c0
Original commitRevision:510907 
Saturday, 31 Aug 2019
00:50 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8620

Changes:	https://github.com/RPCS3/rpcs3/compare/3317e13b6...81a110f34
Original commitRevision:510303 
Tuesday, 27 Aug 2019
00:48 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8576

Changes:	https://github.com/RPCS3/rpcs3/compare/b70908c8f...3317e13b6
Original commitRevision:509971 
Sunday, 25 Aug 2019
00:45 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8568

Changes:	https://github.com/RPCS3/rpcs3/compare/b0d0f51d8...b70908c8f
Original commitRevision:509761 
Tuesday, 20 Aug 2019
00:38 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8536

Changes:	https://github.com/RPCS3/rpcs3/compare/51188db71...b0d0f51d8
Original commitRevision:509393 
Saturday, 17 Aug 2019
00:47 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8512

Changes:	https://github.com/RPCS3/rpcs3/compare/b3f4cd3a9...51188db71
Original commitRevision:509127 
Wednesday, 14 Aug 2019
17:11 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8483

Changes:	https://github.com/RPCS3/rpcs3/compare/d48d424b1...b3f4cd3a9
Original commitRevision:508936 
Tuesday, 13 Aug 2019
00:39 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8465

Changes:	https://github.com/RPCS3/rpcs3/compare/94d33003a...d48d424b1
Original commitRevision:508803 
Sunday, 11 Aug 2019
00:45 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8457

Changes:	https://github.com/RPCS3/rpcs3/compare/05813c7e9...94d33003a
Original commitRevision:508574 
Tuesday, 6 Aug 2019
00:29 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8443

Changes:	https://github.com/RPCS3/rpcs3/compare/e40b76b25...05813c7e9
Original commitRevision:508221 
Saturday, 3 Aug 2019
00:57 jbeich search for other commits by this committer
emulators/rpcs3: back out r507922 due to bustage on 11.2/12.0

- Broken with libc++ 6 and there's not enough time before the next bulk build.
- PORTEPOCH isn't necessary as if built it's good, and the update will return

rpcs3/util/atomic.cpp:55:51: error: no type named 'node_type' in
'std::__1::multimap<const void *, (anonymous namespace)::waiter,
std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void
*const, (anonymous namespace)::waiter> > >'; did you mean 'size_type'?
        thread_local std::multimap<const void*, waiter>::node_type s_tls_waiter
= []()
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                         size_type
/usr/include/c++/v1/map:1507:60: note: 'size_type' declared here
    typedef typename __alloc_traits::size_type             size_type;
                                                           ^
rpcs3/util/atomic.cpp:59:16: error: no member named 'extract' in
'std::__1::multimap<const void *, (anonymous namespace)::waiter,
std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void
*const, (anonymous namespace)::waiter> > >'
                return dummy.extract(dummy.emplace(nullptr, &s_tls_waiter));
                       ~~~~~ ^
rpcs3/util/atomic.cpp:55:61: error: cannot initialize a variable of type
'std::multimap<const void *, waiter>::size_type' (aka 'unsigned long') with an
rvalue of type 'void'
        thread_local std::multimap<const void*, waiter>::node_type s_tls_waiter
= []()
                                                                   ^            
 ~~~~
rpcs3/util/atomic.cpp:92:69: error: no type named 'node_type' in
'std::__1::multimap<const void *, (anonymous namespace)::waiter,
std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void
*const, (anonymous namespace)::waiter> > >'; did you mean 'size_type'?
                const auto ptls = static_cast<std::multimap<const void*,
waiter>::node_type*>(found->second.tls_ptr);
                                             
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                                
 size_type
/usr/include/c++/v1/map:1507:60: note: 'size_type' declared here
    typedef typename __alloc_traits::size_type             size_type;
                                                           ^
rpcs3/util/atomic.cpp:93:21: error: no member named 'extract' in
'std::__1::multimap<const void *, (anonymous namespace)::waiter,
std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void
*const, (anonymous namespace)::waiter> > >'
                *ptls = wmap.list.extract(found);
                        ~~~~~~~~~ ^
rpcs3/util/atomic.cpp:94:7: error: member reference base type 'unsigned long' is
not a structure or union
                ptls->mapped().cond.notify_one();
                ~~~~^ ~~~~~~
6 errors generated.
Original commitRevision:507929 
00:49 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8439

Changes:	https://github.com/RPCS3/rpcs3/compare/e40b76b25...5bd17a44c
Original commitRevision:507922 
Tuesday, 30 Jul 2019
00:56 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8435

Changes:	https://github.com/RPCS3/rpcs3/compare/65134f73d...e40b76b25
Original commitRevision:507612 
Sunday, 28 Jul 2019
00:49 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8424

Changes:	https://github.com/RPCS3/rpcs3/compare/85b1152e2...65134f73d
Original commitRevision:507483 
Tuesday, 23 Jul 2019
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8411

Changes:	https://github.com/RPCS3/rpcs3/compare/e2574ff10...85b1152e2
Original commitRevision:507183 
Saturday, 20 Jul 2019
00:19 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8398

Changes:	https://github.com/RPCS3/rpcs3/compare/736ec4035...e2574ff10
Original commitRevision:506967 
Tuesday, 16 Jul 2019
00:52 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8385

Changes:	https://github.com/RPCS3/rpcs3/compare/c72776053...736ec4035
Original commitRevision:506717 
Sunday, 14 Jul 2019
00:49 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8368

Changes:	https://github.com/RPCS3/rpcs3/compare/94af3b3f0...c72776053
Original commitRevision:506583 
Friday, 12 Jul 2019
22:21 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8365

Changes:	https://github.com/RPCS3/rpcs3/compare/537d3f254...94af3b3f0
Original commitRevision:506493 
Thursday, 11 Jul 2019
00:33 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8355

Changes:	https://github.com/RPCS3/rpcs3/compare/db4bc6f6b...537d3f254
Original commitRevision:506389 
Tuesday, 9 Jul 2019
00:48 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8336

Changes:	https://github.com/RPCS3/rpcs3/compare/6d65d3424...db4bc6f6b
Original commitRevision:506257 
Saturday, 6 Jul 2019
23:51 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8331

Changes:	https://github.com/RPCS3/rpcs3/compare/ad10eb391...6d65d3424
Original commitRevision:506088 
Wednesday, 3 Jul 2019
23:49 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8329

Changes:	https://github.com/RPCS3/rpcs3/compare/690cdff0d...ad10eb391
Original commitRevision:505802 
Monday, 1 Jul 2019
21:27 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8322

Changes:	https://github.com/RPCS3/rpcs3/compare/2bce36748...690cdff0d
Original commitRevision:505643 
Sunday, 30 Jun 2019
23:51 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8315

Changes:	https://github.com/RPCS3/rpcs3/compare/43f919c04...2bce36748
Original commitRevision:505528 
01:00 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8314

Changes:	https://github.com/RPCS3/rpcs3/compare/8e942eb50...43f919c04
Original commitRevision:505399 
Tuesday, 25 Jun 2019
00:44 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8275

Changes:	https://github.com/RPCS3/rpcs3/compare/cd0ef99df...8e942eb50
Original commitRevision:505063 
Friday, 21 Jun 2019
23:27 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8273

Changes:	https://github.com/RPCS3/rpcs3/compare/5753b3222...cd0ef99df
Original commitRevision:504833 
Wednesday, 19 Jun 2019
23:54 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8266

Changes:	https://github.com/RPCS3/rpcs3/compare/d52953fca...5753b3222
Original commitRevision:504605 
Tuesday, 18 Jun 2019
00:51 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8261

Changes:	https://github.com/RPCS3/rpcs3/compare/b29a89807...d52953fca
Original commitRevision:504451 
Saturday, 15 Jun 2019
00:52 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8256

Changes:	https://github.com/RPCS3/rpcs3/compare/b3513cd7f...b29a89807
Original commitRevision:504217 
Tuesday, 11 Jun 2019
00:50 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8205

Changes:	https://github.com/RPCS3/rpcs3/compare/2bc0ea37a...b3513cd7f
MFH:		2019Q2 (implicit for snapshots?)
Original commitRevision:503930 
Sunday, 9 Jun 2019
00:32 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8196

Changes:	https://github.com/RPCS3/rpcs3/compare/1dedeb37b...2bc0ea37a
Original commitRevision:503765 
Thursday, 6 Jun 2019
00:37 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8194

Changes:	https://github.com/RPCS3/rpcs3/compare/790962425...1dedeb37b
Original commitRevision:503538 
Sunday, 2 Jun 2019
00:42 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8187

Changes:	https://github.com/RPCS3/rpcs3/compare/cafa4521e...790962425
Original commitRevision:503281 
Saturday, 1 Jun 2019
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8179

Changes:	https://github.com/RPCS3/rpcs3/compare/c638e8267...cafa4521e
Original commitRevision:503204 
Wednesday, 29 May 2019
20:39 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8171

Changes:	https://github.com/RPCS3/rpcs3/compare/71b71537a...c638e8267
Original commitRevision:503008 
Tuesday, 28 May 2019
00:40 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8161

Changes:	https://github.com/RPCS3/rpcs3/compare/507ec8252...71b71537a
Original commitRevision:502841 
Sunday, 26 May 2019
00:54 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8159

Changes:	https://github.com/RPCS3/rpcs3/compare/d616ce223...507ec8252
Original commitRevision:502667 
Wednesday, 22 May 2019
23:01 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8156

Changes:	https://github.com/RPCS3/rpcs3/compare/7de3c410c...d616ce223
Original commitRevision:502297 
Tuesday, 21 May 2019
00:43 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8151

Changes:	https://github.com/RPCS3/rpcs3/compare/85920253b...7de3c410c
Original commitRevision:502182 
Saturday, 18 May 2019
00:47 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8143

Changes:	https://github.com/RPCS3/rpcs3/compare/3753d27ab...85920253b
Original commitRevision:501889 
Thursday, 16 May 2019
00:52 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8105

Changes:	https://github.com/RPCS3/rpcs3/compare/22f61caf9...3753d27ab
Original commitRevision:501755 
Monday, 13 May 2019
23:55 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8094

Changes:	https://github.com/RPCS3/rpcs3/compare/8194c92f1...22f61caf9
Original commitRevision:501603 
Saturday, 11 May 2019
00:56 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8089

Changes:	https://github.com/RPCS3/rpcs3/compare/fce9d6a7b...8194c92f1
Original commitRevision:501208 
Friday, 10 May 2019
23:58 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8086

Changes:	https://github.com/RPCS3/rpcs3/compare/7ead021aa...fce9d6a7b
Original commitRevision:501204 
Thursday, 9 May 2019
00:52 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8085

Changes:	https://github.com/RPCS3/rpcs3/compare/514159072...7ead021aa
Original commitRevision:501062 
Monday, 6 May 2019
23:58 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8079

Changes:	https://github.com/RPCS3/rpcs3/compare/f246a8666...514159072
Original commitRevision:500942 
Saturday, 4 May 2019
22:27 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8064

Changes:	https://github.com/RPCS3/rpcs3/compare/2b4da1870...f246a8666
Original commitRevision:500836 
Friday, 3 May 2019
23:44 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8056

Changes:	https://github.com/RPCS3/rpcs3/compare/6b7cd458e...2b4da1870
Original commitRevision:500759 
Thursday, 2 May 2019
00:32 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8051

Changes:	https://github.com/RPCS3/rpcs3/compare/301dd8281...6b7cd458e
Original commitRevision:500623 
Tuesday, 30 Apr 2019
00:29 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8037

Changes:	https://github.com/RPCS3/rpcs3/compare/be6d9af1a...301dd8281
Original commitRevision:500448 
Saturday, 27 Apr 2019
00:49 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8034

Changes:	https://github.com/RPCS3/rpcs3/compare/467ef2afc...be6d9af1a
Original commitRevision:500181 
Thursday, 25 Apr 2019
00:51 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8007

Changes:	https://github.com/RPCS3/rpcs3/compare/258df80bf...467ef2afc
Original commitRevision:499920 
Sunday, 21 Apr 2019
00:51 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8004

Changes:	https://github.com/RPCS3/rpcs3/compare/ae5a4b697...258df80bf
Original commitRevision:499519 
Saturday, 20 Apr 2019
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.8000

Changes:	https://github.com/RPCS3/rpcs3/compare/786598220...ae5a4b697
Original commitRevision:499417 
Thursday, 18 Apr 2019
00:54 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7989

Changes:	https://github.com/RPCS3/rpcs3/compare/f99577114...786598220
Original commitRevision:499220 
Tuesday, 16 Apr 2019
00:41 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7981

Changes:	https://github.com/RPCS3/rpcs3/compare/df3b46a61...f99577114
Original commitRevision:499062 
Saturday, 13 Apr 2019
00:36 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7972

Changes:	https://github.com/RPCS3/rpcs3/compare/52a12185a...df3b46a61
Original commitRevision:498779 
Thursday, 11 Apr 2019
00:52 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7955

Changes:	https://github.com/RPCS3/rpcs3/compare/3bfe921a7...52a12185a
Original commitRevision:498619 
Tuesday, 2 Apr 2019
00:40 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7931

Changes:	https://github.com/RPCS3/rpcs3/compare/a254a203b...3bfe921a7
Original commitRevision:497536 
Thursday, 28 Mar 2019
00:28 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7909

Changes:	https://github.com/RPCS3/rpcs3/compare/956d03941...a254a203b
Original commitRevision:496995 
Tuesday, 26 Mar 2019
00:41 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7906

Changes:	https://github.com/RPCS3/rpcs3/compare/7ea04d5d7...956d03941
Original commitRevision:496866 
Saturday, 23 Mar 2019
00:37 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7901

Changes:	https://github.com/RPCS3/rpcs3/compare/b879b3227...7ea04d5d7
Original commitRevision:496607 
Thursday, 21 Mar 2019
00:47 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7888

Changes:	https://github.com/RPCS3/rpcs3/compare/63bbe459e...b879b3227
Original commitRevision:496399 
Tuesday, 19 Mar 2019
00:49 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7883

Changes:	https://github.com/RPCS3/rpcs3/compare/e9b6beadf...63bbe459e
Original commitRevision:496230 
Thursday, 14 Mar 2019
00:53 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7869

Changes:	https://github.com/RPCS3/rpcs3/compare/1875dc3f1...e9b6beadf
MFH:		2019Q1 (implicit for snapshots?)
Original commitRevision:495674 
Tuesday, 12 Mar 2019
00:44 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7857

Changes:	https://github.com/RPCS3/rpcs3/compare/a43e7c172...1875dc3f1
MFH:		2019Q1 (implicit for snapshots?)
Original commitRevision:495397 
Saturday, 9 Mar 2019
00:39 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7840

Changes:	https://github.com/RPCS3/rpcs3/compare/4ea76def7...a43e7c172
MFH:		2019Q1 (implicit for snapshots?)
Original commitRevision:495088 
Thursday, 7 Mar 2019
00:49 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7830

Changes:	https://github.com/RPCS3/rpcs3/compare/ebb24375d...4ea76def7
MFH:		2019Q1 (implicit for snapshots?)
Original commitRevision:494860 
Saturday, 2 Mar 2019
00:49 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7825

Changes:	https://github.com/RPCS3/rpcs3/compare/de5379a69...ebb24375d
Original commitRevision:494351 
Thursday, 28 Feb 2019
01:24 jbeich search for other commits by this committer
emulators/rpcs3: fix --version output after r494119
Original commitRevision:494121 
00:59 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7816

Changes:	https://github.com/RPCS3/rpcs3/compare/4c72f7c1d...de5379a69
MFH:		2019Q1 (implicit for snapshots?)
Original commitRevision:494119 
Tuesday, 19 Feb 2019
00:15 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7807

Changes:	https://github.com/RPCS3/rpcs3/compare/d4888a497...4c72f7c1d
Original commitRevision:493334 
Thursday, 14 Feb 2019
00:13 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7800

Changes:	https://github.com/RPCS3/rpcs3/compare/982b2ab88...d4888a497
Original commitRevision:492884 
Tuesday, 12 Feb 2019
00:46 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7796

Changes:	https://github.com/RPCS3/rpcs3/compare/84d42ecb6...982b2ab88
Original commitRevision:492740 
Sunday, 10 Feb 2019
00:44 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7793

Changes:	https://github.com/RPCS3/rpcs3/compare/19ff95da7...84d42ecb6
Original commitRevision:492583 
Saturday, 9 Feb 2019
00:36 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7790

Changes:	https://github.com/RPCS3/rpcs3/compare/38887bc03...19ff95da7
Original commitRevision:492473 
Thursday, 7 Feb 2019
00:31 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7789

Changes:	https://github.com/RPCS3/rpcs3/compare/4c593959f...38887bc03
Original commitRevision:492338 
Tuesday, 5 Feb 2019
00:50 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7788

Changes:	https://github.com/RPCS3/rpcs3/compare/8920eda32...4c593959f
Original commitRevision:492180 
Friday, 1 Feb 2019
23:43 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.6.7776

Changes:	https://github.com/RPCS3/rpcs3/compare/25aa5f80a...8920eda32
Original commitRevision:491892 
Wednesday, 30 Jan 2019
17:17 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7767

Changes:	https://github.com/RPCS3/rpcs3/compare/587fe421e...25aa5f80a
Original commitRevision:491633 
Saturday, 26 Jan 2019
00:43 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7757

Changes:	https://github.com/RPCS3/rpcs3/compare/afeacc171...587fe421e
Original commitRevision:491218 
Thursday, 24 Jan 2019
00:14 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7742

Changes:	https://github.com/RPCS3/rpcs3/compare/688d5a991b...afeacc171
Original commitRevision:491068 
Tuesday, 22 Jan 2019
00:42 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7738

Changes:	https://github.com/RPCS3/rpcs3/compare/d4591b150...688d5a991
Original commitRevision:490914 
Saturday, 19 Jan 2019
00:29 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7736

Changes:	https://github.com/RPCS3/rpcs3/compare/f902a7867...d4591b150
Original commitRevision:490684 
Wednesday, 16 Jan 2019
19:17 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7731

Changes:	https://github.com/RPCS3/rpcs3/compare/f19fd2322...f902a7867
Original commitRevision:490500 
Tuesday, 15 Jan 2019
00:52 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7729

Changes:	https://github.com/RPCS3/rpcs3/compare/022550a43...f19fd2322
Original commitRevision:490330 
Sunday, 13 Jan 2019
00:38 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7714

Changes:	https://github.com/RPCS3/rpcs3/compare/52ac0a901...022550a43
Original commitRevision:490097 
Tuesday, 8 Jan 2019
00:28 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7678

Changes:	https://github.com/RPCS3/rpcs3/compare/37c621ebb...52ac0a901
Original commitRevision:489626 
Thursday, 3 Jan 2019
00:20 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7652

Changes:	https://github.com/RPCS3/rpcs3/compare/a4f67ccb8...37c621ebb
Original commitRevision:489118 
Tuesday, 1 Jan 2019
00:00 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7645

Changes:	https://github.com/RPCS3/rpcs3/compare/cfe070986...a4f67ccb8
Original commitRevision:488850 
Saturday, 29 Dec 2018
00:03 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.7624

- Unbreak runtime after r487719
- Switch to upstream versioning scheme

Changes:	https://github.com/RPCS3/rpcs3/compare/4b65c3943...cfe070986
Original commitRevision:488632 
Thursday, 27 Dec 2018
00:26 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.1162

Changes:	https://github.com/RPCS3/rpcs3/compare/dbd481458...4b65c3943
Original commitRevision:488496 
Monday, 24 Dec 2018
23:33 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.1159

Changes:	https://github.com/RPCS3/rpcs3/compare/e80574cbd...dbd481458
Original commitRevision:488285 
Sunday, 23 Dec 2018
00:54 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.1136

Changes:	https://github.com/RPCS3/rpcs3/compare/bc3ab7a9d...e80574cbd
Original commitRevision:488154 
Tuesday, 18 Dec 2018
00:54 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.1128

Changes:	https://github.com/RPCS3/rpcs3/compare/c50d459b1...bc3ab7a9d
Original commitRevision:487719 
Sunday, 16 Dec 2018
00:56 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.1126

Changes:	https://github.com/RPCS3/rpcs3/compare/8cbaa8627...c50d459b1
Original commitRevision:487554 
Saturday, 15 Dec 2018
14:56 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.1118

Changes:	https://github.com/RPCS3/rpcs3/compare/76f94940c...8cbaa8627
Original commitRevision:487514 
Thursday, 13 Dec 2018
00:32 jbeich search for other commits by this committer
emulators/rpcs3: update to 0.0.5.1116

Changes:	https://github.com/RPCS3/rpcs3/compare/1ca02c7d1...76f94940c
Original commitRevision:487332 

Number of commits found: 981 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  »