index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #584 Changes to support Windows debugging
Jack Lloyd
2016-08-17
1
-4
/
+9
|
\
|
*
No PDB output for CLI and tests
Daniel Neus
2016-08-16
1
-4
/
+9
*
|
Remove template sources: user, hostname, timestamp
Simon Warta
2016-08-17
1
-13
/
+1
|
/
*
Make the header intersect checks a little more succint.
Jack Lloyd
2016-08-12
1
-15
/
+8
*
Headers can be marked as external by using `<header:external>` in info.txt.
Daniel Neus
2016-08-12
1
-7
/
+30
*
include external PKCS#11 headers into botan
Daniel Neus
2016-07-26
1
-1
/
+1
*
Merge asm into single mp_madd.h and mp_asmi.h files
Jack Lloyd
2016-07-21
1
-27
/
+15
*
coverage should be checked without optimizations
Daniel Neus
2016-07-14
1
-0
/
+3
*
Merge GH #507 Add PKCS #11 support. Previous merge 360a3a5 missed later commits
Jack Lloyd
2016-07-04
1
-25
/
+11
|
\
|
*
improve with_external_includedir handling in configure.py
Daniel Neus
2016-06-28
1
-25
/
+11
*
|
Merge GH #523 fixes for OpenBSD compilation
Jack Lloyd
2016-07-04
1
-0
/
+8
|
\
\
|
*
|
Do not attempt to use avx2 on OpenBSD
Lauri Nurmi
2016-07-03
1
-0
/
+2
|
*
|
Adjust GCC binary name on OpenBSD
Lauri Nurmi
2016-07-03
1
-0
/
+6
*
|
|
Merge GH #507 Add PKCS #11 support
Jack Lloyd
2016-07-04
1
-11
/
+28
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
add --with-external-includedir to configure.py
Daniel Neus
2016-06-17
1
-11
/
+28
*
|
|
Guess the compiler to be clang on FreeBSD
Lauri Nurmi
2016-07-02
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix configure with compilers that don't set an explicit binary linker
Jack Lloyd
2016-06-17
1
-4
/
+3
|
/
*
Fixed shared library behaviour on Darwin/OS X.
Alastair Houghton
2016-04-07
1
-2
/
+9
*
Merge GH #446 add --module-policy option
Jack Lloyd
2016-03-06
1
-60
/
+85
|
\
|
*
Add option --module-policy
Jack Lloyd
2016-03-06
1
-60
/
+85
*
|
Have --debug-mode both set debug info and disable optimizations.
Jack Lloyd
2016-03-06
1
-3
/
+7
|
/
*
fix comment
Daniel Neus
2016-02-19
1
-1
/
+1
*
Use symlinks on windows if explicitly requested
Daniel Neus
2016-02-19
1
-2
/
+8
*
Add --with-valgrind
Jack Lloyd
2016-02-13
1
-0
/
+6
*
Maintainer mode shouldn't always imply ASan since it interferes with
Jack Lloyd
2016-01-29
1
-3
/
+0
*
Fix configure.py for CPython 2.6
Jack Lloyd
2016-01-04
1
-3
/
+10
*
Merge pull request #353 from neusdan/robust_build_setup_windows
Jack Lloyd
2015-12-31
1
-2
/
+29
|
\
|
*
review changes
Daniel Neus
2015-12-23
1
-7
/
+9
|
*
decrease timeout between attempts to 100ms
Daniel Neus
2015-12-18
1
-4
/
+4
|
*
make shutil.rmtree and os.makedirs more robust (at least on windows)
Daniel Neus
2015-12-10
1
-2
/
+27
*
|
Add TPM v1.2 support (RSA keygen/signing, RNG)
Jack Lloyd
2015-12-19
1
-1
/
+1
*
|
Expose os_type setting as BOTAN_TARGET_OS_TYPE_IS_x
Jack Lloyd
2015-12-12
1
-7
/
+15
|
/
*
Rename cmd/app -> cli
Simon Warta
2015-12-09
1
-10
/
+10
*
Better error checking for <libs> settings in module info files
Jack Lloyd
2015-11-28
1
-0
/
+7
*
Remove --build-mode and add individual toggles for optimization, debug,
Jack Lloyd
2015-10-26
1
-36
/
+41
*
Remove the strange conjoining of debug and optimization flags.
Jack Lloyd
2015-10-26
1
-45
/
+21
*
Add `--minimized-build` which does the same thing as `--no-autoload`
Jack Lloyd
2015-10-14
1
-1
/
+3
*
build system: Add framework support for OS X and iOS
Daniel Seither
2015-09-25
1
-3
/
+14
*
Pluralize --with-python-version option, remove it from single-option group
Jack Lloyd
2015-09-22
1
-7
/
+4
*
Fix pbkdf, pk padding and ECDH registration for static linking.
Jack Lloyd
2015-09-11
1
-4
/
+0
*
Prevent users from building static non-amalgamations on MinGW and Cygwin
Simon Warta
2015-09-09
1
-7
/
+6
*
Remove duplicated ABI flags, and treat user-set flags as a single string
Jack Lloyd
2015-08-29
1
-8
/
+6
*
Allow multiple abi link flags with the same name
René Korthaus
2015-08-28
1
-4
/
+4
*
Add soname_pattern
Simon Warta
2015-08-24
1
-4
/
+21
*
On x86-32, anything using the simd wrapper needs to be pushed to the SSE2 obj
Jack Lloyd
2015-08-22
1
-4
/
+8
*
Update configure.py
Simon Warta
2015-07-26
1
-15
/
+11
*
Remove the configure.py logic for handling bare asm. GH #216
Jack Lloyd
2015-07-25
1
-25
/
+2
*
Fix typos
Simon Warta
2015-07-24
1
-1
/
+1
*
Make 'module not found' an error
Simon Warta
2015-07-23
1
-2
/
+2
*
Rename so_link_flags to so_link_commands
Simon Warta
2015-07-21
1
-10
/
+10
[next]