1. 15 12月, 2009 1 次提交
  2. 20 11月, 2009 2 次提交
    • B
      Another C++ strictness fix · 807b8aa4
      Behdad Esfahbod 提交于
      Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++ Compiler
      (Error: A union member cannot have a user-defined assignment operator)
      
      According to the bug:
      
      C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
      explicitly using of union members with constructors, destructors or assignment
      operations.
      
      So we use a set() method instead of the assignment operator.  Ugly, but hey,
      that's life.
      807b8aa4
    • B
      Fix warning · 8b9b866d
      Behdad Esfahbod 提交于
      8b9b866d
  3. 19 11月, 2009 1 次提交
  4. 18 11月, 2009 1 次提交
  5. 12 11月, 2009 1 次提交
  6. 11 11月, 2009 1 次提交
  7. 07 11月, 2009 12 次提交
  8. 06 11月, 2009 17 次提交
  9. 05 11月, 2009 4 次提交