Wed, 12 Jul 2017 20:52:51 -0400 |
Ryan C. Gordon |
unix: OS-specific paths should also chop filename off base path.
|
changeset |
files
|
Wed, 12 Jul 2017 20:49:53 -0400 |
Ryan C. Gordon |
Debian/kFreeBSD should use the FreeBSD-specific codepaths, not generic Unix.
|
changeset |
files
|
Wed, 12 Jul 2017 20:39:03 -0400 |
Ryan C. Gordon |
Fix lzma option in CMakeLists.txt
|
changeset |
files
|
Wed, 12 Jul 2017 15:41:12 -0400 |
Ryan C. Gordon |
Cleaned up what symbols are exported from the library.
|
changeset |
files
|
Wed, 12 Jul 2017 02:41:28 -0400 |
Ryan C. Gordon |
Cygwin has mntent.h, and no need to check for CMake tests now.
|
changeset |
files
|
Wed, 12 Jul 2017 02:40:16 -0400 |
Ryan C. Gordon |
Maybe macOS needs -fno-common ...?
|
changeset |
files
|
Wed, 12 Jul 2017 02:33:15 -0400 |
Ryan C. Gordon |
unix: Don't #error if no CD-ROM support, because we already give a #warning.
|
changeset |
files
|
Wed, 12 Jul 2017 00:33:47 -0400 |
Ryan C. Gordon |
Remove -pthread argument.
|
changeset |
files
|
Wed, 12 Jul 2017 00:16:34 -0400 |
Ryan C. Gordon |
Updated INSTALL.txt to more closely reflect reality.
|
changeset |
files
|
Wed, 12 Jul 2017 00:16:57 -0400 |
Ryan C. Gordon |
Removed BeOS support (Haiku still supported, though!).
|
changeset |
files
|
Tue, 11 Jul 2017 23:52:13 -0400 |
Ryan C. Gordon |
Removed __PHYSFS_platformSetDefaultAllocator(); nothing uses it now.
|
changeset |
files
|
Tue, 11 Jul 2017 23:47:48 -0400 |
Ryan C. Gordon |
mac: Removed Carbon header include and custom allocator (just use malloc).
|
changeset |
files
|
Tue, 11 Jul 2017 23:32:46 -0400 |
Ryan C. Gordon |
Simplify CMakeLists.txt, etc.
|
changeset |
files
|
Tue, 11 Jul 2017 23:25:20 -0400 |
Ryan C. Gordon |
vdf: make private functions static.
|
changeset |
files
|
Tue, 11 Jul 2017 00:40:51 -0400 |
Ryan C. Gordon |
The archiver options in the CMake file should disable, not enable.
|
changeset |
files
|
Tue, 11 Jul 2017 00:39:18 -0400 |
Ryan C. Gordon |
macOS only needs to link against CoreFoundation, not Carbon.
|
changeset |
files
|
Mon, 10 Jul 2017 23:32:54 -0400 |
Ryan C. Gordon |
Don't rename the static library on Windows.
|
changeset |
files
|
Mon, 10 Jul 2017 22:56:49 -0400 |
Ryan C. Gordon |
Added some option information to the CMake output.
|
changeset |
files
|
Mon, 10 Jul 2017 17:50:27 -0400 |
Ryan C. Gordon |
Fixed building on MingW.
|
changeset |
files
|
Sun, 09 Jul 2017 20:50:48 -0400 |
Ryan C. Gordon |
Patched to compile on BeOS/Haiku.
|
changeset |
files
|
Sun, 09 Jul 2017 20:46:31 -0400 |
Ryan C. Gordon |
Checking if this #pragma pack works better on gcc 2.95.
|
changeset |
files
|
Sun, 09 Jul 2017 20:45:34 -0400 |
Ryan C. Gordon |
Fixed some DOS newlines.
|
changeset |
files
|
Sun, 09 Jul 2017 18:21:54 -0400 |
Ryan C. Gordon |
Maybe fix compiler warnings on Cygwin.
|
changeset |
files
|
Sun, 09 Jul 2017 18:17:33 -0400 |
Ryan C. Gordon |
Patched to compile on Visual Studio.
|
changeset |
files
|
Sun, 09 Jul 2017 17:46:53 -0400 |
Ryan C. Gordon |
Workaround snprintf() deficiencies on Visual Studio.
|
changeset |
files
|
Sun, 09 Jul 2017 17:31:27 -0400 |
Ryan C. Gordon |
Fixed compiler warnings on FreeBSD.
|
changeset |
files
|
Sun, 09 Jul 2017 17:28:33 -0400 |
Ryan C. Gordon |
Don't try to build CD-ROM support on Emscripten.
|
changeset |
files
|
Sun, 09 Jul 2017 17:09:40 -0400 |
Ryan C. Gordon |
Fix some buildbot warnings about jobserver mode if $MAKE had a -j2, etc.
|
changeset |
files
|
Sun, 09 Jul 2017 17:06:37 -0400 |
Ryan C. Gordon |
Replaced sprintf() calls with snprintf().
|
changeset |
files
|
Sun, 09 Jul 2017 17:02:13 -0400 |
Ryan C. Gordon |
Pacify compiler warning.
|
changeset |
files
|
Sun, 09 Jul 2017 16:57:56 -0400 |
Ryan C. Gordon |
Updated TODO: zip64 support has been in for awhile now.
|
changeset |
files
|
Sun, 09 Jul 2017 15:03:12 -0400 |
Ryan C. Gordon |
Patched to compile on Windows.
|
changeset |
files
|
Sun, 09 Jul 2017 15:01:17 -0400 |
Ryan C. Gordon |
windows: (re)added support for symbolic links.
|
changeset |
files
|
Sat, 08 Jul 2017 22:20:43 -0400 |
Ryan C. Gordon |
Added buildbot-raspberrypi.sh and fixed some other buildbot script things.
|
changeset |
files
|
Sat, 08 Jul 2017 20:52:12 -0400 |
Ryan C. Gordon |
Added buildbot-emscripten.sh, fixed up some minor things in buildbot-os2.sh.
|
changeset |
files
|
Sat, 08 Jul 2017 20:20:03 -0400 |
Ryan C. Gordon |
buildbot-os2: zip to subdir to avoid tarbombing.
|
changeset |
files
|
Sat, 08 Jul 2017 20:09:34 -0400 |
Ryan C. Gordon |
buildbot-os2.sh: still trying to get this path right...
|
changeset |
files
|
Sat, 08 Jul 2017 20:02:54 -0400 |
Ryan C. Gordon |
buildbot-os2.sh: fixed some paths.
|
changeset |
files
|
Sat, 08 Jul 2017 19:56:05 -0400 |
Ryan C. Gordon |
buildbot-os2.sh: Zip to a specific filename.
|
changeset |
files
|
Sat, 08 Jul 2017 19:45:35 -0400 |
Ryan C. Gordon |
buildbot-os2.sh: build with full optimizations, zip up final library.
|
changeset |
files
|
Sat, 08 Jul 2017 19:25:59 -0400 |
Ryan C. Gordon |
buildbot-os2.sh: actually report an error code.
|
changeset |
files
|
Sat, 08 Jul 2017 19:16:47 -0400 |
Ryan C. Gordon |
Added script to run Clang static analysis.
|
changeset |
files
|
Sat, 08 Jul 2017 18:26:04 -0400 |
Ryan C. Gordon |
Added a quick script to cross-compile to OS/2 from Linux with OpenWatcom.
|
changeset |
files
|
Sat, 08 Jul 2017 18:25:20 -0400 |
Ryan C. Gordon |
Turn on all the archivers by default.
|
changeset |
files
|
Fri, 07 Jul 2017 14:04:58 -0400 |
Ryan C. Gordon |
Added Francesco Bertolaccini to the credits.
|
changeset |
files
|
Fri, 07 Jul 2017 13:57:21 -0400 |
Ryan C. Gordon |
Updated TODO.
|
changeset |
files
|
Fri, 07 Jul 2017 13:55:52 -0400 |
Ryan C. Gordon |
OS/2: actually working again, now.
|
changeset |
files
|
Fri, 07 Jul 2017 13:06:44 -0400 |
Ryan C. Gordon |
OS/2: more work on getting this to compile.
|
changeset |
files
|
Fri, 07 Jul 2017 09:21:06 -0400 |
Ryan C. Gordon |
Patched to compile with C89 compilers.
|
changeset |
files
|
Thu, 06 Jul 2017 21:34:24 -0400 |
Ryan C. Gordon |
OS/2: implemented Unicode support, modernized platform_os2.c's code.
|
changeset |
files
|
Thu, 06 Jul 2017 11:51:41 -0400 |
Ryan C. Gordon |
Cleanup BAIL_* and GOTO_* macros to be less cluttered.
|
changeset |
files
|
Thu, 06 Jul 2017 00:47:36 -0400 |
Ryan C. Gordon |
OS/2: base dir needs to end with a path separator.
|
changeset |
files
|
Thu, 06 Jul 2017 00:04:10 -0400 |
Ryan C. Gordon |
Fix some endlines.
|
changeset |
files
|
Thu, 06 Jul 2017 00:03:49 -0400 |
Ryan C. Gordon |
OS/2: fix up the base/user/pref dir code.
|
changeset |
files
|
Wed, 05 Jul 2017 23:49:10 -0400 |
Ryan C. Gordon |
Patched to compile with OpenWatcom.
|
changeset |
files
|
Wed, 05 Jul 2017 23:48:21 -0400 |
Ryan C. Gordon |
Patched platform_os2.c to compile.
|
changeset |
files
|
Wed, 05 Jul 2017 21:30:39 -0400 |
Ryan C. Gordon |
Watcom C should include malloc.h to make the alloca macro available.
|
changeset |
files
|
Wed, 05 Jul 2017 21:29:37 -0400 |
Ryan C. Gordon |
os2: added OS/2 support back in.
|
changeset |
files
|
Mon, 03 Jul 2017 14:47:25 -0400 |
Francesco Bertolaccini |
vdf: Remove unused chunks of code, fix endianness.
|
changeset |
files
|
Mon, 03 Jul 2017 14:41:08 -0400 |
Francesco Bertolaccini |
Remove unused variable.
|
changeset |
files
|