Subversion Repositories shark

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1572 6626d 01h mauro /demos/trunk/input/ New version without Semaphores and Hartport and with set_keyevt.  
/demos/trunk/input/initkey.c
/demos/trunk/input/key.c
1571 6626d 06h mauro /demos/trunk/ Fiexed error for newtracer compilation.  
/demos/trunk/makefile
1570 6627d 00h tullio /demos/trunk/ Filtered out the demos which do not compile properly.  
/demos/trunk/makefile
1569 6627d 04h tullio /demos/trunk/ Corrected the initfile to update the IntDrive initialization.
Also updated correctly manage the level register module.
 
/demos/trunk/advtimer/initfile.c
/demos/trunk/astro/initfile.c
/demos/trunk/base/initfile.c
/demos/trunk/bca/initfile.c
/demos/trunk/bttvdemo/initfile.c
/demos/trunk/cpufreq/initfile.c
/demos/trunk/first/initfile.c
/demos/trunk/input/initcur.c
/demos/trunk/input/initfile.c
/demos/trunk/input/initjoy.c
/demos/trunk/input/initkey.c
/demos/trunk/input/initspk.c
/demos/trunk/jumpball/ecp.c
/demos/trunk/jumpball/ern.c
/demos/trunk/jumpball/rrn.c
/demos/trunk/jumpball/rrp.c
/demos/trunk/loader/shark/initfile.c
/demos/trunk/mesademo/initfile.c
/demos/trunk/mesatex/initfile.c
/demos/trunk/mix/initfile.c
/demos/trunk/network/initfile.c
/demos/trunk/newtrace/initfile/initfile.c
/demos/trunk/newtrace/instr/initfile.c
/demos/trunk/newtrace/nosave/initfile.c
/demos/trunk/newtrace/udp/initfile.c
/demos/trunk/orbit/initfile.c
/demos/trunk/pci6025e/initfile.c
/demos/trunk/pngdemo/initfile.c
/demos/trunk/servo/initfile.c
/demos/trunk/sharkDecoderWithFSF/initfile.c
/demos/trunk/shutdown/ishut.c
/demos/trunk/tftptest/initfile.c
1568 6627d 05h tullio /demos/trunk/newtrace/ Commented the udp demo (with the option for saving on file).

Corrected all the initfiles to update the IntDrive initialization.
Corrected all the initfiles to correctly manage the level register module.

Slightly changed the list.c utility to list the tracing content.
 
/demos/trunk/newtrace/initfile/initfile.c
/demos/trunk/newtrace/instr/initfile.c
/demos/trunk/newtrace/nosave/makefile
/demos/trunk/newtrace/readme
/demos/trunk/newtrace/udp/initfile.c
/demos/trunk/newtrace/udp/udptrace.c
/demos/trunk/newtrace/utils/list.c
1567 6930d 01h mauro /demos/trunk/ New intdrive implementation  
/demos/trunk/advtimer/initfile.c
/demos/trunk/astro/asteroid.h
/demos/trunk/astro/astro.c
/demos/trunk/astro/initfile.c
/demos/trunk/astro/rock.c
/demos/trunk/base/iaster4.c
/demos/trunk/base/iaster6.c
/demos/trunk/base/iaster7.c
/demos/trunk/base/iaster8.c
/demos/trunk/base/imdemo.c
/demos/trunk/base/initfile.c
/demos/trunk/base/initgraph.c
/demos/trunk/base/ipcidemo.c
/demos/trunk/bca/initfile.c
/demos/trunk/bttvdemo/initfile.c
/demos/trunk/cpufreq/initfile.c
/demos/trunk/first/initfile.c
/demos/trunk/jumpball/ball.c
/demos/trunk/jumpball/ecp.c
/demos/trunk/jumpball/ern.c
/demos/trunk/jumpball/rrn.c
/demos/trunk/jumpball/rrp.c
/demos/trunk/loader/shark/initfile.c
/demos/trunk/mesademo/initfile.c
/demos/trunk/mesatex/initfile.c
/demos/trunk/mix/initfile.c
/demos/trunk/network/initfile.c
/demos/trunk/newtrace/initfile/initfile.c
/demos/trunk/newtrace/instr/initfile.c
/demos/trunk/newtrace/udp/initfile.c
/demos/trunk/orbit/initfile.c
/demos/trunk/pci6025e/initfile.c
/demos/trunk/pci6025e/test_ec.c
/demos/trunk/servo/initfile.c
/demos/trunk/sharkDecoderWithFSF/initfile.c
/demos/trunk/shutdown/ishut.c
/demos/trunk/tftptest/initfile.c
1566 6955d 11h trimarchi /demos/trunk/sharkDecoderWithFSF/ Modification of example width keyboard  
/demos/trunk/sharkDecoderWithFSF/decoder.c
/demos/trunk/sharkDecoderWithFSF/gvideo.c
/demos/trunk/sharkDecoderWithFSF/initfile.c
1565 6964d 11h trimarchi /demos/trunk/sharkDecoderWithFSF/ change in demo  
/demos/trunk/sharkDecoderWithFSF/decoder.c
/demos/trunk/sharkDecoderWithFSF/gvideo.c
1564 6964d 12h trimarchi /demos/trunk/sharkDecoderWithFSF/ remove old stuff  
/demos/trunk/sharkDecoderWithFSF/test.c
1563 6964d 12h trimarchi /demos/trunk/sharkDecoderWithFSF/ change in file  
/demos/trunk/sharkDecoderWithFSF/decoder.c
/demos/trunk/sharkDecoderWithFSF/getbits.c
/demos/trunk/sharkDecoderWithFSF/gethdr.c
/demos/trunk/sharkDecoderWithFSF/global.h
/demos/trunk/sharkDecoderWithFSF/gvideo.c
/demos/trunk/sharkDecoderWithFSF/initfile.c
/demos/trunk/sharkDecoderWithFSF/mpeg2dec.c
/demos/trunk/sharkDecoderWithFSF/systems.c
1562 6965d 08h trimarchi /demos/trunk/sharkDecoderWithFSF/ add decoder width fsf  
/demos/trunk/sharkDecoderWithFSF
/demos/trunk/sharkDecoderWithFSF/config.h
/demos/trunk/sharkDecoderWithFSF/const.h
/demos/trunk/sharkDecoderWithFSF/decoder.c
/demos/trunk/sharkDecoderWithFSF/getbits.c
/demos/trunk/sharkDecoderWithFSF/getblk.c
/demos/trunk/sharkDecoderWithFSF/gethdr.c
/demos/trunk/sharkDecoderWithFSF/getpic.c
/demos/trunk/sharkDecoderWithFSF/getvlc.c
/demos/trunk/sharkDecoderWithFSF/getvlc.h
/demos/trunk/sharkDecoderWithFSF/global.h
/demos/trunk/sharkDecoderWithFSF/gvideo.c
/demos/trunk/sharkDecoderWithFSF/idct.c
/demos/trunk/sharkDecoderWithFSF/idctref.c
/demos/trunk/sharkDecoderWithFSF/initfile.c
/demos/trunk/sharkDecoderWithFSF/makefile
/demos/trunk/sharkDecoderWithFSF/motion.c
/demos/trunk/sharkDecoderWithFSF/mpeg2dec.c
/demos/trunk/sharkDecoderWithFSF/mpeg2dec.h
/demos/trunk/sharkDecoderWithFSF/readme
/demos/trunk/sharkDecoderWithFSF/recon.c
/demos/trunk/sharkDecoderWithFSF/spatscal.c
/demos/trunk/sharkDecoderWithFSF/store.c
/demos/trunk/sharkDecoderWithFSF/subspic.c
/demos/trunk/sharkDecoderWithFSF/systems.c
/demos/trunk/sharkDecoderWithFSF/test.c
/demos/trunk/sharkDecoderWithFSF/verify.c
1561 6989d 05h trimarchi /demos/trunk/loader/loadfile/ new sample file  
/demos/trunk/loader/loadfile/loadr.fsf
1560 6989d 06h trimarchi /demos/trunk/newtrace/ change in event catch  
/demos/trunk/newtrace/udp/initfile.c
/demos/trunk/newtrace/utils/extract.c
/demos/trunk/newtrace/utils/pwcet_gen.c
1559 6989d 06h trimarchi /demos/trunk/loader/ change in tracer inizialization  
/demos/trunk/loader/common/nload.c
/demos/trunk/loader/shark/fsfinit.c
/demos/trunk/loader/shark/shark.c
1558 6991d 00h trimarchi /demos/trunk/newtrace/utils/ Add server data to statistics  
/demos/trunk/newtrace/utils/extract.c
/demos/trunk/newtrace/utils/pwcet_gen.c
1557 7003d 01h /demos/tags/rel_1_5_beta1/ This commit was manufactured by cvs2svn to create tag
'rel_1_5_beta1'.
 
/demos/tags/rel_1_5_beta1
1556 7003d 01h trimarchi /demos/trunk/first/ change in test  
/demos/trunk/first/makefile
/demos/trunk/first/test.c
1555 7003d 01h trimarchi /demos/trunk/first/ Change for new api and new include  
/demos/trunk/first/initfile.c
/demos/trunk/first/mpeg2/mpeg2dec.c
/demos/trunk/first/test1.c
/demos/trunk/first/test2.c
1554 7003d 01h trimarchi /demos/trunk/loader/shark/ Add new include path  
/demos/trunk/loader/shark/initfile.c
1553 7003d 03h trimarchi /demos/trunk/loader/shark/ change in fsf  
/demos/trunk/loader/shark/fsfinit.c
/demos/trunk/loader/shark/shark.c

Show All