| Commit message (Expand) | Author | Age | Files | Lines |
* | Only disable VC++ warning C4275 with DLL builds | lloyd | 2010-03-03 | 1 | -2/+2 |
* | Fix VC++ static lib builds | lloyd | 2010-03-03 | 1 | -0/+4 |
* | Fix Windows distclean target | lloyd | 2010-03-03 | 1 | -1/+3 |
* | Disable VC warning 4275 | lloyd | 2010-03-03 | 1 | -1/+1 |
* | Use a single dir for all boost.python objects | lloyd | 2010-03-02 | 1 | -5/+3 |
* | Instead of the mode parallelism being specified via macros, have it | lloyd | 2010-02-25 | 1 | -11/+0 |
* | Lowercase DOCDIR to match common conventions | lloyd | 2010-01-29 | 3 | -3/+3 |
* | Make all parallel block modes 16 blocks wide | lloyd | 2010-01-04 | 1 | -4/+4 |
* | New macro TARGET_CPU_IS_XXX_FAMILY for XXX = X86, PPC, SPARC, undefined | lloyd | 2009-12-29 | 6 | -0/+13 |
* | Fix make doxygen | lloyd | 2009-12-29 | 2 | -2/+2 |
* | Define EAX in terms of CTR mode instead of implementing it within EAX_Base. | lloyd | 2009-12-23 | 1 | -2/+1 |
* | Fix compiler macro for MSVC warnings | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Use /W3 with VC++ (/W4 is really noisy, but it seems mostly useless stuff). | lloyd | 2009-12-23 | 2 | -1/+7 |
* | Fix compile of get_nanoseconds_clock for Windows. | lloyd | 2009-12-23 | 2 | -0/+2 |
* | Use only numeric version #s in VersionInfoVersion; InnoSetup and/or Windows | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Define BOTAN_TARGET_CPU_HAS_KNOWN_ENDIANNESS if the target CPU is known to | lloyd | 2009-12-22 | 1 | -0/+5 |
* | Add feature macro for Win32's GetSystemTime | lloyd | 2009-12-22 | 2 | -0/+6 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+3 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 14 | -0/+46 |
* | Convert line endings on examples. | lloyd | 2009-11-24 | 1 | -6/+5 |
* | Clean up the implementation of the line ending converter. | lloyd | 2009-11-24 | 1 | -12/+26 |
* | Don't do line ending conversion on build.h since that was (presumably/usually) | lloyd | 2009-11-23 | 1 | -6/+9 |
* | Use a little Pascal script (hey, my first Pascal program!) in InnoSetup | lloyd | 2009-11-23 | 1 | -5/+21 |
* | Fix minor errors in InnoSetup script | lloyd | 2009-11-23 | 1 | -5/+5 |
* | Add User and Developer install targets to Win32 installer | lloyd | 2009-11-23 | 1 | -9/+22 |
* | Fix the Nmake file - turns out the LIB is a really bad name for a variable | lloyd | 2009-11-23 | 1 | -6/+6 |
* | Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options, | lloyd | 2009-11-20 | 2 | -16/+17 |
* | Remove long #### blocks for readability | lloyd | 2009-11-20 | 2 | -48/+16 |
* | Add readme.txt, license.txt, and log.txt to the InnoSetup install | lloyd | 2009-11-20 | 1 | -0/+4 |
* | Include the dll.manifest and exports file in the installer; I'm not sure | lloyd | 2009-11-20 | 1 | -0/+2 |
* | Force /MD (threaded+DLL libc) with VC++. /MT is the default but seems | lloyd | 2009-11-20 | 1 | -0/+4 |
* | Fix windows install_root | lloyd | 2009-11-20 | 1 | -1/+1 |
* | Create installer file as botan-VERSION.exe | lloyd | 2009-11-20 | 1 | -0/+1 |
* | Fix nmake's distclean and DLL inking. Add static lib to InnoSetup | lloyd | 2009-11-20 | 2 | -8/+9 |
* | Nmake makefile cleanups and DLL fixes | lloyd | 2009-11-20 | 1 | -34/+10 |
* | Switch from only-static with VC++ to only a DLL. The static library is | lloyd | 2009-11-19 | 3 | -14/+13 |
* | Most compilers had empty dll_*_flags; remove them since the default is | lloyd | 2009-11-19 | 15 | -40/+3 |
* | Fix includes, and put into {app}\include\botan so -IC:\botan\include | lloyd | 2009-11-19 | 1 | -1/+1 |
* | Fix typos, set other fields in InnoSetup script | lloyd | 2009-11-19 | 1 | -3/+8 |
* | Add the first bits of support for packaging botan with InnoSetup. | lloyd | 2009-11-19 | 1 | -0/+17 |
* | Remove unecessary quote characters in the cc info files (were required by | lloyd | 2009-11-19 | 15 | -107/+80 |
* | Remove some CPU specific workarounds for things GCC didn't know about, like | lloyd | 2009-11-11 | 1 | -9/+5 |
* | Rename the UltraSPARC submodels; remove UltraSPARC II since it is functionally | lloyd | 2009-11-11 | 1 | -6/+4 |
* | Make em64t just an alias for amd64; add nocona as a submodel. Also add | lloyd | 2009-11-11 | 1 | -1/+3 |
* | Switch from -O2/-O for lib/check to -O3/-O2 with gcc | lloyd | 2009-11-11 | 1 | -2/+2 |
* | Add Nehalem/Westmere tags for ICC | lloyd | 2009-11-10 | 1 | -3/+7 |
* | GCC doesn't know what Nehalem or Westmere are, though it does know about | lloyd | 2009-11-06 | 1 | -0/+3 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -1/+1 |
* | The default_submodel option was used by configure.pl but configure.py | lloyd | 2009-11-06 | 16 | -37/+7 |