aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
...
* Extract setup_logging() from main()Simon Warta2017-04-181-12/+17
* Move BotanConfigureLogHandler out of main()Simon Warta2017-04-181-8/+10
* cmake: Add missing quotes around set_source_files_properties argumentSimon Warta2017-04-161-1/+1
* Merge GH #992 Avoid problem with amalgamation creation under Python3Jack Lloyd2017-04-121-9/+2
|\
| * configure: remove internal sorting of ModuleInfo objectSimon Warta2017-04-111-9/+2
* | Raise error when using --single-amalgamation-file without --amalgamationSimon Warta2017-04-111-0/+3
|/
* Merge GH #984 configure.py refactoring and pylint warning fixesJack Lloyd2017-04-091-388/+507
|\
| * Remove verbose debugging in dependency resolutionSimon Warta2017-04-091-9/+2
| * Extract _generate_sources and ignore remaining limitsSimon Warta2017-04-071-3/+7
| * Extract _generate_headers()Simon Warta2017-04-071-4/+10
| * Extract is_botan_include()/is_std_include()/is_any_include()Simon Warta2017-04-071-15/+39
| * Iterate over open sources file in amalgamation generatorSimon Warta2017-04-071-13/+13
| * Close amalgamation filesSimon Warta2017-04-071-0/+3
| * Reorganize amalgamation source file generationSimon Warta2017-04-071-34/+45
| * Add write_to_file to AmalgamationHeaderSimon Warta2017-04-071-35/+33
| * Extract _target_for_moduleSimon Warta2017-04-071-10/+13
| * Write banner to botan_all_internal.h as wellSimon Warta2017-04-071-5/+6
| * Ensure AmalgamationHeader takes any collection of pathsSimon Warta2017-04-071-6/+8
| * Use with blocks to write amalgamation headersSimon Warta2017-04-071-11/+11
| * Extract include guard generatorsSimon Warta2017-04-071-22/+20
| * Convert generate_amalgamation to class AmalgamationGeneratorSimon Warta2017-04-071-126/+135
| * Sort modules in amalgamation generationSimon Warta2017-04-071-1/+1
| * Fix set based dependency resolutionSimon Warta2017-04-071-30/+48
| * Extract _handle_by_load_onSimon Warta2017-04-071-25/+30
| * Extract _resolve_dependenciesSimon Warta2017-04-071-31/+32
| * Extract _handle_by_module_policySimon Warta2017-04-071-38/+44
| * Extract ModulesChooser._validate_user_selectionSimon Warta2017-04-071-8/+12
| * Extract _validate_dependencies_existSimon Warta2017-04-071-3/+7
| * Rename mod -> modnameSimon Warta2017-04-071-11/+11
| * Move methods into class ModulesChooserSimon Warta2017-04-071-33/+35
| * Make _check_usable an instance methodSimon Warta2017-04-071-27/+27
| * Convert choose_modules_to_use to classSimon Warta2017-04-071-149/+157
| * Rename to loaded_module_namesSimon Warta2017-04-071-2/+2
| * Move external dependency logging into choose_modules_to_use()Simon Warta2017-04-071-4/+2
| * Do not enable and disable module at the same timeSimon Warta2017-04-071-4/+4
| * Add state validation for modules listSimon Warta2017-04-071-0/+7
| * Show stacktrace for built-in exceptions such as RuntimeExceptionSimon Warta2017-04-071-4/+2
| * Make to_load a setSimon Warta2017-04-071-13/+12
| * Simplify disabled_mods assignmentSimon Warta2017-04-071-2/+1
| * Convert not_using_because to defaultdictSimon Warta2017-04-071-15/+14
| * Make module debugging output a little nicerSimon Warta2017-04-071-2/+2
| * Extract display_module_information_unused/display_module_information_to_loadSimon Warta2017-04-071-17/+22
| * Merge link_to_frameworks/link_to to reduce number of local elementsSimon Warta2017-04-071-17/+9
| * Sort source files in cmake outputSimon Warta2017-04-071-2/+4
| * Convert gen_cmake() into classSimon Warta2017-04-071-95/+115
* | Cut absolute path from main configuration executableSimon Warta2017-04-051-1/+7
|/
* Fix bug in string formatterSimon Warta2017-04-041-1/+1
* Fix some styling issues on cmake codeSimon Warta2017-04-041-9/+15
* configure: convert gen_makefile_lists() into classSimon Warta2017-04-041-35/+47
* Extract simd_implementation()Simon Warta2017-04-041-11/+10