aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new configure.py option --distribution-info which sets a macrolloyd2011-02-071-6/+8
* Apply a patch to configure contributed by Lyon Chen in PR 134.lloyd2011-02-071-1/+1
* If there is a malformed or missing header guard, raise an error withlloyd2010-12-281-2/+5
* Tick to 1.9.13-devlloyd2010-12-151-4/+4
* Update versions for 1.9.12 release1.9.12lloyd2010-12-131-2/+2
* Don't hardcode dir where python code liveslloyd2010-12-131-0/+2
* Now 1.9.12-devlloyd2010-11-301-4/+4
* Update version numbers for 1.9.11 releaselloyd2010-11-291-2/+2
* Make configure output more sensible wrt incompatible moduleslloyd2010-09-281-2/+2
* Not an error removing build if it didn't exist at alllloyd2010-09-101-1/+2
* Add an (undocumented) option --dirty-tree which does not delete the buildlloyd2010-09-081-4/+19
* Add support for Atom processors.lloyd2010-08-221-8/+7
* Tick to 1.9.11-devlloyd2010-08-131-4/+4
* Update log, readme, configure for 1.9.10 release 2010-08-121.9.10lloyd2010-08-121-2/+2
* Handle the cast of configure.py --cpu=i386 --enable-ssse3. Previouslylloyd2010-08-111-0/+5
* Move options for wrappers into their own group. Add an optionlloyd2010-07-201-10/+18
* Warn if no info files for compilers, CPUs or OSes get loaded; this islloyd2010-07-091-5/+9
* Drop support for running configure with Python 2.4. This allowslloyd2010-07-091-70/+29