Skip to content
Snippets Groups Projects
  1. Sep 07, 2018
  2. Sep 05, 2018
  3. Apr 17, 2018
  4. Feb 12, 2018
  5. Jan 26, 2018
  6. Jan 17, 2018
  7. Dec 15, 2017
  8. Dec 14, 2017
  9. Sep 27, 2017
  10. Jun 06, 2017
  11. Apr 21, 2017
  12. Apr 19, 2017
  13. Feb 27, 2017
  14. Dec 01, 2016
    • Nat Goodspeed's avatar
      DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't. · 8a461c00
      Nat Goodspeed authored
      The present CMake logic wants to pass FIXED:NO to the linker for 64-bit
      builds, which on the face of it seems like a Good Thing: it permits code to be
      relocated in memory, preventing collisions if two libraries happen to want to
      load into overlapping address ranges.
      
      However the way it's being specified is wrong and harmful. Passing /FIXED:NO
      to the compiler command line engages /FI (Forced Include!) of a nonexistent
      file XED:NO -- producing lots of baffling fatal compile errors.
      
      Thanks Callum for diagnosing this!
      8a461c00
  15. Nov 15, 2016
    • Nat Goodspeed's avatar
      DRTVWR-418: Fold windows64 into windows platform with new autobuild. · 6c7a9728
      Nat Goodspeed authored
      autobuild 1.1 now supports expanding $variables within a config file --
      support that was explicitly added to address this very problem. So now the
      windows platform in autobuild.xml uses $AUTOBUILD_ADDRSIZE,
      $AUTOBUILD_WIN_VSPLATFORM and $AUTOBUILD_WIN_CMAKE_GEN, which should handle
      most of the deltas between the windows platform and windows64.
      
      This permits removing the windows64 platform definition from autobuild.xml.
      
      The one remaining delta between the windows64 and windows platform definitions
      was -DLL_64BIT_BUILD=TRUE. But we can handle that instead by checking
      ADDRESS_SIZE. Change all existing references to WORD_SIZE to ADDRESS_SIZE
      instead, and set ADDRESS_SIZE to $AUTOBUILD_ADDRSIZE. Change the one existing
      LL_64BIT_BUILD reference to test (ADDRESS_SIZE EQUAL 64) instead.
      6c7a9728
  16. Oct 27, 2016
  17. Oct 05, 2016
  18. Sep 30, 2016
  19. Jan 20, 2016
  20. Dec 15, 2015
  21. Nov 19, 2015
  22. Nov 16, 2015
  23. Nov 10, 2015
  24. Oct 22, 2015
  25. Oct 21, 2015
  26. Oct 19, 2015
  27. Oct 02, 2015
  28. Sep 17, 2015
  29. Sep 03, 2015
  30. Jul 23, 2015
  31. Jul 17, 2015
  32. Mar 23, 2015
  33. Jan 07, 2015
  34. Dec 12, 2014
  35. Oct 17, 2014
  36. May 20, 2014
  37. May 19, 2014
Loading