Ryan C. Gordon
|
eb3383b532
Bumped version to 3.2.0!
|
2 years ago |
Ryan C. Gordon
|
6a7625cd77
apple: macOS 12.0 deprecated things called "master" for "main".
|
2 years ago |
Ozkan Sezer
|
49662cd826
minor update to endian macros from SDL.
|
2 years ago |
Ryan C. Gordon
|
4d9bcc3d1a
atomic: __PHYSFS_ATOMIC_(DECR|INCR) should return final value.
|
2 years ago |
Ryan C. Gordon
|
496817a9e8
PHYSFS_mkdir() should allow symlinks in the mounted writeDir itself.
|
2 years ago |
Ozkan Sezer
|
0d4e9aac45
silenced a -Wunused-but-set-variable warning.
|
2 years ago |
Ozkan Sezer
|
65195f9c1a
define MINIZ_LITTLE_ENDIAN based on PHYSFS_BYTEORDER.
|
2 years ago |
Ozkan Sezer
|
fb0901b10f
silence a -Wint-in-bool-context warning:
|
2 years ago |
Ryan C. Gordon
|
f0c7367b0f
Update endian detection from latest in SDL2.
|
2 years ago |
Ozkan Sezer
|
e32221a104
cmake: add -Wall to CFLAGS for gcc and clang.
|
2 years ago |
Ozkan Sezer
|
cfbbb255a2
minor warning fixes
|
2 years ago |
Anonymous Maarten
|
2a90b1f469
cmake: collapse MSVC and MINGW into WIN32
|
2 years ago |
Anonymous Maarten
|
88ef84c053
Make sure `pthread is not linked against when building with MinGW
|
2 years ago |
Anonymous Maarten
|
9bc66b6469
add Windows CI
|
2 years ago |
Anonymous Maarten
|
aabb732caf
cmake: fix warnings + use target_include_directories
|
2 years ago |
Ryan C. Gordon
|
6925c1067d
Bumped copyright for 2022.
|
2 years ago |
Ryan C. Gordon
|
64807353df
cmake: Don't try to use readline if you don't also have curses.
|
2 years ago |
Ryan C. Gordon
|
ed4ab15524
zip: workaround Windows Explorer bug.
|
2 years ago |
Ryan C. Gordon
|
48e7c2e3af
root: Fix string handling of paths from PHYSFS_setRoot.
|
2 years ago |
Ryan C. Gordon
|
497934818b
Fixed memory leak when closing a DirHandle with a root (thanks, jajiradai!).
|
2 years ago |
Ryan C. Gordon
|
17b691b0ea
Let several archives be case-insensitive.
|
2 years ago |
Ozkan Sezer
|
14691399cd
disable dllexport from static builds.
|
2 years ago |
Ozkan Sezer
|
20e90ed3c4
fix wording in os2.yml
|
2 years ago |
Ozkan Sezer
|
eec3f7f79a
cmake: set os2 dll name to 'physfs'
|
2 years ago |
Ryan C. Gordon
|
3a3c552e50
ci: Fix OS/2 building.
|
2 years ago |
Ryan C. Gordon
|
b975bb679b
ci: Wire up OS/2 builds to GitHub Actions.
|
2 years ago |
Ozkan Sezer
|
0ae9467685
physfs_platform_os2.c: eliminated signedness warnings.
|
2 years ago |
Ozkan Sezer
|
cd2e055454
added __PHYSFS_ATOMIC_INCR and __PHYSFS_ATOMIC_DECR for watcom compiler
|
2 years ago |
Ozkan Sezer
|
141dccb087
added a watcom makefile targeting os2
|
2 years ago |
Ozkan Sezer
|
3abe069870
fixed os2 symbol exports
|
2 years ago |