[go: up one dir, main page]

Menu

Code (SVN) Commit Log


Commit Date  
[r2779] by dbjh

- Added MinGW-w64 build support, including libdiscmage and libcd64.
- Added 64-bit Visual C++ (2015 & 2019) build support, including libdiscmage
and libcd64.
- Improved 64-bit support in general, but disabled FAL code on 64-bit
platforms (contains 32-bit integer to pointer hacks).
- All code compiles without warnings with GCC 9.2.

2020-03-14 21:22:59 Tree
[r2778] by dbjh

- Removed "experimental" DexDrive support. Experiment failed. The underlying
code had nothing to do with DexDrive.
- Updated htdocs to reflect current status in SVN.

2020-01-27 16:09:46 Tree
[r2777] by dbjh

- Removed "experimental" DexDrive support. Experiment failed. The underlying
code had nothing to do with DexDrive.

2020-01-27 15:57:48 Tree
[r2776] by dbjh

- Some cosmetic fixes.

2019-12-19 14:43:44 Tree
[r2775] by dbjh

- Disabled warnings added in newer GCC versions that are unwanted at this time
or have shockingly broken diagnostic code resulting in spurious warnings. For
uCON64 code disabled:
-Wimplicit-fallthrough
-Wformat-truncation
-Wstringop-overflow
For libdiscmage disabled:
-Wimplicit-fallthrough
-Wstringop-overflow
The unfortunate side-effect is that for older GCC versions a warning or error
will result in 3 or 2 extra lines stating that the options are not recognized.
Thanks to Philipp Seiler for pointing me to build logs at opensuse.org.

2019-12-04 18:46:48 Tree
[r2774] by dbjh

- Fixed warning about (correctly) passing 0 as size to memset() for certain
(newer?) GCC versions.
- Fixed drop_privileges() to truly drop all privileges (saved UID and GID)
when called after drop_privileges_temp().

2019-12-03 17:43:35 Tree
[r2773] by dbjh

- Fixed bug I introduced in n64_chksum(). This time for real.

2019-11-16 09:55:50 Tree
[r2772] by dbjh

- Fixed bug I introduced in n64_chksum().

2019-11-15 18:27:13 Tree
[r2771] by dbjh

- Fixed DJGPP specific issue in mem_hexdump().

2019-11-10 09:42:50 Tree
[r2770] by dbjh

- Removed extra newline after calling dm_nfo().

2019-11-07 18:33:51 Tree
Older >