aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
AgeCommit message (Expand)Author
2021-04-04Add the BUILD_TYPE to the buildGavin Howard
2021-02-13Fix a small non-portable thing in configure.shGavin Howard
2021-02-13Fix styleGavin Howard
2021-01-31Tweak build outputGavin Howard
2021-01-31Add the test scripts back in to the buildGavin Howard
2021-01-31Fix a syntax problem in configure.shGavin Howard
2021-01-30Add a way to disable configure's cleanGavin Howard
2021-01-29Add a way to ensure no memory leaks for testingGavin Howard
2021-01-29Tweak the wording in skipped testsGavin Howard
2021-01-29Make configure generate the right test targetsGavin Howard
2021-01-29Make configure only clean configGavin Howard
2021-01-29Make sure configure cleans up everythingGavin Howard
2021-01-29Force the order of test script runs to cut runtime as much as possibleGavin Howard
2021-01-29Parallelize `make test`Gavin Howard
2021-01-27Make fuzzing easier and slightly fasterGavin Howard
2021-01-26Update copyright to 2021Gavin Howard
2021-01-25Redo the buildGavin Howard
2020-11-28Fix a portability issueGavin Howard
2020-11-25Fix warnings and errors revealed by release.shGavin Howard
2020-11-21Add a basic test for bclGavin Howard
2020-11-21Add a bcl manpage and connect it and bcl to the build systemGavin Howard
2020-11-21Fix problems with the library buildGavin Howard
2020-11-21Tweak the handling of the configure library argumentGavin Howard
2020-11-21Do some more workGavin Howard
2020-11-21Fix a mistake on last commitGavin Howard
2020-11-21Move more stuff around and fix all compiler errors and warningsGavin Howard
2020-11-21Start adding the libbc to the build systemGavin Howard
2020-11-21Fix configure.sh helpGavin Howard
2020-07-09Add an option to install all locales (for NetBSD)Gavin Howard
2020-07-01Remove "All rights reserved" from license headers for FreeBSDGavin Howard
2020-06-30Add SPDX identifiers to filesGavin Howard
2020-06-29Remove references to ronn files and redo manpage.sh for PandocGavin Howard
2020-06-28Add the new manpage stuff to the build systemGavin Howard
2020-06-18Make sure to actually change the default Karatsuba lenGavin Howard
2020-06-03Start removing history testsGavin Howard
2020-06-02Try again to make expect work on FreeBSDGavin Howard
2020-05-30Remove signals test infrastructureGavin Howard
2020-05-30Remove option to build without signalsGavin Howard
2020-05-23Fix some coverage things in the buildGavin Howard
2020-05-23Update the coverage make targetsGavin Howard
2020-05-23Add history and signals tests to the build systemGavin Howard
2020-05-15Revert "Add signal exceptions to the build system"Gavin Howard
2020-05-14Add signal exceptions to the build systemGavin Howard
2020-05-14Move to POSIX 2008 in anticipation of signals changeGavin Howard
2020-05-14Merge branch 'master' into signalsGavin Howard
2020-05-14Change configure.sh to generate karatsuba targets correctlyGavin Howard
2020-05-13Make sure configure tests are run with non-host CCGavin Howard
2020-05-13Revert "Merge pull request #1"Gavin Howard
2020-05-09bump _POSIX_C_SOURCE to 200809L, remove _XOPEN_SOURCEEthan Sommer
2020-04-28Remove getopt_long() and replace it with an adapted optparseGavin Howard