summaryrefslogtreecommitdiff
path: root/orc-test
AgeCommit message (Expand)AuthorFilesLines
2024-02-21neon: Use the real intrinsics for divf and sqrtfL. E. Segovia1-55/+1
2024-01-29testsuite: Fix build with standards compliant ClangL. E. Segovia1-2/+2
2023-12-26testsuite: Add the possibility to run tests on a specific targetL. E. Segovia2-3/+12
2023-12-25orctest: Fix forgotten pointer dereference for printing 64-bit integersL. E. Segovia1-1/+1
2023-12-06exec_opcodes_sys: Allow integer tests to be marked as failureL. E. Segovia1-0/+1
2023-12-06orctest: Implement centralised OrcProgram dumpingL. E. Segovia1-6/+24
2023-12-06orctest: Output a complete (and unconverted) picture of the variable state fo...L. E. Segovia1-23/+156
2023-12-06exec_opcodes_sys: Improve logging and tally tests statusesL. E. Segovia2-1/+3
2023-11-27orcprofile: Implement Windows high-resolution timestamp for MSVCL. E. Segovia1-6/+20
2023-05-29orc-test: Correctly check if the current target is NEONSebastian Dröge1-1/+5
2023-01-05Meson: Do not always generate static library for test libraryJeremy Bicha1-10/+3
2022-06-15neon: Fix testsuite not passing on arm CPUsGaetan Bahl1-1/+70
2021-08-19meson: Set recursive for extract_all_objects()Doug Nazar1-1/+1
2020-07-29meson: Use pkgconfig.generateJan Alexander Steffens (heftig)1-1/+0
2019-09-13orctest: Fix parentheses location in ULP testDoug Nazar1-2/+2
2019-09-08Drop support for Autotools as build systemTim-Philipp Müller1-23/+0
2019-08-31orctest: Fix ULP compare and make compatible with clangDoug Nazar2-4/+12
2019-08-27build: fix werror build with clangMatthew Waters2-4/+4
2019-08-18orctest: print_array_val_float return value not usedDoug Nazar1-8/+5
2019-08-07orctest: Switch nearby float comparison to ULP methodDoug Nazar2-9/+6
2019-03-05Add pkg-config file for orc-test libraryTim-Philipp Müller1-0/+9
2018-11-14meson: Maintain macOS ABI compatibilityNirbheek Chauhan1-0/+1
2018-05-18Fix MSVC compiler warningTim-Philipp Müller2-5/+0
2018-05-04orctest: Allow enough room for sprintf()Edward Hervey1-2/+2
2018-04-28autotools: control symbol visibility via -fvisibilityTim-Philipp Müller1-0/+1
2018-04-28meson: fix symbol export with MSVC and use -fvisibility elsewhereTim-Philipp Müller3-18/+6
2018-04-28orc-test: decorate public symbols with ORC_TEST_APITim-Philipp Müller4-14/+67
2017-11-22meson: Always build both shared and static librariesNirbheek Chauhan1-1/+15
2017-11-20Build liborc-test also as a properly versioned library with mesonSebastian Dröge2-0/+17
2017-11-20Allow building shared/static library based on configurationSebastian Dröge1-1/+1
2017-05-13meson: add meson buildTim-Philipp Müller1-0/+12
2016-07-24tests: fix a warning spotted when building in osxJosep Torra1-1/+1
2015-03-12test: protect against out-of-boundsLuis de Bethencourt1-2/+2
2015-03-12test: protect against going out of boundsLuis de Bethencourt1-1/+1
2014-06-27orcarray: Use size_t for pointer arithmeticsEdward Hervey1-1/+1
2014-06-23build: Modernize autotools build systemSebastian Dröge1-3/+1
2014-05-19orcarray: Use fabs() instead of abs(), the latter is for integersSebastian Dröge1-1/+1
2014-04-14orcarray: Fix compiler warning with gcc 4.9Sebastian Dröge1-1/+2
2013-10-14Make it ANSI-COlivier Crête3-10/+10
2013-05-27orc-test: Fix typo in #ifdefSebastian Dröge1-1/+1
2013-02-19test: Fix recent commitDavid Schleef2-7/+11
2013-02-19test: Use the aligned pointer, not something elseDavid Schleef1-2/+1
2012-12-28mips: added copyright headersGuillaume Emont1-0/+26
2012-12-28mips: added test for binary code generationGuillaume Emont2-0/+97
2012-04-01test: allocate aligned memory on windowsDavid Schleef1-3/+5
2011-10-15test: fix unused variable warningDavid Schleef1-1/+1
2011-10-02test: Add (disabled) ability to test 64-bit pointersDavid Schleef1-1/+30
2011-10-02test: disable complaints about codegen failuresDavid Schleef1-4/+4
2011-09-24Fix up c64x-c backendDavid Schleef1-2/+3
2011-07-09Move ORC_GNUC_UNUSED to orcutils.h and use itDavid Schleef1-6/+0