aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-257-133/+9
|\
| * propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-147-133/+9
| |\
| | * Set C++0x for ICC. Use GCC-4.5 binarylloyd2010-01-212-2/+2
| | * propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-217-132/+8
| | |\
| | | * Switch to newly installed gcc snapshot (svn r155312). Don't need -Wno-long-longlloyd2009-12-281-2/+2
| | | * propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-246-5/+23
| | | |\
| | | * \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-217-130/+6
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+3
| | | | |\ \
| | | | * | | Instead of checking for Windows generically before using QueryPerformanceCoun...lloyd2009-12-011-0/+1
| | | | * | | propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c...lloyd2009-12-0114-0/+46
| | | | |\ \ \
| | | | * \ \ \ propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457a...lloyd2009-11-295-71/+89
| | | | |\ \ \ \
| | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100...lloyd2009-11-2013-75/+55
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2f3665f775fafbdfa517ecdca7f...lloyd2009-11-196-142/+5
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Drop support for compilers that are no longer in active service, sincelloyd2009-11-194-131/+0
| | | | | * | | | | | Use -pthread on all platforms. This is necessary to get functioning supportlloyd2009-11-171-6/+4
| | | | | * | | | | | Remove TR1 hooks - can be assumed to exist under a C++0x compilerlloyd2009-11-132-4/+0
| | | | | * | | | | | Use GCC 4.5 snapshot for C++0x buildlloyd2009-11-131-1/+1
| | | | | * | | | | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-1318-60/+66
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-2/+2
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-2/+2
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-301-2/+2
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-161-2/+2
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | Use GCC 4.4.1-release for C++0x testinglloyd2009-09-091-1/+1
| | | | | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-081-2/+2
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-0312-137/+137
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-041-2/+2
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | Start a new branch for C++0x experimentation.lloyd2009-04-011-2/+2
* | | | | | | | | | | | | | | | | | | Instead of the mode parallelism being specified via macros, have itlloyd2010-02-251-11/+0
|/ / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / Lowercase DOCDIR to match common conventionslloyd2010-01-293-3/+3
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Make all parallel block modes 16 blocks widelloyd2010-01-041-4/+4
* | | | | | | | | | | | | | | | | New macro TARGET_CPU_IS_XXX_FAMILY for XXX = X86, PPC, SPARC, undefinedlloyd2009-12-296-0/+13
* | | | | | | | | | | | | | | | | Fix make doxygenlloyd2009-12-292-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Define EAX in terms of CTR mode instead of implementing it within EAX_Base.lloyd2009-12-231-2/+1
* | | | | | | | | | | | | | | | Fix compiler macro for MSVC warningslloyd2009-12-231-1/+1
* | | | | | | | | | | | | | | | Use /W3 with VC++ (/W4 is really noisy, but it seems mostly useless stuff).lloyd2009-12-232-1/+7
* | | | | | | | | | | | | | | | Fix compile of get_nanoseconds_clock for Windows.lloyd2009-12-232-0/+2
* | | | | | | | | | | | | | | | Use only numeric version #s in VersionInfoVersion; InnoSetup and/or Windowslloyd2009-12-231-1/+1
* | | | | | | | | | | | | | | | Define BOTAN_TARGET_CPU_HAS_KNOWN_ENDIANNESS if the target CPU is known tolloyd2009-12-221-0/+5
* | | | | | | | | | | | | | | | Add feature macro for Win32's GetSystemTimelloyd2009-12-222-0/+6
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | / Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Make many more headers internal-only.lloyd2009-12-161-1/+3
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-0114-0/+46
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Convert line endings on examples.lloyd2009-11-241-6/+5
* | | | | | | | | | | | Clean up the implementation of the line ending converter.lloyd2009-11-241-12/+26
* | | | | | | | | | | | Don't do line ending conversion on build.h since that was (presumably/usually)lloyd2009-11-231-6/+9
* | | | | | | | | | | | Use a little Pascal script (hey, my first Pascal program!) in InnoSetuplloyd2009-11-231-5/+21
* | | | | | | | | | | | Fix minor errors in InnoSetup scriptlloyd2009-11-231-5/+5
* | | | | | | | | | | | Add User and Developer install targets to Win32 installerlloyd2009-11-231-9/+22
* | | | | | | | | | | | Fix the Nmake file - turns out the LIB is a really bad name for a variablelloyd2009-11-231-6/+6
* | | | | | | | | | | | Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options,lloyd2009-11-202-16/+17