aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-096-127/+6
|\
| * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-172-3/+3
| |\
| * | Use 4.5.0 releaselloyd2010-04-281-1/+1
| * | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-216-131/+6
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-096-131/+6
| | |\ \
| | | * | Set C++0x for ICC. Use GCC-4.5 binarylloyd2010-01-212-2/+2
| | | * | 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-241-1/+1
| | | |\ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+3
| | | |\ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457a...lloyd2009-11-291-9/+9
| | | |\ \ \ \
| | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100...lloyd2009-11-209-26/+6
| | | |\ \ \ \ \
| | | * \ \ \ \ \ 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-132-12/+15
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ 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
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | 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
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * | | | | | | Start a new branch for C++0x experimentation.lloyd2009-04-011-2/+2
* | | | | | | | | | | | | | | Drop support for running configure with Python 2.4. This allowslloyd2010-07-092-2/+2
* | | | | | | | | | | | | | | Add a new configure option --maintainer-mode which turns on the fulllloyd2010-06-281-2/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Yet more Doxygen commentslloyd2010-06-161-1/+1
* | | | | | | | | | | | | | Change how install_name is set on OS X. Not tested, taken from patchlloyd2010-06-111-1/+1
* | | | | | | | | | | | | | Include generic mp_asmi.h for MSVClloyd2010-06-111-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | More warning flagslloyd2010-03-191-2/+2
* | | | | | | | | | | | | Disable VC++ 4275 entirely; it also causes warnings when building thelloyd2010-03-161-2/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Add -Werror to gcc maintainer flagslloyd2010-03-051-1/+1
* | | | | | | | | | | | Only disable VC++ warning C4275 with DLL buildslloyd2010-03-031-2/+2
* | | | | | | | | | | | Disable VC warning 4275lloyd2010-03-031-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Use /W3 with VC++ (/W4 is really noisy, but it seems mostly useless stuff).lloyd2009-12-231-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Make many more headers internal-only.lloyd2009-12-161-1/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options,lloyd2009-11-201-9/+9
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Force /MD (threaded+DLL libc) with VC++. /MT is the default but seemslloyd2009-11-201-0/+4
* | | | | | | | Switch from only-static with VC++ to only a DLL. The static library islloyd2009-11-191-2/+3
* | | | | | | | Most compilers had empty dll_*_flags; remove them since the default islloyd2009-11-1913-38/+1
|/ / / / / / /
* | | | | | / Remove unecessary quote characters in the cc info files (were required bylloyd2009-11-1915-107/+80
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove some CPU specific workarounds for things GCC didn't know about, likelloyd2009-11-111-9/+5
* | | | | | Switch from -O2/-O for lib/check to -O3/-O2 with gcclloyd2009-11-111-2/+2
* | | | | | Add Nehalem/Westmere tags for ICClloyd2009-11-101-3/+7
* | | | | | GCC doesn't know what Nehalem or Westmere are, though it does know aboutlloyd2009-11-061-0/+3
|/ / / / /
* | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-2915-30/+0
* | | | | Add theoreticaly support for Clang/LLVM. Current Gentoo clang ebuild doesn'tlloyd2009-10-191-0/+46
|/ / / /
* | | | propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e...lloyd2009-10-1314-2/+31
|\ \ \ \
| * | | | Fix --enable-debuglloyd2009-10-091-2/+3
| |/ / /
| * / / Add a new macro BOTAN_BUILD_COMPILER_IS_XXX to build.hlloyd2009-09-2914-0/+28
| |/ /
* / / Rename all of the build-data files with a .txt extension, and filter forlloyd2009-10-1314-0/+0
|/ /