| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed shared library behaviour on Darwin/OS X. | Alastair Houghton | 2016-04-07 | 1 | -2/+4 |
* | Fix remaining Wshadow warnings and enable on gcc and clang | René Korthaus | 2016-02-18 | 1 | -1/+1 |
* | Enable -Wpedantic on gcc and clang | René Korthaus | 2016-01-13 | 1 | -1/+1 |
* | Fix a few clang warnings. Set clang sanitizer flags | Jack Lloyd | 2015-12-24 | 1 | -0/+1 |
* | add support for Intel RdSeed | Daniel Neus | 2015-12-18 | 1 | -0/+1 |
* | Remove the strange conjoining of debug and optimization flags. | Jack Lloyd | 2015-10-26 | 1 | -4/+3 |
* | build system: Add framework support for OS X and iOS | Daniel Seither | 2015-09-25 | 1 | -0/+1 |
* | Add soname_pattern | Simon Warta | 2015-08-24 | 1 | -4/+4 |
* | Add so_link_command for clang debug on darwin and default | Simon Warta | 2015-08-14 | 1 | -3/+5 |
* | Rename so_link_flags to so_link_commands | Simon Warta | 2015-07-21 | 1 | -4/+4 |
* | Add binary_link_command; Use compiler configs to set RPATH on Linux | Simon Warta | 2015-07-21 | 1 | -0/+7 |
* | Merge compile_option into CXX_FLAGS | Simon Warta | 2015-07-21 | 1 | -3/+2 |
* | Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flags | Simon Warta | 2015-07-21 | 1 | -5/+6 |
* | Add coverage checking with gcov/lcov | lloyd | 2015-04-12 | 1 | -0/+1 |
* | Consider AES-NI as implying SSSE3 which lets us merge two of the | lloyd | 2015-03-15 | 1 | -1/+1 |
* | Split amalagamation into ISA specific objects | lloyd | 2015-02-22 | 1 | -2/+1 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -2/+2 |
* | Let Clang choose whichever C++ library it prefers | lloyd | 2014-03-13 | 1 | -4/+3 |
* | Update Clang flags. Remove unneeded includes of init.h | lloyd | 2014-02-09 | 1 | -3/+4 |
* | Set -msse2/-maltivec as needed on things that depend on the SIMD wrapper. Bug... | lloyd | 2014-01-24 | 1 | -0/+1 |
* | Finish rename | lloyd | 2014-01-07 | 1 | -1/+1 |
* | Don't use -fno-inline-functions for debug as that is enabled in all non-relea... | lloyd | 2014-01-04 | 1 | -1/+1 |
* | Rename target | lloyd | 2014-01-01 | 1 | -1/+1 |
* | s/check/test/g | lloyd | 2014-01-01 | 1 | -1/+1 |
* | Turn on Werror on clang | lloyd | 2014-01-01 | 1 | -0/+1 |
* | Support multiple ISA requirements. Fix CLMUL flag. | lloyd | 2013-12-27 | 1 | -1/+1 |
* | Set -m flags for rdrand.cpp. Update compiler ISA flags | lloyd | 2013-12-23 | 1 | -8/+10 |
* | Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering. | lloyd | 2013-12-14 | 1 | -3/+9 |
* | Always include modules requiring ISA extensions as long as the | lloyd | 2013-04-17 | 1 | -8/+13 |
* | Use OS X specific linker flags | lloyd | 2012-10-30 | 1 | -0/+2 |
* | Move to -O3 with Clang. s/c++0x/c++11/ | lloyd | 2012-06-08 | 1 | -2/+2 |
* | Use libc++ with Clang by default as libstdc++ and Clang don't play | lloyd | 2012-05-30 | 1 | -1/+1 |
* | Remove targets clang doesn't actually support | lloyd | 2012-05-25 | 1 | -6/+0 |
* | Always use -pthread with clang, matching gcc behavior | lloyd | 2012-05-25 | 1 | -5/+3 |
* | propagate from branch 'net.randombit.botan' (head 39f53266912f33dc48e942b1b86... | lloyd | 2011-12-18 | 1 | -1/+2 |
|\ |
|
| * | Add model name for Sandy Bridge. Use -march=corei7 with GCC and Clang | lloyd | 2011-11-18 | 1 | -1/+2 |
* | | Use the right flags for C++11 for Clang (though 2.9 lacks support for | lloyd | 2011-06-30 | 1 | -1/+1 |
|/ |
|
* | When building for GCC, always get the version number, and turn off TR1 | lloyd | 2011-05-03 | 1 | -2/+3 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 1 | -2/+2 |
* | Special flags for Nehalem so SSSE3 gets enabled for AES | lloyd | 2010-11-29 | 1 | -0/+1 |
* | Use visibility control with Clang, same syntax as GCC | lloyd | 2010-09-28 | 1 | -1/+3 |
* | Clang supports -march | lloyd | 2010-08-09 | 1 | -0/+4 |
* | Use clang++ instead of clang for the compiler driver, otherwise link | lloyd | 2010-08-08 | 1 | -1/+1 |
* | Remove unecessary quote characters in the cc info files (were required by | lloyd | 2009-11-19 | 1 | -5/+5 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Add theoreticaly support for Clang/LLVM. Current Gentoo clang ebuild doesn't | lloyd | 2009-10-19 | 1 | -0/+46 |