Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the checks that the compiler specified works on the given OS/CPU. | lloyd | 2007-10-21 | 26 | -255/+1 |
| | | | | | All too often this information gets out of of date, so trust the user is specifying something that makes sense if they use --cc, --cpu, or --os. | ||||
* | Use new options for ICC 10.0 | lloyd | 2007-10-21 | 1 | -6/+6 |
| | |||||
* | Intel C++ looks to prefer icpc instead of icc (in order to get the the | lloyd | 2007-10-20 | 1 | -2/+2 |
| | | | | runtime linked in). Also, -KPIC has been disfavored, replaced by -fPIC. | ||||
* | Make mswin32 an alias for Windows so we will detect it by comparing it | lloyd | 2007-10-20 | 1 | -0/+1 |
| | | | | with Perl's $^O | ||||
* | Mark both 32 and 64 bit PowerPC as big endian. Both have little endian | lloyd | 2007-10-19 | 2 | -0/+4 |
| | | | | variants but AFAIK they are quite rare or perhaps completely extinct now. | ||||
* | Mark x86 and x86-64 as supporting unaligned memory accesses | lloyd | 2007-10-19 | 2 | -0/+2 |
| | |||||
* | Add x86-64 to the list of Darwin/OS X platforms | lloyd | 2007-09-13 | 1 | -0/+1 |
| | |||||
* | Add a couple more aliases for Core 2 | lloyd | 2007-05-31 | 1 | -0/+3 |
| | |||||
* | Mark 32-bit SPARC as big-endian, since SPARC didn't offer little-endian | lloyd | 2007-05-17 | 1 | -0/+2 |
| | | | | support until SPARCv9. | ||||
* | Add a new preprocessor macro defining the endian-ness of the target CPU. | lloyd | 2007-05-17 | 2 | -0/+4 |
| | | | | | | Currently it is only set for x86 and x86-64 as they are two of the few architectures which are not bi-endian, and we're not doing any detection (nor is there any way for a user to override the selection yet). | ||||
* | Fix the static-only Unix makefile, it was referencing the 'botan_config' | lloyd | 2007-03-04 | 1 | -1/+1 |
| | | | | variable which was not set; it should have been 'botan-config'. | ||||
* | Handle out of tree builds a little better. | lloyd | 2007-03-04 | 3 | -8/+8 |
| | |||||
* | Define _QNX_SOURCE when compiling under QNX, according to reports on the | lloyd | 2007-02-28 | 1 | -1/+1 |
| | | | | mailing list this is required for a successful build. | ||||
* | Bump copyright year to 2007 in misc/ | lloyd | 2007-01-20 | 17 | -17/+17 |
| | |||||
* | Missed a bit of gunk when I renamed the files in the NIST X.509 tests | lloyd | 2006-12-16 | 94 | -0/+0 |
| | | | | directory before. | ||||
* | Bring the RPM spec file up to date. | lloyd | 2006-12-14 | 1 | -12/+16 |
| | |||||
* | Remove the use of the machine-specific optimization flags, as they have | lloyd | 2006-12-14 | 1 | -9/+1 |
| | | | | been removed in Visual Studio 2005. | ||||
* | Also remove build.h from the distclean target for nmake | lloyd | 2006-12-14 | 1 | -0/+1 |
| | |||||
* | Update the Python version of the testsuite to use the new filename scheme | lloyd | 2006-12-14 | 1 | -2/+2 |
| | |||||
* | Rename the files in the NIST X.509 certificate path validation suite to | lloyd | 2006-12-14 | 476 | -5/+5 |
| | | | | | | be shorter, with no embedded spaces. Also update the C++ test program to look for the new filenames. | ||||
* | Update the GTK example to use the new pulse interface. | lloyd | 2006-12-14 | 3 | -27/+30 |
| | |||||
* | Comment out some problematic code so at least the Python extension can build | lloyd | 2006-12-11 | 1 | -0/+2 |
| | |||||
* | Check in some old (very minor) changes to the Python wrapper code | lloyd | 2006-12-09 | 1 | -2/+4 |
| | |||||
* | Convert the makefile for the GTK+ example to a generic Unix makefile | lloyd | 2006-12-08 | 2 | -24/+18 |
| | |||||
* | Various small improvements for x86-64 architectures, and better support | lloyd | 2006-11-24 | 3 | -7/+19 |
| | | | | for the EKOpath C/C++ compiler. | ||||
* | ICC supports x86-64 now | lloyd | 2006-11-06 | 1 | -0/+1 |
| | |||||
* | Somewhat better public key support, though I have a feeling this is not | lloyd | 2006-10-28 | 1 | -6/+38 |
| | | | | really the right approach. | ||||
* | Drop todo.txt from misc/config, as most of the things listed have already | lloyd | 2006-10-12 | 2 | -35/+1 |
| | | | | | | been done. Change the header comment in buildh.in | ||||
* | Split up all the 'base' algorithm classes into different files | lloyd | 2006-09-29 | 4 | -71/+116 |
| | | | | Significant improvements to the public key wrappers. | ||||
* | Use -momit-leaf-frame-pointer on x86 and x86-64 | lloyd | 2006-09-26 | 1 | -6/+3 |
| | |||||
* | Add core2duo as an arch alias for amd64 | lloyd | 2006-09-26 | 1 | -0/+1 |
| | |||||
* | Opteron and Athlon64 were marked as both aliases and submodels of AMD64. | lloyd | 2006-09-15 | 1 | -6/+2 |
| | | | | | Since no current compiler makes a distinction among different x86-64 CPUs, they've been changed to arch aliases. | ||||
* | Drop this, probably shouldn't have been included in the first place. | lloyd | 2006-09-10 | 1 | -16/+0 |
| | |||||
* | Check in some very preliminary code for wrapping public keys | lloyd | 2006-09-10 | 2 | -12/+68 |
| | | | | Some fixes to the Filter code, though it is still not entirely functional. | ||||
* | Lowercase the link command, no sense in shouting. | lloyd | 2006-09-10 | 1 | -1/+1 |
| | |||||
* | Fix the clean and install targets in the makefiles | lloyd | 2006-09-09 | 3 | -11/+11 |
| | | | | Clean up how help output is produced a bit further. | ||||
* | Do put a space after -c/-o options, except for Visual C++, which can't | lloyd | 2006-09-09 | 11 | -22/+22 |
| | | | | deal with it. | ||||
* | Fix a bug when generating nmake-style makefiles. | lloyd | 2006-09-08 | 1 | -1/+1 |
| | | | | | | Make sure to close the output file in process_template Work around some Visual Studio command-line brain damange. | ||||
* | Some minor simplifications for installation logic. | lloyd | 2006-09-08 | 6 | -8/+12 |
| | | | | Inline print_unix_makefile and print_nmake_makefile into generate_makefile | ||||
* | Add a 'win32' alias for Windows. | lloyd | 2006-09-08 | 1 | -0/+4 |
| | |||||
* | Fix handling for systems that need to run ranlib on static libraries. | lloyd | 2006-09-08 | 2 | -2/+4 |
| | |||||
* | Fix minor spacing issues after the build list | lloyd | 2006-09-08 | 3 | -0/+6 |
| | |||||
* | Use the right variable in the botan-config template for extra libraries | lloyd | 2006-09-08 | 1 | -1/+1 |
| | |||||
* | Check in the template for the build.h file | lloyd | 2006-09-08 | 1 | -0/+21 |
| | |||||
* | Correct some of the Visual C++ options | lloyd | 2006-09-08 | 1 | -2/+2 |
| | |||||
* | Improve handling of Itanium option generation for GCC | lloyd | 2006-09-08 | 2 | -2/+5 |
| | |||||
* | Generate the NMAKE version of the makefile with file templates | lloyd | 2006-09-08 | 1 | -0/+103 |
| | |||||
* | Generate the Unix makefiles by processing templates and replacing | lloyd | 2006-09-08 | 2 | -0/+253 |
| | | | | variables, rather than hardcoding the entire Makefile into the script. | ||||
* | Generate the botan-config script through a simple template-based system. | lloyd | 2006-09-08 | 1 | -0/+57 |
| | |||||
* | Drop a random test file that was accidentally checked in | lloyd | 2006-09-06 | 1 | -14/+0 |
| |