| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix includes, and put into {app}\include\botan so -IC:\botan\include | lloyd | 2009-11-19 | 1 | -1/+1 |
* | Fix typos, set other fields in InnoSetup script | lloyd | 2009-11-19 | 1 | -3/+8 |
* | Add the first bits of support for packaging botan with InnoSetup. | lloyd | 2009-11-19 | 1 | -0/+17 |
* | 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 |
* | Rename the UltraSPARC submodels; remove UltraSPARC II since it is functionally | lloyd | 2009-11-11 | 1 | -6/+4 |
* | Make em64t just an alias for amd64; add nocona as a submodel. Also add | lloyd | 2009-11-11 | 1 | -1/+3 |
* | 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 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -1/+1 |
* | The default_submodel option was used by configure.pl but configure.py | lloyd | 2009-11-06 | 16 | -37/+7 |
* | The code for handling SIMD ISA extensions actually works fine for general | lloyd | 2009-11-06 | 5 | -15/+21 |
* | Generate SIMD macro flags for build.h from data in build-data/arch for | lloyd | 2009-11-06 | 5 | -0/+27 |
* | Kill straggling realnames | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Hurd file was missing txt extension, must have missed it before? | lloyd | 2009-10-29 | 1 | -0/+0 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 47 | -94/+0 |
* | propagate from branch 'net.randombit.botan.1_8' (head 3158f8272a3582dd44dfb77... | lloyd | 2009-10-28 | 24 | -4/+148 |
|\ |
|
| * | 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 | 23 | -4/+102 |
| |\ |
|
| | * | Fix python install target. Add CryptoBox wrapper plus an example | lloyd | 2009-10-09 | 1 | -1/+1 |
| | * | Add more or less functional integration with Boost.Python. Use | lloyd | 2009-10-09 | 3 | -2/+31 |
| | * | Fix --enable-debug | lloyd | 2009-10-09 | 1 | -2/+3 |
| | * | Add support for GNU/Hurd | lloyd | 2009-10-07 | 1 | -0/+16 |
| | * | Add a new macro BOTAN_BUILD_COMPILER_IS_XXX to build.h | lloyd | 2009-09-29 | 14 | -0/+28 |
| | * | Add parallel block toggles for CBC and CFB (decrypt direction only) | lloyd | 2009-09-10 | 1 | -1/+7 |
| | * | According to the Linux sources, S/390 and PowerPC can both do unaligned | lloyd | 2009-09-04 | 4 | -0/+12 |
| | * | Modify Keyed_Filter so it is a pure interface | lloyd | 2009-08-11 | 1 | -0/+6 |
* | | | Add alias for ppc64 as 'powerpc64' for Gentoo ebuild | lloyd | 2009-10-28 | 1 | -0/+4 |
|/ / |
|
* / | Rename all of the build-data files with a .txt extension, and filter for | lloyd | 2009-10-13 | 47 | -0/+0 |
|/ |
|
* | Use the default ABI instead of forcing n32 for mips32 | lloyd | 2009-08-10 | 3 | -33/+21 |
* | Add compiler settings for the Open64 (http://www.open64.net/) compiler, | lloyd | 2009-08-03 | 1 | -0/+30 |
* | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 2 | -0/+12 |
* | Add an alias armv5tel for xscale, fixes autodetection for both Perl and | lloyd | 2009-07-23 | 1 | -0/+1 |
* | Disable STRIP_CODE_COMMENTS for Doxygen output | lloyd | 2009-07-21 | 1 | -1/+1 |
* | Add some aliases for 586/686 to match against what platform produces on WinXP | lloyd | 2009-07-02 | 1 | -0/+3 |
* | propagate from branch 'net.randombit.botan' (head db0cdfa10718d2065e52b6753d1... | lloyd | 2009-07-02 | 1 | -1/+9 |
|\ |
|
| * | Macro defines are split up in the build.h template now | lloyd | 2009-07-02 | 1 | -1/+9 |
* | | Use just %{version} instead of combining sub-parts needlessly in nmake.in | lloyd | 2009-07-02 | 1 | -5/+1 |
|/ |
|
* | s/build-dir/build_dir/ in unix.in and nmake.in, missed them | lloyd | 2009-07-01 | 2 | -8/+8 |
* | Change the makefile template language somewhat. Previously variables | lloyd | 2009-07-01 | 7 | -121/+121 |
* | Make the install_cmd_{data,exec} items in the build-data files quoted, | lloyd | 2009-07-01 | 4 | -13/+6 |
* | Patch to fix --as-needed bug was slightly wrong: linked to -lbotan-@{version}, | lloyd | 2009-06-06 | 1 | -1/+1 |
* | Fix Gentoo bug 272242 | lloyd | 2009-06-06 | 1 | -2/+2 |
* | Allow for the shared library soname to stay fixed even when the version | lloyd | 2009-05-13 | 2 | -13/+6 |
* | Place -lbotan before the other -l flags in the output of | lloyd | 2009-04-11 | 1 | -2/+2 |
* | Use Libs.private for listing dependencies in pkg-config, this leads to | lloyd | 2009-03-28 | 1 | -1/+2 |
* | Argh. Using printf in botan-config didn't work either, because some | lloyd | 2009-01-21 | 1 | -3/+3 |
* | In pkg-config, don't link against a specific version number (eg -lbotan-1.8.0) | lloyd | 2008-11-24 | 1 | -1/+1 |
* | Use TR1 by default with GNU C++ and Intel C++, since all recent versions of | lloyd | 2008-11-17 | 2 | -0/+4 |