aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Collapse)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-2013-75/+55
|\ | | | | | | | | | | b431f4bc404f3ed4a5332b69100ff903fbbb1d6a) to branch 'net.randombit.botan.c++0x' (head a5eb5edada5e025f7c85c096dc59a467cae4aba6)
| * Include the dll.manifest and exports file in the installer; I'm not surelloyd2009-11-201-0/+2
| | | | | | | | | | that anyone needs either of these, but it appears like they may be useful if you're doing unusual stuff like C++/CLI.
| * Force /MD (threaded+DLL libc) with VC++. /MT is the default but seemslloyd2009-11-201-0/+4
| | | | | | | | | | | | | | to cause random crashes during the test suite. With /MD they go away. I don't know enough about Windows development to know what this means... I'm sure it makes sense to somebody. Anyway, going with something that appears to function.
| * Fix windows install_rootlloyd2009-11-201-1/+1
| |
| * Create installer file as botan-VERSION.exelloyd2009-11-201-0/+1
| |
| * Fix nmake's distclean and DLL inking. Add static lib to InnoSetuplloyd2009-11-202-8/+9
| |
| * Nmake makefile cleanups and DLL fixeslloyd2009-11-201-34/+10
| |
| * Switch from only-static with VC++ to only a DLL. The static library islloyd2009-11-193-14/+13
| | | | | | | | | | huge (60+ Mb!); the DLL should be smaller due to link-time merging making it viable to distribute binaries.
| * Most compilers had empty dll_*_flags; remove them since the default islloyd2009-11-1915-40/+3
| | | | | | | | | | | | | | empty anyway. For VC++ (only user) set BOTAN_DLL to dllimport by default (for apps), and then redefine as dllexport when building the library.
| * Fix includes, and put into {app}\include\botan so -IC:\botan\includelloyd2009-11-191-1/+1
| | | | | | | | causes <botan/XXX> to be visible as expected.
| * Fix typos, set other fields in InnoSetup scriptlloyd2009-11-191-3/+8
| |
| * Add the first bits of support for packaging botan with InnoSetup.lloyd2009-11-191-0/+17
| | | | | | | | Untested, almost certainly doesn't work.
* | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-196-142/+5
|\ \ | |/ |/| | | | | | | 2f3665f775fafbdfa517ecdca7f872e35bd90277) to branch 'net.randombit.botan.c++0x' (head 45169719ddd8977b1eb20637576bc855dbc867a0)
| * Drop support for compilers that are no longer in active service, sincelloyd2009-11-194-131/+0
| | | | | | | | there is no chance that C++0x support will be added to them at any point.
| * Use -pthread on all platforms. This is necessary to get functioning supportlloyd2009-11-171-6/+4
| | | | | | | | | | | | | | for std::thread, and to ensure that std::mutex actually maps to a real mutex and not a no-op. Don't explicitly define _REENTRANT; -pthread will handle that if necessary.
| * 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 ↵lloyd2009-11-1318-60/+66
| |\ | | | | | | | | | | | | | | | ac888e57b614c623590d79ab615353ad7c76ef68) to branch 'net.randombit.botan.c++0x' (head 9bf78ed7e2521a328f6db7acbc1cd81b07718230)
| * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-021-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | 2773c2310e8c0a51975987a2dd6c5824c8d43882) to branch 'net.randombit.botan.c++0x' (head f13cf5d7e89706c882604299b508f356c20aae3a)
| | * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-10-131-2/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 139d6957d20f0b1202e0eacc63cb011588faffde) to branch 'net.randombit.botan.c++0x' (head c16676fa6c393bc3f46a044755ce525a013380a6)
| | | * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-09-301-2/+2
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a5eb02c2e451fc983f234f7ba2f023f5a7d294f) to branch 'net.randombit.botan.c++0x' (head e18cd411269e15638df3298d6a4165446e7ca529)
| | | | * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-09-161-2/+2
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32f457161b1ad1afb7a3d0ccebc98ada83fb23d9) to branch 'net.randombit.botan.c++0x' (head 6e3c13869f27636152cf11c65a7d8197a93641d9)
| | | | | * | Use GCC 4.4.1-release for C++0x testinglloyd2009-09-091-1/+1
| | | | | | |
| | | | | * | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-09-081-2/+2
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5cadcc57872bef55226579df57349fe09a93d1f5) to branch 'net.randombit.botan.c++0x' (head d1747f0394aa4442e5b32b9102b830e1a86f0e5a)
| | | | | | * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-07-0312-137/+137
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d6d32791adfa878b6fc0dd3a5b65a665b7bbb549) to branch 'net.randombit.botan.c++0x' (head 54deb0e078aab8cd91c8fd8819d1e6668fc762da)
| | | | | | * \ \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-06-041-2/+2
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6a746ccf1e957dba703e65372050a7bd4d6b117d) to branch 'net.randombit.botan.c++0x' (head f54bb7b391eb3b71f380a68ddd460debdc31545d)
| | | | | | | * | | Start a new branch for C++0x experimentation.lloyd2009-04-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With GCC, build as C++0x (set the binary name to my particular installed GCC 4.4 snapshot).
* | | | | | | | | | Remove unecessary quote characters in the cc info files (were required bylloyd2009-11-1915-107/+80
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.pl, but configure.py's parser is smart enough to deal with them with or without quotes). Add support for shared library generation with IBM xlC (untested). Drop bcc - this was for the Borland's old compiler and almost certainly is not right for the current Embarcadero C++Builder. Support for that should be added (though I don't have access to this compiler personally).
* | | | | | | | | Remove some CPU specific workarounds for things GCC didn't know about, likelloyd2009-11-111-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Alpha EV67 and MIPS R10000.
* | | | | | | | | Rename the UltraSPARC submodels; remove UltraSPARC II since it is functionallylloyd2009-11-111-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same as an UltraSPARC for optimization purposes.
* | | | | | | | | Make em64t just an alias for amd64; add nocona as a submodel. Also addlloyd2009-11-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x64 as another arch alias since some people seem to use it.
* | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the AES and PCLMUL instructions. Oddness. For the time being, compile Nehalem and Westmere as Core2 + extras, probably close enough.
* | | | | | | | | Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on a particular ISA extension rather than a list of CPUs. Much easier to edit and audit, too. Add markers on the AES-NI code and SHA-1/SSE2. Serpent and XTEA don't need it because they are generic and only depend on simd_32 which will silenty swap out a scalar version if SSE2/AltiVec isn't enabled (since it turns out on supersclar processors just doing 4 blocks in parallel can be a win even in GPRs). Add pentium3 to the list of CPUs with rdtsc, was missing. Odd!
* | | | | | | | | The default_submodel option was used by configure.pl but configure.pylloyd2009-11-0616-37/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignores this unless it can detect (or is asked to use) a specific model; otherwise it compiles for the baseline ISA. Remove the default_submodel entries in the arch files.
* | | | | | | | | The code for handling SIMD ISA extensions actually works fine for generallloyd2009-11-065-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ISA extensions (say, Intel's AES-NI, for instance) so change everything to reflect that. Also rename some of the amd64 models, and add entries for k10, nehalem, and westmere processors.
* | | | | | | | | Generate SIMD macro flags for build.h from data in build-data/arch forlloyd2009-11-065-0/+27
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SSE2, SSSE3, NEON, and AltiVec. Add entries for Intel Atom, POWER6 and POWER7, and the Cortex A8 and A9.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
* | | | | | | | propagate from branch 'net.randombit.botan.1_8' (head ↵lloyd2009-10-2824-4/+148
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3158f8272a3582dd44dfb771665eb71f7d005339) to branch 'net.randombit.botan' (head bf629b13dd132b263e76a72b7eca0f7e4ab19aac)
| * | | | | | | | Add theoreticaly support for Clang/LLVM. Current Gentoo clang ebuild doesn'tlloyd2009-10-191-0/+46
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | seem to work with C++ at all so untested.
| * | | | | | | propagate from branch 'net.randombit.botan.1_8' (head ↵lloyd2009-10-1323-4/+102
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c5ae189464f6ef16e3ce73ea7c563412460d76a3) to branch 'net.randombit.botan' (head e2b95b6ad31c7539cf9ac0ebddb1d80bf63b5b21)
| | * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --use-boost-python to enable creating a second makefile, Makefile.python, which has targets for building and installing the Python module.
| | * | | | | | | Fix --enable-debuglloyd2009-10-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With GCC, only use -finline-functions if not a debug build
| | * | | | | | | 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
| | |/ / / /