Ryan C. Gordon
|
a5d3dd498e
Rewrote the 7zip archiver.
|
hace 8 años |
Ryan C. Gordon
|
63de092cb7
zip: fail with correct error code if opening a directory.
|
hace 8 años |
Ryan C. Gordon
|
e84277a1df
Corrected reported value for unknown PHYSFS_stat() access times.
|
hace 8 años |
Ryan C. Gordon
|
de444a9866
test_physfs: added a "cat2" command to read from two open file handles at once.
|
hace 8 años |
Ryan C. Gordon
|
62ad133862
Reworked the "unpacked" archivers to use DirTree.
|
hace 8 años |
Ryan C. Gordon
|
ffa1836335
Moved ZIP tree management up to a higher level, to be reused elsewhere.
|
hace 8 años |
Ryan C. Gordon
|
56bddb0b78
Fixed some comments.
|
hace 8 años |
Ryan C. Gordon
|
5afd9754e2
Reenable QPAK support by default.
|
hace 8 años |
Ryan C. Gordon
|
9cec66be3e
Removed SWIG ifdefs in physfs.h
|
hace 8 años |
Ryan C. Gordon
|
53225ca62c
Fixed more Visual Studio compiler warnings.
|
hace 8 años |
Ryan C. Gordon
|
1bacc6d6af
Fixed some compiler warnings with Visual Studio.
|
hace 8 años |
Ryan C. Gordon
|
bf9999af2d
Fixed compiler warnings on Visual Studio about const qualifiers.
|
hace 8 años |
Ryan C. Gordon
|
4438fe14cf
Turn off MSVC anti-portability propaganda in test program.
|
hace 8 años |
Ryan C. Gordon
|
a25569ba14
Removed leftover test scripts from removed SWIG bindings.
|
hace 8 años |
Ryan C. Gordon
|
efd71e08f6
Move headers around to get those MSVC anti-portability nags to go away.
|
hace 8 años |
Ryan C. Gordon
|
a681fe258d
unix: OS-specific paths should also chop filename off base path.
|
hace 8 años |
Ryan C. Gordon
|
187d04ae9e
Debian/kFreeBSD should use the FreeBSD-specific codepaths, not generic Unix.
|
hace 8 años |
Ryan C. Gordon
|
46db289145
Fix lzma option in CMakeLists.txt
|
hace 8 años |
Ryan C. Gordon
|
19b15d34a1
Cleaned up what symbols are exported from the library.
|
hace 8 años |
Ryan C. Gordon
|
2cb1f73737
Cygwin has mntent.h, and no need to check for CMake tests now.
|
hace 8 años |
Ryan C. Gordon
|
9ae6fc9e87
Maybe macOS needs -fno-common ...?
|
hace 8 años |
Ryan C. Gordon
|
4b2180dd17
unix: Don't #error if no CD-ROM support, because we already give a #warning.
|
hace 8 años |
Ryan C. Gordon
|
5f5eca8d01
Remove -pthread argument.
|
hace 8 años |
Ryan C. Gordon
|
0f514bbae3
Updated INSTALL.txt to more closely reflect reality.
|
hace 8 años |
Ryan C. Gordon
|
68ad1fa8c5
Removed BeOS support (Haiku still supported, though!).
|
hace 8 años |
Ryan C. Gordon
|
c2c1c7ac30
Removed __PHYSFS_platformSetDefaultAllocator(); nothing uses it now.
|
hace 8 años |
Ryan C. Gordon
|
0be0e3fd33
mac: Removed Carbon header include and custom allocator (just use malloc).
|
hace 8 años |
Ryan C. Gordon
|
73070339a4
Simplify CMakeLists.txt, etc.
|
hace 8 años |
Ryan C. Gordon
|
fe55814681
vdf: make private functions static.
|
hace 8 años |
Ryan C. Gordon
|
4ae17a5d60
The archiver options in the CMake file should disable, not enable.
|
hace 8 años |