Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename mod -> modname | Simon Warta | 2017-04-07 | 1 | -11/+11 |
| | |||||
* | Move methods into class ModulesChooser | Simon Warta | 2017-04-07 | 1 | -33/+35 |
| | |||||
* | Make _check_usable an instance method | Simon Warta | 2017-04-07 | 1 | -27/+27 |
| | |||||
* | Convert choose_modules_to_use to class | Simon Warta | 2017-04-07 | 1 | -149/+157 |
| | |||||
* | Rename to loaded_module_names | Simon Warta | 2017-04-07 | 1 | -2/+2 |
| | |||||
* | Move external dependency logging into choose_modules_to_use() | Simon Warta | 2017-04-07 | 1 | -4/+2 |
| | |||||
* | Do not enable and disable module at the same time | Simon Warta | 2017-04-07 | 1 | -4/+4 |
| | |||||
* | Add state validation for modules list | Simon Warta | 2017-04-07 | 1 | -0/+7 |
| | |||||
* | Show stacktrace for built-in exceptions such as RuntimeException | Simon Warta | 2017-04-07 | 1 | -4/+2 |
| | |||||
* | Make to_load a set | Simon Warta | 2017-04-07 | 1 | -13/+12 |
| | |||||
* | Simplify disabled_mods assignment | Simon Warta | 2017-04-07 | 1 | -2/+1 |
| | |||||
* | Convert not_using_because to defaultdict | Simon Warta | 2017-04-07 | 1 | -15/+14 |
| | |||||
* | Make module debugging output a little nicer | Simon Warta | 2017-04-07 | 1 | -2/+2 |
| | |||||
* | Extract display_module_information_unused/display_module_information_to_load | Simon Warta | 2017-04-07 | 1 | -17/+22 |
| | |||||
* | Merge link_to_frameworks/link_to to reduce number of local elements | Simon Warta | 2017-04-07 | 1 | -17/+9 |
| | | | | in create_template_vars() | ||||
* | Sort source files in cmake output | Simon Warta | 2017-04-07 | 1 | -2/+4 |
| | |||||
* | Convert gen_cmake() into class | Simon Warta | 2017-04-07 | 1 | -95/+115 |
| | |||||
* | Fix bug in string formatter | Simon Warta | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Fix some styling issues on cmake code | Simon Warta | 2017-04-04 | 1 | -9/+15 |
| | |||||
* | configure: convert gen_makefile_lists() into class | Simon Warta | 2017-04-04 | 1 | -35/+47 |
| | |||||
* | Extract simd_implementation() | Simon Warta | 2017-04-04 | 1 | -11/+10 |
| | |||||
* | Avoid redundant passing around of cc in gen_makefile_lists() | Simon Warta | 2017-04-04 | 1 | -6/+6 |
| | |||||
* | Rename build_config -> build_paths in gen_makefile_lists() | Simon Warta | 2017-04-04 | 1 | -5/+5 |
| | |||||
* | Disable too-many-instance-attributes for CompilerInfo and OsInfo | Simon Warta | 2017-04-04 | 1 | -2/+2 |
| | | | | There is no hope we can reduce the number of instance variables to 15 | ||||
* | configure: encode submodel prefix into single value | Simon Warta | 2017-04-04 | 1 | -12/+11 |
| | | | | to reuse dictionary parsing | ||||
* | Split ConfigureError into UserError and InternalError | Simon Warta | 2017-04-04 | 1 | -33/+54 |
| | |||||
* | configure: remove unused chunks() | Simon Warta | 2017-04-04 | 1 | -4/+0 |
| | |||||
* | Merge GH #967 Add CMake generator for IDE development, plus astyle config | Jack Lloyd | 2017-04-04 | 1 | -0/+122 |
|\ | |||||
| * | fix style | Tomasz Frydrych | 2017-04-04 | 1 | -31/+32 |
| | | |||||
| * | align to changes from: #962 | Tomasz Frydrych | 2017-04-04 | 1 | -1/+1 |
| | | |||||
| * | Content: | Tomasz Frydrych | 2017-04-04 | 1 | -0/+121 |
| | | | | | | | | | | | | * added cmake generator to configure.py * added .astylerc * updated .gitignore to not see generated cmakelists | ||||
* | | Fix configuration on platforms without shared objects. | Jack Lloyd | 2017-04-04 | 1 | -16/+23 |
|/ | | | | Was calling on a None object and failing, noticed by MinGW cross build. | ||||
* | Move _local_repo_vc_revision to Version | Simon Warta | 2017-04-03 | 1 | -28/+28 |
| | |||||
* | Allow get_vc_revision() to return None | Simon Warta | 2017-04-03 | 1 | -29/+25 |
| | |||||
* | Ensure get_vc_revision() does not run before logger is set up | Simon Warta | 2017-04-03 | 1 | -3/+10 |
| | |||||
* | configure: use new Python integer division | Simon Warta | 2017-04-02 | 1 | -1/+1 |
| | | | | | this should also work for Python 2.6/2.7 (http://python3porting.com/preparing.html#division-section) | ||||
* | Bump author year in configure.py | Simon Warta | 2017-04-02 | 1 | -1/+1 |
| | |||||
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -13/+24 |
| | |||||
* | lexed_tokens(): Deduplicate do part in do-while | Simon Warta | 2017-04-02 | 1 | -3/+5 |
| | |||||
* | Pull LexerError out of lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -14/+17 |
| | |||||
* | Make PKG_CONFIG_FILENAME a free constant | Simon Warta | 2017-04-02 | 1 | -4/+4 |
| | |||||
* | Rename to BuildPaths and ignore too-many-instance-attributes | Simon Warta | 2017-04-02 | 1 | -2/+2 |
| | | | | | BuildPaths cannot have less than 15 attributes (currently 21) without spoiling the code | ||||
* | Pull make_build_doc_commands out of BuildConfigurationInformation | Simon Warta | 2017-04-02 | 1 | -26/+20 |
| | |||||
* | Remomve member `obj_dir` from BuildConfigurationInformation | Simon Warta | 2017-04-02 | 1 | -4/+3 |
| | |||||
* | Merge BuildConfigurationInformation.sources/build_sources -> lib_sources | Simon Warta | 2017-04-02 | 1 | -6/+5 |
| | |||||
* | configure: move version information into dedicated class | Simon Warta | 2017-04-02 | 1 | -50/+44 |
| | |||||
* | Remove member `modules` from BuildConfigurationInformation | Simon Warta | 2017-04-01 | 1 | -4/+3 |
| | | | | | in other parts of the code, modules are already passed next to BuildConfigurationInformation, e.g. in create_template_vars() | ||||
* | Remove extra member build_dirs from BuildConfigurationInformation | Simon Warta | 2017-04-01 | 1 | -14/+16 |
| | | | | and reduce constructor length | ||||
* | Fix build variable botan_pkgconfig | Simon Warta | 2017-03-25 | 1 | -8/+2 |
| | | | | | This avoids an extra "hello/" path segment when configured with `./configure.py --with-build-dir hello` | ||||
* | Use JSON to store build config | Simon Warta | 2017-03-25 | 1 | -2/+3 |
| | | | | to improve debuggability |