aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #2872 Add Kyber post-quantum KEMJack Lloyd2022-02-101-0/+10
|\
| * Code cleanups and improvements, details below:René Meusel2022-01-131-0/+10
* | Add a script for running clang-tidy over the codebaseJack Lloyd2022-02-041-1/+15
* | Merge GH #2889 Fix some Clang and C++20 warningsJack Lloyd2022-01-271-2/+2
|\ \
| * | Add -Wdocumentation to default Clang warning flagsJack Lloyd2022-01-271-2/+2
| * | Fix some Clang warningsJack Lloyd2022-01-271-1/+1
* | | Update XCode->Clang version mapJack Lloyd2022-01-271-18/+13
|/ /
* / SystemRNG update for macOs.David CARLIER2021-12-231-0/+1
|/
* FIX: wasm has a word length of 32René Meusel2021-12-161-1/+1
* support auto-detection of emcc compiler versionRené Meusel2021-12-142-0/+7
* preload test data for emscripten test binaryRené Meusel2021-12-142-1/+6
* add better build info for emscriptenRené Meusel2021-12-144-4/+36
* FIX: always state -L${BUILD_DIR} before ${LDFLAGS} (fixes #2847)René Meusel2021-11-151-6/+7
* Add shared library support for mingwChristoph Reiter2021-09-253-0/+7
* extends allocate_memory api using malloc_conceal/freezero on openbsd.David Carlier2021-09-141-0/+1
* Add loongarch64 architecture supportZHANG NA2021-07-072-0/+6
* Remove OpenMP supportJack Lloyd2021-05-193-8/+0
* Remove /proc walker entropy sourceJack Lloyd2021-04-034-4/+1
* src/build-data/arch/riscv64.txt: set wordsize to 64Fabrice Fontaine2021-04-031-0/+1
* Make RISC-V 32 same family as RISC-V 64Jack Lloyd2021-04-031-1/+1
* Add support for riscv32Fabrice Fontaine2021-04-021-0/+2
* Remove TLS 1.0/1.1 and DTLS 1.0Jack Lloyd2021-04-012-4/+0
* Compare the low 32-bits of order first to avoid BigInt creationJack Lloyd2021-03-131-0/+2
* Lookup OIDs for EC_Groups using the order as a keyJack Lloyd2021-03-131-0/+7
* Autogenerate ec_named.cpp from a description of supported curvesJack Lloyd2021-03-122-0/+270
* Enable MSVC C4127Jack Lloyd2021-03-111-1/+1
* Merge GH #2636 Remove /dev/random entropy sourceJack Lloyd2021-03-025-11/+10
|\
| * Remove the entropy source reading /dev/randomJack Lloyd2021-03-015-11/+10
* | Merge GH #2633 CLI sandbox for macOSJack Lloyd2021-03-021-0/+1
|\ \ | |/ |/|
| * using pragma directives insteadDavid CARLIER2021-02-281-1/+1
| * flags change for clangDavid CARLIER2021-02-221-1/+1
| * cli sandbox implementation proposal for mac.David CARLIER2021-02-221-0/+1
* | Revert "Enable getentropy and getrandom on Linux by default"Jack Lloyd2021-02-231-2/+3
|/
* Enable getentropy and getrandom on Linux by defaultJack Lloyd2021-02-211-3/+2
* Add --extra-libs option and group -l flags from LDFLAGS to the endJack Lloyd2021-02-151-1/+1
* Remove support for bakefileJack Lloyd2021-02-141-51/+0
* referring to inner type insteadDavid Carlier2021-01-231-1/+1
* get_auxval implementation for NetBSD.David Carlier2021-01-221-0/+1
* Solaris and Illumos distributions support getentropy.David Carlier2020-12-131-0/+1
* Add armv7a as known alias for 32-bit ARM (GH #2540)Jack Lloyd2020-12-111-0/+1
* Fix building Android shared objectJack Lloyd2020-12-091-0/+3
* Improve CI tests of the install targetJack Lloyd2020-12-021-1/+1
* CI: validate installation after running make installHannes Rantzsch2020-12-011-5/+5
* Add VSX flags for compilersJack Lloyd2020-11-282-1/+3
* Add a new ISA flag for VSX instructionsJack Lloyd2020-11-271-0/+1
* Add superh alias needed by DebianJack Lloyd2020-11-211-0/+1
* Correct -L flag use when combined with --external-libdirJack Lloyd2020-11-131-1/+1
* Update MSVC compile flagsJack Lloyd2020-11-111-2/+1
* Update references to C++11Jack Lloyd2020-11-111-1/+1
* Generate a compile_commands.json for clang-tidyJack Lloyd2020-11-101-0/+8