Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
510Filtered Results

Detail

2014.03.22.Log0976.txt

📄SVN 📅2014-03-22 💾1,3 KB 3 Parsed entries

Revision r4387

Add xxHash (https://code.google.com/p/xxhash/), a faster alternative to CRC32, and implement it in a few places. This is around 20-30% faster than CRC32 for me (it's also implemented into the "fileinfo" console command, so you can test for yourselves). I didn't have time to gather up all of the files supported by the startup window so this isn't used there yet. Additionally, this is by the same author as the LZ4 compression library we already use.

Revision r4386

Some basic changes for Android support. DONT_BUILD.

Revision r4385

Widespread use of ARRAY_SIZE macro.
Raw Content
------------------------------------------------------------------------
r4388 | terminx | 2014-03-22 02:27:21 -0700 (Sat, 22 Mar 2014) | 1 line

Upgrade ENet library
------------------------------------------------------------------------
r4387 | terminx | 2014-03-22 02:26:39 -0700 (Sat, 22 Mar 2014) | 1 line

Add xxHash (https://code.google.com/p/xxhash/), a faster alternative to CRC32, and implement it in a few places. This is around 20-30% faster than CRC32 for me (it's also implemented into the "fileinfo" console command, so you can test for yourselves). I didn't have time to gather up all of the files supported by the startup window so this isn't used there yet. Additionally, this is by the same author as the LZ4 compression library we already use.
------------------------------------------------------------------------
r4386 | terminx | 2014-03-22 02:25:51 -0700 (Sat, 22 Mar 2014) | 1 line

Some basic changes for Android support. DONT_BUILD.
------------------------------------------------------------------------
r4385 | terminx | 2014-03-22 02:25:15 -0700 (Sat, 22 Mar 2014) | 1 line

Widespread use of ARRAY_SIZE macro.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.