aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update ICC flags for 10.1lloyd2008-10-221-3/+3
* Delete generated botan.pc on make distcleanlloyd2008-10-152-2/+2
* Add pkg-config support (requested/suggested by Zack Weinberg on monotone-dev)lloyd2008-10-151-0/+11
* Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of bra...lloyd2008-10-151-4/+4
* Enable sorting in Doxygen outputlloyd2008-10-141-1/+1
* Disable generation of man pageslloyd2008-10-131-1/+1
* Don't extract static - Doxygen extracts private static which makes a messlloyd2008-10-131-1/+1
* Further doxygen config tweakslloyd2008-10-131-2/+2
* Disable extracting private, static, and local functions in Doxygen (too much ...lloyd2008-10-131-3/+3
* Only delete Doxygen files on distclean, not regular cleanlloyd2008-10-132-2/+2
* Add basic support for Doxygen, including a make targetlloyd2008-10-133-2/+243
* Default to Itanium2 if provided with just --cpu=ia64. This is safelloyd2008-10-121-1/+2
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-121-8/+0
* Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.lloyd2008-10-121-30/+37
* Default to using Boost's TR1. There seems to be a bug in the GCC 4.3.2lloyd2008-10-111-2/+2
* Modify botan-config so --libs does not use -L if the prefix is /usr orlloyd2008-10-111-1/+6
* Oops, revert back to standard GCC -Wall flagslloyd2008-10-081-2/+2
* Add commented out alternative for using botan-config against workspace buildslloyd2008-10-081-3/+10
* Partially merge back with InSiTo in an attemp to trace bugslloyd2008-10-081-0/+3
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-082-5/+5
* Add new aliases for Opteron, Pentium-M, Pentium4, and Cell PPU to aid ID via ...lloyd2008-10-073-0/+9
* Revert back to portable GCC flagslloyd2008-10-011-2/+2
* Move look_pk and pk_algs to new module pubkey/pk_lookuplloyd2008-10-011-1/+1
* Handle building Botan with almost all public key code disabled (though onlylloyd2008-10-011-2/+2
* Remove 'core' as alias of Intel Core2 - confused by 'Dual-Core', etc in /proc...lloyd2008-10-011-1/+0
* Rename sh to hitachi-sh - make regexp collisions less likelylloyd2008-10-013-12/+12
* Rename makefile variable INSTALLROOT to DESTDIR for autotools compatabilitylloyd2008-09-303-16/+16
* Revert; GCC 4.3 specific flagslloyd2008-09-301-2/+2
* Strict GCC warningslloyd2008-09-301-2/+2
* Add several aliases for x86lloyd2008-09-301-2/+8
* propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83...lloyd2008-09-301-0/+22
* Set a preprocessor flag if we think the compiler supports GCC-stylelloyd2008-09-291-0/+8
* Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpplloyd2008-09-294-0/+16
* Remove the misc dir:lloyd2008-09-2949-0/+1465