aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge GH #2480 Use -mcpu=power9 for DARN supportJack Lloyd2020-11-103-0/+5
|\
| * Use -mcpu=power9 for DARN supportJack Lloyd2020-11-093-0/+5
* | Haiku support little update.David Carlier2020-11-091-2/+0
|/
* Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-081-1/+1
* Makefile header tweaksJack Lloyd2020-11-071-3/+2
* Remove deprecated public member variablesJack Lloyd2020-11-061-10/+0
* Update of DragonFlyBSD platform.DC2020-11-061-0/+2
* Merge GH #2434 Remove deprecated algorithmsJack Lloyd2020-11-064-21/+0
|\
| * Remove CBC-MACJack Lloyd2020-11-053-6/+0
| * Remove MCEIESJack Lloyd2020-11-053-3/+0
| * Update policy filesJack Lloyd2020-11-053-11/+0
| * Remove Tiger hash functionJack Lloyd2020-11-051-1/+0
* | Merge GH #2455 Switch to C++17 mode and prune CI configurationsJack Lloyd2020-11-069-64/+8
|\ \
| * | Remove support for Google NaCl buildsJack Lloyd2020-11-051-6/+0
| * | Switch compilers to C++17 modeJack Lloyd2020-11-055-8/+8
| * | Remove support for HP and PathScale compilersJack Lloyd2020-11-053-50/+0
| |/