aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc
Commit message (Expand)AuthorAgeFilesLines
* Remove support for running macOS binaries from local dirJack Lloyd2020-03-041-1/+0
* Remove support for splitting the amalgamation by ABIJack Lloyd2020-01-222-32/+0
* Fix amalgamation build on non-x86 gccJack Lloyd2020-01-212-0/+32
* Clean up handling of POWER ISA extensionsJack Lloyd2019-12-121-2/+1
* Fix Windows linking to consistently use .lib suffix as requiredJack Lloyd2019-12-061-1/+1
* Add -Werror mode for CI buildJack Lloyd2019-12-033-3/+15
* Switch to using -fsanitize=fuzzer-no-link with ClangJack Lloyd2019-10-061-1/+1
* Make ssse3/sse2 dependencies explicit rather than implicitJack Lloyd2019-09-042-2/+2
* Add support for POWER9 DARN RNGJack Lloyd2019-08-271-0/+1
* Add support for OS-specific feature macrosJack Lloyd2019-07-152-3/+1
* Remove tab charsJack Lloyd2019-07-101-1/+1
* Set C++11 flags for PGIJack Lloyd2019-07-101-0/+2
* allow to specify external compile definitionsRené Meusel2019-05-211-0/+1
* Remove explicit mips64 -mabi parameterFabrice Fontaine2019-04-281-1/+0
* Make Clang unused-lambda-capture a non-errorJack Lloyd2019-03-291-1/+1
* Fix some extra semicolonsJack Lloyd2019-03-271-1/+1
* Rename 'darwin' target to 'macos'Jack Lloyd2019-03-272-5/+5
* For Clang use explicit enabling flag for Aarch64 crypto ISAJack Lloyd2019-02-211-1/+1
* Name pdb file properlyJack Lloyd2019-02-171-1/+1
* Use /Fd flag when building lib with MSVCJack Lloyd2019-02-141-0/+4
* Skip setting -momit-leaf-frame-pointerJack Lloyd2019-02-051-5/+0
* Fix XLC sanitizersJack Lloyd2019-01-221-1/+3
* Use sccache for MSVC buildsJack Lloyd2019-01-041-0/+6
* Fix build with PGI [ci skip]Jack Lloyd2018-12-221-5/+7
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-121-0/+1
* Small fixes for QNX [ci skip]Jack Lloyd2018-10-121-1/+1
* Fixes for building for LLVM bitcode/EmscriptenJack Lloyd2018-10-071-1/+1
* With MSVC, use /arch:AVX for AVX2 enabled codeJack Lloyd2018-10-011-1/+1
* Change Clang fuzzing flags to avoid deprecated options. [ci skip]Jack Lloyd2018-09-241-1/+1
* Update build flags for Sun StudioJack Lloyd2018-09-181-3/+3
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE for MSVC 15.8Jack Lloyd2018-07-131-1/+1
* Add support for ARMv8 SM4 instructionsJack Lloyd2018-07-091-0/+4
* Required changes according to the code reviewHegedüs Márton Csaba2018-06-112-0/+4
* Add BMI2-specific SHA-256Jack Lloyd2018-05-272-2/+2
* Add sanitizer-specific optimization flagsJack Lloyd2018-04-072-2/+4
* Add support for XLC symbol visibility attributes [ci skip]Jack Lloyd2018-03-281-0/+3
* Adds sanitizer support for the xlC compilerMatthias Gierlings2018-03-281-0/+6
* Add --enable-sanitizers= flag to specify which sanitizers to useJack Lloyd2018-03-272-6/+15
* Deprecated declarations should be error in maintainer modeJack Lloyd2018-03-252-2/+2
* Add option to specify the MSVC runtimeJack Lloyd2018-03-211-2/+5
* Enable SHA-1 intrinsics on MSVCJack Lloyd2018-03-041-0/+1
* Add (untested) support for x32 buildJack Lloyd2018-03-021-0/+1
* AES encryption using POWER8 intrinsicsJack Lloyd2018-02-231-0/+2
* Use -m32 for x86-32 builds with GCCJack Lloyd2018-02-021-0/+1
* ABI for Aarch64 cryptoJack Lloyd2018-01-122-0/+4
* Remove CPU specific optimization flagsJack Lloyd2018-01-087-114/+7
* Update configuration information for Intel C++Jack Lloyd2018-01-041-5/+15
* Hack for building on Cygwin (newlib)Jack Lloyd2017-12-281-0/+1
* Add exceptions to mach_abi_linking groupsJack Lloyd2017-12-232-2/+2
* Detect the compiler version using the preprocessor instead of command lineJack Lloyd2017-12-141-0/+2