aboutsummaryrefslogtreecommitdiffstats
path: root/src/configs
Commit message (Collapse)AuthorAgeFilesLines
* Disable vperm AES on big-endian systemsJack Lloyd2019-09-071-1/+1
| | | | | All the constants need to be tweaked and possibly other changes are required.
* Reorg documentation layout. Rename manual to handbook.Jack Lloyd2019-05-311-1/+1
|
* Pylint fixesJack Lloyd2018-12-031-2/+2
|
* Do multiple jobs for pylint analysisJack Lloyd2018-12-031-2/+2
|
* Attempt to fix Sonar build problemJack Lloyd2018-11-171-0/+2
| | | | | | The build is timing out. Use -Os instead of -O3 in an attempt to speed up the build step, and enable multithreaded analysis as that step is also quite slow.
* Some document fixesJack Lloyd2018-09-131-1/+1
| | | | | Downgrade min Sphinx to 1.2 again - I checked and while Sphinx 1.2 produce many warnings it does generate usable output.
* Increase min_sphinx to 1.3Jack Lloyd2018-09-021-1/+2
| | | | | | | | | | It was already at least this in practice as IIRC Sphinx 1.2 crashes when run on the docs. I am not sure it even works correctly with 1.3, there were a lot of C++ fixes in Sphinx 1.4 too. Set utf8 as suggested in GH #746
* Sphinx: Avoid formatting problems in PDF indexJack Lloyd2018-05-221-0/+4
| | | | Fixes #1573
* Move version.txt to src/build-dataJack Lloyd2018-04-041-1/+1
| | | | It is not useful for end-users so don't put it in the top level.
* Move Sonar config from build-data to configsJack Lloyd2018-01-181-0/+16
| | | | Since it is not a template file, nor is it read by configure.py
* Remove use of Sphinx extlinks extension [ci skip]Jack Lloyd2017-12-201-20/+0
|
* Add Eclipse code formatting template [ci skip]René Korthaus2017-10-111-0/+167
|
* Rewrite website generator script in PythonJack Lloyd2017-09-281-1/+1
|
* Merge GH #1217 Tweak version reporting and improve dist scriptJack Lloyd2017-09-192-0/+244
|\
| * Accept a - in releaseJack Lloyd2017-09-191-1/+1
| | | | | | | | This occurs with "snapshot:branch-name" syntax.
| * Using ast.literal_eval is no good hereJack Lloyd2017-09-191-2/+11
| |
| * Rename botan_version.py to version.txtJack Lloyd2017-09-191-1/+1
| |
| * Handle : (as appears in 'git:revid')Jack Lloyd2017-09-191-1/+1
| |
| * Load botan_version.py as a file instead of as module importJack Lloyd2017-09-192-0/+235
| | | | | | | | Really no reason for this to be arbitrary code
* | Only disable pylint rules we really want to silenceJack Lloyd2017-09-191-4/+2
|/ | | | [ci skip]
* Move config files to src/configsJack Lloyd2017-09-194-0/+468