Wed, 17 Mar 2010 15:35:29 -0400 |
Ryan C. Gordon |
Make ISO9660 archiver optional.
|
changeset |
files
|
Wed, 17 Mar 2010 15:34:30 -0400 |
Ryan C. Gordon |
Corrected file extension for ISO9660 archiver.
|
changeset |
files
|
Wed, 17 Mar 2010 14:50:54 -0400 |
Ryan C. Gordon |
ISO9660 archiver, compliments of Christoph Nelles.
|
changeset |
files
|
Wed, 17 Mar 2010 14:27:26 -0400 |
Ryan C. Gordon |
Added crc32 command to test_physfs.c (thanks, Christoph!).
|
changeset |
files
|
Mon, 15 Mar 2010 09:46:33 -0400 |
Ryan C. Gordon |
Fix for the Hurd, from the debian project.
|
changeset |
files
|
Mon, 15 Mar 2010 09:44:34 -0400 |
Ryan C. Gordon |
Fix for the Hurd, from the debian project.
stable-2.0
|
changeset |
files
|
Mon, 01 Mar 2010 09:07:36 -0800 |
Ryan C. Gordon |
Apparently that fix was from relnev, not theoddone33. Corrected credits.
|
changeset |
files
|
Mon, 01 Mar 2010 08:49:04 -0800 |
Ryan C. Gordon |
Added a FIXME.
|
changeset |
files
|
Sun, 28 Feb 2010 17:24:03 -0500 |
Ryan C. Gordon |
Added an .hgignore to the stable-1.0 branch.
stable-1.0
|
changeset |
files
|
Sun, 28 Feb 2010 17:22:43 -0500 |
Ryan C. Gordon |
Added an .hgignore file to stable-2.0 branch.
stable-2.0
|
changeset |
files
|
Tue, 23 Feb 2010 21:58:49 -0500 |
Ryan C. Gordon |
Fixed logic bug (thanks, Dan!).
|
changeset |
files
|
Thu, 18 Feb 2010 09:34:08 -0500 |
Ryan C. Gordon |
Patched to compile (thanks, Christoph!).
|
changeset |
files
|
Mon, 15 Feb 2010 14:02:36 -0500 |
Ryan C. Gordon |
THIS is Christoph's PHYSFS_stat() work.
|
changeset |
files
|
Mon, 15 Feb 2010 09:19:38 -0500 |
Ryan C. Gordon |
Backed out changeset f87b0b7cca8e ... This wasn't Christoph's patch. Sorry!
|
changeset |
files
|
Sun, 14 Feb 2010 23:07:19 -0500 |
Ryan C. Gordon |
Added first work on PHYSFS_stat() API (thanks, Christoph!).
|
changeset |
files
|
Thu, 04 Feb 2010 04:46:14 -0500 |
Ryan C. Gordon |
Added SWIG-based Ruby bindings.
|
changeset |
files
|
Wed, 03 Feb 2010 23:19:23 -0500 |
Ryan C. Gordon |
Added Patrice to the credits.
stable-2.0
|
changeset |
files
|
Wed, 03 Feb 2010 23:19:23 -0500 |
Ryan C. Gordon |
Added Patrice to the credits.
|
changeset |
files
|
Wed, 03 Feb 2010 23:14:11 -0500 |
Ryan C. Gordon |
Catch case where we use the Unix code on a non-Unix system that lacks pthreads.
stable-2.0
|
changeset |
files
|
Wed, 03 Feb 2010 23:14:11 -0500 |
Ryan C. Gordon |
Catch case where we use the Unix code on a non-Unix system that lacks pthreads.
|
changeset |
files
|
Wed, 03 Feb 2010 22:50:07 -0500 |
Ryan C. Gordon |
Some targets need string.h here.
stable-2.0
|
changeset |
files
|
Wed, 03 Feb 2010 22:50:07 -0500 |
Ryan C. Gordon |
Some targets need string.h here.
|
changeset |
files
|
Tue, 02 Feb 2010 23:55:12 -0500 |
Ryan C. Gordon |
Install test_physfs.pl with the rest of the project.
|
changeset |
files
|
Tue, 02 Feb 2010 23:40:17 -0500 |
Ryan C. Gordon |
Merged 1042:dc9291957a5a from default branch: make dist fix.
stable-2.0
|
changeset |
files
|
Tue, 02 Feb 2010 23:33:57 -0500 |
Ryan C. Gordon |
Fixed "make dist" target.
|
changeset |
files
|
Tue, 02 Feb 2010 23:22:49 -0500 |
Ryan C. Gordon |
Added uninstall target for Unix platforms.
|
changeset |
files
|
Tue, 02 Feb 2010 23:04:28 -0500 |
Ryan C. Gordon |
Prevent bogus addition of -rpath to libraries.
|
changeset |
files
|
Tue, 02 Feb 2010 23:04:13 -0500 |
Ryan C. Gordon |
Not sure if this is still needed (it's definitely unneeded in CMake 2.8).
|
changeset |
files
|
Tue, 02 Feb 2010 22:49:48 -0500 |
Ryan C. Gordon |
Fixed filename collision when linking the library and script bindings.
|
changeset |
files
|
Mon, 01 Feb 2010 23:15:36 -0500 |
Ryan C. Gordon |
More perl bindings wanking.
|
changeset |
files
|
Mon, 01 Feb 2010 23:04:25 -0500 |
Ryan C. Gordon |
Added simple test for perl bindings.
|
changeset |
files
|
Mon, 01 Feb 2010 22:04:36 -0500 |
Ryan C. Gordon |
More work on Perl bindings linking.
|
changeset |
files
|
Mon, 01 Feb 2010 21:33:20 -0500 |
Ryan C. Gordon |
I think this gets the right Perl include path value.
|
changeset |
files
|
Mon, 01 Feb 2010 21:32:38 -0500 |
Ryan C. Gordon |
Use FIND_PROGRAM(perl) instead of FindPerl.
|
changeset |
files
|
Mon, 01 Feb 2010 04:22:05 -0500 |
Ryan C. Gordon |
Initial work on Ruby bindings, barely started.
|
changeset |
files
|
Mon, 01 Feb 2010 03:29:56 -0500 |
Ryan C. Gordon |
Tightened the SWIG warning filter.
|
changeset |
files
|
Mon, 01 Feb 2010 03:17:14 -0500 |
Ryan C. Gordon |
Hooked up Perl bindings, via SWIG.
|
changeset |
files
|
Mon, 01 Feb 2010 03:02:18 -0500 |
Ryan C. Gordon |
Fixed compiler warning on newer Linux systems.
stable-1.0
|
changeset |
files
|
Mon, 01 Feb 2010 03:02:18 -0500 |
Ryan C. Gordon |
Fixed compiler warning on newer Linux systems.
stable-2.0
|
changeset |
files
|
Mon, 01 Feb 2010 03:02:18 -0500 |
Ryan C. Gordon |
Fixed compiler warning on newer Linux systems.
|
changeset |
files
|
Fri, 29 Jan 2010 04:17:44 -0500 |
Ryan C. Gordon |
Initial SWIG work.
|
changeset |
files
|
Fri, 29 Jan 2010 03:18:03 -0500 |
Ryan C. Gordon |
Added some (disabled!) calling conventions stuff.
|
changeset |
files
|
Fri, 29 Jan 2010 03:09:16 -0500 |
Ryan C. Gordon |
Renamed __EXPORT__ to PHYSFS_DECL.
|
changeset |
files
|
Thu, 28 Jan 2010 02:45:58 -0500 |
Ryan C. Gordon |
Merged 1018:23aee7da04e0 from default branch: C++-style comment fixes.
stable-1.0
|
changeset |
files
|
Thu, 28 Jan 2010 02:45:10 -0500 |
Ryan C. Gordon |
Merged 1018:23aee7da04e0 from default branch: fixed C++-style comments.
stable-2.0
|
changeset |
files
|
Thu, 28 Jan 2010 02:38:57 -0500 |
Ryan C. Gordon |
Fixed some wrong parentheses in the OS/2 code.
stable-1.0
|
changeset |
files
|
Thu, 28 Jan 2010 02:38:57 -0500 |
Ryan C. Gordon |
Fixed some wrong parentheses in the OS/2 code.
stable-2.0
|
changeset |
files
|
Thu, 28 Jan 2010 02:36:18 -0500 |
Ryan C. Gordon |
Removed makedist.sh from the stable-2.0 branch ("hg archive" is the new thing.)
stable-2.0
|
changeset |
files
|
Thu, 28 Jan 2010 02:35:32 -0500 |
Ryan C. Gordon |
Fixed some C++-style one-line comments in C code.
|
changeset |
files
|
Thu, 28 Jan 2010 02:31:58 -0500 |
Ryan C. Gordon |
Removed makedist.sh ... not needed with Mercurial's "hg archive"
|
changeset |
files
|
Thu, 28 Jan 2010 02:27:45 -0500 |
Ryan C. Gordon |
Cleaned up returns that look like function calls for my updated coding style.
|
changeset |
files
|
Mon, 16 Nov 2009 12:26:28 -0500 |
Ryan C. Gordon |
Corrected physfs.h installation for new directory layout (thanks, Patrice!).
|
changeset |
files
|
Wed, 30 Sep 2009 01:47:49 -0400 |
Ryan C. Gordon |
Merged 998:974b90b56c43 from default branch: latin1-to-UTF8 fix.
stable-2.0
|
changeset |
files
|
Sun, 06 Sep 2009 01:06:14 -0400 |
Ryan C. Gordon |
Fixed building of stable-2.0 branch with Mac OS X 10.6 SDK.
stable-2.0
|
changeset |
files
|
Sun, 06 Sep 2009 01:05:27 -0400 |
Ryan C. Gordon |
Attempt to clean up the thread ID mess in platform_unix ...
|
changeset |
files
|
Sun, 06 Sep 2009 01:04:17 -0400 |
Ryan C. Gordon |
Fixed building with Mac OS X 10.6 SDK.
|
changeset |
files
|
Sun, 12 Jul 2009 16:46:06 -0400 |
Ryan C. Gordon |
Don't use -fvisibility=hidden on several platforms.
stable-2.0
|
changeset |
files
|
Sun, 12 Jul 2009 16:43:59 -0400 |
Ryan C. Gordon |
Don't use -fvisibility=hidden on Windows, since MinGW doesn't support it. :(
|
changeset |
files
|
Wed, 08 Jul 2009 18:48:30 -0400 |
Ryan C. Gordon |
Merged changeset 1006:139e2ab9e303 from default branch: CREDITS.txt update.
stable-2.0
|
changeset |
files
|
Wed, 08 Jul 2009 18:47:54 -0400 |
Ryan C. Gordon |
Merged changeset 1005:cafe3867784c from default branch: cross-compile fixes.
stable-2.0
|
changeset |
files
|