aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/msvc.txt
Commit message (Expand)AuthorAgeFilesLines
* With MSVC, use /arch:AVX for AVX2 enabled codeJack Lloyd2018-10-011-1/+1
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE for MSVC 15.8Jack Lloyd2018-07-131-1/+1
* Add option to specify the MSVC runtimeJack Lloyd2018-03-211-2/+5
* Enable SHA-1 intrinsics on MSVCJack Lloyd2018-03-041-0/+1
* Detect the compiler version using the preprocessor instead of command lineJack Lloyd2017-12-141-0/+2
* Rename SSE4.x names to avoid underscoresJack Lloyd2017-12-111-2/+2
* Rename the SSE4 ISA extensionsJack Lloyd2017-12-111-2/+2
* Merge the gnumake and nmake makefilesJack Lloyd2017-12-011-3/+4
* Use this to prevent fallback to Unix ar default argsJack Lloyd2017-11-291-1/+1
* Allow overriding ar commandJack Lloyd2017-11-291-0/+1
* Add some MSVC compiler flagsDaniel Neus2017-04-041-2/+2
* add "--with-external-libdir" to configure.pyDaniel Neus2017-01-261-1/+1
* Add new configure argument --optimize-for-sizeJack Lloyd2016-11-031-0/+1
* Turn MSVC warnings to /W4 and enable C4267Jack Lloyd2016-05-061-1/+1
* add support for Intel RdSeedDaniel Neus2015-12-181-0/+1
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-261-6/+11
* Rename so_link_flags to so_link_commandsSimon Warta2015-07-211-4/+4
* Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-211-0/+5
* Merge compile_option into CXX_FLAGSSimon Warta2015-07-211-3/+2
* Have a $(LINKER) variableSimon Warta2015-07-211-1/+3
* Adjust MSVC compile flagsSimon Warta2015-07-211-2/+2
* Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-211-3/+5
* Windows/VC build fixeslloyd2014-10-311-1/+1
* Support restricting compiler ISAs to specific architectures. Specificallylloyd2014-05-011-1/+1
* Microsoft docs indicate VC++ 2013 has AVX2 intrinsics, so enable them.lloyd2014-01-311-1/+1
* If the build compiler doesn't support intrinsics we need, disable the modulelloyd2014-01-261-0/+12
* Rename targetlloyd2014-01-011-1/+1
* s/check/test/glloyd2014-01-011-1/+1
* When building for GCC, always get the version number, and turn off TR1lloyd2011-05-031-2/+2
* More VC warning fixeslloyd2011-02-091-1/+1
* Include generic mp_asmi.h for MSVClloyd2010-06-111-1/+1
* Disable VC++ 4275 entirely; it also causes warnings when building thelloyd2010-03-161-2/+2
* 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
* 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-191-2/+1
* Remove unecessary quote characters in the cc info files (were required bylloyd2009-11-191-3/+3
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e...lloyd2009-10-131-0/+2
* Rename all of the build-data files with a .txt extension, and filter forlloyd2009-10-131-0/+27