aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Expose a datestamp in build.h, provide function in version.h forlloyd2010-06-141-0/+5
* Rename the --use-boost-python optin to --with-boost-python, and add alloyd2010-06-131-1/+6
* Hid --enable-isa and instead expose --enable-{sse2,ssse3,aes-ni,altivec}lloyd2010-05-261-9/+9
* Forming TARGET_ARCH, filter characters as with TARGET_CPU, otherwiselloyd2010-05-261-2/+3
* Use -dumpversion instead of -v for detecting the GCC version. Thislloyd2010-05-201-7/+8
* Replace print to stderr with logging.error call on unhandled exception.lloyd2010-05-201-1/+1
* merge of '540ae85af1cc9245c325ef716fcc5c5b334251d0'lloyd2010-05-191-1/+12
|\
| * Remove the old (unused) <supports_shared> config block. It specifiedlloyd2010-05-131-1/+12
* | On Windows, configure would default to VC++ pretty much blindly. Addlloyd2010-05-111-1/+25
|/
* Tick to 1.9.8-devlloyd2010-04-281-3/+3
* Update log, readme, configure for 1.9.7 release1.9.7lloyd2010-04-271-1/+1
* Tick version to 1.9.7-devlloyd2010-04-161-3/+3
* Tick for 1.9.6 release1.9.6lloyd2010-04-091-1/+1
* Tick 1.9.6-devlloyd2010-03-301-3/+3
* Update for 1.9.5 release 2009-03-291.9.5lloyd2010-03-291-1/+1
* Report TR1 missing as different from incompatible compiler in configure outputlloyd2010-03-251-5/+10
* Tick version to 1.9.5-devlloyd2010-03-101-3/+3
* Update version to 1.9.4 release1.9.4lloyd2010-03-091-1/+1
* Use a single dir for all boost.python objectslloyd2010-03-021-0/+2
* Fix sonamelloyd2010-02-241-1/+1
* propagate from branch 'net.randombit.botan' (head 89451dd9349d61bc29507c9c441...lloyd2010-02-231-1/+1
|\
| * propagate from branch 'net.randombit.botan' (head da26221a4feb0b758cd4c182700...lloyd2010-02-171-0/+10
| |\
| * | Give ssl branch its own sonamelloyd2010-02-141-1/+1
* | | Use list comprehensions instead of filter/map to minimize changes neededlloyd2010-02-221-9/+8
| |/ |/|
* | If --gen-amalgamation is used, imply --disable-asm andlloyd2010-02-171-0/+10
|/
* Remove a debug printlloyd2010-01-121-3/+0
* Typo fixlloyd2010-01-111-1/+1
* Minor cleanuplloyd2010-01-081-8/+9
* Add --verbose and --quiet optionslloyd2010-01-061-8/+21
* Remove debug printlloyd2010-01-041-2/+0
* Make ssse3/aes_ni depend on sse2; --disable-sse2 turns off all of thenlloyd2010-01-041-0/+21
* New macro TARGET_CPU_IS_XXX_FAMILY for XXX = X86, PPC, SPARC, undefinedlloyd2009-12-291-0/+4
* Change --with-isa to --enable-isa and --with-{sse2,ssse3,altivec,aes_ni}lloyd2009-12-231-13/+37
* Add --with-{sse2,ssse3,altivec,aes_ni} options to enable specific ISAs.lloyd2009-12-231-12/+22
* Make many more headers internal-only.lloyd2009-12-161-1/+9
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-57/+113
* Add beginings of a --gen-amalgamation command to the build. Generateslloyd2009-12-151-7/+109
* Allow <libs> sections to list multiple OSes for a single lib target, andlloyd2009-12-011-7/+15
* Add a check to configure.py that warns if any module has a dependency listedlloyd2009-11-291-0/+14
* Clean up how the templates_to_proc variable is set up using a generator.lloyd2009-11-241-11/+19
* Update version # to 1.9.4-devlloyd2009-11-231-3/+3
* Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options,lloyd2009-11-201-7/+17
* Update log and readme for 1.9.3 release 2009-11-19lloyd2009-11-201-1/+1
* If no so link command is set just use the empty string; let the user figure i...lloyd2009-11-201-1/+3
* Create installer file as botan-VERSION.exelloyd2009-11-201-1/+1
* Most compilers had empty dll_*_flags; remove them since the default islloyd2009-11-191-2/+1
* Add the first bits of support for packaging botan with InnoSetup.lloyd2009-11-191-1/+2
* Also treat + as a word char in shlexlloyd2009-11-191-1/+1
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-2/+0
* Ignore files that begin with '.', even if they end in .cpp, .h, or .S.lloyd2009-11-141-2/+3