Ryan C. Gordon <icculus@icculus.org> [Mon, 18 Jan 2021 18:33:00 -0500] rev 1693
Enable arm64 for non-Windows targets (thanks, pastdue!).
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
Ryan C. Gordon <icculus@icculus.org> [Fri, 12 Jun 2020 03:37:58 -0400] rev 1692
android: PhysicsFS now has actual Android support.
This compiled and worked on Android before, if you didn't care about
PHYSFS_getBaseDir() and PHYSFS_getPrefDir() being useful. Now you can pass
PHYSFS_init() some necessary Android objects to solve this. Passing NULL
to PHYSFS_init is acceptable and will simply report "/" for the base dir and
prefdir, under the assumption that the app queried the OS for these directly
instead.
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 May 2020 01:41:52 -0400] rev 1691
7z: Make error handling a little more robust.
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 May 2020 01:26:31 -0400] rev 1690
7z: copy/paste error in error checking, found by static analysis.
This was clearly copied from a previous line but wasn't updated with the
correct condition to check, so if malloc() failed, it would dereference NULL
instead of reporting an error.
(transplanted from 1dc6e265fefcc1fec8d68f096a73e1dca4bf0691)
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 May 2020 01:26:31 -0400] rev 1689
7z: copy/paste error in error checking, found by static analysis.
This was clearly copied from a previous line but wasn't updated with the
correct condition to check, so if malloc() failed, it would dereference NULL
instead of reporting an error.
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 May 2020 00:58:55 -0400] rev 1688
Move buildbot script changes to stable-3.0 branch.
Ryan C. Gordon <icculus@icculus.org> [Sat, 16 May 2020 23:30:16 -0400] rev 1687
buildbot-emscripten.sh: Look for the SDK at /emsdk by default.
Ryan C. Gordon <icculus@icculus.org> [Sat, 16 May 2020 23:29:44 -0400] rev 1686
buildbot-checker.sh: Just require scan-build to be in the $PATH.
Ryan C. Gordon <icculus@icculus.org> [Sat, 16 May 2020 23:29:03 -0400] rev 1685
Modern buildbot vocabulary is "worker," not "slave."
Ryan C. Gordon <icculus@icculus.org> [Tue, 12 May 2020 15:49:53 -0400] rev 1684
Have static analysis script use Ninja.
Ryan C. Gordon <icculus@icculus.org> [Tue, 12 May 2020 15:19:01 -0400] rev 1683
Fixed mishandling of an allocation failure in PHYSFS_openRead().
(Static analysis caught this one! Thanks clang!)
Ryan C. Gordon <icculus@icculus.org> [Tue, 12 May 2020 13:49:46 -0400] rev 1682
Testing a fix for emscripten buildbot script.
Ryan C. Gordon <icculus@icculus.org> [Tue, 12 May 2020 01:04:09 -0400] rev 1681
Minor style fix in docs/INSTALL.txt
(transplanted from 9cf9cdc05779f08c6342d620977c1f1273313881)
Ryan C. Gordon <icculus@icculus.org> [Tue, 12 May 2020 01:04:09 -0400] rev 1680
Minor style fix in docs/INSTALL.txt
Ryan C. Gordon <icculus@icculus.org> [Tue, 12 May 2020 00:54:52 -0400] rev 1679
Updated copyright for 2020.