| Commit message (Expand) | Author | Age | Files | Lines |
* | Split main() into several subroutines. | lloyd | 2006-09-09 | 1 | -580/+650 |
* | Be more free with suggesting the user try running with --help in the event | lloyd | 2006-09-09 | 1 | -22/+24 |
* | Merge the various set_if_any functions into a single match_any_of | lloyd | 2006-09-09 | 1 | -40/+32 |
* | Fix a bug when generating nmake-style makefiles. | lloyd | 2006-09-08 | 1 | -3/+2 |
* | Rename error() to croak(), to make it a little more obvious that it doesn't | lloyd | 2006-09-08 | 1 | -146/+155 |
* | Some minor simplifications for installation logic. | lloyd | 2006-09-08 | 1 | -60/+35 |
* | Various small things, nothing of real import. | lloyd | 2006-09-08 | 1 | -24/+20 |
* | The dir_list() function hardcoded '.' and '..' intead of using File::Spec | lloyd | 2006-09-08 | 1 | -6/+11 |
* | Hoist some shared code up to generate_makefile() | lloyd | 2006-09-08 | 1 | -71/+51 |
* | Store the list of docs to install in a list rather than a hash. | lloyd | 2006-09-08 | 1 | -49/+31 |
* | Fix handling for systems that need to run ranlib on static libraries. | lloyd | 2006-09-08 | 1 | -8/+4 |
* | Fix minor spacing issues after the build list | lloyd | 2006-09-08 | 1 | -3/+2 |
* | Fix several embedded pathnames that might cause problems on non-Unix | lloyd | 2006-09-08 | 1 | -56/+32 |
* | Integrated conflict detection into the module loader, which catches many | lloyd | 2006-09-08 | 1 | -40/+28 |
* | Finally get rid of the last set of globals | lloyd | 2006-09-08 | 1 | -50/+48 |
* | Speed up process_template() by running the regular expressions over the | lloyd | 2006-09-08 | 1 | -90/+106 |
* | Pass the config hash to load_module instead of a list of arguments | lloyd | 2006-09-08 | 1 | -66/+66 |
* | Get rid of a few more global variables | lloyd | 2006-09-08 | 1 | -35/+34 |
* | Use %CONFIG to hold much more of the build information. | lloyd | 2006-09-08 | 1 | -160/+136 |
* | Chop out various globals and unused parameters | lloyd | 2006-09-08 | 1 | -94/+127 |
* | 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 |