1. 02 May, 2012 2 commits
  2. 01 May, 2012 6 commits
  3. 30 Apr, 2012 8 commits
  4. 29 Apr, 2012 4 commits
  5. 28 Apr, 2012 12 commits
  6. 27 Apr, 2012 5 commits
  7. 26 Apr, 2012 2 commits
  8. 25 Apr, 2012 1 commit
    • Mans Rullgard's avatar
      build: icc: silence some warnings · 88de5b0a
      Mans Rullgard authored
      This disables the warning "external declaration in primary source file"
      which is issued when a prototype for an extern function is found in a
      .c file rather than a header file.  We have such prototypes for asm
      functions where a separate header file would be pointless.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      88de5b0a