
Log of /trunk/uia/vx32/util
Directory Listing
Revision
2018 -
Directory Listing
Modified
Mon Apr 16 22:10:59 2007 UTC (2 years, 7 months ago) by
ctl
Moving and removing 'const' in places where it causes type conversion errors for GCC+Pyrex.
This way is consistent with the execv() calling convention.
Revision
2016 -
Directory Listing
Modified
Fri Apr 13 00:05:32 2007 UTC (2 years, 7 months ago) by
ctl
Change several types and signatures to work around 32-versus-64-bit off_t problem
under linux.
Make a typedef for vx_readcb, shared by vx32_load and vxproc_load.
Fix a couple of compiler warnings about function declarations.
Reorganize headers so that all of these work.
Note that things now must include vx/config.h before anything else.
Revision
2014 -
Directory Listing
Modified
Wed Apr 11 21:47:59 2007 UTC (2 years, 7 months ago) by
baford
Make subversion ignore more auto-generated files
Revision
2009 -
Directory Listing
Modified
Thu Apr 5 17:19:47 2007 UTC (2 years, 7 months ago) by
baford
Copy old working vx32 version from vxa-060115 tag.
Revision
1971 -
Directory Listing
Modified
Tue Dec 20 22:59:37 2005 UTC (3 years, 11 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/util
Got benchmark stuff integrated and compiling but not working yet;
need to add command-line argument passing support...
Revision
1922 -
Directory Listing
Modified
Thu Sep 29 19:16:15 2005 UTC (4 years, 1 month ago) by
baford
Original Path:
trunk/vxa/trunk/vm/util
Use only the fs register and avoid messing with the gs register at all,
in order to work around interference with Linux's TLS mechanism.
Revision
1910 -
Directory Listing
Added
Mon Jul 4 11:37:14 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/util
got FLAC-to-WAV decoder complete and compiling,
not yet working because gcc still produces x87 instructions...