| Commit message (Expand) | Author | Age | Files | Lines |
* | Rearrange to place related pieces of code near each other. | lloyd | 2006-09-08 | 1 | -271/+343 |
* | Remove support for building with .s files, which aren't used (versus .S | lloyd | 2006-09-08 | 1 | -5/+4 |
* | Remove some unused parameters to the makefile printers | lloyd | 2006-09-08 | 1 | -27/+26 |
* | Move some of the shared code up to generate_makefile | lloyd | 2006-09-08 | 1 | -172/+109 |
* | Remove the makefile file handle parameter to the generation functions, as | lloyd | 2006-09-08 | 1 | -32/+24 |
* | Fix a failure that occured if the user specified the OS as generic. | lloyd | 2006-09-08 | 1 | -28/+33 |
* | Remove print_header(), no longer used | lloyd | 2006-09-08 | 1 | -7/+0 |
* | Generate the NMAKE version of the makefile with file templates | lloyd | 2006-09-08 | 1 | -123/+52 |
* | Generate the Unix makefiles by processing templates and replacing | lloyd | 2006-09-08 | 1 | -178/+49 |
* | Make some code a bit more concise/Perlish | lloyd | 2006-09-08 | 1 | -16/+14 |
* | Get ride of some variables that were just cluttering up the code. | lloyd | 2006-09-08 | 1 | -14/+5 |
* | Generate the botan-config script through a simple template-based system. | lloyd | 2006-09-08 | 1 | -66/+41 |
* | Just moving things around | lloyd | 2006-09-07 | 1 | -569/+570 |
* | Remove extraneous parenthesis | lloyd | 2006-09-06 | 1 | -3/+3 |
* | Move the call to main() up towards the top of the script so it's easier | lloyd | 2006-09-05 | 1 | -8/+6 |
* | Remove the last users of %MODULES_OLD | lloyd | 2006-09-05 | 1 | -95/+63 |
* | Add helper functions for warning and error messages. | lloyd | 2006-09-05 | 1 | -54/+74 |
* | Change computation of the preprocessor macros to define to use the new | lloyd | 2006-09-05 | 1 | -20/+22 |
* | Cause two different versions of the modules hash to exist; the previous | lloyd | 2006-09-05 | 1 | -17/+30 |
* | Start changing the module reader code to match the configuration info | lloyd | 2006-09-05 | 1 | -33/+41 |
* | Remove support for modules to define macros that don't have an _EXT_ in | lloyd | 2006-09-05 | 1 | -23/+3 |
* | Move the autoconfiguration code to the bottom; it's the messiest and probably | lloyd | 2006-09-05 | 1 | -214/+213 |
* | Remove the last of the (old) global hashes | lloyd | 2006-09-05 | 1 | -56/+100 |
* | Inline set_arch_defines for easier editing | lloyd | 2006-09-05 | 1 | -28/+22 |
* | Change set_arch_defines to also use read_info_files, then interate over | lloyd | 2006-09-05 | 1 | -10/+5 |
* | Remove set_os_defines and set_cc_defines, replace them with a call to | lloyd | 2006-09-05 | 1 | -26/+14 |
* | Remove the %OS_ALIAS hash | lloyd | 2006-09-05 | 1 | -8/+16 |
* | Remove the last of the hashes that held the compiler flags, everything has | lloyd | 2006-09-05 | 1 | -27/+13 |
* | In set_*_defines, rather than assigning to the %OPERATING_SYSTEM, %CPU, | lloyd | 2006-09-05 | 1 | -3/+9 |
* | Remove %OS_SUPPORTS_SHARED | lloyd | 2006-09-05 | 1 | -7/+9 |
* | Remove the global machine optimization flag hashes | lloyd | 2006-09-05 | 1 | -21/+21 |
* | Remove %INSTALL_INFO | lloyd | 2006-09-05 | 1 | -15/+7 |
* | Rename the keys used in the %INSTALL_INFO hash to make it easier to swap | lloyd | 2006-09-05 | 1 | -21/+21 |
* | Add some helper functions to cut down on clutter in generate_makefile | lloyd | 2006-09-04 | 1 | -24/+28 |
* | Remove several hashes related to file naming | lloyd | 2006-09-04 | 1 | -30/+24 |
* | Remove the compiler debug flags hash and the makefile style hash | lloyd | 2006-09-04 | 1 | -11/+8 |
* | Remove the hashes that listed what operating systems and CPUs a particular | lloyd | 2006-09-04 | 1 | -18/+16 |
* | Remove the global hashes that used to hold the optimization and warning | lloyd | 2006-09-04 | 1 | -10/+14 |
* | Avoid undefined warnings in Makefile generation if the compiler does not | lloyd | 2006-09-04 | 1 | -2/+9 |
* | Remove CC_AR_COMMAND | lloyd | 2006-09-04 | 1 | -3/+10 |
* | Remove CC_BINARY_NAME | lloyd | 2006-09-04 | 1 | -5/+4 |
* | Remove OS_SUPPORTS_ARCH | lloyd | 2006-09-04 | 1 | -3/+2 |
* | Swap the arguments to in_array() | lloyd | 2006-09-04 | 1 | -11/+11 |
* | Remove the REALNAME hash | lloyd | 2006-09-04 | 1 | -17/+24 |
* | Start the first steps towards removing some of the global hashes | lloyd | 2006-09-04 | 1 | -24/+44 |
* | Make ar_needs_ranlib less of a special case | lloyd | 2006-09-04 | 1 | -8/+7 |
* | Rename some internally-used variables so I can use set_if_any for some | lloyd | 2006-09-04 | 1 | -33/+26 |
* | Remove set_undef, replace with an explicit loop in the one place where | lloyd | 2006-09-04 | 1 | -11/+4 |
* | Move some subroutines that were only used in one place inside the | lloyd | 2006-09-04 | 1 | -88/+92 |
* | Rename %modinfo to %info in get_module_info | lloyd | 2006-09-04 | 1 | -22/+22 |