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
2019-09-14orctest: Fix parentheses location in ULP testDoug Nazar
2019-09-08Drop support for Autotools as build systemTim-Philipp Müller
2019-08-31orctest: Fix ULP compare and make compatible with clangDoug Nazar
2019-08-27build: fix werror build with clangMatthew Waters
2019-08-18orctest: print_array_val_float return value not usedDoug Nazar
2019-08-07orctest: Switch nearby float comparison to ULP methodDoug Nazar
2019-03-05Add pkg-config file for orc-test libraryTim-Philipp Müller
2018-11-14meson: Maintain macOS ABI compatibilityNirbheek Chauhan
2018-05-18Fix MSVC compiler warningTim-Philipp Müller
2018-05-04orctest: Allow enough room for sprintf()Edward Hervey
2018-04-28autotools: control symbol visibility via -fvisibilityTim-Philipp Müller
2018-04-28meson: fix symbol export with MSVC and use -fvisibility elsewhereTim-Philipp Müller
2018-04-28orc-test: decorate public symbols with ORC_TEST_APITim-Philipp Müller
2017-11-21meson: Always build both shared and static librariesNirbheek Chauhan
2017-11-20Build liborc-test also as a properly versioned library with mesonSebastian Dröge
2017-11-20Allow building shared/static library based on configurationSebastian Dröge
2017-05-13meson: add meson buildTim-Philipp Müller
2016-07-24tests: fix a warning spotted when building in osxJosep Torra
2015-03-12test: protect against out-of-boundsLuis de Bethencourt
2015-03-12test: protect against going out of boundsLuis de Bethencourt
2014-06-27orcarray: Use size_t for pointer arithmeticsEdward Hervey
2014-06-23build: Modernize autotools build systemSebastian Dröge
2014-05-19orcarray: Use fabs() instead of abs(), the latter is for integersSebastian Dröge
2014-04-14orcarray: Fix compiler warning with gcc 4.9Sebastian Dröge
2013-10-14Make it ANSI-COlivier Crête
2013-05-27orc-test: Fix typo in #ifdefSebastian Dröge
2013-02-20test: Fix recent commitDavid Schleef
2013-02-20test: Use the aligned pointer, not something elseDavid Schleef
2012-12-28mips: added copyright headersGuillaume Emont
2012-12-28mips: added test for binary code generationGuillaume Emont
2012-04-02test: allocate aligned memory on windowsDavid Schleef
2011-10-15test: fix unused variable warningDavid Schleef
2011-10-03test: Add (disabled) ability to test 64-bit pointersDavid Schleef
2011-10-03test: disable complaints about codegen failuresDavid Schleef
2011-09-25Fix up c64x-c backendDavid Schleef
2011-07-10Move ORC_GNUC_UNUSED to orcutils.h and use itDavid Schleef
2011-07-09Fix a bunch of unused-but-set-variable compiler warnings with gcc 4.6Tim-Philipp Müller
2011-06-01test: add msvc define for snprintfDavid Schleef
2011-05-17tests: Handle new modifiersDavid Schleef
2011-05-14tests: print error message in test failuresDavid Schleef
2011-04-26orctest: check return values of snprintfDavid Schleef
2011-04-26test: ignore diffs due to change in jmp sizesDavid Schleef
2010-09-24test: Add disabled code to make manual testing easierDavid Schleef
2010-09-09orc-test: Fix comparison of 64-bit typesDavid Schleef
2010-09-09Add ORC_TARGET_CLEAN_COMPILE and use itDavid Schleef
2010-09-06Eliminate usage of %lld, etc.David Schleef
2010-09-05test: disabled unused codeDavid Schleef
2010-09-03Add -version-info to libsDavid Schleef
2010-09-03Fix static linkingDavid Schleef
2010-08-27Add int64 and double parametersDavid Schleef