aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set -msse2/-maltivec as needed on things that depend on the SIMD wrapper. Bug...lloyd2014-01-242-0/+2
* Finish renamelloyd2014-01-079-9/+9
* Don't use -fno-inline-functions for debug as that is enabled in all non-relea...lloyd2014-01-042-2/+2
* Move base64, bzip, ca, and tls exampleslloyd2014-01-011-1/+1
* Rename targetlloyd2014-01-0111-11/+11
* s/check/test/glloyd2014-01-0111-11/+11
* Turn on Werror on clanglloyd2014-01-011-0/+1
* Support multiple ISA requirements. Fix CLMUL flag.lloyd2013-12-272-2/+2
* Set -m flags for rdrand.cpp. Update compiler ISA flagslloyd2013-12-232-16/+20
* Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering.lloyd2013-12-142-3/+11
* Use -Werror only when --maintainer-mode is set as warnings will sneaklloyd2013-12-141-2/+3
* Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP)lloyd2013-11-271-1/+1
* Enable all the GCC warning flags, as we now require at least GCC 4.7 anywaylloyd2013-11-161-3/+1
* Always include modules requiring ISA extensions as long as thelloyd2013-04-173-26/+34
* Move zero as null pointer warning to maintainer mode flagslloyd2013-04-121-2/+2
* Turn on zero as nullptr warning all the timelloyd2013-01-111-2/+2
* Make old-style-cast a non-error in maintainer mode as glibc macros bring it inlloyd2012-11-021-2/+2
* Use OS X specific linker flagslloyd2012-10-301-0/+2
* Add a --chost option to configure that takes a GNU style triplet.lloyd2012-08-311-0/+1
* Default to just `g++`. Check GCC version and warn if we are compilinglloyd2012-07-011-1/+1
* Fix westmere GCC buildslloyd2012-06-131-1/+1
* Move to -O3 with Clang. s/c++0x/c++11/lloyd2012-06-081-2/+2
* Target GCC 4.7.0 by defaultlloyd2012-05-301-2/+2
* Use libc++ with Clang by default as libstdc++ and Clang don't playlloyd2012-05-301-1/+1
* Remove targets clang doesn't actually supportlloyd2012-05-251-6/+0
* Always use -pthread with clang, matching gcc behaviorlloyd2012-05-251-5/+3
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-2/+2
* propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...lloyd2012-03-301-1/+1
|\
| * propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0...lloyd2012-03-161-1/+3
| |\
| * | Build fixeslloyd2012-01-111-1/+3
* | | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-1/+1
* | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6...lloyd2012-02-207-134/+9
|\ \ \ | |_|/ |/| |
| * | Fixes for GCC 4.7.0 (r183974)lloyd2012-02-071-1/+1
| * | propagate from branch 'net.randombit.botan' (head 39f53266912f33dc48e942b1b86...lloyd2011-12-182-9/+12
| |\|
| * | propagate from branch 'net.randombit.botan' (head f13cb517b63aed4fcc4ad7013e5...lloyd2011-11-101-0/+3
| |\ \
| * \ \ propagate from branch 'net.randombit.botan' (head 29dfb73a5efec220ebafcb9c1d7...lloyd2011-10-067-134/+9
| |\ \ \
| | * | | Use the right flags for C++11 for Clang (though 2.9 lacks support forlloyd2011-06-301-1/+1