aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 8cecdc1c3dd5853823fabcb8164...lloyd2009-11-161-2/+3
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Remove TR1 hooks - can be assumed to exist under a C++0x compilerlloyd2009-11-131-38/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid tls_tls_foo.o via ugly hacklloyd2012-01-231-1/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dirty hack to support multiple 'define' options in a module info file.lloyd2011-12-231-8/+16
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warn the user if targetting for GCC on Windows without an explicitlloyd2011-12-021-9/+12
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log the detected revision, if mtn reports somethinglloyd2011-11-101-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PyPy workslloyd2011-11-091-7/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to the Python 3 syntax in configure.py. A Perl one-liner in thelloyd2011-10-181-10/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If running a non-released version and monotone wasn't installed (orlloyd2011-10-181-9/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3.1's subprocess.Popen.communicate returns a bytes rather thanlloyd2011-10-101-2/+5
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | / Search for an exact match in both arch and submodel before tryinglloyd2011-08-191-4/+15
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize the logger before we call parse, so if an exception getslloyd2011-07-211-3/+4
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow overriding the VC revision in botan_version.py (for releases)lloyd2011-07-111-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tick to 1.10.1 unreleased.lloyd2011-06-301-5/+20
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix building with --via-amalgamation; it wouldn't generate thelloyd2011-06-031-14/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --via-amalgamation option that builds everything from a singlelloyd2011-06-011-16/+31
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use visibility control unless explicitly turned offlloyd2011-05-311-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split the SIMD implementations into their own modules and choose onelloyd2011-05-241-9/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add (undocumented) option --no-optimizations which turns off alllloyd2011-05-131-9/+18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify soname to match Unix conventions at suggestion of Debianlloyd2011-05-121-2/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable CMS by default, since it's pretty untested and likely unusablelloyd2011-05-061-4/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print comments only on modules that will be usedlloyd2011-05-031-2/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building for GCC, always get the version number, and turn off TR1lloyd2011-05-031-20/+60
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log the chosen MP modulelloyd2011-04-291-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new options --cc-bin for setting the name/path to the compilerlloyd2011-04-291-6/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log that we are assuming the existence of TR1 during configurelloyd2011-04-291-6/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document KDF properly.lloyd2011-04-221-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some small cleanups in output. Fully namespace optparselloyd2011-04-221-32/+32
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Intel C++ doesn't seem to have an option for setting the soname, so itlloyd2011-04-221-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable unix_procs for FreeBSD. It was disabled in 2006 to worklloyd2011-04-211-0/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the --without-sphinx and --without-doxygen flags.lloyd2011-04-191-21/+30
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename --use-sphinx and --use-doxygen to --with-sphinx andlloyd2011-04-181-8/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate building docs using Sphinx and Doxygen into the makefilelloyd2011-04-181-21/+44
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs list is hardcoded into configure.py, and was out of date WRTlloyd2011-04-151-10/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this fixes the soname stufflloyd2011-04-111-12/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I belive this check in fixes PR 113 by making shared library sonameslloyd2011-04-061-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-6/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tick to 1.9.16-devlloyd2011-03-211-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update notes, version, and readme for 1.9.15, first release candidate1.9.151.10.0-rc1lloyd2011-03-211-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print a warning when SSL is enabled, as it is new and mostlylloyd2011-03-211-2/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shared lib should be marked as a dev releaselloyd2011-03-141-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tick to 1.9.15-devlloyd2011-03-071-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update amalgamation copyright yearslloyd2011-03-021-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tick version numbers for 1.9.14 release1.9.14lloyd2011-03-011-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new option --link-method which allows the user to override thelloyd2011-02-181-5/+34
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typo fixlloyd2011-02-181-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Canonicalize OS name for Cygwin; apparently platform will reportlloyd2011-02-181-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warn about unknown modules passed to --enable-modules or --disable-moduleslloyd2011-02-111-0/+8
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Tick version to 1.9.14-devlloyd2011-02-101-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Tick to 1.9.13 release1.9.13lloyd2011-02-091-2/+2