aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci_build.py
Commit message (Expand)AuthorAgeFilesLines
* Update Travis build to use XenialJack Lloyd2018-12-031-15/+22
* Fix debug asserts, and add it to CIJack Lloyd2018-11-291-0/+2
* Attempt to fix Sonar build problemJack Lloyd2018-11-171-1/+6
* Only use Python3 in CI builds if requested explicitlyJack Lloyd2018-10-121-2/+4
* Disable use of pylint3 in TravisJack Lloyd2018-10-121-5/+8
* Alas, Clang in Travis is also too old for this to workJack Lloyd2018-10-061-1/+1
* GCC in Travis is too old (doesn't have ISA attribute)Jack Lloyd2018-10-061-1/+1
* Test single amalgamation fileJack Lloyd2018-10-051-0/+3
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-3/+0
* Merge GH #1667 Add hashing with CommonCryptoJack Lloyd2018-09-041-1/+5
|\
| * Try adding commoncrypto to macOS and iOS buildsJack Lloyd2018-09-041-1/+5
* | Repeat the command line in this error messageJack Lloyd2018-09-041-1/+1
|/
* Fix complaints from latest pylintJack Lloyd2018-08-021-4/+8
* If building with VC2013, force user to ack deprecationJack Lloyd2018-07-041-0/+3
* TLS would try to negotiate x25519 even if disabledJack Lloyd2018-06-151-2/+2
* Add an explicit test mode buildJack Lloyd2018-04-141-1/+1
* Revert cf0386Jack Lloyd2018-03-141-2/+4
* Disable optimizations with coverage buildsJack Lloyd2018-03-141-1/+1
* Add new CLI test scriptJack Lloyd2018-03-101-4/+7
* Split Python tests out of botan2.pyJack Lloyd2018-03-101-4/+6
* Fix header for getentropy on macOSJack Lloyd2018-03-091-0/+2
* Fix crash in x509_unit if any of DH, ECDH, or ElGamal were disabledJack Lloyd2018-02-011-1/+4
* Move Sonar config from build-data to configsJack Lloyd2018-01-181-1/+1
* Remove CPU specific optimization flagsJack Lloyd2018-01-081-2/+2
* Run dist.py script through pylintJack Lloyd2017-12-211-0/+1
* Add a simple OpenSSL vs Botan benchmark scriptJack Lloyd2017-12-181-0/+1
* Try to debug Boost build failure - amalgamation problem?Jack Lloyd2017-12-171-1/+1
* More fixes with recent pylintJack Lloyd2017-12-171-1/+2
* Try running rst2man in CIJack Lloyd2017-12-121-1/+1
* Merge GH #1333 Add script to build docsJack Lloyd2017-12-041-0/+1
|\
| * Add a script for generating the documentationJack Lloyd2017-12-041-0/+1
* | Reduce the AppVeyor build matrixJack Lloyd2017-12-041-2/+4
|/
* Fix install when static lib is disabledJack Lloyd2017-12-021-1/+4
* Drop support for Cilk+Jack Lloyd2017-12-021-4/+1
* Add ability to disable static library buildJack Lloyd2017-11-301-1/+2
* Add a script to handle `make clean` targetJack Lloyd2017-11-291-0/+4
* Allow overriding ar commandJack Lloyd2017-11-291-1/+1
* Avoid leaking SONAR_TOKEN in the build logJack Lloyd2017-10-031-1/+2
* Ugh, disable ccache on Sonar buildJack Lloyd2017-10-011-2/+2
* Get coverage reports in SonarJack Lloyd2017-10-011-17/+34
* Rewrite website generator script in PythonJack Lloyd2017-09-281-1/+2
* Add -k to CI buildsJack Lloyd2017-09-211-0/+1
* Have valgrind error out on memory leaksJack Lloyd2017-09-201-1/+1
* Move config files to src/configsJack Lloyd2017-09-191-9/+15
* Fix lintJack Lloyd2017-09-161-4/+4
* Fix compareJack Lloyd2017-09-161-1/+1
* Small tweaks for CIJack Lloyd2017-09-161-0/+4
* Fix Sonar buildJack Lloyd2017-09-081-1/+1
* Fix var assignmentJack Lloyd2017-09-081-2/+2
* Fix ccache detectionJack Lloyd2017-09-081-1/+2