aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/gcc.txt
Commit message (Expand)AuthorAgeFilesLines
* Finish renamelloyd2014-01-071-1/+1
* Don't use -fno-inline-functions for debug as that is enabled in all non-relea...lloyd2014-01-041-1/+1
* Move base64, bzip, ca, and tls exampleslloyd2014-01-011-1/+1
* Rename targetlloyd2014-01-011-1/+1
* s/check/test/glloyd2014-01-011-1/+1
* Support multiple ISA requirements. Fix CLMUL flag.lloyd2013-12-271-1/+1
* Set -m flags for rdrand.cpp. Update compiler ISA flagslloyd2013-12-231-8/+10
* Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering.lloyd2013-12-141-0/+2
* 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-171-16/+21
* 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
* 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
* Target GCC 4.7.0 by defaultlloyd2012-05-301-2/+2
* 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-201-11/+7
|\ \ \ | |_|/ |/| |
| * | Fixes for GCC 4.7.0 (r183974)lloyd2012-02-071-1/+1
| * | propagate from branch 'net.randombit.botan' (head 39f53266912f33dc48e942b1b86...lloyd2011-12-181-8/+10
| |\|
| * | propagate from branch 'net.randombit.botan' (head f13cb517b63aed4fcc4ad7013e5...lloyd2011-11-101-0/+3
| |\ \
| * \ \ propagate from branch 'net.randombit.botan' (head 29dfb73a5efec220ebafcb9c1d7...lloyd2011-10-061-11/+7
| |\ \ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-131-11/+7
| | |\ \ \
| | | * | | Merge fixupslloyd2011-02-111-1/+1
| | | * | | propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-031-9/+5
| | | |\ \ \
| | | | * | | Use gcc 4.5.1lloyd2010-08-131-1/+1
| | | | * | | propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2...lloyd2010-08-131-9/+5
| | | | |\ \ \
| | | | | * | | Post merge fixupslloyd2010-07-091-2/+0
| | | | | * | | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-091-7/+5
| | | | | |\ \ \
| | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-2/+2
| | | | | | |\ \ \
| | | | | | * | | | Use 4.5.0 releaselloyd2010-04-281-1/+1
| | | | | | * | | | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-211-9/+5
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-9/+5
| | | | | | | |\ \ \ \
| | | | | | | | * | | | Set C++0x for ICC. Use GCC-4.5 binarylloyd2010-01-211-1/+1
| | | | | | | | * | | | Switch to newly installed gcc snapshot (svn r155312). Don't need -Wno-long-longlloyd2009-12-281-2/+2
| | | | | | | | * | | | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+3
| | | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100...lloyd2009-11-201-3/+0
| | | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2f3665f775fafbdfa517ecdca7f...lloyd2009-11-191-9/+5
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | Use -pthread on all platforms. This is necessary to get functioning supportlloyd2009-11-171-6/+4
| | | | | | | | | * | | | | | Remove TR1 hooks - can be assumed to exist under a C++0x compilerlloyd2009-11-131-2/+0
| | | | | | | | | * | | | | | Use GCC 4.5 snapshot for C++0x buildlloyd2009-11-131-1/+1