physfs/extras
James Le Cuirot 52c3f19e17
Use the GNUInstallDirs CMake module to respect installation locations
Apparently use of LIB_SUFFIX is now discouraged. GNUInstallDirs does a
better job of setting a default.

The libdir of ${prefix}/lib in the pkg-config file caused warnings,
and possibly even failures, when linking on multilib systems where
/usr/lib is for 32-bit libraries rather than 64-bit libraries.
2022-05-20 23:31:16 -04:00
..
README-CSharp.txt Replaced PhysFS.NET with a README pointing to more modern C# bindings. 2016-01-29 15:16:15 -05:00
abs-file.h Changed PHYSFS_file to PHYSFS_File to match rest of API's naming 2004-09-26 13:17:54 +00:00
buildbot-checker.sh Move buildbot script changes to stable-3.0 branch. 2020-05-17 00:58:55 -04:00
buildbot-emscripten.sh Move buildbot script changes to stable-3.0 branch. 2020-05-17 00:58:55 -04:00
buildbot-os2.sh Added buildbot-raspberrypi.sh and fixed some other buildbot script things. 2017-07-08 22:20:43 -04:00
buildbot-raspberrypi.sh extras: Cleaning up some scripts to work with the newly-recreated buildbot. 2020-05-12 00:32:00 -04:00
casefolding.txt Updated Unicode case folding support to something 10 years newer. :) 2017-07-31 16:32:47 -04:00
globbing.c Cleaned up returns that look like function calls for my updated coding style. 2010-01-28 02:27:45 -05:00
globbing.h Put some include-once and extern "C" blocks in the extras' headers. 2011-09-24 00:55:15 -07:00
ignorecase.c ignorecase: Don't crash if enumeration returned a NULL pointer. 2018-03-09 14:50:37 -05:00
ignorecase.h Removed one more rude thing from the comments. :/ 2016-08-17 20:43:36 -04:00
makecasefoldhashtable.pl utf8: big improvements to case-insensitive UTF-8 string compare. 2017-08-11 01:39:22 -04:00
physfs.pc.in Use the GNUInstallDirs CMake module to respect installation locations 2022-05-20 23:31:16 -04:00
physfshttpd.c physfshttpd: serve up directory listings, a few other cleanups. 2017-08-14 22:47:02 -04:00
physfsrwops.c Patched physfsrwops to compile against SDL 1.2 (thanks, Rob!). 2017-11-11 08:53:23 -05:00
physfsrwops.h Fixed a comment about SDL licensing. 2017-07-22 13:22:37 -04:00
physfsunpack.c Added a simple unpacker example. 2007-03-31 06:34:51 +00:00
selfextract.c Cleaned up returns that look like function calls for my updated coding style. 2010-01-28 02:27:45 -05:00
uninstall.sh Added uninstall target for Unix platforms. 2010-02-02 23:22:49 -05:00