aboutsummaryrefslogtreecommitdiff
path: root/util/generate_build_files.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-16Re-add a way to run embed_test_data.go for nowDavid Benjamin1-0/+14
2024-05-15Add crypto_test_data to the AndroidCMake buildDavid Benjamin1-0/+2
2024-03-23Move fips_fragments into bcm.internal_hdrs in build.jsonDavid Benjamin1-7/+1
2024-03-23Move internal headers to build.jsonDavid Benjamin1-16/+7
2024-03-23Move crypto_sources to build.jsonDavid Benjamin1-12/+3
2024-03-23Specify public headers in build.jsonDavid Benjamin1-24/+3
2024-03-23Rework the test data storyDavid Benjamin1-24/+10
2024-03-23Move the rest of sources.cmake into util/pregenerateDavid Benjamin1-40/+8
2024-03-22Move test data lists to util/pregenerateDavid Benjamin1-3/+3
2024-03-22Check in pre-generated perlasm and error data filesDavid Benjamin1-154/+15
2024-03-20Move ssl and decrepit sources to sources.cmakeDavid Benjamin1-2/+1
2024-02-27Make pki_sources available to SoongChidera Olibie1-0/+1
2024-02-21Remove OPENSSL_IA32_SSE2 checks in x86 perlasmDavid Benjamin1-3/+3
2024-02-20Don't report libpki headers as part of libcryptoDavid Benjamin1-8/+17
2024-01-26Tweak generate_build_files.py output to pass gn's formatterDavid Benjamin1-4/+9
2024-01-26Remove remnants of the old Android CMake toolchainDavid Benjamin1-1/+1
2024-01-26Stop generating unused assembly for 32-bit iOSDavid Benjamin1-1/+0
2024-01-17Have generate_build_files.py output Rust sources.Adam Langley1-0/+24
2023-10-25Make the pki private headers available to gnBob Beck1-1/+3
2023-10-06Add new asm files to generate_build_files.pyDavid Benjamin1-0/+4
2023-09-18Bump the minimum CMake version to 3.12David Benjamin1-1/+1
2023-08-24Add pki file lists to generated gn build filesBob Beck1-0/+5
2023-08-15Select SHA-256 vs SHA-512 explicitly in perlasmDavid Benjamin1-2/+4
2023-08-08Remove the remaining old-style asm listsDavid Benjamin1-30/+18
2023-08-08Remove the old asm lists from JSON and android-cmake outputDavid Benjamin1-12/+1
2023-08-05Disable assembly for Android's darwin buildDavid Benjamin1-6/+6
2023-07-31Remove old asm source lists from Android sources.mkDavid Benjamin1-8/+0
2023-07-25Switch the generated Soong (Android) build to the new asm source listDavid Benjamin1-20/+25
2023-07-19Add pki to generate_build_files.pyBob Beck1-0/+14
2023-07-13Add combined source lists to the other generatorsDavid Benjamin1-2/+26
2023-07-13Remove old style asm source lists for GN and BazelDavid Benjamin1-10/+0
2023-07-06Remove remnants of malloc.ccDavid Benjamin1-2/+0
2023-07-05Use sources.cmake for the bssl toolDavid Benjamin1-2/+1
2023-07-05Use sources.cmake for the test_support libraryDavid Benjamin1-21/+3
2023-07-05Use sources.cmake for test binariesDavid Benjamin1-22/+8
2023-06-08Remove a layer of indirection from fiat curve25519 assemblyDavid Benjamin1-2/+4
2023-06-07Fix the combined asm source lists in generate_build_files.pyDavid Benjamin1-28/+26
2023-06-07Add fiat_curve25519_adx.S to generate_build_files.pyDavid Benjamin1-0/+4
2023-02-27Fix the generated CMake buildDavid Benjamin1-3/+5
2023-02-14Specify -Iinclude with the crypto target.David Benjamin1-2/+1
2023-02-08Revert "Drop HRSS assembly."Adam Langley1-0/+3
2023-02-07Trim unnecessary -lrt and ws2_32 deps in the build.David Benjamin1-1/+1
2023-02-06Limit the CMake -isysroot assembly workaround to older CMakeDavid Benjamin1-2/+3
2023-02-01Fix OPENSSL_NO_ASM builds with the generated CMake build.David Benjamin1-1/+3
2023-01-31Simplify the external Bazel build.David Benjamin1-0/+17
2023-01-31Align the generated CMake build with the main one.David Benjamin1-86/+42
2023-01-27Remove ppc64le assembly.David Benjamin1-4/+1
2023-01-26Reduce architecture detection in CMake.David Benjamin1-40/+23
2023-01-26Also remove poly_rq_mul.S from generate_build_files.pyAdam Langley1-3/+0
2023-01-25Align headers in generate_build_files.py output.David Benjamin1-60/+31