aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Use just %{version} instead of combining sub-parts needlessly in nmake.inlloyd2009-07-021-5/+1
|/
* s/build-dir/build_dir/ in unix.in and nmake.in, missed themlloyd2009-07-012-8/+8
* Change the makefile template language somewhat. Previously variableslloyd2009-07-017-121/+121
* Make the install_cmd_{data,exec} items in the build-data files quoted,lloyd2009-07-014-13/+6
* Patch to fix --as-needed bug was slightly wrong: linked to -lbotan-@{version},lloyd2009-06-061-1/+1
* Fix Gentoo bug 272242lloyd2009-06-061-2/+2
* Allow for the shared library soname to stay fixed even when the versionlloyd2009-05-132-13/+6
* Place -lbotan before the other -l flags in the output oflloyd2009-04-111-2/+2
* Use Libs.private for listing dependencies in pkg-config, this leads tolloyd2009-03-281-1/+2
* Argh. Using printf in botan-config didn't work either, because somelloyd2009-01-211-3/+3
* In pkg-config, don't link against a specific version number (eg -lbotan-1.8.0)lloyd2008-11-241-1/+1
* Use TR1 by default with GNU C++ and Intel C++, since all recent versions oflloyd2008-11-172-0/+4
* Don't link against explict version in botan-config (breaks with static libs)lloyd2008-11-131-1/+1
* Make installation a little noisierlloyd2008-11-132-4/+4
* Make the level of key consistency checking performed be a build constantlloyd2008-11-111-0/+5
* In Makefiles and pkg-config / botan-config, use -lbotan-@{var:version}lloyd2008-11-074-4/+4
* Don't hard code name in botan-config.inlloyd2008-11-071-1/+1
* Swap workspace and prod vars in botan-config.in, easier to enable workspace uselloyd2008-11-071-5/+5
* Provide pkg-config file as botan-$major$minor.pc, so it can be used like:lloyd2008-11-062-5/+5
* Use Opteron as default submodel, otherwise bogus GCC flags if only arch detec...lloyd2008-11-041-1/+1
* Add alias for Intel T2250. Based on /proc/cpuinfo sent by Benjamin Laulloyd2008-10-241-0/+1
* Added prescott submodel to ia32 architecture, including aliases formarkus2008-10-241-0/+7
* Use -O2 instead of -O3 with Intel C++lloyd2008-10-221-1/+1
* Install pkg-config file to /lib/pkgconfiglloyd2008-10-222-5/+13