aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Convert line endings on examples.lloyd2009-11-241-6/+5
* Clean up the implementation of the line ending converter.lloyd2009-11-241-12/+26
* Don't do line ending conversion on build.h since that was (presumably/usually)lloyd2009-11-231-6/+9
* Use a little Pascal script (hey, my first Pascal program!) in InnoSetuplloyd2009-11-231-5/+21
* Fix minor errors in InnoSetup scriptlloyd2009-11-231-5/+5
* Add User and Developer install targets to Win32 installerlloyd2009-11-231-9/+22
* Fix the Nmake file - turns out the LIB is a really bad name for a variablelloyd2009-11-231-6/+6
* Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options,lloyd2009-11-202-16/+17
* Remove long #### blocks for readabilitylloyd2009-11-202-48/+16
* Add readme.txt, license.txt, and log.txt to the InnoSetup installlloyd2009-11-201-0/+4
* Include the dll.manifest and exports file in the installer; I'm not surelloyd2009-11-201-0/+2
* Force /MD (threaded+DLL libc) with VC++. /MT is the default but seemslloyd2009-11-201-0/+4
* 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
* Most compilers had empty dll_*_flags; remove them since the default islloyd2009-11-1915-40/+3
* Fix includes, and put into {app}\include\botan so -IC:\botan\includelloyd2009-11-191-1/+1
* 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
* 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