summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* orc: Fix some warnings on MSVC and enable --werrorNirbheek Chauhan2020-07-011-1/+1
* Drop support for Autotools as build systemTim-Philipp Müller2019-09-081-64/+0
* meson: add option to disable orc-test libraryTim-Philipp Müller2018-10-061-1/+1
* meson: add options to disable benchmarks, examples, toolsTim-Philipp Müller2018-10-031-0/+4
* meson: add meson buildTim-Philipp Müller2017-05-131-0/+29
* build: Modernize autotools build systemSebastian Dröge2014-06-231-8/+11
* Split headers out of orcprogram.hDavid Schleef2012-03-261-0/+2
* mmx: update from sseDavid Schleef2011-04-251-1/+1
* sse: convert to using orc_sse_emit_sysinsnDavid Schleef2010-10-271-1/+1
* Fix distcheckDavid Schleef2010-09-291-1/+1
* Remove usage of orcbinDavid Schleef2010-09-161-3/+3
* examples: remove mt19937ar temp filesDavid Schleef2010-09-161-1/+2
* mt19937: Bring up to date with Orc best practiceDavid Schleef2010-09-113-81/+327
* Eliminate usage of %lld, etc.David Schleef2010-09-061-2/+2
* Fix cross compilingDavid Schleef2010-08-251-5/+9
* Fix distcheck for new examplesDavid Schleef2010-08-201-11/+34
* Update documentation, add tutorialDavid Schleef2010-08-207-52/+127
* remove old style of opcode emulationDavid Schleef2010-08-061-11/+24
* convert from stdint types to orc typesDavid Schleef2010-06-093-23/+23
* Add --enable-backendDavid Schleef2010-06-071-1/+5
* Build fixes due to MSVCDavid Schleef2009-12-021-1/+6
* volscale: refer to variables with their enumWim Taymans2009-09-191-5/+5
* volscale: use right array indexesWim Taymans2009-09-191-3/+3
* volscale: improve exampleWim Taymans2009-09-191-24/+68
* volscale: add volume scaling exampleWim Taymans2009-09-192-1/+208
* example: set the programDavid Schleef2009-06-011-0/+1
* doc: documentation workDavid Schleef2009-05-315-712/+102
* tests: rearrange tests, propogate compile errorsDavid Schleef2009-05-232-33/+0
* Pull various fixes from neon branchDavid Schleef2009-04-261-2/+2
* Install orc tests into $prefix/lib/orc/David Schleef2009-03-311-1/+1
* A non-trivial Mersenne Twister algorithmDavid Schleef2009-03-172-1/+142
* Split OrcProgram into Program and CompilerDavid Schleef2009-03-151-0/+2
* Fixes on x86-64David Schleef2009-03-081-1/+5
* a little scriptDavid Schleef2009-03-081-0/+22
* Add parametersDavid Schleef2009-03-061-1/+43
* Remove glib remnantsDavid Schleef2009-03-052-3/+2
* Add some unary opcodes. Add non-temporal writesDavid Schleef2009-03-051-13/+80
* Various fixes to execute all the new codeDavid Schleef2009-03-031-11/+11
* Add a bunch of opcodes, add a bunch of SSE rulesDavid Schleef2009-03-021-1/+239
* Add support for byte-sized dataDavid Schleef2009-03-021-1/+56
* Replace "s16" notation with "w"David Schleef2009-03-022-17/+17
* Remove types, use a size insteadDavid Schleef2009-03-022-24/+24
* Hacking.David Schleef2009-03-021-4/+5
* Split x86 into mmx and sse targetsDavid Schleef2009-03-011-2/+66
* Initial commit. Previous history is in liboilDavid Schleef2008-06-073-0/+251