Skip to content
Snippets Groups Projects
  1. Sep 23, 2009
  2. Sep 21, 2009
  3. Sep 17, 2009
  4. Sep 09, 2009
  5. Aug 31, 2009
  6. Aug 27, 2009
  7. Aug 05, 2009
  8. Aug 04, 2009
    • brad kittenbrink's avatar
      New linux packages for linux and linux64. · 94565614
      brad kittenbrink authored
      Combines the Boost.Coroutine changes in old login-api with the -Woverloaded-virtuals changes in viewer-2.0.0-3.
      I could not verify the 64 bit build for now, as other breakage is getting in the way...
      94565614
  9. Aug 03, 2009
  10. Jul 31, 2009
  11. Jul 30, 2009
    • Nat Goodspeed's avatar
      DEV-34837: Improve Mac support for LLCOMMON_LINK_SHARED. · 1e1a38d5
      Nat Goodspeed authored
      Update Mac apr_suite package, introducing libapr-1.0.3.7.dylib and
      libaprutil-1.0.3.8.dylib. We want to use dynamic APR libraries, but
      libllcommon.dylib isn't allowed to depend on .so libraries: must be .dylibs
      themselves.
      Tweak APR.cmake to reference the aforementioned .dylibs when on Mac with
      LLCOMMON_LINK_SHARED set. Eliminate some redundancy in Windows section.
      For .dylibs, RunBuildTest.cmake must set DYLD_LIBRARY_PATH: LD_LIBRARY_PATH
      only affects search for .so files.
      
      PENDING:
      CMake dependencies broken? With LLCOMMON_LINK_SHARED on, it seems we need to
      build libllcommon.dylib explicitly before full build can succeed.
      This snapshot does NOT yet copy the llcommon, apr or aprutil dylibs into the
      app bundle.
      1e1a38d5
  12. Jul 27, 2009
  13. Jul 16, 2009
  14. Jul 14, 2009
  15. Jul 07, 2009
  16. Jul 06, 2009
  17. Jul 02, 2009
  18. Jun 23, 2009
  19. Jun 22, 2009
  20. Jun 21, 2009
  21. Jun 04, 2009
  22. Jun 03, 2009
    • Nat Goodspeed's avatar
      de55fd54
    • Nat Goodspeed's avatar
      DEV-32777: Introduce LLCoros, an LLSingleton registry of named coroutine · 285613b8
      Nat Goodspeed authored
      instances. LLCoros::launch() intends to address three issues:
      - ownership of coroutine instance
      - cleanup of coroutine instance when it terminates
      - central place to twiddle MSVC optimizations to bypass DEV-32777 crash.
      Initially coded on Mac; will address the third bullet on Windows.
      Adapt listenerNameForCoro() to consult LLCoros::getName() if applicable.
      Change LLLogin::Impl::connect() to use LLCoros::launch().
      LLCoros::getName() relies on patch to boost::coroutines::coroutine::self to
      introduce get_id().
      285613b8
  23. May 22, 2009
  24. May 20, 2009
  25. May 11, 2009
  26. May 08, 2009
  27. May 04, 2009
Loading