1. 04 Eyl, 2013 34 kayıt (commit)
  2. 03 Eyl, 2013 6 kayıt (commit)
    • Tor Lillqvist's avatar
      WaE: 'BufferNode::notifyAncestor': recursive call has no side effects · f1dd6b8d
      Tor Lillqvist yazdı
      Interesting function that just traverses a chain of objects using
      recursion, but does nothing at all otherwise. Kill it. But at least it
      had an Enterprise Ready block comment in front.
      
      Change-Id: If2296d2534cb9451d4ceadaf966b8c70f0a17557
      f1dd6b8d
    • Tor Lillqvist's avatar
      WaE: Unreachable code · aa4868de
      Tor Lillqvist yazdı
      Noticed by the MS linker when doing link-time code generation (!). In
      all cases, a "return" after a call to a function that always throws an
      exception. To avoid other compilers perhaps warning about missing
      return of a value, put the "returns" inside ifdefs.
      
      Change-Id: I83aa04cb5c3ff8413d3ed4dc85fb57f2a41fd589
      aa4868de
    • Tor Lillqvist's avatar
      WaE: use number() instead of valueOf() · 340c546e
      Tor Lillqvist yazdı
      Change-Id: I7a57a8c60c07909018280e52d2da70fbf22857a7
      340c546e
    • Michael Stahl's avatar
      fdo#68839: add unit test · 3c8bee80
      Michael Stahl yazdı
      Change-Id: Ic47bfdeb1466a3772c95008dbf035f294cc3ece4
      3c8bee80
    • Tor Lillqvist's avatar
      WaE: use number() instead of valueOf() · ba083e5c
      Tor Lillqvist yazdı
      Change-Id: I4a464a8e6448d1f9b1be820f11e643930682bcdb
      ba083e5c
    • Tor Lillqvist's avatar
      WaE: C4723: potential divide by 0 · a463f74e
      Tor Lillqvist yazdı
      Fix crack that formats an int into eight hex digits. Why the simple
      sprintf() that originally was used here was not good enough, but had
      to be replaced (in 2009) by broken and hard to understand code I have
      no idea.
      
      Found during link-time code generation (!).
      
      Change-Id: I05b33ca0fcb6a47a846ec2ff294243c5639a5b49
      a463f74e