aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1...lloyd2010-03-101-1/+1
|\
| * Update version to 1.9.4 release1.9.4lloyd2010-03-091-1/+1
* | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-38/+6
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-241-9/+18
| |\
| * | Post-merge fixeslloyd2010-01-211-2/+1
| * | propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-36/+5
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-241-23/+57
| | |\ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-30/+196
| | |\ \ \
| | * \ \ \ propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c...lloyd2009-12-011-7/+29
| | |\ \ \ \
| | * \ \ \ \ propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457a...lloyd2009-11-291-21/+39
| | |\ \ \ \ \
| | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100...lloyd2009-11-201-5/+7
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2f3665f775fafbdfa517ecdca7f...lloyd2009-11-191-38/+6
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 0ac5a29496b4e50775827d9655c...lloyd2009-11-171-38/+6
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ 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
* | | | | | | | | | | | 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
|/
* Respect --with-isa when choosing what to enablelloyd2009-11-061-3/+4
* Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-5/+20
* The default_submodel option was used by configure.pl but configure.pylloyd2009-11-061-2/+1