1558 Commits (main)
 

Author SHA1 Message Date
Ryan C. Gordon 9266e773d3
unix: Better base dir calculation for Solaris. 6 months ago
Ryan C. Gordon fdd38a3f8a
Bumped main branch to to 3.2.0! 8 months ago
Ryan C. Gordon 6a7625cd77 apple: macOS 12.0 deprecated things called "master" for "main". 8 months ago
Ozkan Sezer 49662cd826 minor update to endian macros from SDL. 8 months ago
Ryan C. Gordon 4d9bcc3d1a
atomic: __PHYSFS_ATOMIC_(DECR|INCR) should return final value. 8 months ago
Ryan C. Gordon 496817a9e8
PHYSFS_mkdir() should allow symlinks in the mounted writeDir itself. 8 months ago
Ozkan Sezer 0d4e9aac45 silenced a -Wunused-but-set-variable warning. 12 months ago
Ozkan Sezer 65195f9c1a define MINIZ_LITTLE_ENDIAN based on PHYSFS_BYTEORDER. 12 months ago
Ozkan Sezer fb0901b10f silence a -Wint-in-bool-context warning: 12 months ago
Ryan C. Gordon f0c7367b0f
Update endian detection from latest in SDL2. 12 months ago
Ozkan Sezer e32221a104 cmake: add -Wall to CFLAGS for gcc and clang. 12 months ago
Ozkan Sezer cfbbb255a2 minor warning fixes 12 months ago
Anonymous Maarten 2a90b1f469 cmake: collapse MSVC and MINGW into WIN32 12 months ago
Anonymous Maarten 88ef84c053 Make sure `pthread is not linked against when building with MinGW 12 months ago
Anonymous Maarten 9bc66b6469 add Windows CI 12 months ago
Anonymous Maarten aabb732caf cmake: fix warnings + use target_include_directories 12 months ago
Ryan C. Gordon 6925c1067d
Bumped copyright for 2022. 1 year ago
Ryan C. Gordon 64807353df
cmake: Don't try to use readline if you don't also have curses. 1 year ago
Ryan C. Gordon ed4ab15524
zip: workaround Windows Explorer bug. 1 year ago
Ryan C. Gordon 48e7c2e3af
root: Fix string handling of paths from PHYSFS_setRoot. 1 year ago
Ryan C. Gordon 497934818b
Fixed memory leak when closing a DirHandle with a root (thanks, jajiradai!). 1 year ago
Ryan C. Gordon 17b691b0ea
Let several archives be case-insensitive. 1 year ago
Ozkan Sezer 14691399cd disable dllexport from static builds. 1 year ago
Ozkan Sezer 20e90ed3c4 fix wording in os2.yml 1 year ago
Ozkan Sezer eec3f7f79a cmake: set os2 dll name to 'physfs' 1 year ago
Ryan C. Gordon 3a3c552e50
ci: Fix OS/2 building. 1 year ago
Ryan C. Gordon b975bb679b
ci: Wire up OS/2 builds to GitHub Actions. 1 year ago
Ozkan Sezer 0ae9467685 physfs_platform_os2.c: eliminated signedness warnings. 1 year ago
Ozkan Sezer cd2e055454 added __PHYSFS_ATOMIC_INCR and __PHYSFS_ATOMIC_DECR for watcom compiler 1 year ago
Ozkan Sezer 141dccb087 added a watcom makefile targeting os2 1 year ago
Ozkan Sezer 3abe069870 fixed os2 symbol exports 1 year ago
Ozkan Sezer 02b6a7f084 fixed windows symbol exports 1 year ago
Ryan C. Gordon 045ee2cb7f
cmake: Moved the install stuff around a little. 1 year ago
Ryan C. Gordon a329a35993
cmake: Don't use the oldschool `endif(SAME_THING_AS_IF_LINE)` syntax. 1 year ago
Semphris 7305ee92a2 Added option to disable the installer 1 year ago
past-due a0dfe220ff physfs_platform_windows.c: Use newer APIs when permitted by _WIN32_WINNT 2 years ago
alfadur b3cca6a026 add 0x10000 properly 2 years ago
alfadur 8eab55d173 add missing bit to UTF-16 surrogate pair conversion 2 years ago
Arthur Brianville (Ybalrid) 23690f316d Add option to turn off the build of the documentation if Doxygen was found 2 years ago
pastdue b8fa8fdcac physfs_platform_posix.c: Use O_CLOEXEC / FD_CLOEXEC 2 years ago
pastdue a9cb20772b physfs_platform_posix.c: Retry on EINTR 2 years ago
James Le Cuirot d8ba1a935c Use the GNUInstallDirs CMake module to respect installation locations 2 years ago
Ryan C. Gordon 0145431345
cmake: fixed "dist" target to use git instead of Mercurial. 2 years ago
Ryan C. Gordon b7410d673e
Updated a URL to point to github.com 2 years ago
Ryan C. Gordon fdf308fa88
Renamed .hgignore -> .gitignore 2 years ago
Matthew Albrecht d24ce15922 Include alloca.h on Solaris and Linux platforms. 2 years ago
Ryan C. Gordon 69a7428787
Initial CI setup... 2 years ago
Ryan C. Gordon ebe02ceb02
Create FUNDING.yml 2 years ago
Ryan C. Gordon 9b83066716
Reformat LICENSE.txt so GitHub sees it as zlib. 2 years ago
Ryan C. Gordon 13f00546a9
Bumped copyright for 2021. 2 years ago