1. 21 4月, 2010 13 次提交
  2. 16 4月, 2010 1 次提交
  3. 10 3月, 2010 1 次提交
  4. 23 2月, 2010 1 次提交
  5. 20 11月, 2009 1 次提交
    • 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
  6. 06 11月, 2009 1 次提交
  7. 05 11月, 2009 2 次提交
  8. 03 11月, 2009 20 次提交