aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Fix make clean, removed too muchlloyd2014-01-181-0/+5
* Generalize .obj renaminglloyd2014-01-121-2/+11
* Fix dependency checks for intrinsics and runtime Altivec checklloyd2014-01-101-8/+7
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-18/+48
* Move lib into srclloyd2014-01-101-3/+3
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-10/+19
* Move all object files to subdirlloyd2014-01-071-2/+4
* Finish renamelloyd2014-01-071-3/+3
* Make the shared library an included fragment like pythonlloyd2014-01-071-3/+13
* Rename test sourceslloyd2014-01-071-2/+2
* Move python to src, add to main makefilelloyd2014-01-071-17/+17
* Use same cc flag gen funclloyd2014-01-041-3/+7
* Show debug default in --help outputlloyd2014-01-041-1/+1
* Move Sphinx configlloyd2014-01-021-2/+3
* Cull remaining mostly dubious examples. Also remove readme.txtlloyd2014-01-011-2/+0
* Rename targetlloyd2014-01-011-14/+15
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-13/+14
* s/check/test/glloyd2014-01-011-14/+14
* Make Boost easier to disable with minimal feature losslloyd2013-12-281-1/+1
* Support multiple ISA requirements. Fix CLMUL flag.lloyd2013-12-271-19/+25
* Turn on debug by default on non-release buildslloyd2013-12-251-1/+1
* Use needed -m ABI flags in --via-amalgamation buildslloyd2013-12-211-5/+28
* Clean up makefile outputlloyd2013-12-151-3/+3
* Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering.lloyd2013-12-141-3/+6
* Fix maintainer mode flagslloyd2013-12-141-2/+2
* Use -Werror only when --maintainer-mode is set as warnings will sneaklloyd2013-12-141-4/+6
* Add --cc-abi-flags option to configure.pylloyd2013-12-141-10/+12
* Better checklloyd2013-12-021-1/+1
* Add a check on API revisionslloyd2013-12-021-1/+4
* Python 3 fixlloyd2013-12-011-1/+1
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-5/+11
* Fix file rename in info.txt and add a check for this in configurelloyd2013-11-281-0/+4
* Enable maintainer mode checks in all builds of non-release versions.lloyd2013-11-161-1/+10
* If we can't get a revid from monotone, try git as well.lloyd2013-07-311-19/+32
* Merge mp_word64 into mp_genericlloyd2013-07-301-8/+8
* Add a generic 64x64->128 multiplication op.lloyd2013-07-301-1/+11
* Upgrade report of modules loaded by config to info from debuglloyd2013-06-011-1/+1
* Merge pull from Christopher Dale <[email protected]>guywithcrookedface2013-06-011-0/+9
* Always include modules requiring ISA extensions as long as thelloyd2013-04-171-91/+43
* src/utils/semaphore.h was marked both public and internal, which brokelloyd2013-03-091-10/+13
* Report the version type and date in configure outputlloyd2013-03-061-2/+9
* Set the release type (unreleased, released, snapshot) inlloyd2013-03-041-0/+4
* Document --link-method and make it obvious what it controlslloyd2013-01-301-6/+7
* The GCC version check was previously used for -fpermissive but nowlloyd2012-10-301-39/+0
* Copy *.rst from doc instead of *.txt if sphinx is notlloyd2012-10-301-1/+1
* Add a --chost option to configure that takes a GNU style triplet.lloyd2012-08-311-3/+15
* Includes for <functional> don't need to be a special case in thelloyd2012-08-131-1/+1
* Update the InnoSetup script:lloyd2012-07-111-0/+16
* Traceback by default on an exception throwlloyd2012-07-101-3/+3
* Add a LZMA filter contributed by Vojtech Krallloyd2012-07-091-1/+1