aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config
Commit message (Expand)AuthorAgeFilesLines
* Make text easier to understandlloyd2008-09-071-2/+5
* Add the username and hostname to build.hlloyd2008-09-071-4/+4
* For non-release, use strict GCC warn flagslloyd2008-09-071-2/+2
* Include a comment in the generated build.h stating that the file waslloyd2008-09-061-0/+17
* Revert back to just -W -Wall for GCC for releaselloyd2008-09-051-2/+2
* Extra warnings for GCC 4lloyd2008-08-311-1/+2
* Use lib instead of link to create static liblloyd2008-08-181-1/+1
* Fix autoconfiguration on Windows (testing on XP, VS 2008)lloyd2008-08-182-3/+3
* Complete the core2duo -> core2 renamelloyd2008-07-073-3/+2
* Set -march=<submodel> for x86-64 processors, and delete the bit of codelloyd2008-07-071-2/+2
* Change submodel name for Core2 processors from 'core2duo' to 'core2'lloyd2008-07-071-5/+5
* Set MSVC dll import flags (from Joel Low)lloyd2008-07-031-1/+1
* Optimizations had been disabledlloyd2008-04-141-2/+2
* Rename so_obj_flags variable to shared_flagslloyd2008-04-139-11/+11
* Enabled shared objects on windowslloyd2008-04-131-1/+1
* Add lines for setting dll_import_flags and dll_export_flags to all thelloyd2008-04-1312-2/+42
* Make a BOTAN_DLL macro in build.hlloyd2008-04-131-0/+4
* Copyrighting a generated file seems kind of silly, though it would belloyd2008-04-121-4/+0
* Make the size of the random value used to blind the private keylloyd2008-04-121-0/+1
* Make the memory allocator's chunk size a compile time constant, via alloyd2008-04-121-0/+1
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Don't hard-code the user and group when doing an install: instead uselloyd2008-04-069-24/+2
* On NetBSD with GCC, define _NETBSD_SOURCE; according to a report on thelloyd2008-03-101-1/+1
* merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546'lloyd2007-12-2430-257/+18
|\
| * Add /Zi to debug flags for Visual Studiolloyd2007-11-111-1/+1
| * Fix flags for Core2 optimizations with Intel C++lloyd2007-10-231-1/+1
| * Build Alpha as little-endian by default.lloyd2007-10-211-0/+1
| * Make i686 the x86 default CPU (used if the user just says 'x86' or equivalent)lloyd2007-10-211-1/+1
| * Remove the checks that the compiler specified works on the given OS/CPU.lloyd2007-10-2126-255/+1
| * Use new options for ICC 10.0lloyd2007-10-211-6/+6
| * Intel C++ looks to prefer icpc instead of icc (in order to get the thelloyd2007-10-201-2/+2
| * Make mswin32 an alias for Windows so we will detect it by comparing itlloyd2007-10-201-0/+1
| * Mark both 32 and 64 bit PowerPC as big endian. Both have little endianlloyd2007-10-192-0/+4
| * Mark x86 and x86-64 as supporting unaligned memory accesseslloyd2007-10-192-0/+2
| * Add x86-64 to the list of Darwin/OS X platformslloyd2007-09-131-0/+1
* | Add amd64 to list of Darwin/OS X platformslloyd2007-08-291-0/+1
|/
* Add a couple more aliases for Core 2lloyd2007-05-311-0/+3
* Mark 32-bit SPARC as big-endian, since SPARC didn't offer little-endianlloyd2007-05-171-0/+2
* Add a new preprocessor macro defining the endian-ness of the target CPU.lloyd2007-05-172-0/+4
* Fix the static-only Unix makefile, it was referencing the 'botan_config'lloyd2007-03-041-1/+1
* Handle out of tree builds a little better.lloyd2007-03-043-8/+8
* Define _QNX_SOURCE when compiling under QNX, according to reports on thelloyd2007-02-281-1/+1
* Bump copyright year to 2007 in misc/lloyd2007-01-201-1/+1
* Remove the use of the machine-specific optimization flags, as they havelloyd2006-12-141-9/+1
* Also remove build.h from the distclean target for nmakelloyd2006-12-141-0/+1
* Various small improvements for x86-64 architectures, and better supportlloyd2006-11-243-7/+19
* ICC supports x86-64 nowlloyd2006-11-061-0/+1
* Drop todo.txt from misc/config, as most of the things listed have alreadylloyd2006-10-122-35/+1
* Use -momit-leaf-frame-pointer on x86 and x86-64lloyd2006-09-261-6/+3
* Add core2duo as an arch alias for amd64lloyd2006-09-261-0/+1