aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Set SIMD ISA flags when building test_simd.cppJack Lloyd2017-01-291-0/+4
* Add support for NEON in SIMD_4x32Jack Lloyd2017-01-291-2/+2
* add "--with-external-libdir" to configure.pyDaniel Neus2017-01-261-5/+19
* Complete the rename of Python wrapperJack Lloyd2017-01-241-1/+1
* Fix configure.py error when compiler doesn't support desired ISA flagsJack Lloyd2017-01-221-9/+15
* Missing tracebackJack Lloyd2017-01-221-0/+1
* Handle processor name in /proc/cpuinfo that as a colon in the name itselfJack Lloyd2017-01-141-7/+7
* configure: Remove duplicates from generated module listJack Lloyd2017-01-121-1/+2
* Merge GH #837 Enable PKCS11 module by default, remove --with-pkcs11 optionJack Lloyd2017-01-111-1/+1
|\
| * Enable PKCS11 module by default and remove --with-pkcs11 optionRené Korthaus2017-01-111-1/+1
* | Resolve lint issues: bad-builtinSimon Warta2017-01-111-2/+3