aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
AgeCommit message (Expand)AuthorFilesLines
2024-03-29Make Go an optional build dependency for the CMake buildDavid Benjamin1-9/+12
2024-03-22Check in pre-generated perlasm and error data filesDavid Benjamin1-9/+14
2024-01-16Make the debug vs release build note in BUILDING.md more prominentDavid Benjamin1-6/+9
2023-11-30Use relative links in markdown filesDavid Benjamin1-1/+1
2023-11-29add checkout command to BUILDING.mdHubert Chao1-0/+4
2023-09-18Bump the minimum CMake version to 3.12David Benjamin1-1/+1
2023-09-12Require C11 in MSVC tooDavid Benjamin1-5/+5
2023-05-08Bump the minimum supported MSVC version to VS2019David Benjamin1-3/+3
2023-04-19Update docs to recommend a much more convenient CMake invocationDavid Benjamin1-14/+9
2023-02-22Fix Android tests with new recipe changesDavid Benjamin1-1/+1
2022-11-22Bump minimum CMake version.David Benjamin1-1/+1
2022-07-12Bump CMake requirement to 3.8.David Benjamin1-1/+1
2022-04-20Try to require C11 (in non-MSVC compilers).David Benjamin1-1/+2
2022-04-20Try to require C++14.David Benjamin1-1/+1
2022-03-23Remove VS 2015 support.David Benjamin1-6/+4
2022-01-07Switch __ARM_FEATURE_CRYPTO to __ARM_FEATURE_{AES,SHA2}.David Benjamin1-3/+5
2022-01-05Enable SHA-512 ARM acceleration when available.David Benjamin1-16/+19
2021-08-17Bump minimum GCC version and note impending VS2015 deprecation.David Benjamin1-2/+4
2021-03-23Bump minimum CMake version.David Benjamin1-1/+1
2020-12-11Finish switching to NASM.David Benjamin1-8/+0
2019-06-13Set a minimum CMake version of 3.0.David Benjamin1-2/+1
2019-02-01Add instructions for debugging on Android with gdb.David Benjamin1-0/+15
2019-01-03Add a CFI tester to CHECK_ABI.David Benjamin1-0/+4
2019-01-03Remove bundled copy of android-cmake.David Benjamin1-4/+0
2019-01-02Clarify build requirements.David Benjamin1-17/+21
2018-11-14Switch docs to recommending NASM.David Benjamin1-1/+1
2018-09-24Add util/read_symbols.goJoshua Liebow-Feeser1-1/+5
2018-09-17Set up Go modules.David Benjamin1-2/+3
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-0/+22
2018-03-23Add -DOPENSSL_SMALL to CMake.David Benjamin1-1/+8
2017-12-14Document the NDK's built-in toolchain file.David Benjamin1-4/+9
2017-12-13Remove clang assembler .arch workaround.David Benjamin1-12/+0
2017-08-15Revert ADX due to build issues.David Benjamin1-3/+2
2017-08-14Enable ADX in x86_64-mont*.pl.David Benjamin1-2/+3
2017-06-09Set static armcaps based on __ARM_FEATURE_CRYPTO.David Benjamin1-10/+12
2017-04-07Add the start of standalone iOS build support.David Benjamin1-0/+9
2017-01-21Do a cursory conversion of a few tests to GTest.David Benjamin1-1/+1
2017-01-16Enable stitched x86-64 AES-NI AES-GCM implementation.Brian Smith1-1/+1
2017-01-03update required cmake version to 2.8.10Raullen Chai1-1/+1
2016-08-26Allow .arch directives with Clang.Adam Langley1-0/+12
2016-06-10Document compiler and assembler requirements.David Benjamin1-0/+4
2016-05-19Update Android build instructions.David Benjamin1-8/+8
2016-05-02Bump requirements to MSVC 2015.David Benjamin1-1/+1
2016-02-23Enable upstream's ChaCha20 assembly for x86 and ARM (32- and 64-bit).David Benjamin1-10/+0
2016-02-10Updating BUILDING.md for windows.nmittler1-6/+14
2016-02-08Update some URLs in BUILDING.md.David Benjamin1-2/+2
2015-10-30Make the instructions for downloading the ARM compiler easier to copy and paste.Adam Langley1-5/+5
2015-10-27Add OPENSSL_SMALL.Adam Langley1-0/+4
2015-10-26Document how to regenerate crypto/chacha/chacha_vec_arm.S.Brian Smith1-19/+24
2015-10-26Add a run_tests target to run all tests.David Benjamin1-0/+3