1. 09 Mar, 2015 1 commit
  2. 07 Mar, 2015 9 commits
  3. 06 Mar, 2015 3 commits
  4. 05 Mar, 2015 5 commits
  5. 04 Mar, 2015 3 commits
  6. 03 Mar, 2015 6 commits
  7. 02 Mar, 2015 6 commits
  8. 01 Mar, 2015 1 commit
  9. 28 Feb, 2015 2 commits
  10. 27 Feb, 2015 2 commits
  11. 26 Feb, 2015 2 commits
    • 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