aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2f3665f775fafbdfa517ecdca7f...lloyd2009-11-196-142/+5
|\
| * Drop support for compilers that are no longer in active service, sincelloyd2009-11-194-131/+0
| * 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-132-4/+0
| * Use GCC 4.5 snapshot for C++0x buildlloyd2009-11-131-1/+1
| * propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-1318-60/+66
| |\
| * \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-2/+2
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-2/+2
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-301-2/+2
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-161-2/+2
| | | | |\ \
| | | | | * | Use GCC 4.4.1-release for C++0x testinglloyd2009-09-091-1/+1
| | | | | * | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-081-2/+2
| | | | | |\ \
| | | | | | * \ propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-0312-137/+137
| | | | | | |\ \
| | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-041-2/+2
| | | | | | |\ \ \
| | | | | | | * | | Start a new branch for C++0x experimentation.lloyd2009-04-011-2/+2
* | | | | | | | | | Remove unecessary quote characters in the cc info files (were required bylloyd2009-11-1915-107/+80
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove some CPU specific workarounds for things GCC didn't know about, likelloyd2009-11-111-9/+5
* | | | | | | | | Rename the UltraSPARC submodels; remove UltraSPARC II since it is functionallylloyd2009-11-111-6/+4
* | | | | | | | | Make em64t just an alias for amd64; add nocona as a submodel. Also addlloyd2009-11-111-1/+3
* | | | | | | | | Switch from -O2/-O for lib/check to -O3/-O2 with gcclloyd2009-11-111-2/+2
* | | | | | | | | Add Nehalem/Westmere tags for ICClloyd2009-11-101-3/+7
* | | | | | | | | GCC doesn't know what Nehalem or Westmere are, though it does know aboutlloyd2009-11-061-0/+3
* | | | | | | | | Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-1/+1
* | | | | | | | | The default_submodel option was used by configure.pl but configure.pylloyd2009-11-0616-37/+7
* | | | | | | | | The code for handling SIMD ISA extensions actually works fine for generallloyd2009-11-065-15/+21
* | | | | | | | | Generate SIMD macro flags for build.h from data in build-data/arch forlloyd2009-11-065-0/+27
|/ / / / / / / /
* | | | | | | | Kill straggling realnameslloyd2009-10-291-2/+0
* | | | | | | | Hurd file was missing txt extension, must have missed it before?lloyd2009-10-291-0/+0
* | | | | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-2947-94/+0
* | | | | | | | propagate from branch 'net.randombit.botan.1_8' (head 3158f8272a3582dd44dfb77...lloyd2009-10-2824-4/+148
|\ \ \ \ \ \ \ \
| * | | | | | | | Add theoreticaly support for Clang/LLVM. Current Gentoo clang ebuild doesn'tlloyd2009-10-191-0/+46
| |/ / / / / / /
| * | | | | | | propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e...lloyd2009-10-1323-4/+102
| |\ \ \ \ \ \ \
| | * | | | | | | Fix python install target. Add CryptoBox wrapper plus an examplelloyd2009-10-091-1/+1
| | * | | | | | | Add more or less functional integration with Boost.Python. Uselloyd2009-10-093-2/+31
| | * | | | | | | Fix --enable-debuglloyd2009-10-091-2/+3
| | * | | | | | | Add support for GNU/Hurdlloyd2009-10-071-0/+16
| | |/ / / / / /
| | * / / / / / Add a new macro BOTAN_BUILD_COMPILER_IS_XXX to build.hlloyd2009-09-2914-0/+28
| | |/ / / / /
| | * / / / / Add parallel block toggles for CBC and CFB (decrypt direction only)lloyd2009-09-101-1/+7
| | |/ / / /
| | * | | | According to the Linux sources, S/390 and PowerPC can both do unalignedlloyd2009-09-044-0/+12
| | * | | | Modify Keyed_Filter so it is a pure interfacelloyd2009-08-111-0/+6
* | | | | | Add alias for ppc64 as 'powerpc64' for Gentoo ebuildlloyd2009-10-281-0/+4
|/ / / / /
* / / / / Rename all of the build-data files with a .txt extension, and filter forlloyd2009-10-1347-0/+0
|/ / / /
* | | | Use the default ABI instead of forcing n32 for mips32lloyd2009-08-103-33/+21
* | | | Add compiler settings for the Open64 (http://www.open64.net/) compiler,lloyd2009-08-031-0/+30
* | | | Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-252-0/+12
* | | | Add an alias armv5tel for xscale, fixes autodetection for both Perl andlloyd2009-07-231-0/+1
* | | | Disable STRIP_CODE_COMMENTS for Doxygen outputlloyd2009-07-211-1/+1
| |_|/ |/| |
* | | Add some aliases for 586/686 to match against what platform produces on WinXPlloyd2009-07-021-0/+3
* | | propagate from branch 'net.randombit.botan' (head db0cdfa10718d2065e52b6753d1...lloyd2009-07-021-1/+9
|\ \ \
| * | | Macro defines are split up in the build.h template nowlloyd2009-07-021-1/+9