aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc
Commit message (Expand)AuthorAgeFilesLines
* Maintainer mode fixes.Jack Lloyd2016-09-211-1/+1
* Maintainer mode fixesJack Lloyd2016-08-312-2/+2
* Travis CI additions and cleanupJack Lloyd2016-08-282-3/+7
* fix compile issue on Mac OS if MACOSX_DEPLOYMENT_TARGET<=10.8Bi112016-08-101-0/+1
* Fix x86 32-bit building for clang on Mac OSBi112016-08-101-0/+2
* Compile shared libraries (too) on FreeBSDLauri Nurmi2016-07-021-0/+2
* Turn MSVC warnings to /W4 and enable C4267Jack Lloyd2016-05-061-1/+1
* Fixed shared library behaviour on Darwin/OS X.Alastair Houghton2016-04-071-2/+4
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-182-2/+2
* Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-171-1/+1
* Enable -Wpedantic on gcc and clangRené Korthaus2016-01-132-2/+2
* Merge remote-tracking branch 'remotes/github/master' into noreturnDaniel Neus2016-01-091-2/+2
|\
| * move -Wsuggest-override to maintainer_warning_flagsDaniel Neus2016-01-081-2/+2
| * add missing overridesDaniel Neus2016-01-081-1/+1
* | add BOTAN_NORETURN macro and mark those functions that do not return with itDaniel Neus2016-01-081-1/+1
|/
* Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-311-2/+6
* Add -Wnon-virtual-dtor to GCC buildJack Lloyd2015-12-261-1/+1
* Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-241-0/+1
* add support for Intel RdSeedDaniel Neus2015-12-183-0/+3
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-269-42/+37
* Adjust gcc.txt to arm32 and arm64 archsDaniel Seither2015-10-151-1/+2
* build system: Add framework support for OS X and iOSDaniel Seither2015-09-251-0/+1
* Add soname_patternSimon Warta2015-08-247-15/+15
* Add so_link_command for clang debug on darwin and defaultSimon Warta2015-08-141-3/+5
* Rename so_link_flags to so_link_commandsSimon Warta2015-07-219-24/+24
* Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-213-0/+19
* Add debug linker for GCCSimon Warta2015-07-211-1/+2
* Merge compile_option into CXX_FLAGSSimon Warta2015-07-219-24/+18
* Have a $(LINKER) variableSimon Warta2015-07-211-1/+3
* Use -O0 (no optimization) in GCC debug compile flagsSimon Warta2015-07-211-2/+2
* Adjust MSVC compile flagsSimon Warta2015-07-211-2/+2
* Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-219-32/+44
* GCC 4.8 doesn't have UbSan, remove for TravisJack Lloyd2015-07-051-1/+2
* Make sanitizer a build mode for easy use by developers.Jack Lloyd2015-07-051-0/+1
* Remove compiler settings from compilers that don't support C++11Simon Warta2015-06-282-52/+0
* Add coverage checking with gcov/lcovlloyd2015-04-122-0/+2
* Consider AES-NI as implying SSSE3 which lets us merge two of thelloyd2015-03-152-2/+2
* Split amalagamation into ISA specific objectslloyd2015-02-222-4/+2
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-042-4/+4
* Stack protector flags are required also at link time, at least on MinGWlloyd2014-12-211-3/+3
* Windows/VC build fixeslloyd2014-10-311-1/+1
* Use -O2 instead of -O3 with GCC as it seems tree-vectorize in 4.9.0lloyd2014-10-311-2/+2
* Erroring on strict-overflow is a little too strict, GCC 4.9 is smartlloyd2014-05-261-18/+17
* Support restricting compiler ISAs to specific architectures. Specificallylloyd2014-05-011-1/+1
* Let Clang choose whichever C++ library it preferslloyd2014-03-131-4/+3
* Also avoid tuning for 686lloyd2014-02-131-1/+2
* Update Clang flags. Remove unneeded includes of init.hlloyd2014-02-091-3/+4
* More fixes for minified buildslloyd2014-02-091-1/+1
* Microsoft docs indicate VC++ 2013 has AVX2 intrinsics, so enable them.lloyd2014-01-311-1/+1
* If the build compiler doesn't support intrinsics we need, disable the modulelloyd2014-01-261-0/+12