| Commit message (Expand) | Author | Age | Files | Lines |
* | Add (undocumented) option --no-optimizations which turns off all | lloyd | 2011-05-13 | 1 | -9/+18 |
* | Modify soname to match Unix conventions at suggestion of Debian | lloyd | 2011-05-12 | 1 | -2/+10 |
* | Disable CMS by default, since it's pretty untested and likely unusable | lloyd | 2011-05-06 | 1 | -4/+12 |
* | Print comments only on modules that will be used | lloyd | 2011-05-03 | 1 | -2/+7 |
* | When building for GCC, always get the version number, and turn off TR1 | lloyd | 2011-05-03 | 1 | -20/+60 |
* | Log the chosen MP module | lloyd | 2011-04-29 | 1 | -0/+3 |
* | Add new options --cc-bin for setting the name/path to the compiler | lloyd | 2011-04-29 | 1 | -6/+14 |
* | Log that we are assuming the existence of TR1 during configure | lloyd | 2011-04-29 | 1 | -6/+11 |
* | Document KDF properly. | lloyd | 2011-04-22 | 1 | -1/+2 |
* | Some small cleanups in output. Fully namespace optparse | lloyd | 2011-04-22 | 1 | -32/+32 |
* | Intel C++ doesn't seem to have an option for setting the soname, so it | lloyd | 2011-04-22 | 1 | -1/+1 |
* | Enable unix_procs for FreeBSD. It was disabled in 2006 to work | lloyd | 2011-04-21 | 1 | -0/+6 |
* | Fix the --without-sphinx and --without-doxygen flags. | lloyd | 2011-04-19 | 1 | -21/+30 |
* | Rename --use-sphinx and --use-doxygen to --with-sphinx and | lloyd | 2011-04-18 | 1 | -8/+14 |
* | Integrate building docs using Sphinx and Doxygen into the makefile | lloyd | 2011-04-18 | 1 | -21/+44 |
* | Docs list is hardcoded into configure.py, and was out of date WRT | lloyd | 2011-04-15 | 1 | -10/+3 |
* | I think this fixes the soname stuff | lloyd | 2011-04-11 | 1 | -12/+5 |
* | I belive this check in fixes PR 113 by making shared library sonames | lloyd | 2011-04-06 | 1 | -2/+2 |
* | Convert most of the documentation to reStructured Text, adding | lloyd | 2011-04-04 | 1 | -6/+12 |
* | Tick to 1.9.16-dev | lloyd | 2011-03-21 | 1 | -4/+4 |
* | Update notes, version, and readme for 1.9.15, first release candidate1.9.151.10.0-rc1 | lloyd | 2011-03-21 | 1 | -2/+2 |
* | Print a warning when SSL is enabled, as it is new and mostly | lloyd | 2011-03-21 | 1 | -2/+8 |
* | Shared lib should be marked as a dev release | lloyd | 2011-03-14 | 1 | -1/+1 |
* | Tick to 1.9.15-dev | lloyd | 2011-03-07 | 1 | -3/+3 |
* | Update amalgamation copyright years | lloyd | 2011-03-02 | 1 | -1/+1 |
* | Tick version numbers for 1.9.14 release1.9.14 | lloyd | 2011-03-01 | 1 | -2/+2 |
* | Add a new option --link-method which allows the user to override the | lloyd | 2011-02-18 | 1 | -5/+34 |
* | Typo fix | lloyd | 2011-02-18 | 1 | -2/+2 |
* | Canonicalize OS name for Cygwin; apparently platform will report | lloyd | 2011-02-18 | 1 | -0/+5 |
* | Warn about unknown modules passed to --enable-modules or --disable-modules | lloyd | 2011-02-11 | 1 | -0/+8 |
* | Tick version to 1.9.14-dev | lloyd | 2011-02-10 | 1 | -4/+4 |
* | Tick to 1.9.13 release1.9.13 | lloyd | 2011-02-09 | 1 | -2/+2 |
* | Add a new configure.py option --distribution-info which sets a macro | lloyd | 2011-02-07 | 1 | -6/+8 |
* | Apply a patch to configure contributed by Lyon Chen in PR 134. | lloyd | 2011-02-07 | 1 | -1/+1 |
* | If there is a malformed or missing header guard, raise an error with | lloyd | 2010-12-28 | 1 | -2/+5 |
* | Tick to 1.9.13-dev | lloyd | 2010-12-15 | 1 | -4/+4 |
* | Update versions for 1.9.12 release1.9.12 | lloyd | 2010-12-13 | 1 | -2/+2 |
* | Don't hardcode dir where python code lives | lloyd | 2010-12-13 | 1 | -0/+2 |
* | Now 1.9.12-dev | lloyd | 2010-11-30 | 1 | -4/+4 |
* | Update version numbers for 1.9.11 release | lloyd | 2010-11-29 | 1 | -2/+2 |
* | Make configure output more sensible wrt incompatible modules | lloyd | 2010-09-28 | 1 | -2/+2 |
* | Not an error removing build if it didn't exist at all | lloyd | 2010-09-10 | 1 | -1/+2 |
* | Add an (undocumented) option --dirty-tree which does not delete the build | lloyd | 2010-09-08 | 1 | -4/+19 |
* | Add support for Atom processors. | lloyd | 2010-08-22 | 1 | -8/+7 |
* | Tick to 1.9.11-dev | lloyd | 2010-08-13 | 1 | -4/+4 |
* | Update log, readme, configure for 1.9.10 release 2010-08-121.9.10 | lloyd | 2010-08-12 | 1 | -2/+2 |
* | Handle the cast of configure.py --cpu=i386 --enable-ssse3. Previously | lloyd | 2010-08-11 | 1 | -0/+5 |
* | Move options for wrappers into their own group. Add an option | lloyd | 2010-07-20 | 1 | -10/+18 |
* | Warn if no info files for compilers, CPUs or OSes get loaded; this is | lloyd | 2010-07-09 | 1 | -5/+9 |
* | Drop support for running configure with Python 2.4. This allows | lloyd | 2010-07-09 | 1 | -70/+29 |