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 6621d 07h 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 6621d 12h mauro /demos/trunk/ Fiexed error for newtracer compilation.  
/demos/trunk/makefile
1570 6622d 06h tullio /demos/trunk/ Filtered out the demos which do not compile properly.  
/demos/trunk/makefile
1569 6622d 10h 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 6622d 12h 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 6925d 07h 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 6950d 17h 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 6959d 17h trimarchi /demos/trunk/sharkDecoderWithFSF/ change in demo  
/demos/trunk/sharkDecoderWithFSF/decoder.c
/demos/trunk/sharkDecoderWithFSF/gvideo.c
1564 6959d 18h trimarchi /demos/trunk/sharkDecoderWithFSF/ remove old stuff  
/demos/trunk/sharkDecoderWithFSF/test.c
1563 6959d 18h 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 6960d 15h 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 6984d 12h trimarchi /demos/trunk/loader/loadfile/ new sample file  
/demos/trunk/loader/loadfile/loadr.fsf
1560 6984d 13h 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 6984d 13h 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 6986d 07h trimarchi /demos/trunk/newtrace/utils/ Add server data to statistics  
/demos/trunk/newtrace/utils/extract.c
/demos/trunk/newtrace/utils/pwcet_gen.c
1557 6998d 07h /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 6998d 07h trimarchi /demos/trunk/first/ change in test  
/demos/trunk/first/makefile
/demos/trunk/first/test.c
1555 6998d 07h 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 6998d 08h trimarchi /demos/trunk/loader/shark/ Add new include path  
/demos/trunk/loader/shark/initfile.c
1553 6998d 09h trimarchi /demos/trunk/loader/shark/ change in fsf  
/demos/trunk/loader/shark/fsfinit.c
/demos/trunk/loader/shark/shark.c

Show All