Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable vperm AES on big-endian systems | Jack Lloyd | 2019-09-07 | 1 | -1/+1 |
| | | | | | All the constants need to be tweaked and possibly other changes are required. | ||||
* | Reorg documentation layout. Rename manual to handbook. | Jack Lloyd | 2019-05-31 | 1 | -1/+1 |
| | |||||
* | Pylint fixes | Jack Lloyd | 2018-12-03 | 1 | -2/+2 |
| | |||||
* | Do multiple jobs for pylint analysis | Jack Lloyd | 2018-12-03 | 1 | -2/+2 |
| | |||||
* | Attempt to fix Sonar build problem | Jack Lloyd | 2018-11-17 | 1 | -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 fixes | Jack Lloyd | 2018-09-13 | 1 | -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.3 | Jack Lloyd | 2018-09-02 | 1 | -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 index | Jack Lloyd | 2018-05-22 | 1 | -0/+4 |
| | | | | Fixes #1573 | ||||
* | Move version.txt to src/build-data | Jack Lloyd | 2018-04-04 | 1 | -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 configs | Jack Lloyd | 2018-01-18 | 1 | -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 Lloyd | 2017-12-20 | 1 | -20/+0 |
| | |||||
* | Add Eclipse code formatting template [ci skip] | René Korthaus | 2017-10-11 | 1 | -0/+167 |
| | |||||
* | Rewrite website generator script in Python | Jack Lloyd | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | Merge GH #1217 Tweak version reporting and improve dist script | Jack Lloyd | 2017-09-19 | 2 | -0/+244 |
|\ | |||||
| * | Accept a - in release | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
| | | | | | | | | This occurs with "snapshot:branch-name" syntax. | ||||
| * | Using ast.literal_eval is no good here | Jack Lloyd | 2017-09-19 | 1 | -2/+11 |
| | | |||||
| * | Rename botan_version.py to version.txt | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
| | | |||||
| * | Handle : (as appears in 'git:revid') | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
| | | |||||
| * | Load botan_version.py as a file instead of as module import | Jack Lloyd | 2017-09-19 | 2 | -0/+235 |
| | | | | | | | | Really no reason for this to be arbitrary code | ||||
* | | Only disable pylint rules we really want to silence | Jack Lloyd | 2017-09-19 | 1 | -4/+2 |
|/ | | | | [ci skip] | ||||
* | Move config files to src/configs | Jack Lloyd | 2017-09-19 | 4 | -0/+468 |