aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-24Clean up bench/util.hMattias Andrée1-6/+6
2016-07-24Rename bench/{benchmark.h => util.h}Mattias Andrée1-3/+3
2016-07-23Add two exercises to the manualMattias Andrée1-1/+2
2016-06-02Makefile: remove intermediary files after compiling pdf filesMattias Andrée1-0/+2
2016-05-13Miscellaneous stuffMattias Andrée1-1/+5
2016-05-11Work on the manual and zstr_length checks that the radix is validMattias Andrée1-1/+3
2016-05-09manual: initialisation and errorsMattias Andrée1-1/+2
2016-05-09Start on a manualMattias Andrée1-2/+13
2016-05-08Improve makefileMattias Andrée1-2/+2
2016-05-07Some small improvementsMattias Andrée1-2/+3
2016-05-07OptimisationsMattias Andrée1-1/+2
2016-05-06Make zdiv and zmod (calls zdivmod) inlineMattias Andrée1-2/+2
2016-05-05Rename zahl-{inlines,internals}.h => zahl/{inlines,internals}.hMattias Andrée1-10/+12
2016-05-05Fix makefileMattias Andrée1-1/+1
2016-04-30Some optimisationsMattias Andrée1-1/+1
2016-04-29Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée1-17/+17
2016-04-29Add refsheetMattias Andrée1-1/+14
2016-04-27More accurate benchmarkingMattias Andrée1-3/+3
2016-04-27Improve library translationsMattias Andrée1-2/+7
2016-04-24bench/benchmark-func.cMattias Andrée1-0/+4
2016-04-23Add support for benchmark against hebimathMattias Andrée1-25/+31
2016-04-22Add support for benchmark against TomsFastMathMattias Andrée1-1/+7
2016-04-08Some improvements:Mattias Andrée1-17/+40
2016-04-07Split out zahl-inlines.h zahl-internals.h from zahl.h to hide uninteresting stuffMattias Andrée1-6/+11
2016-03-27Add rand(3), lrand(3), and random(3) to zrandMattias Andrée1-0/+3
2016-03-15OptimisationsMattias Andrée1-6/+6
2016-03-14Mostly optimisationsMattias Andrée1-2/+2
2016-03-13Multiple changes:Mattias Andrée1-1/+1
2016-03-13OptimisationsMattias Andrée1-3/+3
2016-03-13Make zabs, zneg and zswap inlineMattias Andrée1-4/+4
2016-03-13Add possibility to compare against libgmpMattias Andrée1-0/+1
2016-03-12Add possibility to compare against libtommathMattias Andrée1-0/+8
2016-03-09Add simple benchmarkerMattias Andrée1-0/+3
2016-03-05Makefile: add install and uninstallMattias Andrée1-2/+19
2016-03-05Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée1-1/+1
2016-03-05zinit is now an inline functionMattias Andrée1-2/+10
2016-03-05Fix bugs and add a randomised testingMattias Andrée1-4/+7
2016-03-04Makefile: add check ruleMattias Andrée1-1/+4
2016-03-04Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée1-0/+2
2016-03-04Clean up, fix a few bugs, and add a testMattias Andrée1-2/+5
2016-03-04Add makefile and fix errorsMattias Andrée1-0/+71