Skip to content
Snippets Groups Projects
  1. May 23, 2021
  2. Nov 09, 2020
  3. Sep 09, 2020
  4. Aug 14, 2020
  5. Aug 08, 2020
  6. Jul 01, 2019
  7. Sep 07, 2018
  8. Sep 05, 2018
  9. May 03, 2017
    • Nat Goodspeed's avatar
      DRTVWR-418: Silence some Mac build warnings. · 614c75e1
      Nat Goodspeed authored
      Whatever we were trying to do with LLSharedLibs.cmake hasn't worked on the Mac
      for a long time, and trying to fix it only digs up more problems. Skip it:
      we've already worked around it.
      
      Update the media_plugins_example CMakeLists.txt to eliminate some CMake
      non-existent dependency warnings.
      614c75e1
  10. Apr 21, 2017
  11. Apr 19, 2017
  12. 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
  13. 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
  14. Nov 10, 2015
  15. Oct 18, 2014
  16. Apr 30, 2013
  17. Mar 29, 2013
  18. Oct 10, 2012
  19. Oct 03, 2012
  20. Sep 21, 2012
  21. Aug 17, 2011
  22. Dec 03, 2010
  23. Oct 13, 2010
  24. Sep 21, 2010
  25. Aug 31, 2010
  26. Sep 16, 2010
  27. Aug 13, 2010
  28. Mar 16, 2010
    • Monroe Linden's avatar
      65384d0d
    • Monroe Linden's avatar
      Added an "init" message in LLPLUGIN_MESSAGE_CLASS_MEDIA, and made... · ce242821
      Monroe Linden authored
      Added an "init" message in LLPLUGIN_MESSAGE_CLASS_MEDIA, and made LLPluginClassMedia queue it up before initializing its LLPluginProcessParent.
      Made all existing plugins send their texture_params message from this init message instead of the LLPLUGIN_MESSAGE_CLASS_BASE "init" message.  (This ensures that they won't start to receive 'size_change' messages until after the init has happened.)
      Added "set_user_data_path" and "set_language_code" messages to LLPluginClassMedia.
      Made webkit plugin deal with the new messages, when they're sent before it receives the media "init".
      Removed the user_data_path and language_code arguments from the init function calls throughout the hierarchy.
      Made LLViewerMediaImpl queue up the language code and user data path messages before initializing the media.
      
      Reviewed by Callum at http://codereview.lindenlab.com/687006 .
      ce242821
  29. Nov 30, 2009
  30. Nov 02, 2009
  31. Oct 30, 2009
Loading