Skip to content
  1. Mar 09, 2015
  2. Mar 07, 2015
  3. Mar 06, 2015
  4. Mar 05, 2015
  5. Mar 04, 2015
  6. Mar 03, 2015
  7. Mar 02, 2015
  8. Mar 01, 2015
  9. Feb 28, 2015
  10. Feb 27, 2015
  11. Feb 26, 2015
    • Steve Holme's avatar
      build: Removed DataExecutionPrevention directive from VC9+ project files · adf27bf6
      Steve Holme authored
      Removed the DataExecutionPrevention directive from the project files for
      Visual Studio 2008 and above. The XML value in the VC9 project files was
      set to "0" (Default) whilst the VC10+ project files contained an empty
      XML element.
      adf27bf6
    • Steve Holme's avatar
      build: Use default RandomizedBaseAddress directive in VC9+ project files · e71bcb65
      Steve Holme authored
      Visual Studio 2008 introduced support for the address space layout
      randomization (ASLR) feature of Windows Vista. However, upgrading the
      VC8 project files to VC9 and above disabled this feature.
      
      Removed the RandomizedBaseAddress directive to enabled the default
      setting (/DYNAMICBASE). Note: This doesn't appear to have any negative
      impact when compiled and ran on Windows XP.
      e71bcb65