Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure CMake build files end up in release tarball | Erik de Castro Lopo | 2019-10-01 | 1 | -0/+2 |
| | |||||
* | Use of BUILD_SHARED_LIBS added | Vitaliy Kirsanov | 2019-05-04 | 1 | -2/+2 |
| | |||||
* | CMake minimum required lowered to 3.1 | Vitaly Kirsanov | 2019-05-04 | 1 | -3/+3 |
| | |||||
* | CMake support added | Vitaliy Kirsanov | 2019-05-04 | 2 | -1/+20 |
| | |||||
* | Another bulk update of copyright dates | Erik de Castro Lopo | 2016-12-05 | 4 | -4/+4 |
| | |||||
* | microbench: Add fallback to gettimeofday() | Dave Yeo | 2016-02-09 | 1 | -1/+37 |
| | | | | | | | | Some operating systems such as OS/2 don't have any of the CLOCK* API functions so add gettimeofday() as a fallback. Signed-off-by: Dave Yeo <dave.r.yeo@gmail.com> Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> | ||||
* | microbench/util.c: Fix -Wshadow warning | Erik de Castro Lopo | 2016-01-26 | 1 | -6/+6 |
| | |||||
* | Fix linking of microbenchmark program | Erik de Castro Lopo | 2016-01-24 | 1 | -0/+2 |
| | | | | | | | On some setups, benchmark_residual linkage fails with an undefined reference to clock_gettime(). Adding -lrt fixes that. Patch-from: Ozkan Sezer <sezeroz@gmail.com> | ||||
* | microbench: remove duplicate define | Tristan Matthews | 2015-09-30 | 1 | -2/+0 |
| | | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> | ||||
* | microbench: add benchmarking code for Darwin | Tristan Matthews | 2015-09-30 | 1 | -0/+32 |
| | | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> | ||||
* | microbench/util.c: Win32 support | Erik de Castro Lopo | 2015-09-02 | 1 | -3/+38 |
| | |||||
* | microbench/Makefile.am: Fix 'make distcheck' | Erik de Castro Lopo | 2015-09-02 | 1 | -1/+2 |
| | |||||
* | Add first micro-benchmark | Erik de Castro Lopo | 2015-09-01 | 4 | -0/+333 |