aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid redundant passing around of cc in gen_makefile_lists()Simon Warta2017-04-041-6/+6
* Rename build_config -> build_paths in gen_makefile_lists()Simon Warta2017-04-041-5/+5
* Disable too-many-instance-attributes for CompilerInfo and OsInfoSimon Warta2017-04-041-2/+2
* configure: encode submodel prefix into single valueSimon Warta2017-04-041-12/+11
* Split ConfigureError into UserError and InternalErrorSimon Warta2017-04-041-33/+54
* configure: remove unused chunks()Simon Warta2017-04-041-4/+0
* Merge GH #967 Add CMake generator for IDE development, plus astyle configJack Lloyd2017-04-041-0/+122
|\
| * fix styleTomasz Frydrych2017-04-041-31/+32
| * align to changes from: #962Tomasz Frydrych2017-04-041-1/+1
| * Content:Tomasz Frydrych2017-04-041-0/+121
* | Fix configuration on platforms without shared objects.Jack Lloyd2017-04-041-16/+23
|/
* Move _local_repo_vc_revision to VersionSimon Warta2017-04-031-28/+28
* Allow get_vc_revision() to return NoneSimon Warta2017-04-031-29/+25
* Ensure get_vc_revision() does not run before logger is set upSimon Warta2017-04-031-3/+10
* configure: use new Python integer divisionSimon Warta2017-04-021-1/+1
* Bump author year in configure.pySimon Warta2017-04-021-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-13/+24
* lexed_tokens(): Deduplicate do part in do-whileSimon Warta2017-04-021-3/+5
* Pull LexerError out of lex_me_harder()Simon Warta2017-04-021-14/+17
* Make PKG_CONFIG_FILENAME a free constantSimon Warta2017-04-021-4/+4
* Rename to BuildPaths and ignore too-many-instance-attributesSimon Warta2017-04-021-2/+2
* Pull make_build_doc_commands out of BuildConfigurationInformationSimon Warta2017-04-021-26/+20
* Remomve member `obj_dir` from BuildConfigurationInformationSimon Warta2017-04-021-4/+3
* Merge BuildConfigurationInformation.sources/build_sources -> lib_sourcesSimon Warta2017-04-021-6/+5
* configure: move version information into dedicated classSimon Warta2017-04-021-50/+44
* Remove member `modules` from BuildConfigurationInformationSimon Warta2017-04-011-4/+3
* Remove extra member build_dirs from BuildConfigurationInformationSimon Warta2017-04-011-14/+16
* Fix build variable botan_pkgconfigSimon Warta2017-03-251-8/+2
* Use JSON to store build configSimon Warta2017-03-251-2/+3
* configure: write if condition positiveSimon Warta2017-03-251-6/+6
* pylint: reduce lifespan of unchecked LexResult object in ModulePolicyInfoSimon Warta2017-03-081-4/+8
* pylint: reduce lifespan of unchecked LexResult object in OsInfoSimon Warta2017-03-081-21/+43
* pylint: reduce lifespan of unchecked LexResult object in ArchInfoSimon Warta2017-03-081-13/+18
* pylint: reduce lifespan of unchecked LexResult object in CompilerInfoSimon Warta2017-03-081-50/+66
* pylint: use LexResult to store result of lexerSimon Warta2017-03-081-20/+15
* pylint: use lex return value in ModuleInfoSimon Warta2017-03-081-31/+40
* pylint: use lex return value in ModulePolicyInfoSimon Warta2017-03-081-6/+9
* pylint: use lex return value in ArchInfoSimon Warta2017-03-081-21/+22
* pylint: use lex return value in OsInfoSimon Warta2017-03-081-37/+40
* pylint: let lex_me_harder() return a result objectSimon Warta2017-03-081-78/+89
* pylint: resolve remaining "redefined-builtin" issuesSimon Warta2017-03-081-38/+38
* pylint: break long linesSimon Warta2017-03-081-6/+15
* pylint: make some limits less strictSimon Warta2017-03-081-1/+1
* pylint: make _so_link_search() a @staticmethodSimon Warta2017-03-081-1/+2
* Configure: rename variables to avoid redefining builtinsSimon Warta2017-02-261-7/+7
* Configure: Fix wrong variable name (credits to pylint)Simon Warta2017-02-261-1/+1
* Configure: remove trailing whitespaceSimon Warta2017-02-261-1/+1
* Configure: move some members to shared InfoObject constructorSimon Warta2017-02-261-20/+30
* Configure: Disable wrong-import-position pylint warningSimon Warta2017-02-261-1/+1
* Make it possible to disable stack smashing protection.Jack Lloyd2017-02-041-3/+8