Ryan C. Gordon
|
392193ea0c
Hooked up Perl bindings, via SWIG.
|
16 years ago |
Ryan C. Gordon
|
5720b168ca
Fixed compiler warning on newer Linux systems.
|
16 years ago |
Ryan C. Gordon
|
a09a54d0f2
Initial SWIG work.
|
16 years ago |
Ryan C. Gordon
|
aa7126619e
Added some (disabled!) calling conventions stuff.
|
16 years ago |
Ryan C. Gordon
|
5629f8b8bc
Renamed __EXPORT__ to PHYSFS_DECL.
|
16 years ago |
Ryan C. Gordon
|
c2c1ba9cc5
Fixed some C++-style one-line comments in C code.
|
16 years ago |
Ryan C. Gordon
|
4cbe694020
Removed makedist.sh ... not needed with Mercurial's "hg archive"
|
16 years ago |
Ryan C. Gordon
|
595ac1da39
Cleaned up returns that look like function calls for my updated coding style.
|
16 years ago |
Ryan C. Gordon
|
17b2640d71
Corrected physfs.h installation for new directory layout (thanks, Patrice!).
|
16 years ago |
Ryan C. Gordon
|
cef8847a06
Attempt to clean up the thread ID mess in platform_unix ...
|
16 years ago |
Ryan C. Gordon
|
5a26df8383
Fixed building with Mac OS X 10.6 SDK.
|
16 years ago |
Ryan C. Gordon
|
88729ebff2
Don't use -fvisibility=hidden on Windows, since MinGW doesn't support it. :(
|
16 years ago |
Ryan C. Gordon
|
a69f97bb26
Added some people to the credits.
|
16 years ago |
Ryan C. Gordon
|
71e0e6883d
Fixed CMakeLists.txt to properly handle cross-compiling (thanks, Marc!).
|
16 years ago |
Ryan C. Gordon
|
44f6c8306d
Try /proc/$PID/exe if /proc/self/exe doesn't work out.
|
16 years ago |
Ryan C. Gordon
|
43207273dd
Try to shrink returned buffer's allocation.
|
16 years ago |
Ryan C. Gordon
|
ff80fc8003
Fixed wrong readlink() usage (lstat() doesn't report dest link size!).
|
16 years ago |
Ryan C. Gordon
|
71fc15fd19
Temporary fix for (re)opening files in lzma archives (thanks, Sam!)
|
16 years ago |
Ryan C. Gordon
|
5323b6a532
Fixed latin1 to UTF-8 conversion (sign conversion was broken).
|
17 years ago |
Ryan C. Gordon
|
04b6388b68
Merged 0410dc655d45 from the 2.0-stable branch: strict-aliasing fix.
|
17 years ago |
Ryan C. Gordon
|
d7945d5955
Fixed strict-aliasing issue that gcc 4.4 complains about.
|
17 years ago |
Ryan C. Gordon
|
94d1b71e49
I think sys/mount.h is only needed in the ucred.h path.
|
17 years ago |
Ryan C. Gordon
|
cedcd95541
Corrected __EXPORT__ test for Solaris.
|
17 years ago |
Ryan C. Gordon
|
652f0ec03c
Fixed a problem in some CMake versions.
|
17 years ago |
Ryan C. Gordon
|
d26781a809
Fixed SET_SOURCE_FILES_PROPERTIES in CMakefile for wxWidgets test app.
|
17 years ago |
Ryan C. Gordon
|
57d908dca0
Added the Sun Studio equivalent of -fvisibility=hidden
|
17 years ago |
Ryan C. Gordon
|
0bc32891ba
Added sys/mnttab.h CD-ROM detection. Fixes missing CD-ROM support on Solaris.
|
17 years ago |
Ryan C. Gordon
|
3b91814f20
Ignore empty files (like #ifdef'd out platform code) on Sun Studio compiler.
|
17 years ago |
Ryan C. Gordon
|
05e3864db8
Updated test_physfs.c's version to match everything else.
|
17 years ago |
Ryan C. Gordon
|
d8d296e8c6
Merge all the Unix __PHYSFS_platformDetectAvailableCDs() funcs into one.
|
17 years ago |