Skip to content
Snippets Groups Projects
  1. Feb 23, 2017
    • Nat Goodspeed's avatar
      DRTVWR-418: Fix a round of compile errors surfaced by -std=c++11. · ae0b3149
      Nat Goodspeed authored
      These are mostly things that were in fact erroneous, but accepted by older
      compilers.
      
      This changeset has not yet been built with Visual Studio 2013 or Linux gcc,
      even with -std=c++11.
      
      This changeset has not been built *without* -std=c++11. It should be used in
      conjunction with a corresponding change to LL_BUILD_DARWIN_BASE_SWITCHES in
      viewer-build-variables/variables.
      
      This is a work in progress. We do not assert that this changeset completes the
      work needed to turn on -std=c++11, even on the Mac.
      ae0b3149
  2. Nov 16, 2016
  3. Apr 24, 2016
  4. Nov 10, 2015
  5. Nov 20, 2014
  6. Sep 05, 2013
  7. Aug 27, 2013
  8. Aug 26, 2013
  9. Aug 19, 2013
  10. Mar 29, 2013
  11. Feb 01, 2012
  12. Nov 28, 2011
  13. Oct 13, 2010
  14. Sep 21, 2010
  15. Aug 13, 2010
  16. Jan 25, 2010
  17. Nov 30, 2009
  18. Nov 29, 2009
  19. Nov 18, 2009
  20. Nov 12, 2009
  21. Oct 03, 2009
  22. Sep 03, 2009
    • Nat Goodspeed's avatar
      QAR-1619: Fix Windows link errors when building INTEGRATION_TEST_lllazy. · a1c69da3
      Nat Goodspeed authored
      The problem arose because we were setting LL_COMMON_BUILD in
      llcommon/CMakeLists.txt, not only for the library build itself but also for
      its LL_ADD_INTEGRATION_TEST tests. This told all the headers compiled into the
      INTEGRATION_TEST_lllazy executable that the executable was providing all the
      llcommon symbols, rather than importing them.
      The solution is to switch to the llcommon_EXPORTS symbol automagically defined
      by CMake when building the llcommon shared library itself.
      a1c69da3
  23. Jul 30, 2009
  24. Jul 16, 2009
  25. Jul 02, 2009
  26. May 22, 2009
    • Brad Kittenbrink's avatar
      DEV-27646 dll linkage for login module. · 01d39082
      Brad Kittenbrink authored
      Ok, finally got this to a point where it doesn't break the build and I can check
      in. llcommon can be built as a shared library (disabled but can be enabled with
      cmake cache var LLCOMMON_LINK_SHARED.
      
      reviewed by Mani on tuesday (I still need to get his suggested changes
      re-reviewed)
      01d39082
  27. Feb 03, 2009
  28. Jan 07, 2009
  29. Jun 02, 2008
  30. Apr 03, 2008
  31. Feb 13, 2008
  32. Oct 17, 2007
  33. Oct 04, 2007
  34. Jul 20, 2007
  35. Jul 02, 2007
  36. Apr 11, 2007
  37. Mar 20, 2007
  38. Mar 06, 2007
Loading