| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid using -march=i386 if an i386 is 'detected', instead use | lloyd | 2011-08-15 | 1 | -2/+5 |
* | Add specialization for i486 that uses -mtune=generic, as Debian | lloyd | 2011-05-13 | 1 | -12/+12 |
* | Renaming the ppc target to ppc32 prevented -mcpu flags from being set | lloyd | 2011-05-12 | 2 | -2/+6 |
* | Add support for targetting the PowerPCSPE (an embedded PPC with an | lloyd | 2011-05-12 | 1 | -0/+3 |
* | Make different targets for 32 and 64 bit Atom processors, since most | lloyd | 2011-05-09 | 1 | -1/+1 |
* | When building for GCC, always get the version number, and turn off TR1 | lloyd | 2011-05-03 | 5 | -10/+10 |
* | Tweak settings for SuperH setup, based on Debian bug 594159. Since as | lloyd | 2011-05-02 | 1 | -1/+4 |
* | Use STLport with Sun Studio by default on Linux. It is probably the | lloyd | 2011-04-25 | 1 | -1/+1 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 6 | -20/+20 |
* | Intel C++ doesn't seem to have an option for setting the soname, so it | lloyd | 2011-04-22 | 1 | -1/+1 |
* | Enable unix_procs for FreeBSD. It was disabled in 2006 to work | lloyd | 2011-04-21 | 1 | -2/+0 |
* | Maintainer mode warning cleanups, mostly for C style casts which I | lloyd | 2011-04-18 | 1 | -1/+1 |
* | Somewhat improved ARM support/autodetection | lloyd | 2011-03-09 | 1 | -1/+1 |
* | Fix variable mask warning in Sun C++. | lloyd | 2011-03-01 | 1 | -1/+3 |
* | More VC warning fixes | lloyd | 2011-02-09 | 1 | -1/+1 |
* | Special flags for Nehalem so SSSE3 gets enabled for AES | lloyd | 2010-11-29 | 1 | -0/+1 |
* | Add untested and probably broken support for the C++ Builder compiler | lloyd | 2010-11-03 | 1 | -0/+26 |
* | Use visibility control with Clang, same syntax as GCC | lloyd | 2010-09-28 | 1 | -1/+3 |
* | Disable a couple of very noisy warnings which don't provde a huge | lloyd | 2010-09-07 | 1 | -1/+2 |
* | Update CPU optimization flags for Sun Studio to the previous decade. | lloyd | 2010-09-07 | 1 | -6/+10 |
* | According to Thomas Maier-Komor in a post to botan-devel, the right | lloyd | 2010-09-03 | 1 | -0/+2 |
* | The modern name for Sun Workshop Pro is Sun Studio | lloyd | 2010-09-03 | 1 | -1/+1 |
* | Add support for Atom processors. | lloyd | 2010-08-22 | 1 | -0/+1 |
* | Remove use of -ansi; it's not particularly helpful anyway, and it | lloyd | 2010-08-11 | 1 | -1/+1 |
* | 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 |
* | Drop support for running configure with Python 2.4. This allows | lloyd | 2010-07-09 | 2 | -2/+2 |
* | Add a new configure option --maintainer-mode which turns on the full | lloyd | 2010-06-28 | 1 | -2/+3 |
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -1/+1 |
* | Change how install_name is set on OS X. Not tested, taken from patch | lloyd | 2010-06-11 | 1 | -1/+1 |
* | Include generic mp_asmi.h for MSVC | lloyd | 2010-06-11 | 1 | -1/+1 |
* | More warning flags | lloyd | 2010-03-19 | 1 | -2/+2 |
* | Disable VC++ 4275 entirely; it also causes warnings when building the | lloyd | 2010-03-16 | 1 | -2/+2 |
* | Add -Werror to gcc maintainer flags | lloyd | 2010-03-05 | 1 | -1/+1 |
* | Only disable VC++ warning C4275 with DLL builds | lloyd | 2010-03-03 | 1 | -2/+2 |
* | Disable VC warning 4275 | lloyd | 2010-03-03 | 1 | -1/+1 |
* | Use /W3 with VC++ (/W4 is really noisy, but it seems mostly useless stuff). | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+3 |
* | Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options, | lloyd | 2009-11-20 | 1 | -9/+9 |
* | Force /MD (threaded+DLL libc) with VC++. /MT is the default but seems | lloyd | 2009-11-20 | 1 | -0/+4 |
* | Switch from only-static with VC++ to only a DLL. The static library is | lloyd | 2009-11-19 | 1 | -2/+3 |
* | Most compilers had empty dll_*_flags; remove them since the default is | lloyd | 2009-11-19 | 13 | -38/+1 |
* | Remove unecessary quote characters in the cc info files (were required by | lloyd | 2009-11-19 | 15 | -107/+80 |
* | Remove some CPU specific workarounds for things GCC didn't know about, like | lloyd | 2009-11-11 | 1 | -9/+5 |
* | Switch from -O2/-O for lib/check to -O3/-O2 with gcc | lloyd | 2009-11-11 | 1 | -2/+2 |
* | Add Nehalem/Westmere tags for ICC | lloyd | 2009-11-10 | 1 | -3/+7 |
* | GCC doesn't know what Nehalem or Westmere are, though it does know about | lloyd | 2009-11-06 | 1 | -0/+3 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 15 | -30/+0 |
* | Add theoreticaly support for Clang/LLVM. Current Gentoo clang ebuild doesn't | lloyd | 2009-10-19 | 1 | -0/+46 |
* | propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e... | lloyd | 2009-10-13 | 14 | -2/+31 |
|\ |
|