1. 17 Oct, 2012 1 commit
  2. 16 Oct, 2012 16 commits
  3. 05 Oct, 2012 5 commits
    • Alessandro Rubini's avatar
      Makefile: complete reshuffle to make it readable · 66132ce4
      Alessandro Rubini authored
      This fits in 80 columns and makes other space cleanups, but
      there is no functional change.
      
      We'll need to touch it seriously when adding Kconfig and ppsi as
      an alternative to ptp-noposix, so I'd better have it readable before
      changing the meat in there.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      
      Conflicts:
      
      	Makefile
      66132ce4
    • Alessandro Rubini's avatar
      Makefile: three fixes · 5433fa2f
      Alessandro Rubini authored
      I'd better set CROSS_COMPILE in the environment than change my path,
      so CROSS_COMPILE is conditionally assigned.
      
      The revision is better "git describe --dirty" than "git rev-parse". The output
      is a short beautiful string like "wrpc-v2.0-13-g09a736d5"
      with an optional "-dirty" trailer, to show we compiled a non-committed
      change.
      
      Finally, to execute commands we dont $(shell) at toplevel, but have
      them in the build rule.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      5433fa2f
    • Alessandro Rubini's avatar
      Merge branch 'restyle' into proposed2 · 4cb937ab
      Alessandro Rubini authored
      4cb937ab
    • Alessandro Rubini's avatar
      Run ./scripts/Lindent on all .c and .h files · e625cbd9
      Alessandro Rubini authored
      This is massive: 4k lines changed (but only 840 if you ignore
      space-only changes).  In this case "git blame -w" won't always find
      the right patch, and it may fall on this patch -- because those
      800 lines changed in content too.
      
      This has been done with
      
         find . -name '*.[ch]' | xargs -n 1 ./scripts/Lindent
      
      Statistics: all changes and ignoring blank space:
      
         morgana% git diff --stat HEAD~1 | tail -1
          77 files changed, 3774 insertions(+), 3709 deletions(-)
         morgana% git diff -w --stat HEAD~1 | tail -1
          61 files changed, 894 insertions(+), 829 deletions(-)
      
      However, after this step I hand-fixed some very ugly long expressions
      (leaving them long: no content change at all is there).
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      e625cbd9
    • Alessandro Rubini's avatar
      Remove all spaces at end-of-line · 1d24ecfb
      Alessandro Rubini authored
      If you find this patch with "git blame" please use "git blame -w"
      to have all white-space ignored while associating lines to commits.
      
      This commit has no practical effect but cleanup. I made it
      with sed like this:
      
        git grep -l '[ \t]$' | xargs sed -i 's/[ \t]*$//'
      
      However, I had to manually restore doc/wrpc_mon.png after the fact.
      Similarly, I restored the include/hw/*regs.h files, as they
      are (most likely) auto-generated.
      1d24ecfb
  4. 03 Oct, 2012 2 commits
  5. 26 Sep, 2012 2 commits
  6. 25 Sep, 2012 2 commits
  7. 24 Sep, 2012 1 commit
  8. 20 Sep, 2012 2 commits
  9. 13 Sep, 2012 1 commit
  10. 12 Sep, 2012 1 commit
  11. 11 Sep, 2012 1 commit
  12. 10 Sep, 2012 1 commit
  13. 30 Aug, 2012 1 commit
  14. 28 Aug, 2012 2 commits
  15. 12 Aug, 2012 1 commit
  16. 11 Aug, 2012 1 commit