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
AgeCommit message (Expand)Author
2020-07-21meson: use / instead of join_paths() for readabilityTim-Philipp Müller
2020-07-21meson: hook up benchmark as benchmarkTim-Philipp Müller
2020-07-21benchmorc: fix file path to test orc file on windowsTim-Philipp Müller
2020-07-01orc: Fix some warnings on MSVC and enable --werrorNirbheek Chauhan
2020-02-08meson: add summary() if Meson version is new enoughTim-Philipp Müller
2019-09-14testsuite: Reduce memcpy_speed loopsDoug Nazar
2019-09-14testsuite: Return error from exec_parse if a program failsDoug Nazar
2019-09-08Drop support for Autotools as build systemTim-Philipp Müller
2019-09-08tests: Allow exec testing of single opcodeDoug Nazar
2019-09-08tests: Use correct double/int64 functions for parameters & constsDoug Nazar
2019-08-13tests: Use float constants and parameters when testing float opcodes.Doug Nazar
2018-10-03meson: add options to disable benchmarks, examples, toolsTim-Philipp Müller
2018-05-18Fix MSVC compiler warningTim-Philipp Müller
2017-11-19tesuite: Fix some leaksEdward Hervey
2017-05-13meson: add meson buildTim-Philipp Müller
2016-05-04Fix test_parse with no executable backendPascal Terjan
2015-10-20doc: update from entropywave locations to gstreamerTim-Philipp Müller
2015-08-12test-limits: improve test without targetWim Taymans
2015-05-22testsuite: fix reading .orc files with win32 line endings on windowsTim-Philipp Müller
2015-05-22testsuite: add parsing test case for win32 line endingsTim-Philipp Müller
2015-04-10tests: use AM_TESTS_ENVIRONMENTTim-Philipp Müller
2015-02-27testsuite: Put a limit to the memcpy testEdward Hervey
2014-09-22test: add more testsWim Taymans
2014-06-23build: Modernize autotools build systemSebastian Dröge
2014-06-06Add some checks on the number of variables per typeVincent Penquerc'h
2014-05-20orc: Close file after usage in the copied around file reading functionSebastian Dröge
2014-04-22memcpy_speed: Use unsigned integers, overflows are undefined for signed integersSebastian Dröge
2014-04-14memcpy_speed: Properly define ALIGN macro and fix memory leaksSebastian Dröge
2014-04-14bench10: Fix syntax errorsSebastian Dröge
2014-04-13test.orc: Fix syntax errorsSebastian Dröge
2014-04-13benchmorc: Fix memory leaks in testSebastian Dröge
2014-04-13tests: Fix various memory leaks in testsSebastian Dröge
2014-04-13bytecode_parse: Fix memory leaks in testSebastian Dröge
2014-04-10testsuite: file leak fixVincent Penquerc'h
2014-04-07Fix FILE leakVincent Penquerc'h
2014-01-29docs: mulhsw, mulhsw shifts by 16, not 8William Manley
2013-12-30testsuite: fix file descriptor leak in benchmorcTim-Philipp Müller
2013-10-14Make it ANSI-COlivier Crête
2013-06-06docs: add more opcode descriptionsStefan Sauer
2013-06-06docs: hook up generate_table toolsStefan Sauer
2013-06-05tests: use the ORC_STATIC_OPCODE_FLOAT flag to simplify the testsStefan Sauer
2012-12-28mips: added copyright headersGuillaume Emont
2012-12-28mips: added test for binary code generationGuillaume Emont
2011-10-09bytecode: Add bytecodeDavid Schleef
2011-09-25Fix up c64x-c backendDavid Schleef
2011-07-09Fix a bunch of unused-but-set-variable compiler warnings with gcc 4.6Tim-Philipp Müller
2011-05-17tests: Handle new modifiersDavid Schleef
2011-05-14tests: remove offsets from memcpy_speedDavid Schleef
2011-05-14Add ORC_CODE=randomize to randomize registersDavid Schleef
2011-05-14tests: better presentationDavid Schleef