Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-07-28Add logging to orc_parseDavid Schleef
2010-07-11Add cache informationDavid Schleef
2010-06-27tools: add orc-bugreportDavid Schleef
2010-06-27orcc: Add --quiet and --benchmark parameters to generated test programsSebastian Dröge
2010-06-27orcc: Improve test program generationSebastian Dröge
2010-06-15orcc: make the test program quieterDavid Schleef
2010-06-14orcc: Add --compatDavid Schleef
2010-06-14Add float parametersDavid Schleef
2010-06-14orcc: make test program quieterDavid Schleef
2010-06-10orcc: put typedefs before prototypesDavid Schleef
2010-06-10more conversion to orc int typesDavid Schleef
2010-06-10orcc: remove unused declarationDavid Schleef
2010-06-10convert from stdint types to orc typesDavid Schleef
2010-06-10don't use c99 types in generated codeDavid Schleef
2010-06-02orcc: Fix warnings in generated codeDavid Schleef
2010-05-27orcc: Add prototypes to c codeDavid Schleef
2010-03-19tools: Check target nameDavid Schleef
2010-01-08orcc: call function directly instead of orc_executor_runDavid Schleef
2009-12-12orcc: fix missing const in src paramsDavid Schleef
2009-11-19orcc: Add --target flagDavid Schleef
2009-11-18Add c64x-c targetDavid Schleef
2009-10-19orcc: exit with error code on errorDavid Schleef
2009-10-19orcc: implement --assembly for asm outputDavid Schleef
2009-10-15Add C rules for float opcodesDavid Schleef
2009-10-01orcc: Fix output for 2dDavid Schleef
2009-09-20orcc: Add custom header barrierDavid Schleef
2009-09-20orcc: fix warning in generated codeDavid Schleef
2009-09-20orcc: Add --include optionDavid Schleef
2009-09-19orcc: Add handling of command line optionsDavid Schleef
2009-08-01c: create code for bypassing OrcExecutor structureDavid Schleef
2009-07-29orcc: Add code to use backup function if no Orc libDavid Schleef
2009-07-29orcc: code cleanupDavid Schleef
2009-07-27more 2d hackingDavid Schleef
2009-07-26more support for 2dDavid Schleef
2009-07-16once: Add orc once mutex and use it in orccDavid Schleef
2009-07-14orcc: Fix backup code generationDavid Schleef
2009-07-14orcc: Check backup function in test codeDavid Schleef
2009-06-30orcc: disable abort(), since there are backup functionsDavid Schleef
2009-06-29orcc: output defines for generated codeDavid Schleef
2009-06-29orcc: create backup functionsDavid Schleef
2009-06-28orcc: handle constantsDavid Schleef
2009-06-28orcc: Add code for gthread mutexesDavid Schleef
2009-06-25orcc: use a separate var to indicate compile statusDavid Schleef
2009-06-25Add sizes to params in test codeDavid Schleef
2009-06-25orcc: Add test output, type namesDavid Schleef
2009-06-06orcc: hackingDavid Schleef
2009-06-010.3->0.4 fixes, update READMEorc-0.4.0David Schleef
2009-05-24tests: rearrange tests, propogate compile errorsDavid Schleef
2009-04-07Check opcode and instruction argument sizes for agreementDavid Schleef
2009-04-01use dest as srcDavid Schleef