| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't link against explict version in botan-config (breaks with static libs) | lloyd | 2008-11-13 | 1 | -1/+1 |
* | Make installation a little noisier | lloyd | 2008-11-13 | 2 | -4/+4 |
* | Make the level of key consistency checking performed be a build constant | lloyd | 2008-11-11 | 1 | -0/+5 |
* | In Makefiles and pkg-config / botan-config, use -lbotan-@{var:version} | lloyd | 2008-11-07 | 4 | -4/+4 |
* | Don't hard code name in botan-config.in | lloyd | 2008-11-07 | 1 | -1/+1 |
* | Swap workspace and prod vars in botan-config.in, easier to enable workspace use | lloyd | 2008-11-07 | 1 | -5/+5 |
* | Provide pkg-config file as botan-$major$minor.pc, so it can be used like: | lloyd | 2008-11-06 | 2 | -5/+5 |
* | Use Opteron as default submodel, otherwise bogus GCC flags if only arch detec... | lloyd | 2008-11-04 | 1 | -1/+1 |
* | Add alias for Intel T2250. Based on /proc/cpuinfo sent by Benjamin Lau | lloyd | 2008-10-24 | 1 | -0/+1 |
* | Added prescott submodel to ia32 architecture, including aliases for | markus | 2008-10-24 | 1 | -0/+7 |
* | Use -O2 instead of -O3 with Intel C++ | lloyd | 2008-10-22 | 1 | -1/+1 |
* | Install pkg-config file to /lib/pkgconfig | lloyd | 2008-10-22 | 2 | -5/+13 |
* | Update ICC flags for 10.1 | lloyd | 2008-10-22 | 1 | -3/+3 |
* | Delete generated botan.pc on make distclean | lloyd | 2008-10-15 | 2 | -2/+2 |
* | Add pkg-config support (requested/suggested by Zack Weinberg on monotone-dev) | lloyd | 2008-10-15 | 1 | -0/+11 |
* | Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of bra... | lloyd | 2008-10-15 | 1 | -4/+4 |
* | Enable sorting in Doxygen output | lloyd | 2008-10-14 | 1 | -1/+1 |
* | Disable generation of man pages | lloyd | 2008-10-13 | 1 | -1/+1 |
* | Don't extract static - Doxygen extracts private static which makes a mess | lloyd | 2008-10-13 | 1 | -1/+1 |
* | Further doxygen config tweaks | lloyd | 2008-10-13 | 1 | -2/+2 |
* | Disable extracting private, static, and local functions in Doxygen (too much ... | lloyd | 2008-10-13 | 1 | -3/+3 |
* | Only delete Doxygen files on distclean, not regular clean | lloyd | 2008-10-13 | 2 | -2/+2 |
* | Add basic support for Doxygen, including a make target | lloyd | 2008-10-13 | 3 | -2/+243 |
* | Default to Itanium2 if provided with just --cpu=ia64. This is safe | lloyd | 2008-10-12 | 1 | -1/+2 |
* | Add a new switch to configure.pl --with-tr1-implementation which | lloyd | 2008-10-12 | 1 | -8/+0 |
* | Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1. | lloyd | 2008-10-12 | 1 | -30/+37 |
* | Default to using Boost's TR1. There seems to be a bug in the GCC 4.3.2 | lloyd | 2008-10-11 | 1 | -2/+2 |
* | Modify botan-config so --libs does not use -L if the prefix is /usr or | lloyd | 2008-10-11 | 1 | -1/+6 |
* | Oops, revert back to standard GCC -Wall flags | lloyd | 2008-10-08 | 1 | -2/+2 |
* | Add commented out alternative for using botan-config against workspace builds | lloyd | 2008-10-08 | 1 | -3/+10 |
* | Partially merge back with InSiTo in an attemp to trace bugs | lloyd | 2008-10-08 | 1 | -0/+3 |
* | Split ecdsa module into ecc_key, ecdsa, eckaeg | lloyd | 2008-10-08 | 2 | -5/+5 |
* | Add new aliases for Opteron, Pentium-M, Pentium4, and Cell PPU to aid ID via ... | lloyd | 2008-10-07 | 3 | -0/+9 |
* | Revert back to portable GCC flags | lloyd | 2008-10-01 | 1 | -2/+2 |
* | Move look_pk and pk_algs to new module pubkey/pk_lookup | lloyd | 2008-10-01 | 1 | -1/+1 |
* | Handle building Botan with almost all public key code disabled (though only | lloyd | 2008-10-01 | 1 | -2/+2 |
* | Remove 'core' as alias of Intel Core2 - confused by 'Dual-Core', etc in /proc... | lloyd | 2008-10-01 | 1 | -1/+0 |
* | Rename sh to hitachi-sh - make regexp collisions less likely | lloyd | 2008-10-01 | 3 | -12/+12 |
* | Rename makefile variable INSTALLROOT to DESTDIR for autotools compatability | lloyd | 2008-09-30 | 3 | -16/+16 |
* | Revert; GCC 4.3 specific flags | lloyd | 2008-09-30 | 1 | -2/+2 |
* | Strict GCC warnings | lloyd | 2008-09-30 | 1 | -2/+2 |
* | Add several aliases for x86 | lloyd | 2008-09-30 | 1 | -2/+8 |
* | propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83... | lloyd | 2008-09-30 | 1 | -0/+22 |
* | Set a preprocessor flag if we think the compiler supports GCC-style | lloyd | 2008-09-29 | 1 | -0/+8 |
* | Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpp | lloyd | 2008-09-29 | 4 | -0/+16 |
* | Remove the misc dir: | lloyd | 2008-09-29 | 49 | -0/+1465 |